.mt0{
    margin-top: 0px;
}
.mr0{
    margin-right: 0px;
}
.mr5{
    margin-right: 5px;
}
.ml5{
    margin-left: 5px;
}
.pl5{
    padding-left: 5px;
}
.pl0{
    padding-left: 0px;
}
.pr0{
    padding-right: 0px;
}
.bl1{
    border-left: 1px solid rgb(227, 227, 227);
}
.mt30{
    margin-top: 30px;
}
.mt30{
    margin-top: 30px;
}
.red{
    color: red;
}
.gray{
    color: grey;
}
.hidden{
    display: none;
}
.breadcrumb-bg{
    background-color: #eef4f8;
}
.item-head{
    font-size: 16px;
    padding: 40px 30px 10px 30px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    display: flex;
}
.item-title{
    border-bottom: 3px solid #000000;
    margin-bottom: -10px;
    padding-bottom: 8px;
}
.item-content{
    padding-top: 30px;
}
.page-list .product-item-container{
    padding-top: 15px;
    padding-left: 15px;
}
.page-list .product-filter-box{

}
.page-list .item-search{
    position: absolute;
    right: 15px;
}
.page-list .item-search input{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgb(227, 227, 227);
}
.search-item #search-title{
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgb(227, 227, 227);
}
.product-wrapper .product-list .product-item{
    border-radius: 12px;
    border: 1px solid rgb(227, 227, 227);
    height: 220px;
}
.product-wrapper .product-list .product-item:hover{
    border: 1px solid #2460f2;
}
.product-wrapper .product-list .product-item .picbox{
    overflow: hidden;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.product-wrapper .product-list .product-item .product-item-title-box{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-wrapper .product-list .product-item .product-item-box{
    color: #535252;
    text-align: left;
    font-weight: normal;
    font-size: small;
}
.product-wrapper .product-list .product-item .product-item-tags{
    text-align: left;
    font-size: small;
    margin-top: 20px;
}
.product-wrapper .product-list .product-item .product-item-tags .product-item-tags-one{
    background: rgba(227, 227, 227, 0.89);
    padding: 5px;
    margin-right: 8px;
    border-radius: 5px;
    color: #555555;
    margin-top: 5px;
}
.product-wrapper .product-list .product-item .img-fluid{
    height: 218px;
    width: 100%;
}
.product-wrapper .product-list .product-item .price{
    text-align: center;
    color: #2460f2;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
}
.product-wrapper .product-list .product-item .price .pv{
    font-size:x-large;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.product-wrapper .product-list .product-item .qizuri{
    font-size: 12px;
    font-weight: normal;
}
.page-list .search-item{
    border-bottom: 1px dotted rgba(227, 227, 227, 0.89);
    padding-bottom: 10px;
    padding-top:10px;
}
.page-list .search-item .s_title{
    font-size: large;
    font-weight: bold;
}
.page-list .search-item .s_content{

}
.page-list .search-item .s_content #s_price_left{
    font-size: large;
    color: #0480BE;
}
.page-list .search-item .s_content #s_price_right{
    font-size: large;
    color: #0480BE;
}

/* 移动端样式优化 */
@media (max-width: 991.98px) {
    .product-wrapper .product-list .product-item {
        height: auto !important;
        margin-bottom: 20px;
    }
    
    .product-wrapper .product-list .product-item .row {
        margin: 0;
    }
    
    .product-wrapper .product-list .product-item .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* 图片区域 */
    .product-wrapper .product-list .product-item .col-lg-3:first-child {
        margin-bottom: 15px;
    }
    
    .product-wrapper .product-list .product-item .picbox {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .product-wrapper .product-list .product-item .img-fluid {
        height: auto !important;
        min-height: 200px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    /* 内容区域 */
    .product-wrapper .product-list .product-item .product-item-container {
        padding: 15px;
    }
    
    .product-wrapper .product-list .product-item .product-item-title-box {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .product-wrapper .product-list .product-item .product-item-info {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .product-wrapper .product-list .product-item .product-item-box {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    /* 标签区域 */
    .product-wrapper .product-list .product-item .product-item-tags {
        margin-top: 10px;
    }
    
    .product-wrapper .product-list .product-item .product-item-tags .product-item-tags-one {
        font-size: 11px;
        padding: 3px 6px;
        margin-right: 5px;
        margin-bottom: 5px;
        display: inline-block;
    }
    
    /* 价格区域 */
    .product-wrapper .product-list .product-item .col-lg-3:last-child {
        margin-top: 15px;
        border-left: none !important;
        border-top: 1px solid rgb(227, 227, 227);
        padding-top: 15px;
    }
    
    .product-wrapper .product-list .product-item .price {
        position: relative !important;
        transform: none !important;
        top: auto;
        left: auto;
        text-align: center;
        padding: 10px 0;
    }
    
    .product-wrapper .product-list .product-item .price .pv {
        font-size: 20px;
    }
    
    .product-wrapper .product-list .product-item .price .price-unit {
        font-size: 13px;
    }
}

/* 小屏幕手机优化 */
@media (max-width: 575.98px) {
    .product-wrapper .product-list .product-item .img-fluid {
        min-height: 180px;
    }
    
    .product-wrapper .product-list .product-item .product-item-title-box {
        font-size: 14px;
    }
    
    .product-wrapper .product-list .product-item .product-item-info {
        font-size: 12px;
    }
    
    .product-wrapper .product-list .product-item .product-item-box {
        font-size: 11px;
    }
    
    .product-wrapper .product-list .product-item .product-item-tags .product-item-tags-one {
        font-size: 10px;
        padding: 2px 5px;
    }
    
    .product-wrapper .product-list .product-item .price .pv {
        font-size: 18px;
    }
}

.hxcheckbox-box{

}
.hxcheckbox-box label{
    margin-right: 8px;
}