.tl {
    text-align: left;
}
.tr{
    text-align: right;
}

.w100{
    position: relative;
    width: 100%;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.w100>img{
    width: 100%;
}
.full {
    width: 100%;
}
.tc {
    text-align: center;
}
div, p, span, em, b, h1, h2, a,button {
    font-family: 'PingFang SC';
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
}

.section-wrap {
    background: #1D2436;
    width: 100%;
    min-height: 100vh;
}
.section-content {
    width: 100%;
}
.main-wrap {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    padding: 42px 0;
    font-size: 24px;
    color: #fff;
}
.font20 {
    font-size: 20px;
}
.main-wrap h2 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #FFF;
    line-height: 40px;
}
.main-wrap .title::before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 40px;
    background: #DDB76E;
    margin-right: 12px;
    vertical-align: top;
}
.main-wrap .title span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #B47F29;
    vertical-align: top;
}
.main-wrap > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.ul-box {
    margin: 48px auto 32px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 60px;
}
.ul-box li {
    width: 246px;
    height: 352px;
    text-align: center;
    background: url("../images/li-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    color: #323F5A;
    cursor: pointer;
}
.ul-box li.empty {
    background: url("../images/img-empty.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.ul-box li.empty>* {
    font-size: 0!important;
}
.ul-box li .img-box {
    margin: 47px auto 14px;
    height: 130px;
}
.ul-box li .img-box img {
    max-height: 100%;
}
.ul-box li .name {
    font-weight: bold;
}
.ul-box li span {
    display: block;
    text-decoration: line-through;
    font-weight: 100;
    padding: 4px 0;
}
.ul-box li .jf {
    font-size: 28px;
    color: #C71B1A;
    font-weight: bold;
}
.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.btns .btn-get {
    width: 226px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    font-size: 28px;
    color: #6D3300;
    background: url("../images/btn1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin: 0 28px;
    cursor: pointer;
    font-weight: 600;
}
.btns .btn-get.gray {
    background: url("../images/btn2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #717171;
}

.hdgz {
    width: 100%;
}
.hdgz-body {
    background: url("../images/yhbj 1.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    border-radius: 7px;
    padding: 23px 0 22px;
}
.hdgz-content {
    width: 66%;
    margin-left: 25%;
}
.hdgz p {
    display: flex;
    padding-bottom: 10px;
    color: #724A0D;
    font-size: 20px;
}
.frame {
    position: absolute;
    left: 4%;
    top: 5%;
    z-index: 1;
}
.support-button{
    padding: 20px;
}
/*弹窗*/
.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: 600px;
    max-width: 250px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 100;
    background: #323F5A;
    font-size: 18px;
    color: #B1B5CC;
    padding-bottom: 48px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.popup-module1 .popup-body {
    max-width: 238px;
    padding-bottom: 36px;
}
.popup-body .close {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.popup-body h2 {
    font-size: 24px;
    color: #CEA867;
    padding: 28px 0;
}
.popup-body .btns button {
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #BFAA7D;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.popup-module .tabs-nav button{
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #BFAA7D;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.popup-module .js-text{
    margin: 30px 20px 58px;
}
.popup-module .tabs-nav .closeBtn {
    background: #7E89A0;
    margin-left: 20px;
}
.tabs-nav button.active{
    background:  #BFAA7D;;
}
.popup-module .img-wrap {
    background: url("../images/li-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 246px;
    height: 352px;
    margin: 28px auto 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.img-wrap.gray,
.gray {
    filter: grayscale(100%);
}
.img-wrap p {
    font-size: 24px;
    color: #4F45AF;
}
.popup-module .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-bottom: 24px;
}
.popup-module .img-box img {
    max-height: 100%;
}
.img-wrap .popup-p1 {
    font-size: 20px;
    color: #323F5A;
    font-weight: bold;
}
.img-wrap .popup-p2 {
    font-size: 16px;
    color: #323F5A;
    text-decoration: line-through;
}
.img-wrap .info {
    font-size: 28px;
    color: #C71B1A;
    font-weight: 600;
}
.img-wrap .p2 {
    font-size: 68px;
    font-weight: 600;
}
.img-wrap .p2 span {
    font-size: 128px;
    vertical-align: -6px;
}

/*弹窗3*/
.popup-module3 .popup-body {
    max-width: 900px;
    width: 92%;
    padding-bottom: 42px;
    zoom: 0.9;
}
.popup-module3 .popup-body h2 {
    font-size: 24px;
    color: #CEA867;
    padding: 30px 0 20px;
}
.exchange-wrap {
    width: 94%;
    margin: 0 auto 34px;
    font-size: 16px;
    color:#ABB2C8;
}
.exchange-wrap ul {
    background: #43526E;
}
.exchange-wrap ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 30px;
    border-bottom: 1px solid #29344A;
}
.exchange-wrap ul li.th {
    background: #29344A;
    border-top: none;
}
.exchange-wrap ul li span:nth-child(1) {
    width: 40%;
    text-align: left;
}
.exchange-wrap ul li span:nth-child(2) {
    width: 30%;
}
.exchange-wrap ul li span:nth-child(3) {
    width: 30%;
    text-align: right;
}
.exchange-wrap ul li b {
    font-size: 14px;
    color: #6D829C;
    font-weight: normal;
}
.exchange-wrap ul.list {
    height: 600px;
    overflow-y: auto;
}
.popup-module3 .no-data-text {
    position: relative;
    background: url("../images/null.png") center center no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    width: 474px;
    height: 474px;
    margin: 0 auto;
    padding-top: 46%;
}
.popup-module3 .p-pation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-module3 .p-pation span {
    background: #43526E;
    border: 1px solid #ABB2C8;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    cursor: pointer;
}
.popup-module3 .p-pation span.active, .popup-module3 .p-pation span:hover  {
    background: #BFAA7D;
    border: 2px solid #BFAA7D;
    color: #fff;
}
/*弹窗 end*/

.section-wrap .pc {
    display: block;
}
.section-wrap .h5 {
    display: none;
}

@media (max-width: 768px) {
    .section-wrap .pc {
        display: none;
    }
    .section-wrap .h5 {
        display: block;
    }
    .main-wrap {
        font-size: 12px;
        padding: 16px 0;
    }
    .main-wrap h2 {
        display: flex;
        font-size: 16px;
        line-height: 22px;
    }
    .main-wrap .title::before {
        width: 6px;
        height: 20px;
        margin-right: 5px;
        vertical-align: sub;
        border-radius: 0 4px 4px 0;
    }
    .hdgz {
        margin-top: 10px;
    }
    .hdgz .bg {
        width: 100%;
    }
    .hdgz-body {
        background: url("../images/h5/yhbj 1.png") 0 0 no-repeat;
        background-size: 100% 100%;
        padding: 0;
    }
    .hdgz-content {
        position: initial;
        width: 100%;
        padding: 12px 20px;
        transform: none;
        margin-left: 0;
    }
    .hdgz p {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .frame {
        left: 0;
        top: 32%;
        width: 43%;
    }
    .pt40 {
        padding-top: 20px;
    }
    .pb20 {
        padding-bottom: 10px;
    }
    .pb30 {
        padding-bottom: 15px;
    }
    .pb40 {
        padding-bottom: 20px;
    }
    .pb50 {
        padding-bottom: 25px;
    }
    .pt50 {
        padding-top: 25px;
    }


    .ul-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 14px auto 32px;
        gap: 0;
    }
    .ul-box li {
        width: 32%;
        height: 157px;
        font-size: 12px;
        margin: 0 2% 2% 0;
    }
    .ul-box li:nth-child(3n) {
        margin-right: 0;
    }
    .ul-box li .img-box {
        margin: 14px auto;
        height: 70px;
    }
    .ul-box li .name {
        font-size: 10px;
    }
    .ul-box li span {
        font-size: 10px;
        padding: 0;
    }
    .ul-box li .jf {
        font-size: 14px;
    }
    .btns {
        margin-bottom: 32px;
    }
    .btns .btn-get {
        width: 116px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        margin: 0 12px;
    }
    .popup-body {
        font-size: 14px;
        padding-bottom: 24px;
    }
    .popup-module1 .popup-body {
        /*width: 70%;*/
        padding-bottom: 4px;
    }
    .popup-module1 .popup-body h2 {
        padding: 20px 0 16px;
        margin-bottom: 11px;
        font-weight: 600;
    }
    .popup-body .close {
        top: 8px;
        right: 8px;
        width: 10px;
        height: 10px;
    }
    .popup-body h2 {
        font-size: 16px;
        color: #CEA867;
        padding: 16px 0;
    }
    .popup-body .btns button {
        width: 80px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .popup-module .tabs-nav button{
        width: 80px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .popup-module .js-text{
        margin: 4px 0 28px;
    }
    .popup-module .img-wrap {
        width: 110px;
        height: 157px;
        margin: 11px auto 23px;
    }
    .img-wrap .popup-p1 {
        font-size: 12px;
    }
    .img-wrap .popup-p2 {
        font-size: 12px;
    }
    .img-wrap .info {
        font-size: 14px;
    }
    .get-text {
        font-size: 13px;
        line-height: 24px;
    }
    .img-wrap p {
        font-size: 12px;
    }
    .popup-module .img-box {
        height: 70px;
        margin-bottom: 0;
    }
    .img-wrap .p2 {
        font-size: 36px;
    }
    .img-wrap .p2 span {
        font-size: 48px;
    }

    /*弹窗3*/
    .popup-module3 .popup-body {
        padding-bottom: 26px;
        zoom: 1;
    }
    .popup-module3 .popup-body h2 {
        font-size: 14px;
        padding: 20px 0 12px;
    }
    .exchange-wrap {
        margin: 0 auto 20px;
        font-size: 12px;
    }
    .exchange-wrap ul li {
        padding: 9px 14px;
    }
    .exchange-wrap ul li b {
        font-size: 10px;
    }
    .exchange-wrap ul.list {
        height: 320px;
        font-size: 12px;
    }
    .popup-module3 .no-data-text {
        font-size: 12px;
        width: 256px;
        height: 256px;
        margin: 0 auto;
        padding-top: 50%;
        margin-bottom: 50px;
    }
    .popup-module3 .p-pation span {
        border: 1px solid #ABB2C8;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .popup-module3 .p-pation span.active, .popup-module3 .p-pation span:hover  {
        border: 1px solid #BFAA7D;
    }
}

@media (max-width: 320px) {
    .ul-box li {
        zoom: .85;
    }
}