﻿
.product-cell{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}


.product-celimg{
    width: 30%;
}

.product-celimg img{
    width: 100%;
    height: auto;
}


.product-celri{
    width: 67%;
    font-size: 16px;
}
.product-celri p{
    font-size: 16px;
}
.product-celri p span{
    font-size: 16px !important;
}
.product-celri a{
    width: 160px;
    text-align: center;
    border-radius: 5px;
    background-color: #741d75;
    padding: 10px 0;
    color: #ffffff;
    font-size: 14px;
    margin-top: 40px;
}


.category-cnt{
    background-color: #F8F8FC;
    padding: 40px 0;
}
.category-ctit{
    font-size: 18px;
    font-weight: 600;
}

.category-csel{
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    /* margin-top: 20px; */
    padding: 20px 0 10px;
}
.category-csel a{
    padding: 8px 16px;
    border-radius: 50px;
    border:1px solid rgba(0, 0, 0, 0.23);
    background-color: #ffffff;
    margin-right: 10px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
}
.category-csel a:hover{
    border:1px solid #741d75;
    color: #741d75;
    background-color: #f8f3f8;

}




.product-analysis{
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

.analysis-ul{
    padding:30px 0;
    display: flex;
    justify-content: space-between;
}
.analysis-ul>li:nth-child(1){
	width: 30%;
}
.analysis-ul>li:nth-child(2){
    width: 67%;
}
.analysis-ul li img{
    width: 100%;
    height: auto;
}
.analysis-ul li h3{
    font-size: 20px;
    font-weight: 600;
}
.analysis-ul li p{
    margin-top: 10px;
    font-size: 16px;
}
.analysis-ul li h5{
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}


.analysis-ul > li > ul > li{
font-size: 16px;
padding-left: 20px;
position: relative;
}

.product-celri>ul > li{
position: relative;
padding-left: 20px;
position: relative;
}

.analysis-ul > li > ul > li::before , .product-celri>ul > li::before{
			content: "";
			width: 8px;
			height: 8px;
			position: absolute;
			left: 0;
			top: 10px;
			background-color: #845dbd;
			border-radius: 50%;
		}
		


.analysis-ua{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.analysis-ua a{
    width: 50%;
    font-size: 16px;
    color: #741d75;
    font-weight: 600;
    margin-top: 5px;
}

.analysis-ubtn{
    margin-top: 30px;
}
.analysis-ubtn a{
    font-size: 16px;
    color: #741d75;
    font-weight: 600;
}




/* ----------------------------------------------------- */


input[type="checkbox"] {
    accent-color: #741d75; /* 设置复选框的颜色 */
  }

.product-top{
    padding-bottom:30px;
}
.product-tptit{
    font-size: 30px;
    font-weight: 600;
}
.product-tptxt{
    font-size: 18px;
    margin-top: 15px;
}


.product-btm{
    padding: 30px 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-bmle{
    width: 22%;
}
.product-bmlpro{
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.product-bmlpro h3{
    font-size: 24px;
    font-weight: 600;
}

.bmlpro-clear{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
}
.bmlpro-clear h4{
    font-weight: 600;
}
.bmlpro-clear a{
    color: #741d75;
}

.bmlpro-txt{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.bmlpro-txt p{
    font-size: 16px;
    color: #741d75;
    background-color: #f8f3f8;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}



.product-bml-list{
    overflow: hidden;
}

.bml-list-item{
    margin-top: 15px;
}
.list-itmb{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom:1px solid #d9d9d9;
    cursor: pointer;
}
.list-itmb h5{
    font-size: 18px;
    font-weight: 600;
}
.list-itmb i{
    font-weight: 600;
    color: #741d75;
}
.itmshw i{
    transform: rotate(180deg);
}
.itmshw .list-itmd{
    display: block !important;
}

.list-itmd{
    padding: 10px 0;
    display: none;
}
.list-itmd-inpt{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.list-itmd-inpt input{
    width: 18px;
    height: 18px;
}
.list-itmd-inpt p{
    font-size: 16px;
    margin-left: 10px;
    flex: 1;
}

.list-itmd-btn{
    font-size: 16px;
    color: #741d75;
    margin-top: 10px;
    cursor: pointer;
}
.list-itmd-btn i{
    font-size: 12px;
    font-weight: 600;
}





.product-bmri{
    width: 76%;
}

.product-bmrfilt{
    display: flex;
    justify-content: space-between;
}

.bmrfilt-le{
    width: 60%;
    display: flex;
    align-items: center;
}
.bmrfilt-lsearch{
    width: 60%;
    padding: 8px 10px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bmrfilt-lsearch input{
    font-size: 16px;
    flex: 1;
}
.bmrfilt-lsearch img{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.bmrfilt-le .layui-col-space16>* {
    padding:0 0 0 10px;
}
.bmrfilt-le .layui-col-md6 {
    width: 100%;
}
.bmrfilt-le .layui-col-space16 {
    margin: 0px;
}
.bmrfilt-le .layui-input,.bmrfilt-le .layui-select,.bmrfilt-le .layui-textarea{
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}
.bmrfilt-le .layui-form-select dl dd.layui-this{
    background-color: #741d75;
}


.bmrfilt-ri{
    display: flex;
    align-items: center;
}
.bmrfilt-ri p{
    font-size: 16px;
}

.bmrfilt-rbtn{
    width: 70px;
    height: 35px;
    margin-left: 10px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}
.abtnsw{
    background-color: #741d75;
}

.bmrfilt-rbtn >div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.bmrfilt-rbtn > div:nth-child(2){
    border-left: 1px solid #bbbbbb;
}
.bmrfilt-rbtn >div img{
    width: 20px;
    height: 20px;
}
.imagea{
    display: none;
}
.imageb{
    display: block;
}
.abtnsw .imagea {
    display: block !important;
}
.abtnsw .imageb {
    display: none !important;
}


.product-bmrtxt{
    font-size: 16px;
    margin-top: 15px;
}




/* 列表布局 */

.product-bmrtab{
    margin-top: 25px;

}
.product-bmrtab .layui-table thead tr , .layui-table tbody tr:hover{
    background-color: #ffffff;
}
.product-bmrtab > .layui-table > thead tr th{
    font-weight: 600;
    color: #333333;
}
.product-bmrtab > .layui-table > thead > tr th:last-child{
    text-align: right;
}

.product-bmrtab tbody tr > td > input{
    width: 20px;
    height: 20px;
}
.product-bmrtab tbody tr  td{
    font-size: 16px;
    color: #333333;
}
.product-bmrtab tbody tr > td > span{
    color: #741d75;
}

.product-bmrtab tbody tr > td > a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #741d75;
}
.product-bmrtab tbody tr > td > a i{
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}


.child-tab{
    background-color: #f8f3f8 !important;
    display: none;
}
.child-tabbox{

}
.tabbox-sign{
    text-align: center;
    font-size: 16px;
    background-color: #efe1ee;
    padding: 8px 0;
}
.tabbox-sign a{
    color: #741d75;
    font-weight: 600;
}

.tabbox-tr{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}
.thtit{
    font-size: 14px !important;
    font-weight: 600;
}
.tabbox-th{
    padding-right: 10px;
    font-size: 16px;
}
.tabbox-th:nth-child(1){
    width: 13%;
}   
.tabbox-th:nth-child(2){
    width: 17%;
}
.tabbox-th:nth-child(3){
    width: 40%;
}
.tabbox-th:nth-child(4){
    width: 14%;
}
.tabbox-th:nth-child(5){
    width: 16%;
}


.detal-cnt{
    display: flex;
    align-items: center;
}
.detal-cnt i{
    color: #f7a703;
    font-size: 16px;
}
.detal-cnt span{
    padding: 0 5px;
}
.detal-cnt p{
    color: #741d75;
    font-weight: 600;
}

.tabbox-tnum{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabbox-tnum img{
   width: 20px;
   height: 20px;
}

.tabbox-tdel{
    font-size: 14px;
    text-decoration: line-through;
}
.tabbox-tman{
    font-size: 16px;
}

.tabbox-btm{
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.tabbox-bmbtn{
    width: 140px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #741d75;
    padding: 15px 0;
    border-radius: 5px;
    font-weight: 600;
}
.tabbox-bmbtn:hover{
    color: #ffffff;
}


.plussub{
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 5px;
}

.plussub span{
	padding: 0 5px;
    color: #741d75;
    font-size: 16px;
    cursor: pointer;
}

.plussub .yzquantity1{
	width: 50px;
	text-align: center;
}





/* 田字格布局 */
.product-cnt{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-cnt li{
    width: 31%;
    padding: 15px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 11px;
}
.product-cnt li input{
    width: 15px;
    height: 15px;
}
.product-cimg{
    text-align: center;
}
.product-cimg img{
    width: auto;
    height: auto;
    max-height: 150px;
}

.product-ctxt span{
    font-size: 14px;
    color: #741d75;
}
.product-ctxt h4{
    font-size: 18px;
    margin-top: 5px;
}
.product-ctxt p{
    font-size: 16px;
    margin-top: 10px;
}
.product-cbtn{
    margin-top: 40px;
}
.product-cbtn a{
    width: 100%;
    font-size: 16px;
    color: #741d75;
    text-align: center;
    border: 1px solid #741d75;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: 600;
}






.product-bmrpag{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.product-bmrpag p{
    font-size: 16px;
}



/* 弹出层 */
.pupop-fixed{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0,0.4);
    display: none;
}

.product-pop{
    width: 930px;
    height: 460px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}
.product-ple{
    width: 67%;
    display: flex;
    padding: 20px;
}

.product-plimg{
    width: 90px;
    height: 90px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.product-plimg img{
    width: 100%;
    height: 100%;
}
.product-plcnt{
    padding: 0 20px;
    flex: 1;
}

.plcnt-txt{
    padding-bottom: 20px;
}
.plcnt-txt h4{
    font-size: 22px;
    color: #741d75;
    font-weight: 600;
}
.plcnt-txt h3{
    font-size: 22px;
    font-weight: 600;
    margin-top: 5px;
}
.plcnt-txt p{
    font-size: 16px;
    margin-top: 5px;
}

.plcnt-tit{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.plcnt-ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.selshw{
    background-color: #f8f3f8;
    border: 1px solid #741d75 !important;
}
.plcnt-ul li{
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dddddd;
    cursor: pointer;
}
.plcnt-ul li h4{
    font-size: 18px;
    color: #741d75;
    font-weight: 600;
}
.plcnt-ul li p{
    font-size: 14px;
}


.product-pri{
    width: 33%;
    padding: 20px;
    background-color: #f8f3f8;
}
.product-prtit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-prtit h2{
    font-size: 24px;
    font-weight: 600;
}
.product-prtit i{
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.product-prcn{
    font-size: 20px;
    font-weight: 600;
    color: #741d75;
    margin-top: 5px;
}

.product-prdet{
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    display: flex;
}

.product-prdet i{
    font-size: 16px;
    color: #76ad28;
    margin-top:2px;
}
.product-prdet p{
    font-size: 16px;
    margin-left: 5px;
}

.product-prdet p a{
    font-weight: 600;
    color: #741d75;
}

.product-prnum{
    margin-top: 20px;
}
.product-prnum .plussub .yzquantity1{
    width: 85%;
}

.product-prbtn a{
    width: 100%;
    background-color: #741d75;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
}

.product-pra a{
    width: 100%;
    font-size: 16px;
    color: #741d75;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}



@media only screen and (max-width: 1400px) {

    .product-cell{
        margin-top: 15px;
    }
    
    
    .product-celimg{
        width: 30%;
    }
    
    .product-celri{
        width: 67%;
        font-size: 14px;
    }
    .product-celri p{
        font-size: 14px;
    }
    .product-celri p span{
    font-size: 14px !important;
}
    .product-celri a{
        width: 140px;
        padding: 8px 0;
        font-size: 12px;
        margin-top: 30px;
    }
    
    
    .category-cnt{
        padding: 30px 0;
    }
    .category-ctit{
        font-size: 16px;
    }
    
    .category-csel{
        padding: 15px 0 8px;
    }
    .category-csel a{
        padding: 5px 14px;
        margin-right: 8px;
        font-size: 12px;
    }
  
    
    
    
    
    .product-analysis{
        padding: 25px 0;
    }
    
    .analysis-ul{
        padding:25px 0;
    }
    .analysis-ul li{
/*        width: 48%;*/
    }
   
   .analysis-ul > li > ul > li{
font-size: 14px;
}
   
    .analysis-ul li h3{
        font-size: 18px;
    }
    .analysis-ul li p{
        font-size: 14px;
        margin-top: 8px;
    }
    .analysis-ul li h5{
        font-size: 18px;
        margin-top: 30px;
    }
    
    .analysis-ua{
        margin-top: 15px;
    }
    .analysis-ua a{
        font-size: 14px;
    }
    
    .analysis-ubtn{
        margin-top: 25px;
    }
    .analysis-ubtn a{
        font-size: 14px;
    }
    
    
    
    
    /* ----------------------------------------------------- */









    .product-top {
        padding-bottom: 20px;
    }
    .product-tptit {
        font-size: 22px;
    }
    .product-tptxt {
        font-size: 16px;
        margin-top: 10px;
    }

    .product-btm {
        padding: 20px 0 50px;
    }
    .product-bmlpro {
        padding-bottom: 15px;
    }
    .product-bmlpro h3 {
        font-size: 20px;
        font-weight: 600;
    }
    .bmlpro-clear {
        margin-top: 10px;
        font-size: 14px;
    }

    .bmlpro-txt p {
        font-size: 14px;
        padding: 5px 10px;
        margin: 5px;
    }

    .bml-list-item {
        margin-top: 10px;
    }
    .list-itmb h5 {
        font-size: 16px;
    }
    .list-itmd {
        padding: 5px 0;
    }
    .list-itmd-inpt {
        padding: 5px 0;
    }
    .list-itmd-inpt input {
        width: 15px;
        height: 15px;
    }
    .list-itmd-inpt p {
        font-size: 14px;
        margin-left: 5px;
    }
    .list-itmd-btn {
        font-size: 14px;
        margin-top: 5px;
    }

    .bmrfilt-lsearch input {
        font-size: 14px;
    }
    .bmrfilt-ri p {
        font-size: 14px;
    }

    .product-bmrtxt {
        font-size: 14px;
        margin-top: 10px;
    }
    .product-bmrtab {
        margin-top: 15px;
    }
    .layui-table td, .layui-table th {
        padding: 5px 10px;
        font-size: 12px;
    }

    .product-bmrtab tbody tr td {
        font-size: 14px;
    }
    .product-bmrtab tbody tr > td > a {
        font-size: 14px;
    }



    .tabbox-sign {
        font-size: 14px;
        padding: 5px 0;
    }
    .thtit {
        font-size: 12px !important;
    }
    .tabbox-th {
        padding-right: 5px;
        font-size: 14px;
    }
    .tabbox-tdel {
        font-size: 12px;
    }
    .tabbox-tman {
        font-size: 14px;
    }
    .plussub .yzquantity1 {
        width: 30px;
    }
    .tabbox-bmbtn {
        width: 120px;
        font-size: 14px;
        padding: 10px 0;
    }






    .product-cnt li {
        padding: 10px 15px;
        margin: 8px;
    }
    .product-ctxt span {
        font-size: 12px;
    }
    .product-ctxt h4 {
        font-size: 16px;
        margin-top: 2px;
    }
    .product-ctxt p {
        font-size: 14px;
        margin-top: 6px;
    }
    .product-cbtn {
        margin-top: 30px;
    }
    .product-cbtn a {
        font-size: 14px;
        padding: 6px 0;
    }



    .product-bmrpag {
        margin-top: 15px;
    }
    .product-bmrpag p {
        font-size: 14px;
    }
    .layui-laypage {
        margin: 0px 0;
    }








    .product-pop {
        width: 800px;
        height: 360px;
    }
    .product-ple {
        padding: 15px;
    }
    .product-plimg {
        width: 80px;
        height: 80px;
    }
    .product-plcnt {
        padding: 0 15px;
    }
    .plcnt-txt {
        padding-bottom: 15px;
    }
    .plcnt-txt h4 {
        font-size: 18px;
    }
    .plcnt-txt h3 {
        font-size: 18px;
        margin-top: 5px;
    }
    .plcnt-txt p {
        font-size: 14px;
        margin-top: 5px;
    }
    .tabbox-sign {
        font-size: 12px;
        padding: 5px 0;
    }
    .plcnt-tit {
        font-size: 16px;
        margin-top: 15px;
    }
    .plcnt-ul li {
        padding:8px;
    }
    .plcnt-ul li h4 {
        font-size: 16px;
    }
    .plcnt-ul li p {
        font-size: 12px;
    }


    .product-pri {
        padding: 15px;
    }
    .product-prtit h2 {
        font-size: 20px;
    }
    .product-prtit i {
        font-size: 20px;
    }
    .product-prcn {
        font-size: 16px;
        margin-top: 5px;
    }
    .product-prdet {
        padding: 10px 0;
        margin-top: 10px;
    }
    .product-prdet p {
        font-size: 14px;
    }
    .product-prnum {
        margin-top: 15px;
    }

    .product-prbtn a {
        padding: 10px 0;
        margin-top: 5px;
    }
    .product-pra a {
        font-size: 14px;
        margin-top: 15px;
    }

}



@media only screen and (max-width: 769px) {


    .product-cell{
        margin-top: .15rem;
        flex-direction: column;
    }
    .product-celimg {
        width: 100%;
    }
    .product-celri {
        width: 100%;
        margin-top: .2rem;
    }
    .product-celri a {
        margin-top: .3rem;
    }
    .category-cnt{
        padding: .3rem .1rem;
    }

    .category-csel {
        padding: .15rem 0 .1rem;
    }
    .product-analysis {
        padding: .2rem 0.1rem;
    }
    .analysis-ul{
        padding: .25rem 0;
        flex-direction: column;
    }

    .analysis-ul li{
            width: 100%;
            padding: .1rem 0;
    }



        /* ----------------------------------------------------- */




    .product-top {
        padding:0 .1rem .2rem;
    }
    .product-tptit {
        font-size: 18px;
    }
    .product-tptxt {
        font-size: 14px;
        margin-top: .1rem;
    }

    .product-btm {
        padding: .2rem .1rem .5rem;
        flex-direction: column;
    }
    .product-bmle {
        width: 100%;
    }
    .product-bmlpro {
        padding-bottom: .15rem;
    }
    .product-bmlpro h3 {
        font-size: 16px;
    }
    .bmlpro-clear {
        margin-top: .1rem;
        font-size: 12px;
    }
    .bmlpro-txt p {
        font-size: 12px;
        padding: .05rem .1rem;
        margin: .05rem;
    }


    .bml-list-item {
        margin-top: .1rem;
    }
    .list-itmb h5 {
        font-size: 14px;
    }
    .list-itmd-inpt p {
        font-size: 12px;
    }


    .product-bmri {
        width: 100%;
        margin-top: .2rem;
    }

    .product-bmrfilt{
        flex-direction: column;
    }
    .bmrfilt-le {
        width: 100%;
    }
    .bmrfilt-ri {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: .2rem;
    }
    .bmrfilt-lsearch {
        width: 80%;
    }
    .product-bmrtxt {
        font-size: 12px;
        margin-top: .1rem;
    }

    .product-bmrtab{
        overflow-x: auto;
        margin-top: .1rem;
    }
    .layui-table{
        width: 13rem;
    }
    .product-bmrtab tbody tr > td > input {
        width: 15px;
        height: 15px;
    }





    .product-cnt {
        margin-top: .2rem;
    }

    .product-cnt li {
        width: 46%;
        padding: .1rem .15rem;
        margin: .1rem;
    }

    .product-cbtn {
        margin-top: .3rem;
    }



    .product-bmrpag {
        margin-top: .15rem;
        flex-direction: column;
    }
    .product-bmrpag p {
        font-size: 12px;
        margin-bottom: .2rem;
    }





    .product-pop {
        width: 90%;
        height: auto;
        flex-direction: column;
    }
    .product-ple {
        width: 100%;
        padding: .15rem;
    }
    .product-plcnt {
        padding: 0 .15rem;
    }
    .plcnt-txt {
        padding-bottom: .15rem;
    }
    .plcnt-tit {
        margin-top: .15rem;
    }
    .plcnt-ul {
        margin-top: .1rem;
    }
    .product-pri {
        width: 100%;
        padding: .15rem;
    }

    .plcnt-ul li {
        margin-bottom: .1rem;
        margin-right: .1rem;
    }

}