.store-nav {
    /* height: 6.25rem; */
    background-color: #fefefc;
}

.store-nav .nav .nav-link {
    font-size: 1.25rem;
    color: #000;
    font-weight:700;

    &.active {
        color: #ffcd2e;
        border-bottom: 2px solid #ffcd2e;
        font-family: MuliBold, sans-serif !important;
        height: 100%;
    }
}


/* 修改查询 */

.nuls1 li{
    margin: 0px;
    padding: 0px;
    height: 6.25rem;
    line-height: 6.25rem;
}



.video {
    max-height: 50rem;
    background: url("/template/static/images/202603/stores/vedio_background.png") no-repeat;
    background-size: 100%;
}

.global-market .title {
    background: url("/template/static/images/v2/store/store_market_bg_01.png") no-repeat;
    background-size: contain;
    height: 12rem;
    font-size: 3.5rem;
}

.global-market .number {
    color: #ffcd2c;
    font-size: 4.5rem;
    height: 12.5rem;
}

.tips {
    font-size: 1.2rem;
    color: #000000;
}

.store-image .title {
    background: url("/template/static/images/v2/store/store_imags_bg_01.png") no-repeat;
    background-size: contain;
    height: 12rem;
    font-size: 3.5rem;
}

.store-image-nav {
    height: 5rem;
    font-size: 1.35rem;
}

.store-image-nav .nav-link {
    color: #000;
}

.store-image-nav .active {
    color: #ffcd2c;
    border-bottom: 2px solid #ffcd2c;
    font-family: MuliBold, sans-serif !important;
}

.w-48 {
    width: 49.5% !important;
}

.store-content .active {
    display: flex !important;
}

.product-display .title {
    background: url("/template/static/images/v2/store/store_product_display_bg_01.png") no-repeat;
    background-size: contain;
    height: 12rem;
    font-size: 3.5rem;
}

/* #dptitle{
    
} */

.content .btcs{
    height: 70px;
    font-weight: 800;
    border-bottom: 12px solid #ffcf2c !important;
}



.popularity .title {
    background: url("/template/static/images/v2/store/store_popularity_bg_01.png") no-repeat;
    background-size: contain;
    height: 12rem;
    font-size: 3.5rem;
}

.boder {
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #f2f1d6;
}

.store-content .global-market .imgbox {
    background-color: #fefefc;
}

.store-content .global-market .imgbox .imgdiv {
    margin: 0 auto;
}

.store-image-banner {
    width: 80%;
    margin: 0 auto;
}

.store-image-list {
    width: 80%;
    margin: 0 auto 2rem;
}

@media (max-width: 768px) {

    .store-nav .w-50 {
        width: 100% !important;
        text-align: center;

        .nav-item {
            width: 50%;
        }
    }

    .global-market .title{
        height: 10rem;
    }

    .global-market .number{
        height: 20rem;
        font-size: 5rem;
        flex-wrap: wrap;

        .global-market-number-01{
            order: 2;
        }

    }


    .store-content .global-market .imgbox .imgdiv{
        width: 100%;
    }

    .store-image-nav .w-50{
        width: 100% !important;
    }

    .store-image-banner {
        width: 96%;
        margin: 0 auto;
    }

    .store-image-list {
        width: 96%;
        margin: 0 auto 2rem;
    }

    .w-48{
        width: 100% !important;
    }
}
