.banner {
    width: 100%;
    height: 2.13rem;
    border-radius: 0.18rem;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    width: 100%;
    height: 0.07rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.76);
}

.minirefresh-theme-default .minirefresh-upwrap,
.downwrap-content {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.minirefresh-scroll {
    background-color: #f3f3f3;
}

.product_list_cont {
    position: relative;
    height: 100vh;
}

.product_list {
    display: grid;
    grid-column-gap: 0.19rem;
    grid-row-gap: 0.19rem;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
    /* padding: 0.15rem 0; */
}

.product_item {
    position: relative;
    cursor: pointer;
}

.product_img {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 0.05rem;
    background-color: #ece9e4;
}

.product_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.product_name {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.11rem;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product_num {
    display: flex;
    align-items: flex-end;
}

.product_num .unit {
    font-size: 0.18rem;
    margin-right: 0.02rem;
    color: #B10005;
}

.product_num .price {
    font-weight: bold;
    font-size: 0.27rem;
    color: #B10005;
}

.my_cont {
    position: fixed;
    top: 0.93rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 9;
}

.my_icon {
    width: 1.01rem;
    height: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my_icon img {
    width: 100%;
    height: 100%;
}

.popup_cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.go_login {
    width: 2.15rem;
    height: 0.56rem;
    background: #B10005;
    border-radius: 0.1rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.go_login:hover {
    background-color: #841a20;
}

.product_presell .product_img::before {
    content: '预售中';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background: #B10005;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.product_presell .product_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0.08rem;
}

.product_none .product_img::before {
    content: '已售罄';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background: #8d8d8d;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.product_none .product_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0.08rem;
}

.body_hide {
    position: relative;
    padding-top: 1.03rem;
}

.body_hide .index_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.body_hide .index_top img {
    width: 100%;
    height: auto;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.body_hide_cont {
    position: relative;
    padding: 0.15rem;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 2;
    border-radius: 0.2rem;
    /* border-radius: 0.2rem 0.2rem 0 0; */
}

.page_row_title {
    position: relative;
    margin: 0.2rem 0;
    padding-left: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 0.21rem;
    color: #000000;
}

.page_row_title a {
    font-size: 0.16rem;
    color: #999999;
}

.page_row_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.05rem;
    height: 0.19rem;
    background: #84191F;
    border-radius: 0.02rem;
}

.space_list {
    display: grid;
    grid-column-gap: 0.28rem;
    grid-row-gap: 0.19rem;
    grid-template-columns: 1fr 1fr;
    padding: 0 0.11rem;
}

.space_list .space_item {
    height: 0.55rem;
    padding: 0 0.15rem;
    background: url(../image/index/space_item.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.space_list .space_item span {
    font-family: KaiTi;
    font-weight: 400;
    font-size: 0.2rem;
    color: #714C22;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card_list {
    display: grid;
    grid-column-gap: 0.19rem;
    grid-row-gap: 0.19rem;
    grid-template-columns: 1fr 1fr;
}

.card_list .card_item {
    height: 3.2rem;
    background-color: #ece9e4;
    border-radius: 0.08rem;
    overflow: hidden;
}

.card_list .card_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_tip_cont {
    position: absolute;
    left: 0;
    top: 1.8rem;
    display: flex;
    align-items: center;
    z-index: 5;
}

.product_tip_cont .text {
    padding: 0 0.03rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 0.13rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}

.product_tip_cont .text_icons {
    width: 0;
    height: 0;
    border: 0.135rem solid;
}

.card_list .card_item {
    position: relative;
    overflow: hidden;
}

.card_list .product_presell::before {
    content: '预售中';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background: #B10005;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.card_list .product_presell::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0.08rem;
    z-index: 2;
}

.card_list .product_none::before {
    content: '已售罄';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    background: #8d8d8d;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.24rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.card_list .product_none::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 0.08rem;
    z-index: 2;
}

.card_list .product_num {
    position: absolute;
    left: 0.05rem;
    bottom: 0.08rem;
    z-index: 1;
}