/*���ٷ�������ʽ*/
.quick-order-new{
    overflow: hidden;
    zoom: 1;
    padding: 24px 0 0 0;
}
/*nav��ʽ*/
.hd .step {
    height: 30px;
    margin: 0 0 20px 0;
}
.hd .step li{
    height: 30px;
    line-height: 30px;
    float: left;
    _width: 155px;
    overflow: hidden;
}
.hd span {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #bbbbbb;
    float: left;
    font-weight: bold;
}
.hd b {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    margin: 2px 10px 0 0;
    background: #f0f0f0;
    color: #9f9f9f;
}
.hd .step .current span {
    color: #000000;
}
.hd .step .current b {
    background: #ffd5d9;
    color: #fd4f61;
}
.hd i {
    width: 109px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    background: url("sprate-icon.png") 50% 50% no-repeat;
    float: left;
}
/*status-text��ʽ*/
.bd {
    width: 918px;
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 30px 20px;
    border-bottom: none;
    overflow: hidden;
}
.text-container{
    float: left;
    width:440px;
}
.origin{
    margin-right: 30px;
}
.text-container h3{
    font-size: 14px;
    color:#000000;
    line-height: 32px;
    margin: 0 0 10px 0;
}
.text-content{
    height:148px;
    padding:15px 20px 42px 20px;
    font-size: 14px;
    color:#4c4c4c;
    line-height: 26px;
    overflow: auto;
    position: relative;
}
.origin .text-content{
    background-color: #f6f7f9;
}
.target .text-content{
    background-color: #fff7f7;
}
.target .text-content p{
    background: rgba(255,255,255,0.01);
}
.target .text-content.hide{
    display: none;
}
.tab-container{
    font-size: 14px;
    color:#000000;
    line-height: 32px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.tab-container li{
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.tab-container li.cur{
    color:#fd4f61;
}
.tab-container li.curTab{
    color:#fd4f61;
    text-decoration: underline;
}
.target .info{
    text-align: center;
    color:#fb3e50;
}
.target.invalid .text-content{
    margin-top: 41px;
}

.target .icon{
    margin:20px auto 10px auto;
    *margin:35px auto 10px auto;
    width: 150px;
    height: 100px;
}
.target.pay-order .icon{
    margin:10px auto 0px auto;
    /*Todo ��IE�²���*/
    background: url("images/order_pay.png") no-repeat 50% 50%;
}
.target.translating .icon{
    background: url("images/order_translating.png") no-repeat 50% 50%;
}
.target.modifying .icon, .target.arbitration .icon{
    background: url("images/order_finish.png") no-repeat 50% 50%;
}
.target.invalid .icon{
    background: url("images/order_invalidate.png") no-repeat 50% 50%;
}
.target.topay .icon{
    background: url("images/order_topay.png") no-repeat 50% 50%;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){
    .target .icon {
        width: 400px;
        height: 200px;
    }
    .target.pay-order .icon{
        background: url("images/order_pay@2x.png") no-repeat 50% 50%;
    }
    .target.translating .icon{
        background: url("images/order_translating@2x.png") no-repeat 50% 50%;
    }
    .target.modifying .icon, .target.arbitration .icon{
        background: url("images/order_finish@2x.png") no-repeat 50% 50%;
    }
    .target.invalid .icon{
        background: url("images/order_invalidate@2x.png") no-repeat 50% 50%;
    }
    .target.topay .icon{
        background: url("images/order_topay@2x.png") no-repeat 50% 50%;
    }
}


/*info��ʽ*/
.ft{
    width: 958px;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: #f6f7f9;
}
/*����������ʽ*/
.quick-order .title {
    background: #f6f7f9;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    padding: 10px 30px;
    overflow: hidden;
    border-bottom: 1px solid #E7E7E9;
}
.quick-order .title h3 {
    float: left;
    font-size: 16px;
    color: #000000;
    margin: 0;
}
.quick-order .title a {
    text-decoration: underline;
    color: #999999;
    font-size: 14px;
    float: left;
    font-weight: normal;
    margin-left: 30px;
}
.quick-order .title a:hover{
    background-color: transparent;
}
.order-detail{
    overflow: hidden;
}
.order-detail li {
    float: left;
    width: 33%;
    line-height: 20px;
    margin-bottom: 16px;
}
.order-detail li span {
    color: #4c4c4c;
    font-size: 14px;
}
.order-detail li .item-name {
    color: #000000;
}
.order-detail .long{
    width: 900px;
    clear: both;
}
.order-detail li:last-child {
    margin-bottom: 0;
}
/*treat-result��ʽ*/
.treat-result {
    margin: 0;
    background: #FFFFFF;
    padding: 0;
}
.treat-record{
    margin:0;
}
.treat-record .cols{
    width: 280px;
    border: none;
    padding: 20px 0 20px 20px;
    float: left;
    line-height: 24px;
    font-size: 14px;
}
.treat-record .cols.second-col {
    width: 630px;
}
.treat-record h4{
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
}
.treat-record .cols .treat-info {
    border: none;
    background: #FFFFFF;
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    color: #828282;
}
#view-evaluate-result{
    color:#fb3e50;
}
/*evaluate��ʽ*/
.evaluate.new {
    background: #FFFFFF;
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 20px 20px 25px 20px;
    overflow: hidden;
}
.evaluate.confirmSwap .greyBtn {
    margin-left: 20px;
}
.evaluate.confirmSwap .dissatisfaction {
    background-color: #FFFFFF;
    padding: 0;
    width: auto;
    font-size: 12px;
    color: #fb3e50;
    margin-top: 10px;
}
.evaluate.confirmSwap .dissatisfaction i,.evaluate.new .evaluate-tip{
    color: #fb3e50;
}
.evaluate.new .btn-container a{
    text-indent: 0;
}
/*֧����ʽ*/
.pay-fileorder {
    background: #FFFFFF;
    padding: 20px;
    font-size: 12px;
    color: #4c4c4c;
    overflow: hidden;
}
.pay-fileorder span {
    margin-right: 20px;
}
.pay-fileorder .money_sum {
    color: #fb3e50;
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
}
/*���ٷ���ת�ĵ����뵯����ʽ*/
.toFileHint{
    margin: -20px 30px 20px 30px;
    padding:20px 0 0 0;
    line-height: 14px;
    color: #757075;
    zoom: 1;
    width: 380px;
    font-size: 12px;
    border-top:1px solid #dfdfdf;
}
.toFileHint p{
    padding:5px 0;
}
.toFileHint .toFile{
    font-size: 14px;
    color:#333;
    padding:0 0 10px 0;
}
.toFileHint .toFile input{
    margin-left: 10px;
    background-color:#e0e0e0;
    padding:5px 25px;
    border-radius: 5px;
    color:#6c6c6c;
    cursor:pointer;
}
/*������Ϣ��ʽ*/
.handle-timeline{
    width:100%;
    padding: 10px 0;
}
.treat-record .handle-timeline td.cols{
    float:none;
    padding:0px 0 0px 20px;
    vertical-align: top;
}

.quick-info .content .trans-info span.timeout-time,
.quick-info .content .trans-info span.timeout-pay{
    color: #fc4758;
    float: none;
}
.agreeResultBox .description{
    font-size: 14px;
}
.agreeResultBox .evaluate-btn .btn-modify{
    background: #fc4758;
    margin-top: 0;
}
.agreeResultBox .evaluate-btn .btn-cancel{
    float: right;
}
.agreeResultBox {
    width: 216px;
}
.night-time{
    font-size: 12px!important;
    color: red!important;
    display: block;
}
.trans-voice, .trans-copy{
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
    background: url("ic_copy_result_normal.png") 50% 50% no-repeat;
    background-size: 24px 24px;
    margin-top: 6px;
}
.trans-voice{
    background: url("ic_pronounce_result_normal.png") 50% 50% no-repeat;
    background-size: 24px 24px;
}
.trans-voice:hover{
    background: url("ic_pronounce_result_hover.png") 50% 50% no-repeat;
    background-size: 24px 24px;
}
.trans-voice:hover .speaker__tips{
    display: block;
}
.trans-copy:hover{
    background: url("ic_copy_result_hover.png") 50% 50% no-repeat;
    background-size: 24px 24px;
}
.trans-copy:hover .copy__tips{
    display: block;
}
.trans-voice.trans-voice-disabled, .trans-voice.trans-voice-disabled:hover{
    background: url("ic_pronounce_result_disabled.png") 50% 50% no-repeat;
    background-size: 24px 24px;
}
.trans-operations{
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 42px;
    background: #fff7f7;
}
.tips__container {
    background: #fff;
    border: 1px solid #E6E1E1;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.tips__pointer {
    position: absolute;
    width: 18px;
    height: 12px;
}
.tips__pointer--down {
    background: transparent url(pointer-down.png) 50% 50% no-repeat;
}
.speaker__tips, .copy__tips{
    display: none;
    position: absolute;
    top: -46px;
    left: -15px;
    padding: 7px 16px;
    white-space: nowrap;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333;
    height: 16px;
    line-height: 16px;
}
.speaker__tips .tips__pointer, .copy__tips .tips__pointer{
    top: 28px;
}
.text-container.target{
    position: relative;
}
.mid-switch{
    float: left;
    background: url("quick/u18.png") no-repeat 17% 50%;
    width: 30px;
    height: 40px;
    margin: 0 10px;
}
.quick-info .language ul.select{
    width: 154px;
}
.quick-info .language .item-select{
    width: 122px;
}
.quick-info .language .item-select{
    margin: 0;
}
.quick-info .language  .src-lang{
    margin-left: 20px;
}
.quick-order-new .quick-info i.trans-error-message {
    margin-left: 15px;
}