.intelligent{
    /*font-family: "PingFang SC", Helvetica, "Microsoft Yahei", 微软雅黑, Arial, sans-serif;;*/
    font-family: "PingFang SC", "Microsoft Yahei", 微软雅黑, Arial, sans-serif;;
}
.intelligent .banner{
    background: #F3F2F6;
    width: 100%;
}
.intelligent .banner img{
    width: 1200px;
    margin: 0 auto;
}
.intelligent .banner a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.intelligent .banner a:hover{
    background: transparent;
}
/*隐藏新人礼包*/
.newUserCouponIndex{
    display: none;
}
/*二倍屏+大小屏切换*/
@media screen and (max-width: 1440px){
    .intelligent .banner img{
        height: 256px;
    }
    .order-now .big{
        display: none;
    }
    .order-now .small{
        display: block;
    }
}
@media screen and (min-width: 1440px) {
    .order-now .small{
        display: none;
    }
    .intelligent .banner img{
        height: 336px;
    }
    .order-now .big{
        display: block;
    }

}
.banner-decs-con{
    width: 1200px;
    background: url("banner1_256.png") no-repeat;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
}
.banner-desc{
    width: 480px;
    height: 220px;
    position: absolute;
    top: 66px;
    left: 80px;
}
.banner-desc .main-title{
    /*width:152px;*/
    height:36px;
    font-size:36px;
    font-weight:normal;
    color:rgba(43,51,61,1);
    line-height:36px;
    letter-spacing:2px;
}
.banner-desc .sub-title{
    /*height: 64px;*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    /*color: #4c4c4c;*/
    margin-top: 18px;
    width:368px;
    height:78px;
    font-size:16px;
    font-weight:400;
    color:rgba(99,105,112,0.7);
    line-height:26px;
}
.banner-desc .sub-title .percent{
    font-size: 16px;
    font-weight: bolder;
}
.intelligent .red-btn{
    display: block;
    font-size: 18px;
    text-align: center;
    background: #f93e53;
    color: white;
    border-radius: 4px;
    transition: all 0.1s ease-in;
}
.intelligent .red-btn:hover{
    background: rgba(249, 62, 83, .8);
}
.intelligent .order-now{
    text-align: center;
    display: block;
    width: 100%;
}
/*.intelligent .order-now:hover{*/
/*background: url("red_large_btn.png") 50% 50% no-repeat;*/
/*color: rgba(255, 255, 255, .8);*/
/*}*/.intelligent-nav-con{
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 1px 10px #e5e5e5;
}
.fixed-intelligent-nav-con{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    /*_top: expression(eval(document.documentElement.scrollTop));*/
    _position: absolute;
    _clear: both;
}
.intelligent-nav {
    height: 60px;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
.intelligent-nav li.current {
    border-bottom: 2px solid #fb3a4c;
}
.intelligent-nav li {
    width: 239px;
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid white;
    cursor: pointer;
}
.intelligent-nav li.current a, .intelligent-nav li.current a:hover {
    color: #fc3a4e;
}
.intelligent-nav li a, .intelligent-nav li a:hover {
    color: #4c4c4c;
    font-size: 14px;
    background: none;
    width: 100%;
    display: block;
}
.introduce-area{
    padding: 71px 0 0 0;
    background: white;
}
.introduce-content{
    width: 1200px;
    margin: 0 auto;
    background: transparent;
}
.introduce-title {
    height: 55px;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    color: #2B333D;
    font-weight: bolder;
}
.introduce-title .title-line {
    background: #d7d7d7;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    font-size: 0px;
}
.title-important{
    color: #fa3a4c;
}
.introduce-title .underline{
    width: 40px;
    height: 2px;
    background: #E1E3E6;
    display: block;
}
.introduce-desc{
    font-size: 13px;
    color: #888888;
    text-align: center;
    line-height: 22px;
    margin: 17px auto 0 auto;
    height: 44px;
}
#suitableArea{
    margin-bottom: 70px;
}
.suitable-area{
    width:1200px;
    margin: 40px auto 0 auto;
    border: 1px solid rgba(232,232,232,1);
    height: 156px;
    border-radius: 4px;
    position: relative;
}
.suitable-align{
    margin: 43px 0 48px 0;
    height: 65px;
    display: flex;
    justify-content: space-around;
}
.suitable-item-box{
    height: 45px;
}
.suitable-item-box img{
    vertical-align: middle;
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.suitable-item-box span{
    color: #2B333D;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 12px;
}
.suitable-align li{
    list-style-type: none;
    float: left;
    display: block;
    height: 59px;
    margin:0 61px 0 61px;
}
.suitable-align p{
    color: #888888;
    font-size: 14px;
}
.area-tips{
    color: #999999;
    font-size: 12px;
    text-align: right;
    margin-top: 8px;
    font-weight: 400;
}
.area-tips .tips-tap{
    text-align: right;
    color: #FB3A4D;
    text-decoration: none;
    font-weight: normal;
}
.area-tips .tips-tap:hover{
    background: transparent;
}
#applyArea{
    background: url("apply-area.png") 50% 0 no-repeat;
}
.apply-area ul{
    width: 334px;
    height: 428px;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    float: left;
    margin-top: 60px;
    overflow: hidden;
}
.apply-area ul.apply-right-con{
    float: right;
}
.apply-area ul .header{
    height: 144px;
    background: #FC3D5F;
    background-image: linear-gradient(-135deg, #FC3D5F 0%,#FC6D56  100%);
    margin-bottom: 27px;
    overflow: hidden;
}
.apply-area ul.apply-right-con .header{
    background: rgba(228, 77, 100, .15);
}
.apply-area ul .header span{
    width: 58px;
    height: 58px;
    display: block;
    margin: 19px auto;
}
ul.apply-right-con .header span{
    background: url("no-apply.png") 50% 50% no-repeat;
}
ul.apply-left-con .header span{
    background: url("apply.png") 50% 50% no-repeat;
}
.apply-area ul .header p{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}
ul.apply-right-con .header p{
    color: #4C4C4C;
}
.apply-area ul li.item{
    font-size: 12px;
    color: #4C4C4C;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    margin-top: 10px;
}
ul.apply-right-con li.item{
    color: #4A4A4A;
}
.apply-area ul li.item:before{
    display: inline-block;
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #999999;
    vertical-align: middle;
    margin-right: 6px;
}
.apply-area ul li.item span{
    font-size: 16px;
    color: #FB3A4C;
    line-height: 17px;
}
.apply-area ul .btn-con{
    margin-top: 48px;
}
.apply-area ul .btn-con a{
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    width: 165px;
    height: 46px;
    line-height: 46px;
}
ul.apply-right-con .btn-con a{
    border: 1px solid #FB3A4C;
    color: #FB3A4C;
}
.apply-area ul .btn-con a:hover{
    background:#FC425F;
    background-image: linear-gradient(-145deg, #FC425F 0%, #FC6956 100%);
    color:white;
}
ul.apply-left-con .btn-con a:hover{
    background: none;
    background:#FC425F;
    background-image: linear-gradient(-145deg, #FC6956 0%, #FC425F 100%);
}
ul.apply-left-con .btn-con a{
    background:#FC425F;
    background-image: linear-gradient(-145deg, #FC425F 0%, #FC6956 100%);
    box-shadow: 0 5px 10px 0 rgba(251,66,84,0.34);
    color: #FFFFFF;
    height: 48px;
    line-height: 48px;
}
.apply-area{
    height: 594px;
}
.service-title{
    height: 50px;
}
.service-desc{
    margin-top: 16px;
}
.service-area{
    height: 894px;
    background:#fafafa url("pic_edit_process.png") 50% 100% no-repeat;
}
.service-list{
    height: 460px;
    margin: 102px auto 0 auto;
    width: 960px;
}
.service-list ul{
    float: left;
    height: 460px;
}
.service-type-content{
    width: 460px;
    height: 478px;
    margin-right: 38px;
    background: white;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 14px 0 rgba(211,211,211,0.3);;
    -moz-box-shadow: 0 2px 14px 0 rgba(211,211,211,0.3);;
    box-shadow: 0 2px 14px 0 rgba(211,211,211,0.3);;
}
.service-type-cell{
    position: relative;
}
.service-type-cell .pointer{
    position: absolute;
    width: 22px;
    height: 29px;
    background: url("pointor.png") 0 0 no-repeat;
    left: -18px;
    top: 33px;
    display: none;
}
.service-type-list{
    width: 460px;
    background: transparent;
}
.service-type-list li{
    width: 460px;
    height: 92px;
    display: inline-block;
    transition: all 0.1s ease-in;
    cursor: pointer;
}
.service-type-list li.current{
    -webkit-box-shadow: 0 2px 14px 0 rgba(211,211,211,0.3);
    -moz-box-shadow: 0 2px 14px 0 rgba(211,211,211,0.3);
    box-shadow: 0 2px 14px 0 rgba(211,211,211,0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255,255,255,1);
}
.service-type-list li.current .pointer{
    display: block;
}
.service-type-list .order-num{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 18px 0 18px 18px;
    float: left;
    font-size: 40px;
    color: rgba(112,112,112,.6);
}
.service-type-list li.current .order-num{
    color: #fb3a4c;
}
.type-content{
    margin-left: 96px;
    padding-top: 24px;
    height: 48px;
}
.type-title{
    font-size: 16px;
    color: #333333;
    margin-bottom: 3px;
    font-weight: bolder;
}
.type-desc{
    font-size: 12px;
    color: #888888;
}
.service-content-cell{
    padding: 40px;
    display: none;
}
.service-type-content li.current{
    display: block;
}
.service-content-title{
    color: rgba(51,51,51,1);
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 22px;
}
.service-content{
    font-size: 13px;
    color: #4c4c4c;
    line-height: 28px;
    margin-top: 15px;
}
.service-table{
    margin: 52px auto 110px auto;
    width: 1200px;
    height: 280px;
    color: #888888;
}
.service-table table{
    border: 1px solid rgba(232,232,232,1);
    border-bottom: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.service-table th{
    text-align: center;
    line-height: 54px;
    height: 54px;
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
    background: rgba(250,250,250,1);
    border-bottom: 1px solid #EEEEEE;
}
.service-table td{
    text-align: center;
    line-height: 75px;
    height: 75px;
    border-bottom: 1px solid #EEEEEE;
}
.saled-box{
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.inbox-td{
    height: 75px;
    text-align: center;
}
.inbox{
    height: 42px;
    line-height: 21px;
    margin: 0 auto;
    min-width: 148px;
    max-width: 164px;
    text-align: left;
    color:rgba(136,136,136,1);
    font-weight: 400;
    font-size: 12px;
}
.inbox span{
    color: #333;
    font-weight: bolder;
}
.translator-config{
    width: 269px;
}
.saled-service{
    width:207px;
}
.center{
    text-align: center;
}
.level-title{
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
    width: 173px;
}
.single-price{
    width: 238px;
}
.price-area{
    padding: 80px 0 0 0;
}
.suitable-content{
    width: 311px;
}
.price-num{
    font-size: 18px;
    color: #FB3A4D;
}
.sample-area{
    height: 554px;
    background: #fafafa;
}
.sample-area .samples{
    position: relative;
    height: 450px;
    width: 1200px;
    margin: 25px auto 0 auto;
}
.sample-man{
    position: absolute;
    width: 332px;
    height: 449px;
    background: url("pic_edit_ case.png") no-repeat;
    bottom: 0;
    left: 50%;
    margin-left: -162px;
}
.sample-con{
    position: absolute;
    width: 660px;
    height: 336px;
    right: 0;
    bottom: 40px;
    z-index: 4;
}
.sample-cases{
    position: absolute;
    bottom: 92px;
    display: flex;
    height: 320px;
    width: 100%;
    justify-content: space-between;
}
.sample{
    width: 580px;
    height: 320px;
    border-radius: 4px;
    box-shadow:0 2px 14px 0 rgba(211,211,211,0.3);
    background: white;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-box{
    width: 500px;
    height: 220px;
    margin: 0 auto;
}
.case-box img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.case-box li:nth-child(1){
    height: 40px;
}
.case-box li:nth-child(1) img{
    vertical-align: middle;
}
.case-box li:nth-child(1) span{
    font-size: 20px;
    font-weight: bolder;
    margin-left: 12px;
}
.case-box li:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    height: 78px;
    color:#333333;
    margin-top: 20px;
}
.case-box li:nth-child(3) {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    height: 44px;
    color:#333333;
    margin-top: 30px;
}
.vertical-line{
    width: 2px;
    height: 40px;
    background:rgba(204,204,204,1);
    float: left;
}
.right-feedback{
    font-size: 12px;
    color: #888888;
    margin-left: 16px;
    line-height: 22px;
}
.right-feedback span{
    color: #888888;
    font-weight: bolder;
}

.manual-result{
    height: 300px;
    background: url("manual-result.png") 9px 0 no-repeat;
}
.polish-result{
    height: 230px;
    background: url("polish-result.png") 13px 0 no-repeat;
}

/*machineTranslateFloatingWindow*/
.machineTranslateFloatingWindow{
    position: fixed;
    right: 16px;
    bottom: 16px;
    /*width: 280px;*/
    padding-right: 16px;
    min-height: 237px;
    background: #fff;
    box-shadow:0 4px 20px 0 rgba(201,201,201,0.56);
    border-radius:4px;
    border:1px solid rgba(239,237,237,1);
    z-index: 200;
    visibility: hidden;
}

.machineTranslateFloatingWindow .title{
    font-size: 14px;
    text-align: left;
    line-height: 45px;
    height: 45px;
    width: 248px;
    font-weight: bolder;
    color: #2B333D;
    margin-left: 16px;
    border-bottom: 1px solid #E9E9E9;
}

.machineTranslateFloatingWindow .body{
    padding-left: 16px;
    line-height: 38px;
    text-align: left;
    display: flex;
    color: #2B333D;
    margin-top: 12px;
    font-size: 14px;
    flex-direction: column;
    margin-bottom: 16px;
}
.machineTranslateFloatingWindow .line{
    display: flex;
}
.machineTranslateFloatingWindow .line .left-title{
    /*width: 56px;*/
    color: rgba(43, 51, 61, 0.7);
}
.machineTranslateFloatingWindow .line .right-content{
    width: 184px;
    margin-left: 8px;
    word-wrap: break-word;
    word-break: break-all;
}

.machineTranslateFloatingWindow .button{
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    width: 248px;
    height: 36px;
    font-size: 14px;
    background: #fb3a4c;
    border-radius: 4px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 13px;
}
.machineTranslateFloatingWindow .button a{
    text-decoration: none;
    color: #FFFFFF;
}

.machineTranslateFloatingWindow .button a:hover{
    background: transparent;
}
.machineTranslateFloatingWindow .closeButton{    position: absolute;
    top: 15px;
    right: 8px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    cursor: pointer;
    background: url("ic_edit_closewindow.png") no-repeat;
}

/*VIP服务页面引用，勿删*/
.contact-us-con{
    height: 282px;
    width: 960px;
    margin:auto;
    margin-top: 60px;
}
.contact-us-con li{
    height: 78px;
}
.contact-us-con span{
    display: inline-block;
    width: 76px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: right;
}
.contact-us-con span.need{
    width: auto;
    color: #fa3a4c;
}
.contact-left{
    float: left;
    width: 446px;
    padding-right: 68px;
}
.contact-right{
    float: right;
    width: 446px;
    padding-right: 0;
}
.contact-us-con input{
    width: 404px;
    height: 46px;
    font-size: 14px;
    transition: all 0.1s ease-in;
    box-shadow: none;
    background: #FFFFFF;
    border: 1px solid #D5D5E0;
    border-radius: 4px;
    padding-left: 40px;
}
.contact-us-con input::placeholder{
    color:#c2c2c2;
}
.contact-us-con .name{
    background: url("name.png") 12px 50% no-repeat;
}
.contact-us-con .name:focus, .contact-us-con .error .name{
    background: url("name-active.png") 12px 50% no-repeat;
}
.contact-us-con .email{
    background: url("email-icon.png") 12px 50% no-repeat;
}
.contact-us-con .email:focus, .contact-us-con .error .email{
    background: url("email-active.png") 12px 50% no-repeat;
}
.contact-us-con .word-count{
    background: url("count.png") 12px 50% no-repeat;
}
.contact-us-con .word-count:focus, .contact-us-con .error .word-count{
    background: url("count-active.png") 12px 50% no-repeat;
}
.contact-us-con .code{
    background: url("validate-code.png") 12px 50% no-repeat;
}
.contact-us-con .code:focus, .contact-us-con .error .code{
    background: url("code-active.png") 12px 50% no-repeat;
}
.contact-us-con .phone{
    background: url("phone.png") 12px 50% no-repeat;
}
.contact-us-con .phone:focus, .contact-us-con .error .phone{
    background: url("mobile-active.png") 12px 50% no-repeat;
}
.contact-us-con li.error input{
    border: 1px solid #F44336;
    color:#F44336;
}
.contact-us-con .error-notice{
    display: none;
}
.contact-us-con .error .error-notice{
    display: block;
}
.contact-area{
    height: 674px;
}
.contact-us-con div.error-notice{
    font-size: 12px;
    color: #FB3A4C;
    text-align: right;
    width: auto;
    margin-top: 6px;
}
.submit-con{
    margin-top: 60px;
}
.submit-con .submit-btn{
    width: 170px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    font-size: 14px;
    background: url("red_small_btn.png") 50% 50% no-repeat;
}
.submit-con .submit-btn:hover{
    background: url("red_small_btn.png") 50% 50% no-repeat;
    color: rgba(255, 255, 255, .8);
}.contact-area{
    height: 674px;
}@media only screen and (-moz-device-pixel-ratio: 2.0),only screen and (-webkit-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (device-pixel-ratio: 2){
    .screen-2x{
        display: inline;
    }
    .screen-1x{
        display: none;
    }
    .machineTranslateFloatingWindow .closeButton{
        /*background: url("ic_edit_closewindow@2x.png") no-repeat;*/
        /*background-size: cover;*/
    }
    .sample-man{
        background: url("pic_edit_ case@2x.png") no-repeat;
        background-size: cover;
    }
    .banner-decs-con{
        background: url("banner2_336@2x.png") no-repeat;
        background-size: cover;
    }
    .banner-1x {
        display: none;
    }
    .banner-2x {
        display: block;
    }

}
.hide{
    display: none;
}
@media only screen and (-moz-device-pixel-ratio: 2.0),only screen and (-webkit-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (device-pixel-ratio: 2){
    .screen-2x{
        display: inline;
    }
    .screen-1x{
        display: none;
    }
    .machineTranslateFloatingWindow .closeButton{
        /*background: url("ic_edit_closewindow@2x.png") no-repeat;*/
        /*background-size: cover;*/
    }
    .sample-man{
        background: url("pic_edit_ case@2x.png") no-repeat;
        background-size: cover;
    }
    .banner-decs-con{
        background: url("banner2_336@2x.png") no-repeat;
        background-size: cover;
    }
    .banner-1x {
        display: none;
    }
    .banner-2x {
        display: block;
    }

}
@media screen and (min-width: 1441px){
    .service-area{
        background:#fafafa url("pic_edit_process@2x.png") 50% 100% no-repeat;
        background-size: contain;
    }}