/*优惠券样式*/
.coupon-orders{
    position:relative !important;
    height:40px;
}
.hidden{
    display: none;
}
.coupons{
    width:650px;
    height:40px;
    line-height:40px;
    overflow: hidden;
    margin-left:30px !important;
    float: left;
    padding-top:11px;
    margin-top:-11px;
}
.coupons li{
    float: left;
    height:40px;
    margin-right:12px;
    margin-bottom: 14px;
    border:1px solid rgba(255,223,226,1);
    padding:0 6px 0 10px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;

}
.newer{
    padding: 0 3px;
    height:14px;
    line-height: 14px;
    text-align: center;
    background:rgba(255,223,226,1);
    border-radius:3px 3px 0px 3px;
    position: absolute;
    right:-1px;
    top:-11px;
    font-size:10px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(251,58,77,1);
    /*-webkit-transform: scale(0.7,0.7);*/
}
.coupons li:hover{
    background:rgba(255,244,244,1);
}
.coupon-price{
    font-size:14px;
    font-family:Avenir-Heavy,Avenir;
    font-weight:800;
    color:rgba(251,58,77,1);
}
.failure .coupon-price{
    color:rgba(76,76,76,1)
}

.coupon-required{
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(70,70,70,1);
    margin:0 8px;
}
.coupon-receive{
    font-size:12px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(251,58,77,1);
    width:40px;
    display: inline-block;
    text-align: center;
}

.failure .coupon-receive{
    color: rgba(163,168,173,1)
}
.coupons .failure {
    border-color: rgba(239,239,239,1);
    /*cursor:not-allowed;*/
    pointer-events:none;
}
.coupons .failure:hover{
    background: none;
}
.check-coupon{
    position: absolute;
    right: 0;
    display: block;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    height:40px;
    line-height:40px;
    width:100px;

}
.trangle{
    float: left;
    display: block;
    width:40px;
    height:40px;
    line-height:40px;
    cursor: pointer;
    color: #999999;
}
.arrow-top{
    background: url(../images/arrow-top.png) 95% 51% no-repeat;
    background-size: 30%;
}
.arrow-down{
    background: url(../images/arrow-down.png) 95% 51% no-repeat;
    background-size: 30%;
}
.arrow-down:hover{
    color: #666666;
    background: url(../images/arrow-down-hover.png) 95% 51% no-repeat;
    background-size: 30%;
}
.check-coupon:hover{
    background-color: white;
    color:rgba(153,153,153,1);
}
.arrow-right{
    background: url(../images/arrow-right.png) 95% 50% no-repeat;
    background-size: 6%;
    color: #999999;
}
.arrow-right:hover{
    color: #666666;
    background: url(../images/arrow-right-hover.png) 95% 50% no-repeat;
    background-size: 6%;
}

.file-trans {
    position: relative;
}

.trans {
    padding: 0 0 34px 0;
}
/* tab */

.trans .tab {
    margin: 0 auto 24px;
    width: 960px;
}

.trans .tab .doc-trans, .trans .tab .fast-trans {
    font-size: 14px;
    line-height: 20px;
    padding-left: 26px;
}

.trans .tab .doc-trans strong {
    color: #333333;
    font-weight: bold;
}

.trans .tab .fast-trans i {
    color: #B8B9BA;
}

.trans .tab .fast-trans a {
    color: #2A7FE0;
}

.trans .tab .fast-trans a:hover {
    background-color: #F2F4F7;
}

.trans .tab .message-tip {
    background: url('images/filetrans.png') 0 0 no-repeat;
    color: #0369DC;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin-right: 32px;
    padding-left: 22px;
    zoom: 1;
}

.trans .tab .message-tip:hover {
    text-decoration: underline;
}

.trans .tab .message-tip .tip-window {
    display: none;
    position: absolute;
    top: 133px;
    background-color: #2b5e9a;
    width: 149px;
    height: 171px;
    z-index: 999;
}

.trans .tab .current:hover {
    background-color: #fff;
    color: #333333;
}

.trans .tab .message-tip a {
    color: #AB1F1F;
}

/* 快速翻译 */

.trans .content {
    padding:0 0 34px 0;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    width: 960px;
    zoom: 1;
    border: 1px solid #e5e5e5;
}

.trans .not-working-time {
    width: 960px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    opacity: 0.8;
    filter: Alpha(opacity = 80);
}

.trans .out-of-work .not-working-time,
.trans .out-of-work .not-working-time-text {
    display: block;
}

.trans .out-of-work #language {
    visibility: hidden;
}

.trans .not-working-time-text {
    position: absolute;
    display: none;
    left: 270px; /* qt.width() / 2 - 210 */
    color: #000;
    line-height: 25px;
    font-size: 14px;
    width: 420px;
    letter-spacing: 1px;
    text-align: left;
}

.trans .content i.trans-error-message {
    line-height: 20px;
}

.trans .content i.trans-lang-message {
    line-height: 20px;
    color: #666666;
    padding-right:20px;
}

.trans .content i.demand-error-message {
    vertical-align: 10px;
    *vertical-align: 4px;
    margin-left: 8px;
}

.trans .content i.tips-tel {
    position: absolute;
    color: #666666;
}

.trans .content i.tips-tel {
    position: absolute;
    color: #666666;
}

.trans .content .user-phone .form-item-layout span.error-tel {
    font-size: 12px;
    font-weight: normal;
    color: #ab1f1f;
}

.trans .content #language {
    height: 21px;
    font-size: 14px;
}

.trans .content .additional {
    color: #666;
}

.trans .content .input-text {
    height: 101px;
    width: 756px;
    font-size: 12px;
}

.trans .content .form-item-layout span {
    color: #ab1f1f;
    font-weight: bold;
    font-size: 14px;
}

.trans .content .form-item-layout .lang-text{
    color: #434343;
    font-weight: normal;
    font-size: 12px;
}

.trans .content .form-item-layout .text-num {
    margin-right: 18px;
}

.trans .content .form-item-layout .whole-price {
    display: inline;
    font-weight: normal;
    margin-right: 18px;
}

.trans .content .form-item-layout .price {
    display: inline;
    font-weight: normal;
}

.trans .content .form-item-layout .timeCost {
    display: inline;
    font-weight: normal;
    margin-right: 18px;
}

.trans .content .form-item-layout .night-time {
    display: inline;
    font-weight: normal;
    color: red;
    font-size: 12px;
}

.trans .quick-trans .demand-note {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.trans .quick-trans .demand-note label {
    padding-top: 0;
}
#doc1 .trans .quick-trans label{
    margin-left:38px;
}
#doc1 .trans .quick-trans .read-agreement label{
    margin-left: 0;
}
#doc1 .trans .quick-trans .read-agreement input{
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-right: 5px;
}
#doc1 .trans .quick-trans .user-phone label{
    width: 60px;
}
.trans .quick-trans .demand-note textarea {
    height: 26px;
    line-height: 26px;
    width: 415px;
    overflow: auto;
    font-size: 12px;
    vertical-align: top;
}

.trans .content .trans-info {
    position: relative;
    zoom: 1;
    margin-top: 12px;
    text-align: right;
    padding-right: 100px;
}

.trans .content .trans-info .clear-content {
    position: absolute;
    left: 0;
}

.trans .content .user-info {
    margin-left: 24px;
}

.trans .content #userBill {
    display: none;
}

.trans .content .billInfo {
    position: relative;
    margin-right: 10px;
}

.trans .content .printBill, .trans .content .printBillI {
    position: relative;
    top: 3px;
    border: 0;
}

.trans .content .bill-text {
    float: right;
    margin-right: 10px;
    line-height: 30px;
}

.trans .content #goToTrans {
    font-size: 14px;
    margin-bottom: 12px;
}

.trans .doctype {
    float: left;
}

#proField {
    width: 500px;
}

#doctype input, #proField input {
    border: none;
    box-shadow: none;
}

#doctype li, #proField li {
    float: left;
    height: 14px;
    margin: 12px 30px 0 0;
}

#proField li {
    margin-right: 0;
    width: 94px;
}

#doctype label, #proField label {
    float: none;
    font-weight: normal;
    margin-left: 0;
    position: relative;
    top: -2px;
}

#proField .more-type {
    width: 200px;
}

.file-info-detail #moreFieldText {
    border: solid 1px #d4d4d4;
    width: 120px;
}

/* 历史记录 */

#trans-history {
    margin: 10px auto 0;
    line-height: 16px;
    width: 960px;
}

#trans-history .history-title {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #e7e7e7;
    font-size: 14px;
}

#trans-history .history-title .see-more {
    color: #2b5e9a;
    margin-top: 5px;
    float: right;
    line-height: 20px;
}

#trans-history .history-title .see-more:hover {
    color: #fff;
}

#trans-history .translating .trans-result, #trans-history .havent-pay .trans-result {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#trans-history .havent-pay .trans-result a {
    display: inline-block;
    margin: 8px 15px;
    font-weight: bold;
}

#trans-history .havent-pay .trans-result i {
    font-size: 14px;
}

#trans-history .fix-vertical-middle {
    vertical-align: middle;
    position: relative;
    top: -4px;
}

#trans-history .history-item .content-separate {
    display: inline-block;
    text-align: center;
    width: 30px;
    font-family: "宋体";
}

#trans-history .history-item .time-and-see .see-all {
    margin-left: 10px;
}

/* 文档翻译 */

.trans .doc-trans {
    position: static;
}

.trans .doc-trans .error-fix {
    position: relative;
}

.trans .doc-trans .error-fix i {
    position: absolute;
    top: 8px;
}

.trans .doctype-wrap {
    margin-left: 38px;
}

.suggest {
    background: url("images/filetrans.png") 0 -22px no-repeat;
    color: #C4C4C4;
    line-height: 16px;
    margin: 0 0 40px 54px;
    padding-left: 16px;
}

.file-info-detail #moreText {
    border: solid 1px #d4d4d4;
    width: 118px;
}

#moreText:focus {
    border: 1px solid #7fa1c8;
}

.trans .doc-trans .error-fix .language {
    left: 103px;
}

.trans .doc-trans .error-fix .file {
    left: 247px;
}

.trans .doc-trans .user-info {
    float: right;
    margin-top: 5px;
    width: 440px;
}

.trans .doc-trans .info-list label {
    line-height: 20px;
    height: 20px;
}

.trans .doc-trans .info-list .form-item-layout {
    line-height: 20px;
    height: 20px;
}

.trans .doc-trans #otherRequirement {
    height: 80px;
    vertical-align: text-top;
    border:1px solid #e5e5e5;
    border-radius:4px;
    width: 856px;
    padding:15px;
}
#otherRequirement:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999591;
    font-size: 12px;
    opacity: 1;
}

#otherRequirement::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999591;
    font-size: 12px;
    opacity: 1;
}

#otherRequirement:-ms-input-placeholder {
    color: #999591;
    font-size: 12px;
    opacity: 1;
}

#otherRequirement::-webkit-input-placeholder {
    color: #999591;
    font-size: 12px;
}

.trans #intro-left {
    width: 417px;
}

.trans #intro-right {
    width: 400px;
}

.trans .user-phone #userPhoneI {
    width: 200px;
}

.trans .go-check {
    padding: 0 20px 10px 20px;
    text-align: right;
}

/* tips样式 */
.msg-tips {
    position: absolute;
    width: 230px;
    line-height: 18px;
    padding: 5px 12px;
    background: #fcfcf1;
    border: 1px solid #e9c442;
    text-align: left;
    font-size: 12px;
    color: #ca7309;
    font-weight: normal;
}

#trans-history .trans-result .msg-tips a.iKnow {
    position: absolute;
    color: #707070;
    font-size: 12px;
    font-weight: normal;
    top: 5px;
    right: 10px;
    line-height: 16px;
    margin: 0;
}

#trans-history .trans-result .msg-tips a.iKnow:hover {
    background-color: #fff;
    color: #707070;
    text-decoration: underline;
}

/*限时优惠 快速翻译提醒*/
#temp-events {
    float: right;
    padding: 0;
    color: #fff;
    margin-top: 10px;
}

#temp-events:hover {
    background-color: transparent;
}

#christmas {
    display: inline;
    margin-left: 20px;
}

#christmas span {
    font-size: 16px;
}

.invalid-price {
    text-decoration: line-through;
}

.file-nav {
    background: url('images/file-nav.png') 0 0 no-repeat;
    background-color:white;
    background-position: 27px 24px;
    padding:0;
    margin:0 auto;
    width:960px;
    height:60px;
}

.ie6mask {
    border: none;
    display: none;
    filter: alpha(opacity=0)\0;
    height: 23px;
    left: 70px;
    position: absolute;
    top: 0;
    width: 150px;
}

.file-info-detail {
    color: #999591;
    margin: 0 0 30px 0;
}

.file-info-detail .bull {
    font-size: 16px;
    padding: 0 3px;
}

.file-info-detail ul {
    margin-left: 16px;
}

.file-info-detail label {
    color: #4c4c4c ;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 38px;
    font-size: 14px;
}
.file-info-detail label.more-line{
    line-height: 19px;
}
.label-note{
    font-size: 12px;
    text-align: center;
    display: block;
}

.file-info-detail .dest-language {
    margin: 0 10px;
}

.file-info-detail label i {
    background: url("images/filetrans.png") 0 -22px no-repeat;
    color: #666;
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
    margin-left: 5px;
    padding-left: 20px;
}

.control-btn-blue {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    background-image:url(rengong.jpg);
    color: #fff;
    display: block;
    height: 44px;
    width: 185px;
    padding: 0;
    margin: 20px 6px 18px 30px;
    *margin-left:20px;
    float:left;
}

.control-btn-green{
    font-size: 14px;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
    background-image:url(auto.jpg);
    color: #fff;
    display: block;
    height: 43px;
    width: 179px;
    padding: 0;
    margin: 20px 20px 20px 30px;
    float:left;
}


.message-box-baojia .content li{
    padding-left:40px;
}
.message-box-baojia .content strong{
    font-size:14px;
}

.confirmSubmit {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.user-info {
    background-color: #FFF;
    height: 312px ;
    width: 550px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -156px;
    margin-left: -275px;
}

.forIEShadow {
    background: #000;
    filter:alpha(opacity=50)\0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.close {
    background: url("../images/filetrans.png") 0 -42px no-repeat;
    float: right;
    height: 12px;
    margin: 10px;
    width: 16px;
}

.close:hover {
    background-color: #FFF;
}

.user-content {
    margin: 0 20px;
}

.user-content i {
    color: #A9A9A9;
}

.user-content strong {
    color: #F34C4C;
}

.user-info .user-content label {
    width: 95px;
}

.user-info .user-content .form-item-layout {
    font-weight: normal;
}

.confirmWrap {
    background-color: #EBEEF0;
    margin-top: 35px;
    padding: 12px;
}

#goToTrans {
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
}

.data-error {
    border-color: #F34C4C;
}

.user-content .error-message {
    color: #F34C4C;
}

.modifyInfo {
    color: #0369DC;
    font-weight: normal;
}

.modifyInfo:hover {
    background-color: #FFF;
    color: #0369DC;
    text-decoration: underline;
}

#trans-history-list .history-item .history-layout {
    padding: 0 20px 10px 20px;
}

#trans-history-list .history-item .time-and-see {
    color: #434343;
    font-weight: bold;
    margin: 10px 0 5px 20px;
}
#uploadNotice{
    display: none;
    padding:10px;
    line-height: 12px;
    /*color:#666;*/
    color:#fb4254;
}
#form .file-loading{
    padding-left:22px;
    /*background: url("../file-loading.gif") 0 50% no-repeat;*/
}
.file-load-error{
    color:#ab1f1f;
}
#speedField li{
    display: block;
    margin-top: 10px;
}
.normal-fast-tip{
    color:#fc3a4e;
}
.return-time{
    display:none;
}
.fastTime, .normalTime{
    margin-left:5px;
}
#lookupReturnTime{
    color:#2b5e9a;
    margin-left: 5px;
    text-decoration: underline;
}
#lookupReturnTime:hover{
    background: none;
}
.lookup-time-box .title{
    color:#2b5e9a;
    font-weight: bolder;
    text-align:center;
    font-size: 16px;
    margin-bottom: 10px;
}
.lookup-cell{
    margin-bottom: 10px;
}
.fileView .lookup-cell .word-num{
    margin-left: 10px;
    height: 20px;
    font-size: 12px;
    width:185px;
}
.lookup-cell .srcLanguage{
    margin-left:10px;
}
.lookup-cell .dest-language{
    float: none;
    margin: 0 10px;
}
.lookup-cell .lookup-btn{
    background:#2b5e9a;
    color:white;
    display: block;
    width:80px;
    height: 30px;
    text-align: center;
    margin:0 auto;
    margin: 20px auto 10px auto;
    font-size: 14px;
    line-height: 30px;
}
.trans-methods{
    /*margin-left:60px;*/
    display: none;
    font-size: 14px;
    text-align: center;
}
.lookup-desc{
    line-height: 18px;
}

.lookup-fast, .lookup-normal{
    margin-left:6px;
    color:#fc3a4e;
}
.fileView .message-container{
    border:1px solid #d4d4d4;
    border-radius:5px;
    overflow: hidden;
}
.fileView .message-container .title{
    height: 50px;
    line-height: 50px;
    background:#d4d4d4 ;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    *width:430px;
}
.fileView  .lookup-desc .title{
    color:#ab1f1f;
    background: none;
    font-size: 14px;
    line-height:30px;
}
.lookup-time-box{
    padding: 20px 35px 30px 35px;
    width: 360px;
}
#speed li{
    margin-top:10px;
}
.fileView .lookup-cell input.error{
    border:1px solid #ab1f1f;
}
#fromLanguage, #toLanguage{
    width:80px;
}

/**/
.quality-con ul.selected {
    border: 1px solid #fb4254;
}
ul.file-info{
    padding:30px 30px 0px 30px;
}
.item-select{
    width:332px;
    padding:0 16px;
    height: 38px;
    border:1px solid #d5d5e0;
    background: white;
    color:#4c4c4c;
    font-size: 14px;
    background: url("select-down.png") 332px 50% no-repeat;
    position: relative;
    margin-left: 78px;
    *margin-top:-15px;
    z-index: 1;
    cursor:pointer;
}
div.error-format{
    border:1px solid #fb4254;
}
.item-select select{
    position: absolute;
    top:38px;
    left:-1px;
    width:366px;
    border:1px solid #d5d5e0;
    display:none;
    z-index: 2;
    background: white;
}

.file-info-detail .top{
    z-index: 3;
}
.item-select select option{
    padding: 10px 16px;
    cursor: pointer;
}
.item-select select option:hover, .item-select select option.selected{
    background: #d5d5e0;
}

.item-select .select-text{
    overflow: hidden;
    display: block;
    margin-right: 20px;
    height: 38px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
label.two-line{
    line-height: 20px;
}
.fileupload-con{
    margin-left: 78px;
    *margin-top:-20px;
}
.item-right-con{
    margin:15px 0 0 78px;
}
.lose-major{
    color:#4c4c4c;
    font-size: 12px;
    margin-bottom: 15px;
}
.lose-major-text{
    width: 332px;
    padding: 0 16px;
    height: 38px;
    border: 1px solid #d5d5e0;
    background: white;
    color: #4c4c4c;
    font-size: 14px;
    box-shadow: none;
    line-height: 38px;
}
.lose-major-text:focus{
    border: 1px solid #fb4254
}
.file-info-detail ul.item-right-con{
    margin:15px 0 0 78px;
    height: 54px;
}
.item-right-con li{
    cursor: pointer;
    overflow: hidden;
    float:left;
    width:178px;
    height: 52px;
    border:1px solid #d5d5e0;
    color:#4c4c4c;
    font-size: 14px;
    text-align: center;
    line-height: 52px;
    border-radius:4px;
    background: url(state-normal.png) right 0 no-repeat;
    margin-right: 30px;
    transition: all 0.1s ease-in;
}
.item-right-con li.selected{
    color:#fb4254;
    border:1px solid #fb4254;
    background: url(state-active.png) 129px 0 no-repeat;
}
.item-right-con li:hover{
    box-shadow: 0px 0px 16px 0px rgb(212, 212, 212);
}
.item-right-con li.selected:hover{
    box-shadow: none;
}
.item-right-con li.last{
    margin-right: 0;
}
.quality-text{
    height: 45px;
}
.quality-con{
    padding-bottom: 20px;
    height: 446px;
    margin: 0 -16px;
}

.quality-con .quality-cell{
    float: left;
    overflow: hidden;
    width:278px;
    margin-right:12px;
    border:1px solid #d4d4d4;
    padding-bottom: 16px;
    height: 426px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    transition: all 0.1s ease-in;
}
.quality-cell:hover{
    box-shadow: 0px 0px 16px 0px rgb(212, 212, 212);
}
.quality-cell.selected:hover{
    box-shadow: none;
}
.quality-con ul.last{
    margin-right: 0;
}
.quality-cell li{
    padding:0 0 0 20px;
}
.quality-cell li.th{
    height: 140px;
    margin:0 20px;
    border-bottom:1px solid #d4d4d4;
    font-size: 16px;
    color:#333333;
    font-weight: bolder;
    background: none;
    margin-bottom: 20px;

}
.quality-cell .step-text{
    line-height: normal;
    padding-top: 36px;
    font-size: 26px;
    font-weight: bolder;
    color:#4c4c4c;
    text-align: center;
    transition: all 0.1s ease-in;
}
.quality-con .selected .step-text{
    color:#ff5364;
}
.quality-cell .th .step-desc{
    font-size: 16px;
    color:#4c4c4c;
    background: #f2f3f7;
    font-weight:normal;
    width:185px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
    text-align: center;
    border-radius: 2px;
    transition: all 0.1s ease-in;
}
.quality-con .selected .th .step-desc{
    background:#ff5364;
    color:white;
}

.step-desc {
    color:#ff0000;
}

.quality-cell .title{
    margin:15px 0;
    color:#4c4c4c;
    font-size: 14px;
    font-weight: bolder;
}
.quality-cell .desc, .quality-cell .aim{
    padding:0 0 0 20px;
    background: url(dot.png) 2px 6px no-repeat;
    color:#4c4c4c;
    font-size: 12px;
    margin:16px;
    line-height: 16px;
}
.quality-cell .aim{
    background: url(aim-icons.png) 0 2px no-repeat;
}
.quality-cell .aim-wrong{
    color:#999999;
    background: url(aim-icons.png) 0 -19px no-repeat;
}
.notice-warn{
    margin-right: 3px;
    color: #fb4254;
    position: relative;
    top: 3px;
}
.quality-tip{
    color:#4c4c4c;
}
#goToConfirmTrans{
    background: #fb4254;
    color:white;
    width:142px;
    height: 38px;
    border-radius:4px;
    font-weight: normal;
    float:left;
    margin-right: 50px;
    margin-top: 0;
}
#goToConfirmTrans:hover{
    background:#ff6274;
    /*background: #fb4254;
    box-shadow: 0px 0px 16px 0px #fe4f60;*/
}
.read-agreement{
    float: left;
    margin: 7px auto 0 auto;
}
.submit-con{
    height: 40px;
    padding:0 30px;
}
.read-agreement input{
    opacity:0;
    filter:Alpha(opacity=0);
    position: absolute;
    top:0;
    z-index: 1;
    width:100%;
    height: 100%;
}
.already-read-con{
    position: relative;
    top:3px;
    z-index: 1;
    display: inline-block;
    *display:inline;
    *zoom:1;
    background: white;
    border-radius:2px;
    overflow: hidden;
    width:16px;
    height: 16px;
    border:1px solid #d4d4d4;

}
.read-agreement div.checked{
    background: #fc4758 url("checked-icon.png") 50% 50% no-repeat;
    border:1px solid #fc4758;
}

.select-state{
    border-radius: 4px;
    position: absolute;
    top:-1px;
    right:-1px;
    width:50px;
    height: 50px;
    background: url("state-normal.png") 50% 50% no-repeat;
    transition: all 0.1s ease-in;
}
.select-state:hover{
    background-color: transparent;
}
.selected .select-state{
    background: url("state-active.png") 1px 50% no-repeat;
}
.item-select optgroup{
    padding: 2px 10px;
    color:#999591;
    font-weight: bold;
    font-size: 12px;
}
.item-select optgroup option{
    font-weight: normal;
    padding: 10px 16px;
    margin:0 -10px;
    color:black;
    background: white;
    font-size: 12px;
}
.item-select .select-error{
    position: absolute;
    left: 380px;
    width: 100px;
    top: 11px;
}
.fileView .doc-detail{
    width: 960px;
    margin: 30px auto 0 auto;
}
.item-select .select-con{
    display: none;
}
.file-info-btn, .file-info-btn:hover{
    display: inline-block;
    width: 128px;
    height: 38px;
    *display: inline;
    *zoom:1;
    border:1px solid #c2c2cc;
    color:#4c4c4c;
    line-height: 38px;
    background: #f5f5f7;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin:0 10px 10px 0;
    cursor: pointer;
}
.chinese-file, .chinese-file:hover{
    border-radius: 2px;
    border: 1px solid rgba(236,236,244,1);
    background: #fff;
    position: relative;
}
.uploaded-file-text{
    margin-right: 4px;
}
.new-btn{
    background: url("new-btn.png") no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;

}

.file-info-btn input{
    width:100%;
    height: 100%;
    background: white;
    opacity: 0;
    filter: Alpha(opacity=0);
    position: absolute;
    z-index:1;
    top:0;
    left: 0;
    cursor:default;
}
.file-info i{
    color:#fb4254;
}
/*润色下单提交翻译弹窗样式*/
#goToTrans,.redBtn{
    background: #fb4254;
    color: white;
    width: 142px;
    height: 38px;
    border-radius: 4px;
    font-weight: normal;
    float: left;
    margin-right: 50px;
    margin-top: 0;
}
#goToTrans:hover,.redBtn:hover{
    background: #ff6575;
    /*box-shadow: 0px 0px 16px 0px #fe4f60;*/
}
.user-info.trans{
    width:450px;
    height:auto;
}
.user-content{
    margin: 0 45px;
    font-size: 14px;
    color:#333;
}
.user-info .title{
    padding-bottom: 5px;
    color:#333;
    border-bottom: 1px solid #f2f2f2;
}
.user-info label, .user-phone label{
    text-align: left;
    width:70px;
    color:#4d4d4d;
}
.divide-line{
    float: left;
    margin: 0 24px;
    height: 38px;
    width:1px;
    background: #c8c8c8;
}
.confirmWrap{
    background-color: transparent;
    margin:20px 45px 0 45px;
    padding:0;
    overflow: hidden;
    text-align: center;
}
.confirmWrap.other #goToTrans{
    margin-left:100px;
}
.confirmWrap #goToTrans{
    margin-right: 0;
    width:140px;
}
.greyBtn{
    float: left;
    display: inline-block;
    width:140px;
    height:38px;
    background-color: #fafafc;
    border:1px solid #e3e3ee;
    border-radius: 4px;
    color:#000000;
    font-weight: normal;
    line-height: 38px;
    margin: 0 auto;
}
.greyBtn:hover{
    background-color: #fafafc;
    color:#000000;
    text-decoration: none;
}
.message-box .redBtn{
    font-size: 14px;
    width: 145px;
    height: 38px;
    line-height: 38px;
    color: white;
    background: #fb4254;
    border-radius: 4px;
    transition: all 0.1s ease-in;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    margin:20px 0 20px 100px;
}