.swiper-slide-block{
    display: block;
    background-color: #FFF;
    height: 100% !important;
    background-size: cover !important;
}
.index_news_title_span{
    min-width: 110px;
}
.product_items{
    height: 318px;
    justify-content:flex-start !important;
}
.product_items_thumb{
    width: 210px;
    height: 190px;
    margin-bottom: 10px;
    background-size: contain !important;
    /* margin-top: 10px; */
    
}
.cart_icon{
    position: relative;
    cursor: pointer;
}
.cart_icon .common-cart-total{
    width: 20px;
    height: 20px;
    background-color: #91172e;
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top:-12px;
    transform: scale(0.8);
}
.reg_btn{
    width: 100%;
    height: 36px;
    background-color: #91172e;
    border: none;
    color: #ffffff;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius)
}
.prompt-content{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}
.prompt-content .prompt-msg{
    margin-top: 5px;
}
.user-center-main-title{
    font-size: 20px;
}
.jinxi__my__center__main__right__banner__avatar__img img{
    width: 60px;
    
}
.no_data_content .table-no{
    display: flex;
    width: 300px;
    margin: 20px auto;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 100px;
    color: #666;
}
.common-prompt{
    transform: scale(.7) !important;
}