﻿/* ============================================
 *  custom.css - 业务组件合并样式
 *  包含: popup / advertise / pager / 404 / newfooter
 * ============================================ */

/* ------------------------------------------
 *  [popup] 全局弹窗
 * ------------------------------------------ */
@media (min-width: 0) {
    /* 全局弹窗 start */
    #popup-window {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        /* max-width: var(--default-screen-max-width); */
        /* min-width: var(--default-screen-min-width); */

        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2000;
        background: transparent;
        /* pointer-events: none; */
    }

    #popup-window .van-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: var(--van-overlay-z-index);
        width: 100%;
        height: 100%;
        background: #0000008f;
        /* pointer-events: none; */
    }

    #van-popup-window {
        z-index: 2013;
        width: 100%;
        height: 100%;
        /* top: 45%; */
        overflow: hidden;
        border: 0;
        background: transparent;
        /* box-shadow: 0.6rem 0.6rem 0.6rem #000000; */
    }

    #van-popup-window .content {
        width: 100%;
        height: 100%;
        display: flex;
    }

    #van-popup-window .content>iframe {
        width: 100%;
        height: 100%;
        display: flex;
        border: 0;
    }
    /* 全局弹窗 end */
}

@media (min-width: 1200px) {
    /* 全局弹窗 start */
    #popup-window {

    }

    #popup-window .van-overlay {

    }

    #van-popup-window {
        top: 50%;
    }

    #van-popup-window .content {

    }

    #van-popup-window .content > iframe {

    }

    /* 全局弹窗 end */
}

/* ------------------------------------------
 *  [advertise] 广告弹窗
 * ------------------------------------------ */
/* 屏幕(0px) */
/* @media (min-width: 958px) { :root { font-size: calc(5px + (12 - 10) * ((100vw - 958px) / (1600 - 958)));}} */

html, body {
    background-color: transparent;
}
.popup-form {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.popup-img , .close-img {
    text-align: center;
    cursor: pointer;
} 
.popup-img a {
    display: block;
    width: 61.0rem;
    height: 68.0rem;
    /* margin-top: 1.5rem; */
}
.close-img img {
    width: 100%;
    height: 100%;
}

.close-img {
    width: 7.0rem;
    height: 7.0rem;
    margin: 0 0 1.5rem 0;
    margin-bottom: 3.0rem;
}

.hidden {
    display: none;
}

@media (min-width: 450px) {
    .popup-form {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        align-items: center;
        top: 50%;
        transform: translate(0, -50%);
        margin: 0 auto;
    }
    .popup-img , .close-img {
        text-align: center;
    } 
    .popup-img a {
        /* width: 30.5rem;
        height: 34.0rem; */
        width: 355px;
        height: 395px;
        
        /* margin-top: 1.0rem; */
    }
    .close-img {
        width: 30px;
        height: 30px;
        margin: 0rem;
    }

    .close-img {
        margin-bottom: 15px;
    }
    
}
/* ------------------------------------------
 *  [pager] 分页器
 * ------------------------------------------ */
.dx-pager-out{
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
}

.dx-pager {
    gap: 4px;
    white-space: nowrap;
    font-size: 12px;
    overflow-x: auto;
}

.dx-pager .pager-item-left, .dx-pager .pager-item-right {
    background-color: #ffbc01;
    color: #fff;
    border-radius: 4px;
    align-items: center
}

.dx-pager .pager-item-left .pager-item, .dx-pager .pager-item-right .pager-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 54px;
    padding: 0;
    font-weight: 600;
    color: #fff;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .dx-pager .pager-item-left .pager-item, .dx-pager .pager-item-right .pager-item {
        width: 100px
    }
}

.pager-label{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}   

.dx-pager .pager-goto {
    width: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 4px;   
}

.dx-pager .pager-goto .form-control {
    background-color: #ffbc01;
    color: #fff;
    height: 36px;
    width: 48px;
    flex-shrink: 0;
    text-align: center;
    border-radius: 4px;
    border: none;
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
} 

.dx-pager .pager-goto-btn {
    background-color: #262626;
    color: #fff;
    height: 36px;
    width: 48px;
    flex-shrink: 0;
    border-style: none; 
    border-radius: 4px; 
    border: none;
    outline: none;
}

.dx-pager .disabled {
    cursor: not-allowed
}
.scrollbar-none{
    scrollbar-width: none;
}
@media (min-width: 768px) {
    .dx-pager .pager-goto .form-control {
        width: 100px
    }
    .dx-pager .pager-goto-btn {
        width: 100px
    }
    .dx-pager .pager-goto,
    .dx-pager {
        gap: 8px;
        font-size: 14px
    }
    .dx-pager-out{
        margin-top: 20px;
    }
}
/* ------------------------------------------
 *  [404] 404页面
 * ------------------------------------------ */
.blank-content {
    height: 65vh;
}

.blank-content .file-not-found {
    display: block;
    text-align: center;
    margin: 10rem 0 5rem;
}
.blank-content .class-404 {
    width: 19.9rem;
    height: 8.4rem;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.blank-content .text-404 {
    display: block;
}

.blank-content .head-404 {
    font-size: 5.01rem;
    color: #ffffff;
}

.blank-content .head-404-b {
    color: #6190c9;
    font-size: 2.2rem;
}

.blank-content .line-404 {
    display: none;
}

.blank-content .btn-404 {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.blank-content .btn-y {
    width: 19.05rem;
    height: 8.95rem;
    line-height: 8.95rem;
    border-radius: 1.6rem;
    text-align: center;
    background-color: #ffbc04;
    font-size: 3.2rem;
    color: #ffffff;
    margin-right: 5rem;
}

.blank-content .btn-w {
    width: 19.05rem;
    height: 8.95rem;
    line-height: 8.95rem;
    border-radius: 1.6rem;
    background-color: #fff;
    color: #1a1a1a;
    font-size: 3.2rem;
    text-align: center;
}
@media (min-width: 750px){ 
    
    .blank-content .blank-content {
        height: 100%;
    }

    .blank-content .file-not-found {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10rem 0 0;
    }

    .blank-content .class-404 {
        width: 17.79rem;
        height: 7.54rem;
        margin: unset;
    }

    .blank-content .text-404 {
        display: block;
    }

    .blank-content .head-404 {
        font-size: 4.5rem;
        color: #ffffff;
    }

    .blank-content .head-404-b {
        color: #6190c9;
        font-size: 2rem;
    }

    .blank-content .line-404 {
        display: block;
        width: 0.1rem;
        height: 7rem;
        border: solid 0.1rem #979797;
        margin: 0 5rem;
    }

    .blank-content .btn-404 {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }

    .blank-content .btn-y {
        width: 11.9rem;
        height: 5.6rem;
        line-height: 5.6rem;
        border-radius: 1rem;
        text-align: center;
        background-color: #ffbc04;
        font-size: 2rem;
        color: #ffffff;
        margin-right: 5rem;
    }

    .blank-content .btn-w {
        width: 11.9rem;
        height: 5.6rem;
        line-height: 5.6rem;
        border-radius: 1rem;
        background-color: #fff;
        color: #1a1a1a;
        font-size: 2rem;
        text-align: center;
    }

    .blank-content {
        height: 75vh;
    }
}
/* ------------------------------------------
 *  [newfooter] 底部页脚
 * ------------------------------------------ */

.is-mobile{
    display: block;
}
.is-desktop{
    display: none;
}
.new-footer {
    padding: 0 0 2rem 0;
} 
.new-footer.site-footer a {
    font-size: 2.4rem;
} 
.new-footer.site-footer .pt-2, .new-footer.site-footer .m-0 {
    font-size: 2.4rem;
} 
.new-footer .site-logo{
    width: 20rem;
    height: 4rem;
    margin-bottom: 2rem;
}
.new-footer .font10{
    font-size: 2rem;
}
.new-footer .font14{
    font-size: 2.4rem;
}
.new-footer .font22{
    font-size: 3.0rem;
}
.new-footer .link{
    color: #ffbc01;
}
.site-footer.new-footer .widget .widget-title {
    padding: 0;
    padding-bottom: 2rem;
}
.site-footer.new-footer .widget .vertical-list li{
    padding: 0 0 1rem;
}
.site-footer.new-footer .widget {
    margin-bottom: 1rem;
}
.new-footer .xpaptation {
    padding: 3rem 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    margin: 0 -5.0rem 0 0;
}
.new-footer .xpaptation .item{
    margin-right: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-footer .xpaptation .item img{
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1.0rem;
}

.new-footer .col-lg-8 {
    padding: 3.0rem 0 3.0rem 7.3rem;
    margin-bottom: 6rem;
    border-radius: 4rem;
    border: solid 0.2rem #333;
    margin: 0 2.0rem;
}
.new-footer .col-lg-4 {
    margin: 5.0rem 9.05rem 0 9.25rem;
}

.new-footer .tip{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    color: #ffffffcc;
    margin: 0 0 15.6rem 0;
}

.new-footer .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.new-footer .flag-wrap {
    display: flex;
    justify-content: space-between;
}
.new-footer .font22 .flag{
    width: 4.4rem;
    height: 4.4rem;
    background-image: url("../image/add.png");
    background-size: 100% 100%;
    cursor: pointer;
}
.new-footer .font22 .flag.less {
    background-image: url("../image/less.png");
    background-size: 100% 100%;
}
.new-footer .list-inline{
    display: none;
}

@media (min-width: 992px) {
    .new-footer {
        padding: 0 0 2.0rem 0;
    } 
    .new-footer.site-footer a {
        font-size: 1.4rem;
    } 
    .new-footer.site-footer .pt-2, .new-footer.site-footer .m-0 {
        font-size: 1.4rem;
        margin: 0 0 0.3rem 0;
    } 
    .is-mobile{
        display: none;
    }
    .is-desktop{
        display
        : block;
    }
    .new-footer .xpaptation {
        padding:0 0 0 3.0rem ;
        justify-content: start;
    }
    .new-footer .col-lg-8{
        padding: 0;
        margin-bottom: 6rem;
        border-radius: 4rem;
        border: 0;
        margin: 0;
    }
    .new-footer .col-lg-4 {
        margin: 0;
    }
    .new-footer .font14{
        font-size: 1.4rem;
    }
    .new-footer .font22{
        font-size: 2.2rem;
    }
    .new-footer .font10{
        font-size: 1.0rem;
    }
    .site-footer.new-footer .widget .widget-title {
        padding-bottom: 2rem;
    }
    .new-footer .xpaptation .item img{
        width: 2.2rem;
        height: 2.2rem;
    }
    .new-footer .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .new-footer .list-inline{
        display: block;
    }

    .new-footer .xpaptation {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
}

@media (min-width: 768px) {
    .new-footer .site-logo{
        width: 10rem;
        height: 2rem;
        margin-bottom: 2rem;
    }
}