html * {
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none;
    font-family: PingFangSC-regular, Microsoft YaHei, Arial, sans-serif;

}

body {
    background: #fff;
    min-width: 1400px;
}

.totalWrapper {
    /*min-width: 1200px;*/
    height: 5932px;
    background: url("images/pc.jpg") 50% 0 no-repeat;
    /*padding-top: 778px;*/
}

/*.indexClick{*/
/*    display: inline-block;*/
/*    width: 210px;*/
/*    height: 70px;*/
/*    position: absolute;*/
/*    top: 420px;*/
/*    left: 50%;*/
/*    margin-left: -105px;*/
/*}*/

.indexClick:hover{
    background: transparent;
}

.award {
    margin-top: 48px;
}

.check {
    margin: 0 auto;
    width: 1125px;
    height: 76px;
}

.check a {
    display: inline-block;
    width: 212px;
    height: 76px;
    overflow: hidden;
}

.checkPoints {
    margin-left: 300px;
    background: url("./images/check.png") 50% 0 no-repeat;
}

.checkDetails {
    margin-left: 82px;
    background: url("./images/detail.png") 50% 0 no-repeat;

}


.prizeWrapper {
    width: 1125px;
    height: 332px;
    background-color: #fff;
    margin: 40px auto;
}

.floatLeft {

    float: left;
}

.floatRight {

    float: right;
}



.contentWrapperLeft {
    margin-left: 472px;
    padding: 86px 162px 86px 234px;
}

.contentWrapperRight {
    margin-right: 498px;
    padding: 86px 276px 86px 94px;
}


/* 内容开始 */

.prizeContent {
    width: 256px;
    height: 160px;

}

.prizeContent .item {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #7d7d7d;
    float: left;
}

.prize {
    /* margin-left: 162px; */
    float: right;
}

.detail {
    overflow: hidden;
    margin-bottom: 16px;
}

.prize {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    color: #f25457;
}

hr {
    border: none;
    border-top: 1px solid #E8E8E8;
}

.points {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #929292;
    font-family: none;
    margin: 18px 0 22px 0;
}

.change,.change:hover {
    background-color: #f9adb5;
    display: inline-block;
    height: 48px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
}

/* 内容结束 */





#ft{
    background: #fff;
}

.error{
    border: 1px solid #FB3A4D;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-o-input-placeholder {
    text-align: left;
    font-family: PingFangSC-Regular;
    font-size: 16px;

    /*color: #CCCCCC;*/
}


/*弹窗css样式开始*/
.message-container-jifen{
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 4px;
}

.message-box.newUserCoupon-box{
    padding: 36px 50px 30px 50px;
    width: auto;
}

.newUserCoupon-box .close{
    width: 16px;
    height: 16px;
    top: 20px;
    right: 16px;
    background: url("images/ic_close_normal.png") no-repeat;
}

.newUserCoupon-box .close:hover{
    background: url("images/ic_close_hover.png") no-repeat;
}

.newUserCouponContent1{
    /*width: 440px;*/
    max-height: 600px;
    overflow-y: scroll;
}

.newUserCouponContent{
    /*width: 440px;*/
    /*max-height: 600px;*/
    /*overflow-y: scroll;*/
}

.newUserCouponText{
    margin: 0 auto;
    padding: 5px 0;
    /*width: 385px;*/
    /*height: 36px;*/
    text-align: center;
}

.newUserCouponText p{
    font-size: 16px;
    color: #2B333D;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
    font-family: PingFangSC-regular, "Microsoft YaHei", Arial, sans-serif;
}

.newUserCouponText span{
    font-size: 18px;
    line-height: 40px;
}

/*.newUserCouponText input{*/
/*!*margin-top: -8px;*!*/
/*!*margin-left: 12px;*!*/
/*width: 150px;*/
/*height: 28px;*/
/*vertical-align: middle;*/
/*}*/

.newUserCouponTelephoneInput{
    width: 200px;
    /*width: 150px;*/
    height: 32px;
    font-size: 14px;
    vertical-align: middle;
}

.newUserCouponAuthInput{
    width: 100px;
    height: 32px;
    font-size: 14px;
    vertical-align: middle;
}

.newUserCouponButton{
    margin: 12px auto 0 auto;
    /*width: 385px;*/
    text-align: center;
}

.newUserCouponButton a{
    display: inline-block;
    width: 108px;
    height: 36px;
    background: #FB3A4D;
    border-radius: 4px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: PingFangSC-regular, "Microsoft YaHei", Arial, sans-serif;
}


.newUserCouponText a{
    display: inline-block;
    width: 93px;
    margin-left: 10px;
    height: 32px;
    border-radius: 4px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-regular, "Microsoft YaHei", Arial, sans-serif;

}
.button_blue,.button_blue:hover,.button_blue:active{
    background:#9ec5e3;
}
.button_gray,.button_gray:hover,.button_gray:active{
    background:#C0C6CC;
}

.newUserCouponCloseButton.close{
    position: relative;
    display: inline-block;
    width: 108px;
    height: 36px;
    background: #FB3A4D;
    border-radius: 4px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: PingFangSC-regular, "Microsoft YaHei", Arial, sans-serif;
    top: 0;
    right: 0;
}

.newUserCouponCloseButton.close:hover, .newUserCouponCloseButton.close:active{
    background: #EB2639;
}


.telephone{
    color: #1777E6;
}

#errorText{
    width: 200px;
    height: 20px;
    margin-top: -20px;
    text-align: center;
    color: red;
}
/*弹窗css样式结束*/

/*8/19UI修改*/
/*banner容器*/
.banner-con{
    background: url("images/banner1.png") 50% 50% no-repeat;
    background-size: cover;
    width: 1400px;
    height: 323px;
    margin: 0 auto;
    position: relative;
}
@media only screen and (-moz-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){
    .banner-con {
        background: url("images/banner1@2x.png") 50% 50% no-repeat;
        background-size: cover;
    }
}
@media screen and (min-width: 1441px){
    .banner-con {
        background: url("images/banner1@2x.png") 50% 50% no-repeat;
        background-size: cover;
    }
}
/*优惠券*/
.coupons-wrapper{
    width: 850px;
    height: 76px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -425px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}
.coupons-wrapper .coupon-box{
    border: 1px rgba(237, 237, 237, 1) solid ;
    width: 270px;
    height: 76px;
    -webkit-box-shadow: 0 0 14px 0 rgba(153,153,153,0.12);
    box-shadow: 0 0 14px 0 rgba(153,153,153,0.12);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    float: left;
    background: #ffffff;
}
.coupon-box .coupon-money{
    color: #FB3A4D;
    width: 36.3%;
    height: 100%;
    font-weight:800;
    font-size:28px;
    line-height: 76px;
    float: left;
}
.coupon-box .coupon-money span{
    font-size:14px;
    font-weight:bold;
}
.coupon-box .coupon-condition{
    height: 100%;
    width: 33.3%;
    float: left;
    display: table;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    border-right: 1px #E4E4E4 dashed;
}
.coupon-box .coupon-condition .condition-1{
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    color: #2B333D;
}
.coupon-box .coupon-condition .condition-2{
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}
.coupon-box .coupon-state{
    float: left;
    width: 30%;
    height: 76px;
    text-align: center;
    line-height: 76px;
    color: #FB3A4D;
    font-weight:bold;
    font-size: 14px;
}
.coupon-box .coupon-state .has-coupon{
    color: #A5A5A5;
    pointer-events: none;
}
.coupon-box .coupon-state .hasnot-coupon{
    color: #FB3A4D;
    cursor: pointer;
}
.coupon-box .coupon-state a:hover{
    background: transparent;
    color: #FB3A4D;
}
/*活动规则框*/
.rule-box{
    width: 1400px;
    margin: 0 auto;
}
.rule-wrapper{
    margin: 40px auto 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 850px;
    height: 184px;
    border-radius:8px;
    border:1px solid rgba(240,240,240,1);
}
.rule-wrapper .left-title{
    float: left;
    font-weight:bold;
    color:rgba(54,62,71,1);
    line-height:32px;
    width:80px;
    height:32px;
    font-size:20px;
    margin: 25px 107px 127px 107px;
}
.rule-wrapper .right-content{
    float: left;
    color:#999;
    width: 555px;
    height: 133px;
    text-align: left;
    line-height: 22px;
    margin-top: 26px;
    font-weight: normal;

}
.rule-wrapper .right-content ul{
    width: 479px;
}
.rule-wrapper .right-content ul li{
    list-style: decimal;
}
/*翻译类型部分*/
.translate-box{
    margin: 0 auto;
}
.translate-type{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.translate-type .panel-desc{
}
.panel-desc .title{
    height:32px;
    font-size:32px;
    font-weight:600;
    color:rgba(43,51,61,1);
    line-height:32px;
}
.panel-desc .line{
    width:30px;
    height:2px;
    background:rgba(225,227,230,1);
    margin: 20px auto 76px auto;
}
.translate-type .panel-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    margin-bottom: 100px;
    height: 412px;
}
.translate-type .panel-content .item{
    float: left;
    width: 304px;
    text-align: center;

}
.translate-type .panel-content .ml126{
    margin-left: 142px;
}
.translate-type .panel-content .item .item-icon-circle{
    width: 80px;
    height: 80px;
    border: 1px solid #EDEEF0;
    border-radius: 40px;
    margin: 0 auto 16px auto;
}
.translate-type .panel-content .item .item-icon{
    margin:16px auto;
    width: 48px;
    height: 48px;
    -webkit-background-size: cover;
    background-size: cover;
}
.translate-type .panel-content .item .item-title{
    height:28px;
    font-size:20px;
    font-weight:600;
    color:#2B333D;
    line-height:28px;
    margin-bottom: 8px;
}
.translate-type .panel-content .item .item-desc{
    height:48px;
    font-size:14px;
    color: #a1a5a9;
    line-height:24px;
}
.paper{
    background: url("images/Rectangle.png");
    background-size: cover;
}
.brand{
    background: url("images/brand.png");
    background-size: cover;
}
.resume{
    background: url("images/reserve.png");
    background-size: cover;
}
.localize{
    background: url("images/localize.png");
    background-size: cover;
}
.mother{
    background: url("images/mother.png");
    background-size: cover;
}
.more{
    background: url("images/more.png");
    background-size: cover;
}
/*第二行距离第一行48px*/
.m40{
    margin-top: 48px;
}
@media only screen and (-moz-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){
    .paper{
        background: url("images/Rectangle@2x.png");
    }
    .brand{
        background: url("images/brand@2x.png");
    }
    .resume{
        background: url("images/reserve@2x.png");
    }
    .localize{
        background: url("images/localize@2x.png");
    }
    .mother{
        background: url("images/mother@2x.png");
    }
    .more{
        background: url("images/more@2x.png");
    }
}
/*多领域翻译*/
.multi-field{
    background: url("images/multifieldbk.png");
    background-size: cover;
    padding-top: 81px;
    text-align: center;
    height: 294px;
    margin: 0 auto;
}
.multi-field .panel-desc{
    width: 1200px;
    margin: 0 auto;
}
.multi-field .panel-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1030px;
    margin: 0 auto 84px auto;
    padding-bottom: 84px;
}
.multi-field .panel-content .item{
    float: left;
    width: 132px;
    height: 40px;
}
.multi-field .panel-content .item img{
    vertical-align: bottom;
    width: 40px;
    height: 40px;
}
.multi-field .panel-content .item .item-title{
    width: 80px;
    display: inline-block;
    color: #2B333D;
    line-height:40px;
    font-size:18px;
}
.multi-field  .ml{
    margin-left: 166px;
}
.multi-field  .mt{
    margin-top: 24px;
}
.img-1x{
    display: inline-block;
}
.img-2x{
    display: none;
}
@media only screen and (-moz-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){
    .img-1x{
        display: none;
    }
    .img-2x{
        display: inline-block;
    }
}
/*多语言翻译*/
.multi-lang{
    text-align: center;
    padding-top: 100px;
    height: 491px;
    margin: 0 auto;
}
.multi-lang .panel-desc{
    width: 1200px;
    margin: 0 auto;
}
.multi-lang .panel-content{
    width: 1200px;
    margin: 0 auto 112px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.multi-lang .panel-content .item{
    float: left;
    height: 101px;
    width: 80px;
    z-index: 99;
}
.multi-lang .panel-content .item .item-icon{
    width: 58px;
    height: 58px;
    background-size: cover;
    margin: 0 auto;
}
.multi-lang .panel-content .item .item-title{
    font-size:16px;
    font-weight:400;
    color:#2B333D;
    line-height:28px;
    margin-top: 15px;
}
.multi-lang .ml{
    margin-left: 79px;
}
.multi-lang .mt{
    margin-top: 59px;
}
.cn {
    background: url("images/cn.png");
}
.en{
    background: url("images/en.png");
}
.jp{
    background: url("images/jp.png");
}
.france{
    background: url("images/france.png");
}
.korean{
    background: url("images/korea.png");
}
.russia{
    background: url("images/russia.png");
}
.indonesia{
    background: url("images/Indonesia.png");
}
.thailand{
    background: url("images/thailand.png");
}
.german{
    background: url("images/german.png");
}
.portugal{
    background: url("images/portugal.png");
}
.italy{
    background: url("images/italian.png");
}
.arab{
    background: url("images/arab.png");
}
.netherland{
    background: url("images/netherland.png");
}
.india{
    background: url("images/Indian.png");
}
.spain{
    background: url("images/spain.png");
}
.morelang{
    background: url("images/morelang.png");
}
.middle-flag{
    background: url("images/map.png");
    width: 698px;
    height: 373px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -349px;
}
@media only screen and (-moz-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){
    .cn{
        background: url("images/cn@2x.png");
    }
    .en{
        background: url("images/en@2x.png");
    }
    .jp{
        background: url("images/jp@2x.png");
    }
    .france{
        background: url("images/france@2x.png");
    }
    .korean{
        background: url("images/korea@2x.png");
    }
    .russia{
        background: url("images/russia@2x.png");
    }
    .indonesia{
        background: url("images/Indonesia@2x.png");
    }
    .thailand{
        background: url("images/thailand@2x.png");
    }
    .german{
        background: url("images/german@2x.png");
    }
    .portugal{
        background: url("images/portugal@2x.png");
    }
    .italy{
        background: url("images/italian@2x.png");
    }
    .arab{
        background: url("images/arab@2x.png");
    }
    .netherland{
        background: url("images/netherland@2x.png");
    }
    .india{
        background: url("images/Indian@2x.png");
    }
    .spain{
        background: url("images/spain@2x.png");
    }
    .morelang{
        background: url("images/morelang@2x.png");
    }
    .middle-flag{
        background: url("images/map@2x.png");
        -webkit-background-size: cover;
        background-size: cover;
    }
}