.popupBox{
    position: fixed;
    /*width: 46%;*/
    /*left: 27%;*/
    top: 14%;
    min-width: 480px;
    max-width: 680px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 99999999;
    left: 50% !important;
    width: 680px !important;
    transform: translateX(-50%);
}

.popupBox-close{
    /*position: fixed;*/
    left: calc(50% - 12px);
    font-size: 20px !important;
    margin-top: 35px;
    text-align: center;
}

.popupBox-close a{
    font-size: 30px;
    color: #efefef;
}

.popupBox-close a:hover {
    color: #fff;
}

/*弹窗 ======= start*/
.re-pop-box{
    width: 90%;
    position:fixed;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 9999999;
}
.re-pop-box-content{
    overflow: hidden;
}
.re-pop-box-center{
    padding: 12px;
    min-height: 250px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 250px;
}

.re-pop-box-center::-webkit-scrollbar{
    display:none;/*隐藏滚动条*/
}

.center-content{
    line-height: 26px;
    padding: 15px 25px;
    font-size: 14px;
}

.center-content p,.center-content h1,.center-content h2,.center-content h3,.center-content h4,.center-content h5{
    margin: 6px 0;
}

.re-pop-box-footer{
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 18px;
    margin-top: -1px;
}
.re-pop-box-header{
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #008750;
}
.re-pop-close{
    display: block;
    width: 100%;
    text-align:center;
    font-size: 2.4rem;
    margin-top:3rem;
    color: #fff !important;
}
.re-pop-box-footer-link a{
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    height: 15px;
}
.re-pop-box-footer-button{
    justify-content: space-around !important;
}
.re-pop-box-footer-button a{
    display: block;
    padding: 10px 26px;
    font-size: 15px;
}
.re-pop-box-footer-button a.cancelBut{
    border:1px solid #C7CEC7;
    background-color: #fff;
    border-radius: 20px;
    color: #7E8680;
}
.re-pop-box-footer-button a.cancelBut-green{
    border:1px solid #008750;
    background-color: #fff;
    border-radius: 20px;
    color: #008750;
}
.re-pop-box-footer-button a.submitBut{
    border:1px solid #008750;
    background-color: #008750;
    border-radius: 20px;
    color: #fff;
}
.re-pop-box-footer-button a.submitBut-80{
    border:1px solid #008750;
    background-color: #008750;
    border-radius: 20px;
    color: rgba(255,255,255,0.8);
}
.re-pop-but+.re-pop-but{
    margin-left:4.95rem;
}
.u-description{
    display: none !important;
}
/*弹窗 ======= end*/
.table-pop-div{
    position: absolute;
    min-height: 60px;
    min-width: 140px;
    border-radius: 6px;
    border:1px solid #ebeef5;
    background-color: #fff;
    z-index: 1000;
    right: 0;
    top:0;
    padding: 5px 16px;
    /*max-height: 500px;*/
    /*overflow: auto;*/
}

.contentPopParent{
    position: relative;
}

.tp-top{
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid #ebeef5;
    font-size: 16px;
    color: #171817;
    font-weight: 500;
}

/*弹出框箭头 ========== start*/
.re-popper .popper__arrow {
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.re-popper .popper__arrow, .re-popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.re-popper .popper__arrow:after {
    content: " ";
    border-width: 6px;
}
/*箭头向上*/
.re-popper[x-placement^=top] .popper__arrow {
    top: -6px !important;
    bottom: auto !important;
    left: auto;
    right: 20px;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.re-popper[x-placement^=top] .popper__arrow:after {
    top: 1px !important;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
/*箭头向下*/
.re-popper[x-placement^=bottom] .popper__arrow {
    bottom: -6px;
    top: auto !important;
    left: auto;
    right: 20px;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0;
}
.re-popper[x-placement^=bottom] .popper__arrow:after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
/*箭头向左*/
.re-popper[x-placement^=right] .popper__arrow {
    right: -6px !important;
    left: auto !important;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0;
    transform:rotate(180deg);
}
.re-popper[x-placement^=right] .popper__arrow:after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}

/*箭头向右*/
.re-popper[x-placement^=left] .popper__arrow {
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0;
    right: auto !important;
    left: -7px !important;
    transform:rotate(0deg);
}
.re-popper[x-placement^=left] .popper__arrow:after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}
/*弹出框箭头 ========== end*/
.tp-footer{
    width:100%;
    height: 44px;
    /*background-color: #fafafa;*/
    border-radius: 0px 0px 4px 4px;
}
.tp-footer-right-link{
    display: block;
    width: 100%;
    line-height: 40px;
}
.tp-content{
    padding-left:20px;
    padding-right: 20px;
}
.tp-list{
    margin-bottom: 20px;
    margin-top: 20px;
}
.tp-list-item-title{
    font-size:16px;
    color: #353535;
    font-weight: 400;
}
.tp-list-item-con{
    color: #525855;
    font-weight: 400;
    padding-right: 10px;
    word-break: break-word;
}
.tp-list-item{
    margin-top:16px;
}
.tp-tips{
    border-top: 1px dashed #D8D8D8;
    padding-top: 16px;
    margin-top: 16px;
    padding-bottom: 16px;
    line-height: 18px;
    color: #333333;
    font-size: 13px;
}
.tp-tips ul li{
    margin-top:10px;
}
.tp-tips ul li span{
    display: block;
    padding-top:2px;
}
.tp-tips ul li p{
    font-size:12px;
    color: #525855;
    line-height: 15px;
}
.tp-list-item.layout-v{
    width: 148px;
}
.tp-list-link{
    padding-top:15px;
    padding-bottom:15px;
}
.tp-list-link ul li{
    margin-bottom:8px;
    display: block !important;
}
.tp-list-link ul li:last-child{
    margin-bottom: 0;
}
.tp-list-link ul li a{
    cursor: pointer;
    color: #008750;
    text-decoration: underline;
    font-size: 14px !important;
}
.tp-list-link ul li a:hover{
    color: #008750;
    text-decoration: underline;
}

.tp-list-html{
    margin-top:20px;
    margin-bottom: 20px;
}
.tp-list-html p{
    font-size: 14px;
    color: #171817;
    line-height: 22px;
    padding-left:16px;
    padding-right: 16px;

}
/*弹框的几种内置宽度 ======= start*/
.largePop{
    width: 490px;
}
.middlePop{
    width: 360px;
}
.smallPop{
    width: 255px;
}
/*弹框的几种内置宽度 ======= end*/
.popTit-div{
    position: absolute;
    padding:10px;
    border-radius: 4px;
    border:1px solid #ebeef5;
    z-index: 999;
    background-color: #fff;
    max-width: 300px;
    min-width: 100px;
}
/*globalPop.css*/
/*全站底部广告*/
.m-bottom-adv {
    width: 100%;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 65px;
    background-color: #fff4db;
}

.m-bottom-adv i {
    position: absolute;
    left: -25px;
    top: -26px;
    font-size: 28px;
    cursor: pointer;
    color: #8B8B8B;
}

.m-bottom-adv .wrap-adv {
    text-align: center;
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.m-bottom-adv .adv-img {
    position: absolute;
    bottom: 0px;
    line-height: 0px;
}

/*隐私提醒 cookies*/
.privacyPop-box {
    width: 100%;
    background: #DBDBDB;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.29);
    border-radius: 2px;
    height: 120px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: -300px;
    display: none;
    z-index: 20;
    transition: all 1s ease-in;
}
.privacyPop-box .privacyPop-box-main{
    /*max-width: 1200px;*/
    width: 80%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacyPop-box .privacyPop-box-title {
    font-size: 20px;
    font-weight: 600;
    color: #1C201E;
    line-height: 20px;
    padding-bottom: 10px;
}
.privacyPop-box-left{
    margin-right: 50px;
}
.privacyPop-box-left .privacyPop-box-txt{
    font-size: 16px;
    font-weight: 400;
    color: #171817;
    line-height: 22px;
}
.privacyPop-box-left .privacyPop-box-txt a{
    color: #008750;
    text-decoration: underline;
}
.privacyPop-box .privacyPop-box-item {
    font-size: 16px;
    font-weight: 400;
    color: #1C201E;
    line-height: 28px;
    justify-content: space-between;
    display: flex;
}

.privacyPop-box .privacyPop-box-item .privacyPop-box-btn {
    background: #1C201E;
    border-radius: 21px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    width: 120px;
    height: 32px;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .privacyPop-box .privacyPop-box-title {
        font-size: 18px;
    }

    .privacyPop-box .privacyPop-box-item .privacyPop-box-txt {
        font-size: 14px;
        line-height: 22px;
    }
}

/*隐私提醒 cookies 结束*/
/* adblock 屏蔽广告插件提醒 开始*/
.block-layout {
    width: 100%;
    height: 120px;
    background: #FCF4CD;
    border-radius: 2px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.block-layout .pop-content {
    width: 80%;
    margin: 0 auto;
}
.block-layout .pop-content .block-main {
    overflow: hidden;
    display: flex;
    height: 120px;
    /*width: 1200px;*/
    /*margin: 0 auto;*/
}
.block-main-left{
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: center;
}
.block-main-left i{
    color: #fdcf09;
    font-size: 36px;
}
.block-layout .pop-content .block-item1 {
    margin-left: 10px;
}

.block-layout .block-item1 i.iconfont {
    color: #fdcf09;
    font-size: 36px;
}

.block-layout .block-item1 .block-item1-chil1 {
    line-height: 24px;
    margin-left: 2px;
    font-size: 24px;
    font-weight: 600;
    color: #1C201E;
    padding-bottom: 12px;
}
.block-layout .block-item1 .block-item2-chil1{
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 20px;
}
.block-layout .block-item2 {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: center;
}

.block-layout .block-item2 .block-item2-chil1 {
    font-size: 20px;
    font-weight: 500;
    color: #1C201E;
    line-height: 20px;
    padding-bottom: 16px;
}

.block-layout .block-item2 .block-item2-chil2 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.block-layout .block-item2 .block-item2-chil2 span {
    font-size: 18px;
    font-weight: 600;
    color: #1C201E;
    line-height: 28px;
}

.block-layout .block-item2 .block-item2-chil2 a.a1 {
    width: 170px;
    height: 44px;
    background: #008750;
    border-radius: 30px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5%;
    position: relative;
}
.block-layout .block-item2 .block-item2-chil2 a.a1:before{
    content: '';
    width: 1px;
    height: 44px;
    background: #B5A768;
    border-radius: 2px;
    position: absolute;
    right: -18%;
    top: 0;
}
.block-layout .block-item2 .block-item2-chil2 a.a2 {
    font-size: 18px;
    font-weight: 400;
    color: #1C201E;
    line-height: 16px;
    margin-left: 6%;
}
.block-layout .block-item2 .block-item2-chil2 a.a2 span{
    color: #008750;
    text-decoration: underline;
    font-weight: 400;
}
@media screen and (max-width: 1200px) {
    .block-layout {

    }

    .block-layout .adblock-item1 i.iconfont {
        font-size: 26px;
    }

    .block-layout .adblock-item1 .adblock-item1-chil1 {
        font-size: 20px;
    }

    .block-layout .block-item2 {
        padding-top: 2px;
    }

    .block-layout .block-item2 .block-item2-chil1 {
        font-size: 18px;
        padding-bottom: 6px;
    }

    .block-layout .block-item2 .block-item2-chil2 span {
        font-size: 14px;
    }

    .block-layout .block-item2 .block-item2-chil2 a.a1 {
        width: 134px;
        font-size: 12px;
    }
}

/* adblock 屏蔽广告插件提醒 结束*/

/* 插件提醒安装 开始 */
.pluginreminder-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1990;
    display: none;
}

.pluginreminder-box {
    /* width: 640px; */
    /* height: 472px; */
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 20px 14px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.pluginreminder-box .pluginreminder-relative {
    position: relative;
}

.pluginreminder-box .pluginreminderbox-tit {
    width: 70%;
    height: 72px;
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
}

.pluginreminder-box .pluginreminderbox-colse {
    position: absolute;
    right: 0;
    top: -14px;
    cursor: pointer;
    color: #1C201E;
    /* border: 1px dashed #000000; */
    font-size: 12px;
}

.pluginreminder-box .pluginreminderbox-item {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #1C201E;
    padding-top: 26px;
    justify-content: space-around;
}

.pluginreminder-box .pluginreminderbox-item ul {
    padding-left: 20px;
}

.pluginreminder-box .pluginreminderbox-item ul li {
    padding: 23px 0;
    list-style-type: disc;
}

.pluginreminder-box .pluginreminderbox-item ul li span {
    color: #FF5306;
    font-style: oblique;
}

.pluginreminder-box .pluginreminderbox-item ul li b {
    font-style: oblique;
    font-weight: 500;
    color: #FF5306;
}

.pluginreminder-box .pluginreminderbox-item .pluginreminderbox-img {
    max-width: 259px;

}

.pluginreminder-box .pluginreminderbox-item img {
    width: 100%
}

.pluginreminder-box .pluginreminderbox-btn {
    width: 242px;
    height: 42px;
    background: #008750;
    border-radius: 21px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 18px;
    line-height: 42px;
    text-align: center;
}

.pluginreminder-box .pluginreminderbox-btn a {
    color: #FFFFFF;
}

.pluginreminder-box .pluginreminderbox-more {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    line-height: 12px;
    margin: 0 auto;
    text-align: center;
    margin-top: 12px;
}

.pluginreminder-box .pluginreminderbox-more a {
    color: #8F9391;
    text-decoration: underline;
}

/* 插件提醒安装 底部弹出层 */
.pr-foot-layer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 72px;
    background: #008750;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.23);
    display: none;
}

.pr-foot-layer .pr-foot-centen {
    width: 1200px;
    margin: 0 auto;
}

.pr-foot-layer .pr-foot-relative {
    position: relative;
}

.pr-foot-layer .pr-foot-relative .pr-foot-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr-foot-layer .pr-foot-relative .pr-foot-main img {
    margin-top: -14px;
}

.pr-foot-layer .pr-foot-centen .pr-foot-main .pr-foot-item1 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

.pr-foot-layer .pr-foot-centen .pr-foot-main .pr-foot-item1 b {
    font-style: oblique;
    color: #FDCF09;
}

.pr-foot-layer .pr-foot-centen .pr-foot-main .pr-foot-item2 {
    width: 136px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(14, 32, 22, 0.51);
    border-radius: 21px;
    font-size: 16px;
    font-weight: 500;
    color: #008750;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.pr-foot-layer .pr-foot-centen .pr-foot-main .pr-foot-item3 {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    max-width: 156px;
}

.pr-foot-layer .pr-foot-centen .pr-foot-main .pr-foot-item3 a {
    color: #FFFFFF;
    text-decoration: underline;
}

.plugInFooterClose {
    position: absolute;
    left: -40px;
    top: -20px;
    width: 20px;
    height: 20px;
    background: #008750;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    opacity: 1;
    border-radius: 4px 4px 0 0;
}

.plugInFooterClose i.iconfont {
    font-size: 0.8rem;
}

.menuInDown {
    -webkit-animation: menuInDown .4s;
    animation: menuInDown .4s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes menuInDown {
    0% {
        -webkit-transform: translateY(78px);
        transform: translateY(78px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes menuInDown {
    0% {
        -webkit-transform: translateY(78px);
        -ms-transform: translateY(78px);
        transform: translateY(78px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.menuInOut {
    -webkit-animation: menuInOut 0s;
    animation: menuInOut 0s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes menuInOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    99% {
        -webkit-transform: translateY(78px);
        transform: translateY(78px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(78px);
        transform: translateY(78px);
        opacity: 0;
    }
}

@keyframes menuInOut {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    99% {
        -webkit-transform: translateY(78px);
        -ms-transform: translateY(78px);
        transform: translateY(78px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(78px);
        -ms-transform: translateY(78px);
        transform: translateY(78px);
    }
}

@media screen and (max-width: 1200px) {
    .pluginreminder-box .pluginreminderbox-tit {
        font-size: 20px;
    }

    .pluginreminder-box .pluginreminderbox-item {

    }

    .pluginreminder-box .pluginreminderbox-item ul li {
        padding: 13px 0;
        line-height: 22px;
    }

    .pr-foot-layer .pr-foot-centen {
        width: 100%;
        padding: 0 16px;
    }

    .pluginreminder-box .pluginreminderbox-btn {
        margin-top: 0px;
    }

    .pr-foot-layer .pr-foot-centen .pr-foot-main .pr-foot-item1 {
        font-size: 20px;
        padding-left: 20px;
    }
}

/* 插件提醒安装 底部弹出层 结束 */
/* terms公告 开始*/
.u-terms-Pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.u-terms-Pop .uterms-cent {
    width: 440px;
    height: 386px;
    background: #FFFFFF;
    border-radius: 9px;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.u-terms-Pop .uterms-cent .uterms-cent-tit {
    height: 50px;
    background: #008750;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.u-terms-Pop .uterms-cent .uterms-cent-tit b {
    font-weight: bold;
}

.uterms-cent .uterms-cent-bj {
}

.uterms-cent .uterms-explain {
    overflow: hidden;
    color: #1C201E;
    position: relative;
    line-height: 22px;
    padding: 14px 20px;
}
.uterms-explain-body {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 20px;
    padding: 14px 14px;
    height: 186px;
    background: #F5F8F7;
    border-radius: 13px;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uterms-explain-body p{
    padding-bottom: 16px;
}
.uterms-cent .uterms-explain h1 {
    font-size: 19px !important;
}

.uterms-cent .uterms-explain .section-p {
    font-size: 12px;
    font-weight: 500;
    color: #1C201E;
    line-height: 22px;
}

.uterms-cent .uterms-explain .section-d {
    font-size: 12px;
    font-weight: 400;
    color: #1C201E;
    line-height: 22px;
}

.section-pb10 {
    padding-bottom: 0px;
}

.section-pb16 {
    padding-bottom: 16px;
}

.uterms-cent .uterms-notice {
    font-weight: 400;
    font-size: 12px;
    color: #1C201E;
    line-height: 18px;
    text-align: center;
}
.uterms-cent .uterms-notice a{
    color: #008750;
    text-decoration: underline;
}
.uterms-cent .uterms-notice a:hover{
    text-decoration: underline !important;
}
.uterms-cent .uterms-btnitem {
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    display: flex;
    padding-top: 10px;
    align-items: center;
    flex-flow: column;
}

.uterms-cent .uterms-btnitem .uterms-disagree {
    width: 107px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #8F9391;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.uterms-cent .uterms-btnitem .uterms-agree {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: #008750;
    border-radius: 26px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

/* terms公告 用户拒绝2次确认 */
.utermsReconfirm {
    width: 470px;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;
    display: none;
}

.utermsReconfirm div.iconfont {
    text-align: center;
    font-size: 36px;
    color: #fdcf09;
}

.utrecon-txt {
    font-size: 14px;
    font-weight: 500;
    color: #1C201E;
    line-height: 24px;
    text-align: center;
    margin-top: 28px;
}

.utrecon-btnitem {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.utrecon-btnitem div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.utrecon-btnitem .utrecon-y {
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    width: 107px;
    height: 30px;
    cursor: pointer;
}

.utrecon-btnitem .utrecon-n {
    width: 107px;
    height: 30px;
    background: #008750;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 20px;
}

/* terms公告 结束*/
/*.loginCaptcha div:first-child{*/
/*    width: 100%!important;*/
/*}*/
/*.loginCaptcha iframe{*/
/*    width: 100%!important;*/
/*}*/
/*.loginCaptcha iframe div.rc-anchor-normal{*/
/*    width: 99%!important;*/
/*}*/
/* 弹窗版登陆结束 */


/*globalAd 广告位弹窗*/
.global-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1980;
}
.global-overlay2 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1990;
}
.global-layer-wrap {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
    width: 22%;
    /* 设置最小宽度 */
    min-width: 360px;
}

.global-layer-wrap img {
    width: 100%;
}

.global-layrp-close,.global-layrp-close2 {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    font-size: 1rem;
    color: #FFFFFF;
}

/*footer_fixed 底部广告位弹窗*/
.footerfixed_overlay {
    background-color: #c5e0e5;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 100;
}

.footerfixed_overlay .footerfixed_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footerfixed_overlay .footerfixed_wrap img {
    width: 100%;
}

.footerfixed-close {
    position: absolute;
    left: 40px;
    top: -15px;
    font-size: 1rem;
    cursor: pointer;
}

/*折扣码样式开始*/
/* 插件提醒安装 开始 */
.discount-code-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.discount-code-box {
    width: 580px;
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 16px 16px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.discount-code-box .discount-code-relative {
    position: relative;
    overflow: hidden;
}

.discountcode-close {
    position: absolute;
    right: 0;
    top: -6px;
    cursor: pointer;
    font-size: 22px;
    color: #171817;
}

.pop-merchant-logo {
    width: 160px;
    margin: 20px auto;
}

.pop-merchant-logo img {
    width: 100%;
}

.merchant-content {
    font-weight: 600;
    color: #171817;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    width: 340px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.codelist-item {
    width: 80%;
    margin: 0 auto;
}

.codelist-item ul li .codeitem-code-width {
    width: 200px;
}

.codelist-item ul li.codeitem {
    display: flex;
    align-items: center;
    padding-bottom: 34px;
    justify-content: center;
}

.codelist-item ul li .codeitem-desc {
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    color: #4C4B4A;
    line-height: 22px;
    margin-right: 10px;
}

.codelist-item ul li .codeitem-code {
    border-radius: 2px;
    border: 1px dashed #008750;
    padding: 0px 4px;
    font-weight: 400;
    color: #008750;
    font-size: 14px;
    float: left;
    height: 32px;
    line-height: 28px;
    min-width: 100px;
    text-align: center;
}

.codelist-item ul li .codeitem-code i {
    cursor: pointer;
    font-size: 20px;
    color: #008750;
}

.codelist-item ul li .codeitem-shopnow {
    width: 110px;
    height: 32px;
    text-align: center;
    background-color: #008750;
    border: 1px solid #008750;
    font-size: 13px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 30px;
    box-shadow: 0px 4px 8px 0px rgb(8 45 30 / 22%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*折扣码样式结束*/
/*登录风险弹窗开始*/
.useraccountrisk-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.useraccountrisk-box {
    width: 460px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.useraccountrisk-colse {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 1rem;
    cursor: pointer;
}

.useraccountrisk-logo {
    width: 100px;
    position: absolute;
    left: 14px;
    top: 14px;
}

.useraccountrisk-logo img {
    width: 100%;
}

.useraccountrisk-tit {
    text-align: center;
    padding-top: 20px;
}

.useraccountrisk-tit i {
    font-size: 3.6rem;
    color: #FDCF09;
}

.useraccountrisk-desc {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    color: #1C201E;
    text-align: center;
    height: 120px;
}

.useraccountrisk-desc-item1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.useraccountrisk-desc-item2 {
    font-size: 14px;
    line-height: 22px;
    padding-top: 6px;
}

.useraccountrisk-link {
    width: 340px;
    height: 42px;
    line-height: 42px;
    background: #008750;
    border-radius: 21px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 24px;
    cursor: pointer;
}

/*登录风险弹窗结束*/

/*博主推荐弹窗开始*/
.bloggerRecommend-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 850;
    display: none;
}

.bloggerRecommend-box {
    width: 372px;
    height: 440px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bloggerRecommend-colse {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 1rem;
    cursor: pointer;
}

.bloggerRecommend-logo {
    display: flex;
    justify-content: center;
    margin-top: 30px

}

.bloggerRecommend-logo img {
    width: 176px;
    height: 224px;
    display: block;
}

.bloggerRecommend-tit {
    text-align: center;
    padding-top: 20px;
}

.bloggerRecommend-tit i {
    font-size: 3.6rem;
    color: #FDCF09;
}

.bloggerRecommend-desc {
    width: 100%;
    margin: 0 auto;
    color: #1C201E;
    text-align: center;
}

.bloggerRecommend-desc-item1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
}


.bloggerRecommend-desc-item1 p{
    font-weight: 600 !important;
}


.bloggerRecommend-desc-item2 {
    font-size: 14px;
    line-height: 22px;
    padding-top: 6px;
}

.bloggerRecommend-link {
    width: 212px;
    height: 40px;
    line-height: 40px;
    background: #008750;
    border-radius: 28px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
}

.bloggerRecommend-link a{
    color: #ffffff !important;
    display: block;
    width: 100%;
    height: 100%;
}

/*博主推荐弹窗结束*/
/*新用户注册奖励弹窗*/
.registrationAward-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1900;
    display: none;
}
.bloggerRecommend-money {
    font-size: 40px;
    font-weight: 600;
    color: #008750;
    line-height: 40px;
    margin-top: -10px;
}
.bloggerRecommend-txt{
    font-size: 16px;
    font-weight: 400;
    color: #1C201E;
    line-height: 20px;
    padding-top: 20px;
}
.registrationAward-link {
    width: 212px;
    height: 40px;
    border-radius: 28px;
    border: 1px solid #008750;
    font-size: 18px;
    font-weight: 600;
    color: #008750;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 40px;
}
.registrationAward-colse {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 1rem;
    cursor: pointer;
}
@media screen and (min-width: 1781px) {
    .footerfixed_overlay .footerfixed_wrap {
        /*width: 1720px;*/
    }
}

@media screen and (max-width: 1780px) and (min-width: 1600px) {
    .footerfixed_overlay .footerfixed_wrap {
        /*width: 1600px;*/
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .footerfixed_overlay .footerfixed_wrap {
        width: 960px;
    }
}

@media screen and (max-width: 959px) {
    .footerfixed_overlay .footerfixed_wrap {
        width: 768px;
    }
}
/*newUserModal.css*/
.newUserPopLayout,
.newUserPopLayout2 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 2000;
    display: none;
}

.newUserPopLayout2 {
    /*display: none;*/
}

.newUserPop-left-top {
    width: 600px;
    height: 400px;
    background: #008750;
    border-radius: 355px 355px 355px 0px;
    position: absolute;
    transform: rotate(206deg);
    z-index: 1010;
    bottom: 0;
    right: -100px;
}
.newUserPop2-bj1_atmosphere{
    position: absolute;
    z-index: 1010;
    width: 289px;
    height: 289px;
    background: linear-gradient(18deg, rgba(0, 188, 136, 0) 0%, #008750 100%);
    opacity: 0.1;
    top: -300px;
    right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.newUserPop2-bj2_atmosphere{
    position: absolute;
    z-index: 1010;
    width: 390px;
    height: 390px;
    background: linear-gradient(18deg, rgba(0, 188, 136, 0) 0%, #008750 100%);
    opacity: 0.1;
    border-radius: 50%;
    overflow: hidden;
    bottom: -120px;
    left: -300px;
}
.newUserPopMainHeader {
    overflow: hidden;
    padding: 0 40px;
    margin: 20px auto;
    position: relative;
    z-index: 1020;
}
.newUserPopMainHeader a{
}
.newUserPopMain {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1020;
}

.newUserPopRelative {
    position: relative;
    display: flex;
    justify-content: center;
    /*background-color: rgba(255, 255, 255, 0.25);*/
    /*backdrop-filter: blur(6px);*/
    /*-webkit-backdrop-filter: blur(6px);*/
    /*border: 1px solid rgba(255, 255, 255, 0.18);*/
    /*box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;*/
    /*-webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;*/
    /*border-radius: 12px;*/
    /*-webkit-border-radius: 12px;*/
    /*color: rgba(255, 255, 255, 0.75);*/
    /*min-height: 470px;*/
    /*padding: 20px 0;*/
}

.newUserPop-img-item {
    width: 520px;
    margin-right: 90px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.newUserPop-img-item img {
    width: 100%;
    left: 0;
    position: relative;
    transition: all .6s;
}

.newUserPop-txt-item {
    width: 500px;
}

.newUserPop-txt {
    border-left: 1px solid #D8D8D8;
    padding-left: 30px;
    margin-left: 14px;
    position: relative;
}

.newUserPop-txt-title {
    font-size: 36px;
    font-weight: 600;
    color: #1C201E;
    line-height: 36px;
    padding-bottom: 40px;
}

.newUserPop-txt dl {
    padding-bottom: 30px;
    cursor: pointer;
}

.newUserPop-txt dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #1C201E;
    line-height: 20px;
    padding-bottom: 10px;
}

.newUserPop-txt dl dd {
    margin: 0;
    padding-left: 23px;
}

.newUserPop-txt dl dd.d1 {
    font-size: 14px;
    font-weight: 400;
    color: #8F9391;
    line-height: 18px;
    padding-bottom: 14px;
    display: none;
}

.newUserPop-txt dl dd.d2 {
    display: none;
}

.newUserPop-txt dl.active dd.d1,
.newUserPop-txt dl.active dd.d2 {
    display: block;
}

.newUserPop-txt dl:last-child {
    padding-bottom: 0;
}

.newUserPop-item-btn {
    width: 120px;
    height: 36px;
    background: #008750;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.newUserPop-item-btn-ico{
    font-size: 1.1rem;
    padding-right: 3px;
}
.newUserPop-item-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.newUserPop-item-btn span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
}

.newUserPop-item-btn:hover span {
    padding-right: 15px;
}

.newUserPop-item-btn:hover span:after {
    opacity: 1;
    right: 0;
}

.clear-active {
    position: absolute;
    left: 0;
    top: 0;
    height: 98px;
    width: 2px;
    background-color: #008750;
    transition: all .6s;
}
.newUserPopMainClose-item{
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 1060;
}
.newUserPopMainClose {
    position: absolute;
    right: 0px;
    top: 60px;
    cursor: pointer;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.newUserPopMainClose:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #008750;
}
/* 新手引导2 */
.newUserPopMain2 {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.newUserPopMain2 {}
.newUserPop2_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient( #E5F3ED  0%,#FFFFFF 100% );
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.newUserPop2_icon .iconfont{
    color: #008750;
    font-size: 1.5rem;
}
.newUserPop2_title {
    font-size: 30px;
    font-weight: 600;
    color: #1C201E;
    text-align: center;
    line-height: 30px;
}
.newUserPop2_subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #1C201E;
    line-height: 16px;
    text-align: center;
    padding-top: 20px;
}
.newUserPopMain2Switch {
    padding-top: 60px;
}
.newUserPopMain2Desc {
    padding-top: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #1C201E;
    line-height: 20px;
    text-align: center;
}
.newUserPopMain2Link {
    width: 180px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #008750;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #008750;
    line-height: 38px;
    margin-top: 40px;
}
.newUserPopMain2Link span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.newUserPopMain2Link:hover {
    color: #008750;
    text-decoration: none;
}
.newUserPopMain2Link span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
}
.newUserPopMain2Link:hover span {
    padding-right: 15px;
}
.newUserPopMain2Link:hover span:after {
    opacity: 1;
    right: 0;
}
/* swiper */
.userPopModal-firstBack-lunbo {
    height: 280px;
    position: relative;
    margin-right: -10px;
}
.userPopModal-swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 4px;
}

.userpop-column-swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 2px 6px 1px rgb(123 124 124 / 18%);
    border-radius: 0.4rem;
    /*height: calc((100% - 3rem) / 2);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 120px;
    cursor: pointer;
    overflow: hidden;
}
.userpop-column-swiper-wrapper .swiper-slide a {
    width: 100%;
}
.column-swiper-slide a {
    width: 100%;
    height: 100%;
}
.userpop-column-swiper-wrapper .swiper-slide .cardTable {
    overflow: hidden;
    height: 100%;
}
.userpop-column-swiper-wrapper .swiper-slide .cardTable .card-table-item {
    display: flex;
    align-items: center;
}
.newpop-column-swiper-slide img {
    width: 120px;
}
.newpop-column-swiper-slide .card-table-item .cash-back {
    font-style: oblique;
    font-size: 16px;
    color: #FF5306;
    line-height: 20px;
    padding-top: 10px;
}
.newpop-column-swiper-slide .card-table-item .cash-back span {
    padding: 0 4px;
}
.rm-shoping-name {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 23px;
}
.rm-newUser-right {
    padding-left: 20px;
    text-align: left;
}
.newpop-column-swiper-slide .was {
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    line-height: 12px;
    margin-top: 10px;
}
.newuser-swiper-right-next, .newuser-swiper-left-prev{
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(28 32 30 / 12%);
    border-radius: 50%;
    width: 30px!important;
    height: 30px!important;
    color: #939393!important;
    text-align: center;
    opacity: .95;
    font-size: 1.2rem;
    line-height: 30px;
}
.newuser-swiper-right-next{
    right: -18px!important;
}
.newuser-swiper-left-prev{
    left: -18px!important;
}





