.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: 50%;
    transform: translate(-50%, -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;
}