
.chanpinjuzhong{
    display: flex;
    justify-content: center;
}
.loadMoreBtn{
    background: white;
    border: 1px solid #c3c1bb;
    border-radius:2px;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #575757;
}

.listing-style1 {
    border: 1px solid #E9E9E9;
}
.listing-style-class {
    border: 1px solid #E9E9E9;
    padding: 6%;
}
.shop-img-css {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    max-width: 100%;
}


.pending-style{
    padding: 3px 10px;
}
/* 手机端样式 */
@media (max-width: 767.98px) {
    .shop-img-css img{
        width: 100%;
        /*height: 228px;*/
        height: 100%;
    }

    .modal-content {
        background-color: #fefefe;
        margin: 10% auto;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        max-width: 80%;
    }

}

/* 电脑端样式 */
@media (min-width: 768px) {
    .shop-img-css img{
        width: 100%;
        height:auto;
       /*height: 228px;*/
    }
    .product-pc-and-phone-detail-height{
        height:17rem
    }
    .modal-content {
        background-color: #fefefe;
        margin: 10% auto;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        max-width: 30%;
    }
}


     /* 模态框样式 */
 .modal {
     display: none;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0, 0, 0, 0.6);
 }

.motai_a{
    width: 100%;

    margin-top: 10%;
    margin-bottom: 10%;
}
.motai_a label{
    margin: 2%;
    border: 1px solid white;
    padding: 2%;
    line-height: 30px;
    font-size: 20px;
}
.motai_a label input{
    width: 17px;
    height: 17px;
}


.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #f44336;
    text-decoration: none;
}

/* 多选框样式 */
input[type="checkbox"] {
    margin-right: 5px;
}



     /* 手机端样式 */
@media (max-width: 767.98px) {

    .listings_category_nav_list_menu ul{
        width: 100%;
        height: 55px;

    }
    .widget-wrapper .custom_checkbox{
        line-height: 40px;
        height: 40px;
    }
    .product_shouchang_pcandphone_weizhi{
        /*top: auto !important;*/
        /*bottom: 13.6rem !important;*/
        top: 4rem !important;
    }

    .listing-style1 .listing-fav{
        -webkit-box-shadow:none
    }
}

/* 电脑端样式 */
@media (min-width: 768px) {
    .listings_category_nav_list_menu ul{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .product_shouchang_pcandphone_weizhi{
        top: auto !important;
        bottom: 16.5rem !important;
    }

}

 .fixed-box {
     position: fixed;
     top: 47%;
     right: 3%;
     transform: translateY(-50%);
     width: 80px;
     height: 50px;
     border-radius: 20px;
     z-index: 1001;
     display: none;
 }

.compare-link {
    display: block;
    width: 100%;
    background-color: #e60012;
    color: white;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 5px;
    height: 40px;

}

.badge {
    position: absolute;
    top: -10px;
    background-color: #000000;
    color: white;
    padding: 3px 5px;
    border-radius: 50px;
}
.fixed-box a:hover{
    color: #d3cbcb;
}

.product-menu-a span{
    font-size: 12px;
    font-weight: 200;
}


.shouchang_botton_text_num{
    position: absolute;
    bottom: -18px;
    left: 8px;
    font-size: 10px;
}