
.title-two{
    font-size:18px;
    color: #757474;
}
img {
    max-width: 100%;
}
.subclass-b span{
    display: inline-block;
    margin-top: 5px; /* 设置上边距 */
}
.shubiao{

    padding: 5px 16px;
    border-radius: 5px;
    color: #6c757d;
    border: 1px solid #575757;

}

.shop-single .nav-link.active{
    box-shadow: 0px 6px 15px rgb(199 199 199);
    padding: 1px;
    border: 2px solid #E9E9E9;
    border-radius: 8px;

}
.contents img{max-width: 100%;max-height: 80%;}

@media (max-width: 767.98px)  {
    .wa{
        height: 200px;
    }

    .shop-single-content{

        border: 1px solid #E9E9E9;
        border-top: none;
        padding: 10px;
    }

    .shop-single-tu{
        border: 1px solid #E9E9E9;
        border-bottom: none;

    }
}

/* 电脑端样式 */
@media (min-width: 768px) {
    .wa{
        height: 370px;
    }

    .shop-single-content{
        border: 1px solid #E9E9E9;
        /*box-shadow: 0px 6px 15px rgb(199 199 199);*/
        padding:  30px;

    }

}

.ud-btn-sj{
    border: 1px #a1a1a1bd solid;
    padding: 2px 5px 2px 12px;
    font-weight: 300;
    border-radius: 3px;
    font-size: 14px;
}

.pro-details-album .case-album-small .img>img {
    position: static;
    width: 100%;
    height: auto;
}
.ccc:hover{
    box-shadow: 0px 6px 16px rgb(199 199 199);
    border: 1px solid #565656;
}

.chengmanimg{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.chanpinjuzhong{
    display: flex;
    justify-content: center;
}

 /*.fixed-box3 {*/
 /*    position: fixed;*/
 /*    top: 43%;*/
 /*    right: 10%;*/
 /*    transform: translateY(-50%);*/
 /*    width: 80px;*/
 /*    height: 50px;*/
 /*    border-radius: 20px;*/
 /*    z-index: 1001;*/
 /*    display: none;*/
 /*}*/

.ssss {
    position: fixed;
    right: 0;
    top: 38%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    color: #fff;
    z-index: 10031;
}
.fixed-box {
    right: 7px;
    display: none;
    margin-top: 15px;
}
.compare-link {
    display: block;
    background-color: #e60012;
    color: #eeeeee;
    text-align: center;
    line-height: 12px;
    text-decoration: none;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    font-size: 12px;
    margin-left: 25px;
    font-weight: 400;
    padding-top: 6px;

}

.badge {
    position: absolute;
    top: 10px;
    background-color: #000000;
    color: #eeeeee;
    padding: 3px 5px;
    border-radius: 50px;
}
.fixed-box a:hover{
    color: #ffffff;
}

/* 电脑端样式 */
@media (min-width: 768px) {

    .fixed-box {
        position: fixed;
        top: 54%;
        left: 20rem;
        transform: translateY(-50%);
        width: 80px;
        height: 50px;
        border-radius: 20px;
        z-index: 1001;
        display: none;
    }

}


@media (max-width: 767.98px)  {
    .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: 100%;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 1003;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 10rem;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.6);
    }
}
@media (min-width: 767.98px)  {
    .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: 1003;
        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%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
}
.motai_a label{
    margin: 2%;
    border: 1px solid white;
    padding: 2%;
    line-height: 30px;
    font-size: 16px;
}
.motai_a label input{
    width: 15px;
    height: 15px;
    margin: 3px;
}


.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)  {

    .mobile_product_data {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .mobile_product_data .box {
        width:80px;
        height: 80px;
        background-color: #f5f5f5;
        position: relative;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile_product_data .box:last-child{

        margin-right:10px;
    }
    .mobile_product_data .box:first-child {
        margin-left: 10px;
    }

    .mobile_product_data .box a {
        text-decoration: none;
        color:inherit;
    }
    .mobile_product_data .texts {
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        bottom: -16px;
        left: 27px;
        line-height: 17px;
    }
    .mobile_product_data .du {
        font-size: 12px;
        font-weight: 300;
    }
    .mobile_product_data .okgouxuan {
        font-size: 18px;
        position: absolute;
        bottom: -34px;
        left: 30px;
        line-height: 17px;
    }

}
@media (min-width: 767.98px)  {
    .mobile_product_data {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .mobile_product_data .box {
        width:80px;
        height: 80px;
        background-color: #f5f5f5;
        position: relative;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 100px;
    }
    .mobile_product_data .box:last-child{

        margin-right:10px;
    }
    .mobile_product_data .box:first-child {
        margin-left: 10px;
    }

    .mobile_product_data .box a {
        text-decoration: none;
        color:inherit;
    }
    .mobile_product_data .texts {
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        bottom: -16px;
        left: 27px;
        line-height: 17px;
    }
    .mobile_product_data .du {
        font-size: 12px;
        font-weight: 300;
    }
    .mobile_product_data .okgouxuan {
        font-size: 18px;
        position: absolute;
        bottom: -34px;
        left: 30px;
        line-height: 17px;
    }

}

.contents p{
    color: unset;
    line-height: unset;
    font-weight: unset;
}
.contents table p{
    margin: unset;
}
.contents table td{
    border: 1px solid #a4a4a4 !important;
}
body{
    color:unset;
}
.yuan_zc_gn{
    color: var(--body-text-color);
}

/*产品详情页点赞收藏*/
@media (max-width: 767.98px)  {
    .product-pcandphone_shouchang_aixin{
        position: absolute;
    }
    .shouchang_botton_text_num{
        position: absolute;
        bottom: -12px;
        left: 3px;
        font-size: 10px;
    }
}
@media (min-width: 767.98px)  {
    .product-pcandphone_shouchang_aixin{
        position: relative;
    }
    .shouchang_botton_text_num{
        position: absolute;
        bottom: -18px;
        left: 3px;
        font-size: 10px;
    }

}

/*轮播图*/
.case-album-small .img:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.50);
    z-index: 2;
    opacity: 1;
    cursor: pointer;
    transition: all 0.5s;
}
.case-album-small .swiper-slide-thumb-active .img:after{
    opacity: 0;
}


