/* @module 翻译首页 */
body {
    min-width: 1200px;
}

.index {
    font-family: "微软雅黑";
    _font-family: song;
    position: relative;
    z-index: 2;
}

.index #bd {
    background: white;
    min-width: 1200px;
}

#container {
    padding-top: 1px;
    margin-top: -1px;
}

.hide {
    display: none;
}

.fast-doc-con {
    width: 1200px;
    margin: 0 auto;
    background: white;
    overflow: hidden;
    margin-top: 30px;
    box-sizing: border-box;

}

.fast-doc-box1,
.fast-doc-box2 {
    width: 588px;
    height: 234px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 50px 0px rgba(29, 29, 31, 0.13);
    border-radius: 8px;
    border: 1px solid rgba(222, 222, 224, 1);
    float: left;
    box-sizing: border-box;
    padding: 0 32px;
    padding-top: 33px;
    position: relative;
}

.fast-doc-box1 {
    margin-right: 24px;
}

.fast-doc-con .title {
    overflow: hidden;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.quick-img {
    background: url("fast-icon.png");
    width: 52px;
    height: 52px;
    background-size: 100%;
    float: left;
}

.file-img {
    background: url("file-icon.png");
    width: 52px;
    height: 52px;
    background-size: 100%;
    float: left;
}

.fast-doc-con .image {
    width: 24px;
    height: 24px;
    background-size: 100%;
    float: left;
}

.fast-doc-con .main-content {
    margin-top: 24px;
    float: left;
}

.fast-doc-con .box {
    width: 282px;
    height: 154px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: 1px solid rgba(222, 222, 224, 1);
    margin-right: 24px;
    box-sizing: border-box;
    float: left;
    padding: 26px;
}



.fast-doc-con .place-order-small-btn {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FC3A4D;
}

.fast-doc-con .main-content .place-order-small-btn:hover {
    background: none;
    color: rgba(252, 58, 77, 1);
}

.fast-doc-con .main-content .link {
    cursor: pointer;
}

.fast-doc-con .top {
    height: 24px;
    line-height: 24px;
}

.fast-doc-con .bottom {
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 282px;
    background-color: #FFE7E9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fast-doc-con .red {
    color: rgba(252, 58, 77, 1);
}

.fast-doc-con .last-box {
    margin-right: 0
}

.local-img {
    background: url("local.png");
}

.polish-img {
    background: url("polish.png");
}

.ai-img {
    background: url("ai.png");
}

.translate-img {
    background: url("translate.png");
}

.long-distance-img {
    background: url("long-distance.png");
}

.rengong {
    background: url("rengong.png");
}

.cartoon {
    background: url("cartoon.png");
}

.video {
    background: url("video.png");
}

.web {
    background: url("web.png");
}

.liner {
    width: 16px;
    height: 2px;
    background: rgba(252, 58, 77, 1);
}

.concat {
    background: url("concat.png");
    width: 56px;
    height: 64px;
    background-size: 100%;
}

.arrow-right {
    background: url("arrow-right.png");
    width: 8px;
    height: 8px;
    border: 1.5px;
    background-size: 8px 8px;
    display: inline-block;
}

.arrow-right-gray {
    background: url("arrow-right-gray.png");
    width: 14px;
    height: 14px;
    background-size: 100%;
    display: inline-block;
}

.fast-doc-con .title-name {
    margin-left: 20px;
    height: 52px;
    float: left;
}

.fast-doc-con .title-name h3 {
    font-size: 26px;
    font-family: PingFangTC-Semibold, PingFangTC;
    font-weight: 600;
    color: rgba(70, 70, 70, 1);
    margin-bottom: 2px;
}

.fast-doc-con .title-name p {
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);

}

.attention {
    background: rgba(255, 231, 233, 1);
}

.fast-doc-con .labels {
    margin-top: 22px;
    overflow: hidden;
    width: 328px;
}

.fast-doc-con .labels li {
    width: 72px;
    height: 28px;
    background: rgba(255, 255, 255, 1);
    border-radius: 1px;
    border: 1px solid rgba(230, 230, 230, 1);
    text-align: center;
    line-height: 28px;
    margin-right: 8px;
    margin-bottom: 9px;
    float: left;
}

.fast-doc-con .labels li:hover {
    background: rgba(246, 246, 246, 1);
    cursor: pointer;
    color: #333;
}

.fast-doc-con .labels li a:hover {
    background: transparent;
    color: #333;
}

.fast-doc-con .btn:hover {
    background: linear-gradient(315deg, rgba(247, 31, 52, 1) 0%, rgba(253, 74, 91, 1) 100%);
}

.fast-doc-con .btn {
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(315deg, rgba(249, 65, 83, 1) 0%, rgba(254, 105, 120, 1) 100%);
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 32px;
    bottom: 24px;
    cursor: pointer;
}

.fast-doc-con .box .normal {
    color: rgba(119, 119, 119, 1);
}

.fast-doc-con .box .normal:hover {
    color: rgba(119, 119, 119, 1);
}

.fast-doc-con .box p {
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
    margin-top: 10px;
}

.second-con .service-con-image .fast-doc-con .img-2x {
    display: none;
}

.service-con-image .fast-doc-con {
    border: none;
    margin: 0 auto -30px;
    padding-bottom: 30px;
}



.index .cell-icon {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;

}

.fast-doc-con .fast-cell .cell-icon {
    background: url("fast_icon.png");
}

.fast-doc-con .doc-cell .cell-icon {
    background: url("ic_document_gold.png");
}

.fast-doc-con .local-cell .cell-icon {
    background: url("ic_local_gold.png");
}

.fast-doc-con .polish-cell .cell-icon {
    background: url("ic_modify_gold.png");
}

.cell-intro {
    position: relative;
    z-index: 1;
    text-align: center;
}

.fast-doc-layout .cell-intro .title {
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(43, 51, 61, 1);
    line-height: 18px;
    letter-spacing: 1px;
}

.fast-doc-layout .cell-intro .desc {
    font-size: 12px;
    font-family: PingFangSC-Light;
    font-weight: 400;
    color: rgba(99, 105, 112, 1);
    line-height: 21px;
}

.cell-intro .title {
    text-align: center;
    margin: 16px auto 8px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #2B333D;
    letter-spacing: 0;
    line-height: 16px;
}

.cell-intro .title a {
    transition: all 0.384s ease-in;
}

.cell-intro .title a:hover {
    background: none;
    color: #f93e53;
}

.service-title h3 {
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
    position: absolute;
    top: 54%;
    left: 40%;
}

.service-title {
    position: relative;
}

.translation-links {
    position: relative;
    height: 560px;
}

.translation-title {
    width: 960px;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
    margin: 8px auto 0 auto;
    position: relative;

}

.translation-title h3 {
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
    position: absolute;
    top: 22px;
    left: 340px;
}

.translation-content {
    width: 1200px;
    margin: 58px auto 0 auto;
    background: white;
    position: relative;
}

.translation-content .step-wrap {
    width: 180px;
    height: 146px;
    position: absolute;
}

.translation-content .step-wrap .icon {
    width: 48px;
    height: 48px;
    margin-left: 66px;
}

.translation-content .step-wrap .big {
    display: none;
}


.translation-content .step-wrap .title {
    margin-top: 20px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #464646;
}

.translation-content .step-wrap .content {
    width: 180px;
    height: 40px;
    margin-top: 8px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #999999;
}

.translation-content .arrow-right {
    position: absolute;
    width: 60px;
    height: 24px;
    background: url("translation-arrow-right.png");
}

.translation-content .arrow-down {
    position: absolute;
    width: 24px;
    height: 60px;
    background: url("translation-arrow-down.png");
}

.translation-content .arrow-left {
    position: absolute;
    width: 60px;
    height: 24px;
    background: url("translation-arrow-left.png");
}

.translation-content .arrow-right-1 {
    top: 61px;
    left: 180px;
}

.translation-content .arrow-right-2 {
    top: 61px;
    left: 435px;
}

.translation-content .arrow-right-3 {
    top: 61px;
    left: 690px;
}

.translation-content .arrow-right-4 {
    top: 61px;
    left: 945px;
}

.translation-content .arrow-down {
    top: 146px;
    right: 0;
}

.translation-content .arrow-left-1 {
    top: 263px;
    right: 230px;
}

.translation-content .arrow-left-2 {
    top: 263px;
    right: 570px;
}

.translation-content .arrow-left-3 {
    top: 263px;
    right: 910px;
}

.translation-content .step-1 {
    top: 0;
    left: 0;
}

.translation-content .step-2 {
    top: 0;
    left: 255px;
}

.translation-content .step-3 {
    top: 0;
    left: 510px;
}

.translation-content .step-4 {
    top: 0;
    left: 765px;
}

.translation-content .step-5 {
    top: 0;
    left: 1020px;
}

.translation-content .step-6 {
    top: 206px;
    right: 0;
}

.translation-content .step-7 {
    top: 206px;
    right: 340px;
}

.translation-content .step-8 {
    top: 206px;
    right: 680px;
}

.translation-content .step-9 {
    top: 206px;
    right: 1020px;
}

.bg {
    background: url("bg.png");
    background-size: 100%;
    width: 56px;
    height: 64px;
    margin: 0 auto;
}

.bg1 {
    background: url("bg-1.png");
    background-size: 100%;
    width: 58px;
    height: 66px;
    margin: 0 auto;
}

.pre {
    background: url("pre.png") no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 40%;
    left: 7%;
    z-index: 99;
    cursor: pointer;
}

.pre:hover {
    background: url("pre-hover.png") no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 40%;
    left: 7%;
    z-index: 99;
    cursor: pointer;
}

.next {
    background: url("next.png") no-repeat;
    background-size: 100%;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 40%;
    right: 7%;
    z-index: 99;
    /*transform: rotate(180deg);*/
    cursor: pointer;
}

.next:hover {
    background: url("next-hover.png") no-repeat;
}

.service-title .intro {
    margin-top: 5px;
    font-size: 12px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.service-title .intro .know-more {
    color: rgba(252, 58, 77, 1);
    display: inline-block;
    height: 14px;
    line-height: 10px;
    cursor: pointer;
}

.service-title .intro .know-more:hover {
    background: transparent;
}

.fast-doc-con .card {
    width: 25%;
    height: 216px;
    padding: 20px 16px;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.fast-doc-con .card:hover {
    background: rgba(248, 248, 248, 1);
    border-radius: 2px;
}

.fast-doc-con .card>div {
    width: 44px;
    height: 45px;
    background-size: 100%;
}

.fast-doc-con .card h4 {
    margin-top: 17px;
    font-size: 20px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
}

.fast-doc-con .card p {
    margin-top: 12px;
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
}

.know-more .arrow-right {
    /*float: right;*/
    background-size: 96%;
}

.con-border {
    border-radius: 6px;
    border: 1px solid rgba(213, 213, 213, 1);
    padding: 16px;
}

.second-con .intro-wrap .desc {
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #A3A8AD;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
}

.cell-intro .desc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
    font-family: PingFangSC-Light;
    color: rgba(99, 105, 112, 1);
    letter-spacing: 0;
    text-align: center;
}

.cell-intro .desc span {
    font-family: PingFangSC-Semibold;
    font-size: 13px;
    color: #001500;
    letter-spacing: 0;
    line-height: 21px;
}

.cell-intro .btn {
    font-size: 12px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #FB3A4D;
    border-radius: 2px;
    display: block;
    _margin-top: -32px;
    _right: 60px;
    transition: all 0.1s ease-in;
    margin: 12px auto 23px;
    border: 1px solid rgba(251, 58, 77, 0.30);
}

.cell-intro .btn:hover {
    background: #FB3A4D;
    border-radius: 3px;
    color: white;
}

.doc-cell .cell-intro .btn {
    right: 0;
}

.three-layout {
    border: none;
    margin-top: 50px;
}

.three-layout li {
    width: 33%;
    /*cursor:pointer;*/
}

/*.three-layout li:hover{*/
/*transform: scale(1.03);*/
/*transition: all 0.384s ease-in;*/
/*}*/
.three-layout .cell-intro .title {
    font-size: 16px;
    margin-top: 0;
}

.three-layout .cell-intro .desc {
    font-size: 12px;
}

.fast-doc-con .thesis-cell .cell-icon {
    background: url("index-icon-sprint.png") -190px -3px no-repeat;
}

.fast-doc-con .resume-cell .cell-icon {
    background: url("index-icon-sprint.png") -248px -4px no-repeat;
}

.fast-doc-con .certificate-cell .cell-icon {
    background: url("index-icon-sprint.png") -125px -4px no-repeat;
}

.fast-doc-con .law-cell .cell-icon {
    background: url("index-icon-sprint.png") -436px -4px no-repeat;
}

.fast-doc-con .company-cell .cell-icon {
    background: url("index-icon-sprint.png") -302px -3px no-repeat;
}

.fast-doc-con .study-cell .cell-icon {
    background: url("index-icon-sprint.png") -377px -5px no-repeat;
}

.brand-customer-images {
    width: 996px;
    margin: 0 auto;
    margin-top: 40px;
}

.brand-customer-images li {
    width: 164px;
    height: 36px;
    background-size: 100%;
    float: left;
    margin-right: 43px;
    margin-bottom: 25px;
}

.brand-customer-images li.right {
    margin-right: 0;
}

.ministry {
    background: url("ministry.png");
}

.Tsinghua {
    background: url("Tsinghua.png");
}

.jd {
    background: url("jd.png");
}

.amazon {
    background: url("amazon.png");
}

.iqiyi {
    background: url("iqiyi.png");
}

.biz {
    background: url("biz.png");
}

.export-import {
    background: url("import-and-export.png");
}

.tencent {
    background: url("tecent.png");
}

.beijing {
    background: url("beijing.png");
}

.netease {
    background: url("netease.png");
}

.Riley {
    background: url("Riley.png");
}

.Cammy {
    background: url("Cammy.png");
}

.Alexanne {
    background: url("Alexanne.png");
}

.Crystal {
    background: url("Crystal.png");
}

.Alphonso {
    background: url("Alphonso.png");
}

.Ethel {
    background: url("Ethel.png");
}

.Taya {
    background: url("Taya.png");
}

.Laisha {
    background: url("Laisha.png");
}

.Yitou {
    background: url("Yitou-Kikaru.png");
}

.interpreter-title {
    width: 686px;
    position: relative;
    margin: 0 auto;
    margin-top: 72px;
}

.interpreter-title h3 {
    position: absolute;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
    top: 19%;
    left: 38%;
}

.interpreter-title p {
    margin-top: 8px;
    font-size: 12px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 11px;
    text-align: center;
}

.interpreter-intro {
    width: 1200px;
    padding: 0 41px;
    margin: 0 auto;
    margin-top: 38px;
    overflow: hidden;
    box-sizing: border-box;
}

.interpreter-intro li {
    /*width:357px;*/
    height: 218px;
    float: left;
    margin-bottom: 54px;
}

.interpreter-intro li span {
    display: block;
}

.border {
    border-right: 1px solid rgba(213, 213, 213, 1);
    padding-right: 45px;
    margin-right: 45px;
}

.interpreter-intro .name {
    font-size: 18px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: rgba(70, 70, 70, 1);
    display: block;
}

.interpreter-intro .domain {
    margin-top: 5px;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
    display: block;
}

.interpreter-intro .special:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;

}

.interpreter-intro .images {
    width: 120px;
    height: 120px;
    background-size: 100%;
    float: left;
    margin-top: 14px;
    margin-right: 20px;
}

.interpreter-intro p {
    margin-top: 8px;
    width: 309px;
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
}

.interpreter-intro .supply {
    font-size: 13px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 24px;
}

.second-con {
    height: 500px;
    padding: 0;
}

.second-con ul li {
    padding: 0;
    height: 100%;
    position: relative;
}

.second-con ul li a {
    transition: all 0.384s;
}

.second-con ul li a:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.three-layout li div.cell-block:hover .title a {
    color: #f93e53;
}

.second-con .service-title {
    width: 960px;
    margin: 0 auto;
    padding-top: 65px;
    text-align: center;
    margin-bottom: 16px;
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #2B333D;
    letter-spacing: 0;
    line-height: 32px;
}

.second-con .line {
    background: #E1E3E6;
    height: 2px;
    width: 40px;
    margin: 0 auto 40px;
}

.second-con .service-desc {
    text-align: center;
    margin: 10px auto 48px auto;
    font-size: 16px;
    color: #333333;
    color: rgba(51, 51, 51, .7);
}

.second-con li a {
    width: 280px;
    height: 100%;
    display: block;
    background: white;
    border-radius: 4px;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.second-con .cell-intro {
    position: relative;
    margin-left: 0;
    height: 131px;
}

.second-con .cell-intro img {
    display: block;
    width: 100%;
    height: 100%;
}

.second-con .cell-intro-hover {
    border: 1px solid #f93e53;
}

.brand-customer-wrap {
    min-width: 1200px;
    overflow: hidden;
    height: 280px;
    /*background: url("pic_CustomerBg.png") 50% 50% no-repeat;*/
    /*background-size: cover;*/
    background: #F6F8FA;
}

.brand-customer-image {
    background: url("pic_CustomerLogo.png") 50% 50% no-repeat;
    background-size: 1177px 187px;
    height: 187px;
}

.brand-customer-content {
    text-align: center;
    position: relative;
    width: 112px;
    margin: 0 auto;
    margin-top: 22px;
}

.brand-customer-content .title {
    position: absolute;
    top: 30%;
    left: 0;
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
}

.brand-customer-content .line {
    display: block;
    background: #E1E3E6;
    margin: 16px auto 0;
    width: 40px;
    height: 2px;
}


/*.second-con .interpret .cell-intro{*/
/*background: url("interpret-bg.png") 0 0 no-repeat;*/
/*position: relative;*/
/*}*/
/*.second-con .company .cell-intro{*/
/*background: url("company-bg.png") 0 0 no-repeat;*/
/*}*/

.intro-wrap {
    width: 100%;
    margin-top: 22px;
    text-align: center;
}

.intro-wrap .know-more {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    font-family: PingFangSC-Light;
    color: #FB3A4D;
}

.intro-wrap .know-more:hover {
    background: none;
}

.client-thinking {
    width: 1200px;
    margin: 85px auto 58px auto;
    position: relative;
}

.client-thinking .client-title {
    font-size: 28px;
    font-family: STSongti-SC-Black, STSongti-SC;
    font-weight: 900;
    color: rgba(70, 70, 70, 1);
    text-align: center;
    position: absolute;
    left: 23%;
    top: 25%
}

.client-sub-title {
    margin-top: 5px;
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #A3A8AD;
    text-align: center;
    line-height: 14px;
}

.client-thinking-list {
    width: 344px;
    height: 100px;
    margin: 0 auto;
    /*overflow: hidden;*/
    margin-top: 29px;
    padding-left: 75px;
}

.client-thinking-list li {
    float: left;
    margin-right: 16px;
    cursor: pointer;
    width: 40px;
    /*height: 64px;*/
    position: relative;
}

.client-thinking-list li img {
    width: 40px;
    height: 40px;
    margin-top: 12px;
}

.client-thinking-list li.middle img {
    width: 64px;
    height: 64px;
    margin-top: 0;
    display: none;
}

.client-thinking-list li img.bigimage {
    display: none;
}

.client-thinking-list li.middle img.bigimage {
    display: inline-block;
}

.client-thinking-list li span {
    display: none;
}

.client-thinking-list li.middle {
    display: inline;
}

.client-thinking-list li.middle {
    width: 64px;
    height: 64px;
}

.client-thinking-list .last {
    margin-right: 0;
}

.client-wrap {
    width: 1200px;
    height: 247px;
    margin: 0 auto;
    border: 1px solid rgba(213, 213, 213, 1);
    text-align: center;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

/*.client-wrap:after{*/
/*content: '';*/
/*position: absolute;*/
/*width: 0;*/
/*height: 0;*/
/*bottom: -5px;*/
/*border-style: solid;*/
/*border-width: 7px;*/
/*border-color: transparent transparent #fff #fff ;*/
/*transform: rotate(-50deg);*/
/*-webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);*/
/*-moz-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);*/
/*box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);*/
/*}*/
.client-wrap span.triangle {
    /*content: '';*/
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    left: 600px;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-50deg);
    -webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.client-wrap p {
    margin-top: 87px;
    font-size: 18px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(70, 70, 70, 1);
}

.client-wrap span {
    display: block;
    margin: 0 auto;
    margin-top: 19px;
}

.client-wrap .intro {
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.client-wrap .concat {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.client-thinking .header {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.client-thinking-list li .comma {
    position: absolute;
    left: 24px;
    top: 24px;
    display: block;
    height: 40px;
    width: 51px;
    background: url("comma.png") no-repeat;
}

.client-thinking-list li .comma-reverse {
    position: absolute;
    right: 40px;
    bottom: 80px;
    display: block;
    height: 40px;
    width: 51px;
    background: url("comma.png") no-repeat;
    transform: rotate(180deg);
}

.client-thinking-list .middle {
    position: relative;
}

.client-thinking-list .middle span {
    position: absolute;
    top: 70px;
    display: block;
    width: 160px;
    left: -44px;
    font-size: 12px;
    font-family: PingFangTC-Medium, PingFangTC;
    text-align: center;
    font-weight: 500;
    color: rgba(70, 70, 70, 1);
}

.thinking {
    font-family: PingFangSC-Light;
    font-size: 14px;
    color: #2B333D;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 10px;
}

.client-info-con {
    margin-top: 16px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
}

.client-info-con img {
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 21px;
}

.client-info-con .client-info {

    float: left;
    margin-left: 12px;
    height: 42px;
    padding-top: 1px;
    text-align: left;
}

.client-info-con .client-name {
    font-family: PingFangSC-Medium;
    font-size: 13px;
    color: #636970;
    letter-spacing: 0;
    line-height: 13px;
    margin-top: 6px;
}

.order-info {
    margin-top: 8px;
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #A3A8AD;
    letter-spacing: 0;
    line-height: 12px;
}

.interpreter-bgimage {
    background: url("expertsBG.png") 50% 50% no-repeat;
}

.interpreter-content {
    height: 500px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.interpreter-content img {
    position: absolute;
    bottom: 0;
    left: 320px;
    display: block;
}

.interpreter-desc {
    margin-top: 122px;
}

.interpreter-content .img-2x {
    display: none;
}

.interpreter-desc-title {
    font-family: PingFangSC-Semibold;
    font-size: 32px;
    color: #2B333D;
    letter-spacing: 0;
    line-height: 32px;
}

.interpreter-desc-line {
    background: #E1E3E6;
    width: 40px;
    height: 2px;
    margin-top: 16px;
}

.interpreter-desc-article {
    width: 432px;
    font-size: 16px;
    color: #636970;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 32px;
    opacity: 0.7;
    font-family: PingFangSC-Light;
    text-align: justify;
}

.good-client {
    width: 960px;
    margin: 0 auto;
    height: 315px;
    position: relative;
    margin-top: 60px;
}

.client-list-con {
    overflow: hidden;
    position: relative;
    height: 230px;
    margin-top: 50px;
}

.good-client-title {
    font-size: 28px;
    height: 28px;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.good-client-list {
    height: 230px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.good-client-list li {
    width: 320px;
    float: left;
}

.good-client .turn-left,
.good-client .turn-right {
    width: 37px;
    height: 68px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.384s ease-in;
    border: 1px solid white;
}

.good-client .turn-left {
    background: url("turn-left.png") 50% 50% no-repeat;
    left: -37px;
}

.good-client .turn-right {
    background: url("turn-right.png") 50% 50% no-repeat;
    right: -37px;
}

.turn-left:hover,
.turn-right:hover {
    /*background-color:#e6e6e6;*/
    border: 1px solid #e6e6e6;
}

.good-client .client-logo {
    width: 320px;
    height: 66px;
    margin-bottom: 25px;
}

.good-client .health {
    background: url("healthy.png") 50% 50% no-repeat;
}

.good-client .qinghua {
    background: url("qinghua.png") 50% 50% no-repeat;
}

.good-client .jingdong {
    background: url("jingdong.png") 50% 50% no-repeat;
}

.good-client .aiqiyi {
    background: url("aiqiyi.png") 50% 50% no-repeat;
}

.good-client .baoxue {
    background: url("baoxue.png") 50% 50% no-repeat;
}

.good-client .beida {
    background: url("beida.png") 50% 50% no-repeat;
}

.good-client .hengda {
    background: url("hengda.png") 50% 50% no-repeat;
}

.good-client .amazon {
    background: url("amazon.png") 50% 50% no-repeat;
}

.good-client .text {
    width: 260px;
    height: 146px;
    font-size: 14px;
    color: #333333;
    color: rgba(51, 51, 51, .7);
    margin: 0 auto;
    line-height: 20px;
}

.banners-con {
    height: 200px;
    position: relative;
    z-index: 9;
}

.banners {
    margin-top: 55px;
    position: relative;
    z-index: 1;
    height: 200px;
}

.banners li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banners .description {
    display: none;
}

.banners li.current {
    z-index: 2;
}

.banners li.second {
    z-index: 1;
}

.banners .banner0 {
    background: #D9E4F4;
}

.banners .banner1 {
    background: #F6F7F9;
}

.banners .banner2 {
    background: #FAF8F4;
}

.banners .banner3 {
    background: #F6F7F9;
}

.banners .banner4 {
    background: #F2F5F89;
}

.banners .banner5 {
    background: #F1F3F6;
}

.banners .banner6 {
    background: #F1F3F6;
}

.banners .banner7 {
    background: #FFF7EE;
}

.banners .banner9 {
    background: #a81311;

}

.banners .banner-2021-may {
    background: #F23A39;
}

.banners .banner-2020-1 {
    background: #F0F3F7;
}

.banners .banner-2020-2 {
    background: #FFFFFF;
}

.banners .banner-2020-resume {
    background: #FCFCFC;
}

.banners .banner-2020-nov {
    background: #FC4D48;
}

.banners .banner-2020-3 {
    background: #FFFFFF;
}

.banners .banner-2020-4 {
    background: #FFFFFF;
}

.banners .banner-2020-5 {
    background: #FFFFFF;
}

.banners .banner-2021-march {
    background: #6197FF;
}

.banners .banner-2021-july {
    background: #C6FCFE;
}

.banners .banner-2021-nov {
    background: #FC4440;
}

.banners .banner-2022-paper {
    background: #E9F2FD;
}

.banners .banner-2022-june {
    background: #C7E7FF;
}

.banners .banner-2022-june {
    background: rgb(236, 245, 255);
}

.banners .banner-2023-march {
    background-color: rgb(236, 245, 255);
}

.banner-kuanghuan {
    background: #fd545c;
}

.banners .banner-video-translate {
    background: url("./banners/banner_ai_trans_big@2x.png")
}
.banners .banner-minusAi {
    background: url("./banners/banner_minusAi_big@2x.png")
}

.banner-nov17 {
    background: #F8E2C6;
}

.resume-banner {
    background: url("../resume16/bg.png") 0 0 repeat;
}

.banners .banner718 {
    background: #DEF4FD;
}

.banners .banner-jifen {
    background: #F7F6F4;
}

.banners .banner-2018nov11 {
    background: #F4EBDD;
}

.banners .banner-newUserCoupon {
    background: #F44B5A;
}

.banner-notice-wrap {
    /*background-color: white;*/
    padding: 0 5px;
}

.banners .banner-trial {
    background-color: #ffd701;
}

.banners .banner-in {
    background: #f6f7f9;
}

.banners .banner-rebate {
    background: #F1E3DC url("../coolRebate/images/main_m.png") 0 0 repeat;
}

.banners .banner-oc {
    background: url("banners/oc_bg.png") 50% 50% no-repeat;
}

.brand-customer {
    background: url("brand-costomer-BG.png");
}

.banners .banner-fanyidan {
    background: #CE3538;
}

.banners li img {
    display: block;
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.translator-num {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    color: #FB3A4D;
    letter-spacing: 0;
    line-height: 32px;
    padding: 0 4px;
    font-weight: bold;
}

.banner-notice {
    /*width:100%;*/
    /*min-width: 1200px;*/
    text-align: center;
    position: relative;
    top: 24px;
    height: 52px;
    line-height: 52px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #2B333D;
    z-index: 2;
    filter: Alpha(opacity=60);
}

.banners-con .banner-notice .notice-text {
    margin-left: 30px;
    color: #f83d51;
}

.notice-text a {
    color: #f83d51;
    text-decoration: underline;
}

.notice-text a:hover {
    text-decoration: underline;
    background: transparent;
}

.banners-indexs {
    position: absolute;
    right: 156px;
    bottom: 20px;
    height: 10px;
    z-index: 10;
    display: none;
}

.banners-indexs li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #d2cdc9;
    float: left;
    transition: all 0.384s ease-in;
    margin-right: 10px;
    cursor: pointer;
}

.banners-indexs li.current {
    background: #f93d52;
}

.banners-indexs-small li {
    font-size: 0;

}

.banners-indexs-big {
    width: 900px;
    height: 40px;
    top: 270px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banners-indexs-big li {
    width: 180px;
    height: 40px;
    background: rgba(255, 255, 255, 0.51);
    border: 1px solid #FFFFFF;
    /* backdrop-filter: blur(3px); */
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    /* identical to box height, or 157% */
    color: #666666;
    margin-right: 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    border-right: none;
    transition: none;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #939599;
}

.banners-indexs-big li:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #fff;
    transition: none;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #939599;
}

.banners-indexs-big li:first-child {
    border-radius: 4px 0 0 4px;
    transition: none;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #939599;
}

.banners-indexs-big li.current {
    /* background: rgba(255, 255, 255, 0.51); */
    background: url("banner-indexs-current@2x.png");
    width: 180px;
    height: 46px;
    background-size: cover;
    margin-top: -6px;
    border: none;
    line-height: 54px;

    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #2A2B2E;
}

.banners-indexs-big li:last-child.current {
    background: url("banner-indexs-current-last-child@2x.png");
    width: 180px;
    height: 46px;
    background-size: cover;
    margin-top: -6px;
    border: none;
    line-height: 54px;

    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #2A2B2E;
}

.banners-indexs-big li:first-child.current {
    background: url("banner-indexs-current-first-child@2x.png");
    width: 180px;
    height: 46px;
    background-size: cover;
    margin-top: -6px;
    border: none;
    line-height: 54px;

    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #2A2B2E;
}

/* .banners-indexs-big li.current::before {
    content: "";
    display: block;
    position: absolute;
    left: 79px;
    top: -6px;
    width: 22px;
    height: 6px;
    background: url('./index-banner-arrow.png');
    background-size: cover;
}

.banners-indexs-big li.current::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.51);
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    left: 79px;
    top: -6px;
    width: 22px;
} */

.banners-indexs-big li.current .arrow {
    position: absolute;
    left: 79px;
    top: -6px;
    width: 22px;
    height: 6px;
    background: url('./index-banner-arrow.png');
    background-size: cover;
}

.interpret-type-wrap {
    min-width: 1200px;
    width: 100%;
    text-align: center;
}

.interpret-type {
    box-sizing: border-box;
    min-width: 1200px;
    width: 100%;
    height: 168px;
    max-width: 1200px;
    overflow: hidden;
    display: inline-block;
    padding: 12px;
}

.interpret-type li {
    width: 16.66%;
    float: left;
    text-align: center;
}

.interpret-type li:hover {
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(82, 139, 204, 0.08);
    border-radius: 4px;
}

.interpret-type .paper:hover .type-icon {
    margin-top: 8px;
}

.interpret-type .paper:hover .paper-desc {
    display: block;
}

.interpret-type .product:hover .product-desc {
    display: block;
}

.interpret-type .product:hover .type-icon {
    margin-top: 8px;
}

.interpret-type .contract:hover .contract-desc {
    display: block;
}

.interpret-type .contract:hover .type-icon {
    margin-top: 8px;
}

.interpret-type .abroad:hover .abroad-desc {
    display: block;
}

.interpret-type .abroad:hover .type-icon {
    margin-top: 8px;
}

.interpret-type .credential:hover .credential-desc {
    display: block;
}

.interpret-type .credential:hover .type-icon {
    margin-top: 8px;
}

.interpret-type .resume:hover .resume-desc {
    display: block;
}

.interpret-type .resume:hover .type-icon {
    margin-top: 8px;
}

.interpret-type li:hover .type-icon {
    margin-top: 0;
}

.interpret-type i {
    display: block;
    height: 48px;
    width: 48px;
    margin: 18px auto 0;
}

.interpret-type li a,
.interpret-type li a:hover {
    background: transparent;
}

.interpret-type li span {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #2B333D;
    letter-spacing: 2px;
    text-align: center;
    line-height: 14px;
}

.interpret-type li p {
    display: none;
    margin-top: 12px;
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #A3A8AD;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    margin-bottom: 19px;
}

.interpret-type .paper i {
    background: url("ic_paper_gray.png");
}

.interpret-type .product i {
    background: url("ic_company_gray.png");
}

.interpret-type .contract i {
    background: url("ic_law_gray.png");
}

.interpret-type .abroad i {
    background: url("ic_abroad_gray.png");
}

.interpret-type .credential i {
    background: url("ic_certificate_gray.png");
}

.interpret-type .resume i {
    background: url("ic_resume_gray.png");
}

/*.second-con .cell-intro:before, .second-con .cell-intro:after {*/
/*position: absolute;*/
/*top: 0px;*/
/*right: 0px;*/
/*bottom: 0px;*/
/*left: 0px;*/
/*border-radius: 4px;*/
/*content: '';*/
/*opacity: 0;*/
/*filter: alpha(opacity=0);*/
/*transition: all .384s;*/
/*z-index:1;*/
/*_display:none;*/
/*}*/
/*.second-con .cell-intro:before {*/
/*opacity: 0;*/
/*filter: alpha(opacity=0);*/
/*border-top: 2px solid #ccc;*/
/*border-bottom: 2px solid #ccc;*/
/*transform: scale(0, 1);*/
/*}*/
/*.second-con .cell-intro:after {*/
/*border-right: 2px solid #ccc;*/
/*border-left: 2px solid #ccc;*/
/*transform: scale(1, 0);*/
/*}*/
/*.second-con li:hover .cell-intro:before, .second-con li:hover .cell-intro:after {*/
/*opacity: 1;*/
/*filter: alpha(opacity=100);*/
/*transform: scale(1,1);*/

/*}*/
.second-con li a:hover {
    _background: none;
}

.second-con li a:hover .desc {
    _color: #333333
}

.service-con-image {
    height: 500px;
    background: url("pic_CustomerBg.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.fast-doc-layout {
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(29, 29, 31, 0.13);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 248, 250, 1) 100%);
}

.fast-doc-layout .line {
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 50px;
    background: #e5e5e5;
}

.greater-h580 .fast-doc-layout .line {
    background: #e5e5e5;
    height: 95px;
    top: 30px;
}

.greater-h580 .cell-intro .btn {
    top: auto;
    right: auto;
    left: 0;
    bottom: -50px;
    _bottom: 20px;
}

/*首页导航样式与其他页面区别*/
.index #hdContainer,
.index #hd,
.index #hd .hd-logo {
    /*background:transparent;*/
    border: none;
    box-shadow: none;
    /*transition: all 0.384s ease-in;*/

}

.index #hdContainer {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.index .scrolled #hd {
    background: white;
    border-bottom: 1px solid #e5e5e5;
    /*box-shadow: 0px 1px 10px #e5e5e5;*/
}

.good-client-title,
.client-thinking-list {
    position: relative;
}

.bottom-line {
    width: 55px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
    background: #fb3a4d;
    line-height: 0;
    font-size: 0;
}

.client-thinking-list .bottom-line {
    bottom: auto;
    top: -2px;
}

.intro-tips-con {
    position: relative;
    width: 105px;
    cursor: pointer;
    z-index: 11;
    margin-bottom: 10px;
}

.fast-doc-layout .cell-intro .desc {
    margin-top: 0;
    margin-bottom: 6px;
}

.intro-tips-con .intro-notice {
    float: right;
    width: 13px;
    height: 13px;
    background: url("title-notice.png") 50% 50% no-repeat;
    display: none;
}

.intro-tips-con .intro-tips {
    display: none;
    background: white;
    font-size: 14px;
    color: #333333;
    position: absolute;
    top: 20px;
    left: 90px;
    height: 60px;
    padding: 20px;
    width: 210px;
    *border: 1px solid #c0a38d;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    z-index: 10;
    cursor: default;
}

.intro-tips-con .timeout-paid {
    width: 62px;
    height: 20px;
    border: 1px solid #ff0000;
    color: #f93e53;
    border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: -50px;
    cursor: default;
}

/*.intro-tips-con .intro-tips:after{*/
/*content:"";*/
/*position: absolute;*/
/*top:-8px;*/
/*left:10%;*/
/*background: transparent url("../pointer-top.png") 50% 50% no-repeat;*/
/*width:16px;*/
/*height: 11px;*/
/*}*/
.intro-tips-con .intro-tips span {
    float: left;
    width: 50%;
    float: left;
    height: 16px;
    line-height: 16px;
    color: #666666;
    margin-top: 8px;
}

.three-layout li div.cell-block {
    display: block;
    height: 60px;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 16px 0;
    transition: all 0.384s;
    cursor: pointer;
}

.three-layout li div.cell-block:hover {
    *border: 1px solid #e0d2c8;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .1);
}

.client-tags-con {
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 2px;
}

.client-tags-con li {
    font-family: PingFangSC-Light;
    display: inline;
    font-size: 12px;
    padding: 4px 12px;
    line-height: 25px;
    color: #C6A180;
    margin-right: 10px;
    background: rgba(198, 161, 128, 0.10);
    border-radius: 3px;
}

.client-thinking-wrap {
    overflow: hidden;
    min-width: 1200px;
}

/*翻译狂欢节5折暂时添加*/

.strict-control-wrap {
    overflow: hidden;
    min-width: 1200px;
}




/*翻译狂欢节5折暂时添加*/
.banner-kuanghuan .time-range {
    background: url(../halfPriceSale/timeRange.png) 50% 50% no-repeat;
    position: absolute;
    bottom: 152px;
    left: 122px;
    width: 478px;
    height: 65px;
}

#timeCount {
    height: 26px;
    line-height: 26px;
    font-size: 22px;
    color: white;
    position: absolute;
    bottom: 125px;
    left: 130px;
}

.kuanghuan-text-con {
    width: 960px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -480px;
    /*background: rgba(0,0,0,.5);*/
}

/*快速翻译文档翻译适应*/
.fast-doc-box1,
.fast-doc-box2 {
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 50px 0px rgba(29, 29, 31, 0.13);
    border-radius: 8px;
    border: 1px solid rgba(222, 222, 224, 1);
    float: left;
    box-sizing: border-box;
    padding: 0 31px;
    padding-top: 20px;
    position: relative;
}

.quick-img,
.file-img {
    height: 42px;
    width: 42px;
    background-size: cover;
}

.fast-doc-con .title-name {
    margin-left: 15px;
    height: 30px;
}

.fast-doc-con .title-name h3 {
    height: 30px;
    font-size: 22px;
    font-family: PingFangTC-Semibold, PingFangTC;
    font-weight: 600;
    color: rgba(70, 70, 70, 1);
    line-height: 30px;
}

.fast-doc-con .title-name p {
    font-size: 14px;
    font-family: PingFangTC-Regular, PingFangTC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
}

.fast-doc-con .labels {
    margin-top: 16px;
}

.fast-doc-con .labels li {
    width: 72px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 1px;
    border: 1px solid rgba(230, 230, 230, 1);
}

.fast-doc-con .btn {
    width: 120px;
    height: 36px;
    background: linear-gradient(315deg, rgba(248, 53, 72, 1) 0%, rgba(255, 46, 67, 0.8) 100%);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangTC-Medium, PingFangTC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
}

.fast-doc-con .box {
    /* height: 134px; */
    /* padding: 18px 26px 17px 26px; */
    padding: 24px 26px;
    width: 282px;
    height: 192px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DEDEE0;
    box-shadow: 0px 0px 50px rgba(29, 29, 31, 0.13);
    border-radius: 8px;
}

.fast-doc-con .box .title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 28px; */
    color: #464646;
    margin-left: 7px;
    border-bottom: none;
}

/*结束*/
/*宽屏幕 适配*/
@media screen and (max-width: 1440px) {
    .banners-con .small {
        display: block;
    }

    .banners-con .big {
        display: none;
    }

    .banners-indexs {
        position: absolute;
        top: 90%;
        left: 50%;
    }
}

@media screen and (min-width: 1441px) {

    /*快速翻译文档翻译适应__大*/
    .fast-doc-box1,
    .fast-doc-box2 {
        width: 588px;
        height: 234px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 50px 0px rgba(29, 29, 31, 0.13);
        border-radius: 8px;
        border: 1px solid rgba(222, 222, 224, 1);
        float: left;
        box-sizing: border-box;
        padding: 0 32px;
        padding-top: 33px;
        position: relative;
    }

    .quick-img,
    .file-img {
        height: 52px;
        width: 52px;
        background-size: cover;
    }

    .fast-doc-con .title-name {
        margin-left: 20px;
        height: 52px;
        float: left;
    }

    .fast-doc-con .labels {
        margin-top: 22px;
        overflow: hidden;
        width: 328px;
    }

    .fast-doc-con .labels li {
        width: 72px;
        height: 28px;
        background: rgba(255, 255, 255, 1);
        border-radius: 1px;
        border: 1px solid rgba(230, 230, 230, 1);
        text-align: center;
        line-height: 28px;
        margin-right: 8px;
        margin-bottom: 9px;
        float: left;
    }

    .fast-doc-con .btn {
        width: 120px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: linear-gradient(315deg, rgba(249, 65, 83, 1) 0%, rgba(254, 105, 120, 1) 100%);
        border-radius: 2px;
        font-size: 16px;
        font-family: PingFangTC-Medium, PingFangTC;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        position: absolute;
        right: 32px;
        bottom: 24px;
        cursor: pointer;
    }

    .fast-doc-con .box {
        margin-right: 24px;
        float: left;
        padding: 24px 26px;
        width: 282px;
        height: 192px;
        box-sizing: border-box;
        background: #FFFFFF;
        border: 1px solid #DEDEE0;
        box-shadow: 0px 0px 50px rgba(29, 29, 31, 0.13);
        border-radius: 8px;
    }

    .fast-doc-con .box .title {
        font-size: 20px;
        font-family: PingFangTC-Medium, PingFangTC;
        font-weight: 500;
        color: rgba(70, 70, 70, 1);
        margin-left: 7px;

        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
    }


    .fast-doc-con .last-box {
        margin-right: 0;
    }

    /*结束*/


    .intro-wrap .know-more {
        color: #FB3A4D;
    }

    .cell-intro .btn {
        margin: 24px auto 48px;
    }

    .banners-con .small {
        display: none;
    }

    .banners-con .big {
        display: block;
    }

    .banners-con,
    .banners,
    .banners li img {
        height: 300px;
        margin: 0 auto;
    }

    .banners-con {
        height: 300px;
    }

    .banners li img {
        width: 1200px;
    }

    .banners {
        margin-top: 55px;
    }

    #hd .hd-logo {
        width: 1200px;
    }

    #hd .logo {
        margin-right: 64px;
    }

    .contact .navigation .nav-menu .seperator {
        width: 38px;
    }

    #docTransMenu {
        left: 138px;
    }

    #serviceExplain {
        left: 572px;
    }

    /*.fast-doc-con li {*/
    /*padding-top:26px;*/
    /*}*/
    /*.fast-doc-con li.line{*/
    /*padding-top:0;*/
    /*top:50px;*/
    /*}*/
    /*.fast-doc-con{*/
    /*height: 136px;*/
    /*}*/
    /*.fast-cell .cell-icon{*/
    /*margin-left: 30px;*/
    /*}*/
    /*.doc-cell .cell-icon{*/
    /*margin-left: 83px;*/
    /*}*/
    /*.fast-cell .cell-intro{*/
    /*margin-left: 116px;*/
    /*}*/
    /*.doc-cell .cell-intro{*/
    /*margin-left: 165px;*/
    /*}*/
    /*.greater-h580 .fast-doc-layout .line{*/
    /*height: 130px;*/
    /*top: 40px;*/
    /*}*/
    /*.fast-doc-con{*/
    /*width:1200px;*/
    /*}*/
    .three-layout {
        width: 1200px;
        height: 124px;
    }

    .three-layout li:last-of-type {
        margin-right: 0;
    }

    .three-layout li {
        padding-top: 0px;
        width: 382px;
        height: auto;
        margin-right: 24px;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
    }

    .three-layout li div.cell-block:hover {
        box-shadow: none;
    }

    .three-layout li:hover {
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }

    .good-client,
    .client-thinking {
        /*width:1126px;*/
    }

    .three-layout .cell-intro {
        margin-left: 96px;
    }

    .index .three-layout .cell-icon {
        margin-left: 20px;
    }

    .good-client-list li,
    .good-client .client-logo {
        width: 375px;
    }

    .greater-h580 .fast-doc-layout .line {
        top: 25px
    }

    .three-layout li div.cell-block {
        height: auto;
        padding: 26px 20px 26px 0;
    }

    #timeCount {
        bottom: 160px;
        left: 42px;
    }

    .banner-kuanghuan .time-range {
        bottom: 197px;
        left: 32px;
    }

    .second-con li a {
        width: 259px;
    }

    .second-con .cell-intro {
        height: 154px;
    }
}

#bannerLink {
    position: absolute;
    width: 152px;
    height: 40px;
}

.dict-packet {
    padding: 0;
    width: 450px;
    height: 420px;
    background: none;
}

.dict-packet .content {
    height: 100%;
    background: url("dict-packet.png") 50% 50% no-repeat;
    position: relative;
}

.dict-packet .content .close {
    right: 4px;
    top: 26px;
    background: none;
    width: 32px;
    height: 32px;
}

.dict-packet .get-packet,
.dict-packet .get-packet:hover {
    position: absolute;
    width: 165px;
    height: 48px;
    left: 50%;
    margin-left: -79px;
    bottom: 61px;
    background: none;
}

li.resume-cell .new-state {
    width: 30px;
    height: 17px;
    color: white;
    padding: 0;
    border-radius: 2px;
    display: block;
    line-height: 20px;
    margin-left: -12px;
    position: absolute;
    left: 112px;
    top: -13px;
    background: url(../images/new.png) 50% 50% no-repeat;
}

@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) {

    /* 二倍屏幕 */
    .brand-customer {
        background: url("pic_CustomerBg@2x.png") 50% 50% no-repeat;
    }

    .banner-1x {
        display: none;
    }

    .banner-2x {
        display: block;
    }

    .fast-doc-con .fast-cell .cell-icon {
        background: url("Rectangle@2x(4).png");
        background-size: 48px 48px;
    }

    .fast-doc-con .doc-cell .cell-icon {
        background: url("Rectangle@2x(5).png");
        background-size: 48px 48px;
    }

    .fast-doc-con .local-cell .cell-icon {
        background: url("Rectangle@2x(6).png");
        background-size: 48px 48px;
    }

    .fast-doc-con .polish-cell .cell-icon {
        background: url("Rectangle@2x(7).png");
        background-size: 48px 48px;
    }

    .interpret-type .paper i {
        background: url("Rectangle6@2x(1).png");
        background-size: 48px 48px;
    }

    .interpret-type .product i {
        background: url("Rectangle6@2x.png");
        background-size: 48px 48px;
    }

    .interpret-type .contract i {
        background: url("Rectangle@2x.png");
        background-size: 48px 48px;
    }

    .interpret-type .abroad i {
        background: url("Rectangle@2x(1).png");
        background-size: 48px 48px;
    }

    .interpret-type .credential i {
        background: url("Rectangle@2x(2).png");
        background-size: 48px 48px;
    }

    .interpret-type .resume i {
        background: url("Rectangle@2x(3).png");
        background-size: 48px 48px;
    }

    .second-con .service-con-image .fast-doc-con .img-2x {
        display: block;
    }

    .second-con .service-con-image .fast-doc-con .img-1x {
        display: none;
    }

    .brand-customer-wrap {
        background: url("pic_CustomerBg@2x.png") 50% 50% no-repeat;
        background-size: cover;
    }

    .brand-customer-image {
        background: url("pic_CustomerLogo@2x.png") 50% 50% no-repeat;
        background-size: 1177px 187px;
        height: 187px;
    }

    .interpreter-content .img-1x {
        display: none;
    }

    .interpreter-bgimage {
        background: url("expertsBG@2x.png");
    }

    .interpreter-content .img-2x {
        display: block;
        width: 1005px;
        height: 467px;
    }

    .client-thinking-list .img-2x {
        display: block;
    }

    .client-thinking-list .img-1x {
        display: none !important;
    }

    .client-thinking-list li .comma {
        background: url("comma@2x.png");
        background-size: 51px 40px;
    }

    .client-thinking-list li .comma-reverse {
        background: url("comma@2x.png");
        background-size: 51px 40px;
    }

    .quick-img {
        background: url("fast-icon@2x.png");
        background-size: cover;
    }

    .file-img {
        background: url("file-icon@2x.png");
        background-size: cover;
    }

    .local-img {
        background: url("local@2x.png");
        background-size: cover;
    }

    .polish-img {
        background: url("polish@2x.png");
        background-size: cover;
    }

    .translate-img {
        background: url("translate@2x.png");
        background-size: cover;
    }
    .ai-img {
        background: url("polish@2x.png");
        background-size: cover;
    }

    .long-distance-img {
        background: url("long-distance@2x.png");
        background-size: cover;
    }

    .rengong {
        background: url("rengong@2x.png");
        background-size: cover;
    }

    .cartoon {
        background: url("cartoon@2x.png");
        background-size: cover;
    }

    .video {
        background: url("video@2x.png");
        background-size: cover;
    }

    .web {
        background: url("web@2x.png");
        background-size: cover;
    }

    .arrow-right {
        background: url("arrow-right@2x.png");
        background-size: cover;
    }

    .arrow-right-gray {
        background: url("arrow-right-gray@2x.png");
        background-size: cover;
    }

    .bg {
        background: url("bg@2x.png");
        background-size: cover;
    }

    .bg1 {
        background: url("bg-1@2x.png");
        background-size: cover;
    }

    .pre {
        background: url("pre@2x.png") no-repeat;
        background-size: cover;
    }

    .pre:hover {
        background: url("pre-hover@2x.png") no-repeat;
        background-size: cover;
    }

    .next {
        background: url("next@2x.png") no-repeat;
        background-size: cover;


    }

    .next:hover {
        background: url("next-hover@2x.png") no-repeat;
        background-size: cover;
    }

    .ministry {
        background: url("ministry@2x.png") no-repeat;
        background-size: cover;

    }

    .Tsinghua {
        background: url("Tsinghua@2x.png") no-repeat;
        background-size: cover;

    }

    .jd {
        background: url("jd@2x.png") no-repeat;
        background-size: cover;

    }

    .amazon {
        background: url("amazon@2x.png") no-repeat;
        background-size: cover;

    }

    .iqiyi {
        background: url("iqiyi@2x.png") no-repeat;
        background-size: cover;

    }

    .biz {
        background: url("biz@2x.png") no-repeat;
        background-size: cover;

    }

    .export-import {
        background: url("import-and-export@2x.png") no-repeat;
        background-size: cover;

    }

    .tencent {
        background: url("tecent@2x.png") no-repeat;
        background-size: cover;

    }

    .beijing {
        background: url("beijing@2x.png") no-repeat;
        background-size: cover;

    }

    .netease {
        background: url("netease@2x.png") no-repeat;
        background-size: cover;

    }

    .Riley {
        background: url("Riley@2x.png") no-repeat;
        background-size: cover;

    }

    .Cammy {
        background: url("Cammy@2x.png") no-repeat;
        background-size: cover;

    }

    .Alexanne {
        background: url("Alexanne@2x.png") no-repeat;
        background-size: cover;

    }

    .Crystal {
        background: url("Crystal@2x.png") no-repeat;
        background-size: cover;

    }

    .Alphonso {
        background: url("Alphonso@2x.png") no-repeat;
        background-size: cover;

    }

    .Ethel {
        background: url("Ethel@2x.png") no-repeat;
        background-size: cover;

    }

    .Taya {
        background: url("Taya@2x.png") no-repeat;
        background-size: cover;

    }

    .Laisha {
        background: url("Laisha@2x.png") no-repeat;
        background-size: cover;

    }

    .Yitou {
        background: url("Yitou-Kikaru@2x.png") no-repeat;
        background-size: cover;

    }

    .translation-content .arrow-right {
        background: url("translation-arrow-right@2x.png");
        background-size: cover;
    }

    .translation-content .arrow-down {
        background: url("translation-arrow-down@2x.png");
        background-size: cover;
    }

    .translation-content .arrow-left {
        background: url("translation-arrow-left@2x.png");
        background-size: cover;
    }

    .translation-content .step-wrap .small {
        display: none;
    }

    .translation-content .step-wrap .big {
        display: block;
    }
}

@media screen\0 {
    * {
        font-family: "Microsoft YaHei" !important;
    }
}