#root {
    /* background: linear-gradient(180deg, #E9E2F3 0%, rgba(233, 226, 243, 0) 100%), #FBFAFF; */
}

.bg_banner {
    margin-top: 90px;
    width: 100%;
    object-fit: cover;
}

.container {
    box-sizing: border-box;
    padding: 100px 0 0 100px;
    position: relative;
    transform: translateY(-50px);
    width: 100%;
    min-height: 1000px;
    background: linear-gradient(180deg, #E9E2F3 0%, rgba(233, 226, 243, 0) 100%), #FBFAFF;
    border-radius: 50px 50px 0px 0px;
}

.city_container {
    position: absolute;
    top: 32px;
    right: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 48px;
    background: linear-gradient(270deg, rgba(68, 0, 147, 0.5) 0%, #8861C0 100%);
    border-radius: 12px;
    cursor: pointer;
}

.city_container:hover {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.08);

}

.city_container>span {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'NotoSansCJKsc';
}

.city_container>img {
    width: 16px;
    height: 16px;
}

.city_list {
    position: absolute;
    top: 64px;
    right: 0;
    width: 668px;
    height: 224px;
    background: #FFFFFF;
    box-shadow: -10px 10px 30px 0px rgba(0, 0, 0, 0.08), 10px 10px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    z-index: 9;
}

.city_list>ul {
    margin: 38px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 592px;
    height: 144px;
    overflow: hidden;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-thumb {
    background: #E6E6E6;
    border-radius: 10px;
}


.city_item_name {
    margin-bottom: 10px;
    margin-right: 12px;
    width: 133px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F5F5F5;
    border-radius: 20px;
}

.city_all {
    background: #E6E6E6;
}

.city_item_name:hover {
    background: #450193;
    color: #FFFFFF;
}

.active_city_name {
    background: #450193;
    color: #FFFFFF;
}

/*  */

.option_container {
    box-sizing: border-box;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.classification_img {
    display: block;
    margin-right: 10px;
    width: 120px;
    height: 174px;
}

/* swiper */
.swiper_con {
    width: 90%;
}

.swiper-wrapper {
    width: 100%;
    height: 174px;
}



.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/swiper_icon.png);
    width: 40px !important;
    height: 40px !important;
    background-size: contain;
    left: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    transform: rotate(180deg);
    background-image: url(../images/swiper_icon.png);
    width: 40px !important;
    height: 40px !important;
    background-size: contain;
}

/* 左右滑动箭头 第一和最后一个自动隐藏 */
.swiper-button-disabled {
    opacity: 0 !important;
}

.brand_slide {
    position: relative;
    width: 215px !important;
    height: 100%;
    border-radius: 16px;
    cursor: pointer;
}

.brand_slide:hover .brand_slide_mask {
    display: block;
}

.brand_slide_mask {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border-radius: 16px;
    opacity: 0.8;
}

.brand_slide_item {
    box-sizing: border-box;
    padding: 20px 7px 0 20px;
    width: 215px !important;
    height: 100%;
}

.brand_slide_active {
    position: relative;
    z-index: 1;
}

.brand_slide_active::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    border-radius: 16px;
    background: #F2F2F2;
    z-index: 99;
}


.slide_top {
    display: flex;
}

.slide_top>h1 {
    font-family: 'NotoSansCJKsc';
    font-weight: bold;
    font-size: 16px;
    color: #2B0033;
    line-height: 22px;
    width: 104px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand_img {
    margin-right: 10px;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
}

.labels_container {
    margin-top: 10px;
}

.labels,
.citys {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.label_item,
.city_item {
    margin-bottom: 4px;
    margin-right: 4px;
    box-sizing: border-box;
    padding: 4px 4px;
    font-size: 12px;
    border-radius: 5px;
    text-wrap: nowrap;
    background: rgba(255, 255, 255, 0.4);
}

.swiper-container {
    height: 200px;
}

.brand_slide:hover.brand_slide::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.brand_slide:hover {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.08);
}

.brand_slide:hover .reservation_btn {
    display: block;
    box-shadow: 0px 0px 16px 0px rgba(94, 88, 85, 0.5);
}

.reservation_btn {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    width: 88px;
    height: 28px;
    font-size: 14px;
    font-family: 'NotoSansCJKsc';
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    background: #333333;
    border-radius: 24px;
    z-index: 9999;
}

.none {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 16px;
    color: #2B0033;
}

/* 门店兑换弹框 */

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.block {
    box-sizing: border-box;
    padding: 40px 40px 0 40px;
    display: block;
    width: 496px;
    height: 436px;
    background: #FFFFFF;
    border-radius: 31px 31px 31px 31px;
    box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.3);
}

.block>h1 {
    font-family: 'NotoSansCJKsc';
    font-weight: bold;
    font-size: 20px;
    color: #2C2926;
    text-align: center;
}

.store_content {
    margin-top: 24px;
    height: 236px;
    overflow-x: auto !important;
}

.block button {
    margin: 24px auto 0 auto;
    display: block;
    width: 168px;
    height: 48px;
    background: #2C2926;
    border-radius: 12px 12px 12px 12px;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'NotoSansCJKsc';
    border: none;
    cursor: pointer;
}

.store_item {
    box-sizing: border-box;
    padding: 16px 16px;
    margin: 0 auto;
    width: 100%;
    height: 110px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #D5D5D5;
    margin-bottom: 15px;
}

.store_item>h1 {
    font-family: 'NotoSansCJKsc';
    font-weight: bold;
    font-size: 17px;
    color: #2C2926;
    margin-bottom: 10px;

}

.store_item>span {
    font-family: 'NotoSansCJKsc';
    font-weight: 400;
    font-size: 16px;
    color: #2C2926;
    line-height: 23px;
    font-style: normal;
    text-transform: none;
}

.clause_container {
    margin-top: -40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px 40px 100px;
    background-color: #fff;
}

.clause_container>pre {
    white-space: normal;
    margin: 0 auto;
    font-family: 'NotoSansCJKscBlack';
    font-weight: 400;
    font-size: 15px;
    color: #80776E;
    line-height: 24px;
}

.more {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px rgba(94, 88, 85, 0.5);
    cursor: pointer;
}

.more_icon {
    margin-bottom: 7px;
    width: 30px;
    height: 30px;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.more_txt {
    font-family: 'NotoSansCJKsc';
    font-size: 12px;
}

.more:hover .more_icon {
    background-image: url(../images/back_active.png);
}

.more:hover .more_txt {
    color: #3D1193;
}