:root{
    --white: #fff;
}
.tl {
    text-align: left;
}
.tr{
    text-align: right;
}
body , html {
    background: #1D2436;
}
.w100{
    position: relative;
    width: 100%;
}

.w100>img{
    width: 100%;
}
.tc {
    text-align: center;
}
.c-yellow {
    color: #E0C87C!important;
}

.c-green {
    color: #27AE60!important;
}

.c-red {
    color: #EE504C!important;
}

.c-brown {
    color: #FF7E50!important;
}
div, p, span, em, b, h1, h2 {
    font-family: 'PingFang SC';
    font-style: normal;
}

.section-wrap {
    background: #1D2436;
    width: 100%;
    min-height: 100vh;
    position: relative;
    top: 41px;
}
.section-content {
    width: 100%;
}
.main-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
}
.main-wrap .title {
    position: relative;
    font-weight: 500;
    font-size: 17px;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    padding-top: 15px;
}
.main-wrap .title::before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 80%;
    background: #DDB76E;
    margin-right: 8px;
    position: relative;
    top: 14%;
}
.main-wrap .title span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #B47F29;
    vertical-align: top;
}
.tc img {
    width: 100%;
}
.ul-box {
    margin: 16px 0 14px;
    display: flex;
    flex-wrap: wrap;
}
.ul-box li {
    width: 40.5%;
    text-align: center;
    margin: 0 13% 4% 3%;
}
.ul-box li:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
}
.ul-box li h2 {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 7px;
}
.ul-box li .box {
    background: linear-gradient(180deg, #F8E2A7 0%, #F1C07D 100%);
    border-radius: 7px;
    padding: 30px 0 14px;
}
.red-pack {
    position: relative;
}
.red-pack img {
    width: 65.6%;
}
.red-pack span {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #FBE0A8;
}
.ul-box li .box p {
    font-family: 'PingFang HK';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #724A0D;
    padding: 5px 0 6px;
}
.ul-box li .box button {
    width: 64%;
    height: 26px;
    line-height: 26px;
    background: linear-gradient(127.46deg, #B58B41 28.27%, #704A09 80.95%);
    mix-blend-mode: normal;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}
.tip-text {
    font-size: 16px;
    color: #FFFFFF;
    padding-bottom: 27px;
    line-height: 19px;
}
.tip-text p {
    padding-bottom: 14px;
}
.tip-text2 {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.ul-yh {
    margin: 23px auto 14px;
    display: flex;
    flex-wrap: wrap;
}
.ul-yh li {
    width: 29%;
    background: linear-gradient(180deg, #F8E2A7 0%, #F1C07D 100%);
    border-radius: 7px;
    margin: 0 6% 14px 0;
    padding: 12px 0 15px;
    text-align: center;
}
.ul-yh li:nth-child(3n) {
    margin-right: 0;
}
.ul-yh li p {
    font-weight: 600;
    font-size: 14px;
    color: #724A0D;
    zoom: .92;
}
.ul-yh li img {
    width: 86%;
    margin: -10px auto;
}
.ul-yh li button {
    width: 75%;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(127.46deg, #B58B41 28.27%, #704A09 80.95%);
    mix-blend-mode: normal;
    border-radius: 7px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}
.ul-yh li button.grey {
    background: #979797;
    mix-blend-mode: normal;
}

.ptb {
    padding: 5px 0 50px;
}
.nav-tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
}
.nav-tab span {
    width: 148px;
    height: 56px;
    line-height: 56px;
    mix-blend-mode: normal;
    border-radius: 7px;
    text-align: center;
    border: 2px solid #BB9662;
    font-weight: 400;
    font-size: 24px;
    color: #EBAA49;
    cursor: pointer;
}
.nav-tab span.active {
    background: linear-gradient(127.46deg, #B58B41 28.27%, #704A09 80.95%);
    border: 2px solid transparent;
    font-weight: 600;
    color: #FFFFFF;
}
.tab-row {
    min-height: 450px;
}
.tab-item {
    position: relative;
    width: 100%;
}
.tab-item  img {
    width: 100%;
}
.tab-item img {
    margin-bottom: 20px;
    cursor: pointer;
}
.tjfl {
    position: relative;
}
.tiyu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tiyu img {
    width: 46%;
    margin: 0 2% 20px;
}
.lhj {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20%;
}
.lhj img {
    width: 46%;
}
.copy-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 7%;
    top: 67%;
    z-index: 1;
    width: 87%;
    padding-left: 2%;
    background: #0C1221;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
}
.copy-wrap span {
    color: rgba(176, 134, 61, 1);
    padding-right: 2%;
}
.copy-wrap a {
    display: inline-block;
    background: linear-gradient(127.46deg, #B58B41 28.27%, #704A09 80.95%);
    mix-blend-mode: normal;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    width: 23%;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
}

.slider-main {
    position: relative;
    height: 400px;
}
.slider-main .swiper-container {
    width: 86%;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.slider-main .swiper-wrapper {
    position: static;
}
.slider-main .swiper-pagination {
    top: 80%!important;
}
.slider-main .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #5B5B5B;
    opacity: 1;
}
.slider-main .swiper-pagination-bullet-active {
    background: #BFAA7D;
}
.slider-main .swiper-button-prev,
.slider-main .swiper-button-next {
    width: 34px;
    height: 34px;
    top: 29%;
}
.slider-main .swiper-button-prev {
    background: url("../images/moblie/icon-left.png");
    background-size: 100% 100%;
    left: -14px;
}
.slider-main .swiper-button-next {
    background: url("../images/moblie/icon-right.png");
    background-size: 100% 100%;
    right: -14px;
}
.slider-main .swiper-button-prev:after,
.slider-main .swiper-button-next:after {
    display: none;
}
.slider-main button {
    display: block;
    width: 112px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 10px auto 0;
    background: linear-gradient(127.46deg, #B58B41 28.27%, #704A09 80.95%);
    mix-blend-mode: normal;
    border-radius: 7px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}





/*弹窗*/
.modal-overlay{
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.modal-overlay .modal{
    max-width: 400px;
    width: 84%;
    margin: 0 auto;
    position: relative;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    background: #313759;
    border-radius: 6px;
    background-size: 100% 100%;
    color: var(--white);
    text-align: center;
}
.modal-overlay .modal-close{
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.modal-overlay .modal-close img{
    cursor: pointer;
}
.modal-overlay .modal-title {
    background: #3b4066;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #E1E9FF;
    border-radius: 6px 6px 0 0;
}
.modal-overlay .modal-body {
    padding: 10px 20px 30px;
}
.modal-overlay .modal-body img {
    width: 70%;
}
.t-account {
    width: 94%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    background: #242A3F;
    border-radius: 6px;
    margin: 20px auto;
    color: #E1E9FF;
}
.t-account span {
    color: #FFC964;
}
.modal-overlay .text {
    font-size: 12px;
    text-align: center;
    color: #9EA7C4;
}
    /*弹窗 end*/

    .popup-module {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
    }
    
    .popup-body {
        position: relative;
        width: 88%;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        z-index: 100;
        background: #323f5a;
        font-size: 16px;
        color: #abb1c9;
        padding-bottom: 20px !important;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .popup-module .submit-btn {
        display: inline-block;
        background: #caa565;
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .popup-body .close {
        position: absolute;
        top: 18px;
        right: 15px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    
    .popup-body .close:hover {
        cursor: pointer;
    }
    
    .popup-body h2 {
        font-size: 24px;
        color: #cea867;
        padding: 20px 0;
    }
    .popup-body h2.new-Inquire-h2{
        border-bottom: 1px solid #485069;
    }
    .popup-body h2.yellow {
        color: #eaf355;
    }
    
    .popup-body #daily-text {
        color: #eaf355;
        font-size: 26px;
    }
    
    .popup-body .submit-btn {
        margin-right: 0;
    }
    
    .tabs-nav.tr .submit-btn {
        margin-right: 20px;
    }
    
    .exchange-wraper {
        padding-top: 10px;
        color: #B1B5CC;
        padding-bottom: 40px;
        font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    
    }

    #useBonus.modal-overlay .modal-body {
        padding: 15px;
    }
.modal-overlay .coupon-con {
    text-align: left;
}
.modal-overlay .coupon-con h2 {
    font-family: 'PingFang SC';
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.platform-list {
    display: flex;
    flex-wrap: wrap;
}
.platform-list li {
    position: relative;
    background: #1E2336;
    border-radius: 4px;
    width: 39%;
    padding: 10px 4%;
    margin: 0 4% 15px 0;
    font-family: 'PingFang SC';
    font-size: 14px;
    color: #A4A9B6;
    border: 1px solid #1E2336;
}
.platform-list2 li.hide{
    display: none;
}
.platform-list li:nth-child(2n) {
    margin-right: 0;
}
.platform-list li.active {
    border: 1px solid rgba(200, 169, 111, 1);
    background: url("../images/moblie/icon-checked.png?2") #1E2336 right bottom no-repeat;
}
.modal-overlay .modal-body img.click-img {
    width: 16px;
    position: absolute;
    right: 15px;
    top: 30%;
    z-index: 9;
}
.modal-overlay .click-tip {
    display: block;
    position: absolute;
    bottom: 45px;
    left: -90%;
    z-index: 9;
    width: 180%;
    background: #C8A96F;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.0706522), 0px 6px 10px rgba(0, 0, 0, 0.0603204), 0px 3px 5px rgba(0, 0, 0, 0.0537534);
    border-radius: 6px;
    font-family: 'PingFang SC';
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: left;
    padding: 7px 13px;
}
.modal-overlay .click-tip::before {
    display: block;
    content: '';
    position: absolute;
    bottom: -8px;
    left: 87%;
    z-index: 9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #C8A96F;
}
.modal-overlay .click-tip.dan {
    left: 6%;
}
.modal-overlay .click-tip.dan::before {
    left: 38%;
}
.modal-overlay .t-box {
    display: flex;
    align-items: center;
    background: #1E2336;
    padding: 0 15px;
}
.modal-overlay .t-box span {
    font-family: 'DINAlternate';
    font-size: 24px;
    color: #E1E9FF;
}
.modal-overlay .t-box input {
    background: transparent;
    border: none;
    outline: none;
    height: 48px;
    line-height: 48px;
    margin-left: 4%;
    width: 81%;
    font-family: 'PingFang SC';
    font-size: 14px;
    color: #8A90A2;
}
.modal-overlay .t-box a {
    font-family: 'PingFang SC';
    font-size: 14px;
    color: #C8A96F;
    text-decoration: none;
}
.modal-overlay .amount {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #A4A9B6;
}
.modal-overlay .amount span {
    font-family: 'DINAlternate';
}
.modal-overlay .amount .c-yellow {
    font-family: 'DINAlternate';
    color: #C8A96F;
}
.modal-overlay .amount b {
    font-weight: 400;
    margin: 0 20px 0 8px;
}
.modal-overlay .btn-submit {
    background: linear-gradient(180deg, #475277 0%, #3C4564 100%);
    border-radius: 4px;
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    margin: 40px auto 20px;
}
.modal-overlay .btn-submit.active {
    background: #C8A96F;
}
.modal-overlay .accountList{
    margin-bottom: 10px;
}
.modal-overlay .checked{
    display: none;
}