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

.store-nav .nav .nav-link {
    font-size: 1.25rem;
    color: #d6b53c;

    &.active {
        color: #06cecb;
        border-bottom: 1px solid #06cecb;
        font-family: MuliBold, sans-serif !important;
    }
}

.video {
    max-height: 50rem;
    background: url("/template/static/images/v2/vedio_background.jpg") no-repeat;
    background-size: cover;
}

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

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

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

.store-image {
    display: none;
}

.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: #d6b53c;
}

.store-image-nav .active {
    color: #06cecb;
    border-bottom: 1px solid #06cecb;
    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: cover;
    height: 14rem;
    font-size: 3.5rem;
}


.popularity .title {
    background: url("/template/static/images/v2/store/store_popularity_bg_01.png") no-repeat;
    background-size: cover;
    height: 14rem;
    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 {
    width: 80%;
    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{
        font-size: 3.5rem;
    }


    .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;
    }
}
