.ind_top {
    display: flex;
    flex-direction: column;
    height: 5rem;
    background-image: url("../image/header_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: fixed !important;
    width: 100%;
    z-index: 999;
}
.ind_top .top_switch {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 3rem;
}
.ind_top .top_switch > a {
    display: flex;
    width: 20%;
}
.ind_top .top_switch > a:first-child {
    border: 1px solid var(--themeBorderColor);
    border-radius: var(--themeBorderRadius) 0 0 var(--themeBorderRadius);
    background-color: white;
}
.ind_top .top_switch > a:last-child {
    border: 1px solid var(--themeBorderColor);
    border-radius: 0 var(--themeBorderRadius) var(--themeBorderRadius) 0;
}
.ind_top .top_switch > a:last-child > span {
    color: white;
}
.ind_top .top_switch > a > span {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
}
.ind_top .top_search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
}
.ind_top .top_search > a {
    display: flex;
    width: 55%;
}
.ind_top .top_search > a > span {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 1.8rem;
    border: 1px solid var(--themeBorderColor);
    border-radius: 2rem;
    color: var(--themeTextGay);
    background-color: white;
    font-size: 0.8rem;
    width: 100%;
    padding: 0 1rem;
}
.ind_main {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
}
.ind_main .advert_box {
    display: flex;
    height: 12rem;
    position: relative;
    background-image: url("../image/carousel_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ind_main .advert_box .advert-box-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ind_main .advert_box .nav_carousel_out {
    display: flex;
    padding: 0 var(--themeHorizontalPadding);
    position: absolute;
    top: 0.5rem;
    width: 100%;
}
.ind_main .advert_box .nav_carousel_out .nav_carousel {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ind_main .advert_box .nav_carousel_out .nav_carousel .carousel {
    height: 13rem;
}
.ind_main .advert_box .nav_carousel_out .nav_carousel .carousel .carousel-inner {
    border-radius: var(--themeBorderRadius);
}
.ind_main .ind_notice {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 2rem;
    padding: 0 var(--themeHorizontalPadding);
    background-color: white;
}
.ind_main .ind_notice > span {
    display: flex;
    align-items: center;
    color: var(--themeTextNotice);
}
.ind_main .ind_notice > span:first-child {
    margin-right: 0.5rem;
    font-size: var(--themeTextSize);
}
.ind_main .ind_notice > span .marquee {
    margin: 0;
    padding: 0;
    font-size: var(--themeTextSize);
}
.ind_main .ind_tag_block {
    display: flex;
    margin-top: .5rem;
}
.ind_main .ind_single_channel {
    display: flex;
    margin-top: 1rem;
    padding: 0 var(--themeHorizontalPadding);
}
.ind_main .ind_multi_channel {
    display: flex;
    margin-top: .2rem;
    padding: 0 var(--themeHorizontalPadding);
}
.ind_main .ind_slide_chunk {
    display: flex;
    margin-top: 1rem;
    padding: 0 var(--themeHorizontalPadding);
}
.ind_main .ind_flash_sale {
    display: flex;
    margin-top: 1rem;
    padding: 0 var(--themeHorizontalPadding);
}
.ind_main .ind_limited_time_zone {
    display: flex;
    margin-top: 1rem;
    padding: 0 var(--themeHorizontalPadding);
}
.ind_main .ind_slide_goods {
    display: flex;
    flex-direction: column;
    margin-top: .3rem;
}
.ind_main .ind_recommend {
    display: flex;
    flex-direction: column;
}
.ind_main .ind_recommend .ind_rec_title {
    display: flex;
    height: 2rem;
    justify-content: center;
    align-items: center;
}
.ind_main .ind_recommend .ind_rec_title > span {
    display: flex;
    height: 1rem;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
}
.ind_main .ind_recommend .ind_rec_title > span:first-child {
    background-color: var(--themeTagBgColor-1);
    color: white;
    padding: .8rem 1rem;
    border-radius: var(--themeBorderRadius);
}
.ind_main .ind_recommend .ind_rec_goods {
    display: flex;
    margin-top: 0.5rem;
}
.ind_main .ind_to_top {
    display: flex;
    margin-top: 1rem;
    padding: 0 var(--themeHorizontalPadding);
    height: 2.5rem;
    justify-content: center;
    align-items: center;
}
.ind_main .ind_to_top >span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ind_main .ind_to_top >span:first-child {
    font-size: 1.2rem;
    color: var(--themeTagBgColor-1);
    margin: 0 0.5rem;
}
.ind_main .ind_to_top >span:last-child {
    font-size: 1.2rem;
    color: var(--themeTextGay);
}
.ind_main .ind_brand_block {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    padding: 0 var(--themeHorizontalPadding);
}
.ind_main .ind_brand_block .ind_brand_title {
    display: flex;
    height: 3rem;
    justify-content: center;
    align-items: center;
}
.ind_main .ind_brand_block .ind_brand_title > span {
    display: flex;
    height: 2rem;
    justify-content: center;
    align-items: center;
}
.ind_main .ind_brand_block .ind_brand_title > span:first-child,
.ind_main .ind_brand_block .ind_brand_title > span:last-child {
    flex: 1;
    flex-direction: column;
}
.ind_main .ind_brand_block .ind_brand_title > span:first-child >i,
.ind_main .ind_brand_block .ind_brand_title > span:last-child >i {
    width: 100%;
    height: 2px;
    border: 1px solid red;
    margin: 2px 0;
}
.ind_main .ind_brand_block .ind_brand_title > span:nth-child(2) {
    background-color: var(--themeTagBgColor-1);
    color: white;
    padding: 1rem 2rem;
    border-radius: 2rem 2rem 0 0;
}
.spotlight {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    box-shadow: 0 0 10px red;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    25% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(-30deg);
    }
    75% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
