input[type="checkbox"] {
    accent-color: #741d75; /* 设置复选框的颜色 */
  }

.product-bml-list {
    margin-top: 10px;
}

.tabbox-tr-line:hover {
    background-color: #efe1ee;
}



.category-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.category-list ul {
    list-style: none;
    padding-left: 15px;
    margin: 5px 0;
}

.category-list li {
    margin: 10px 0;
}

.category-list .item-header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.category-list i.toggle-icon {
    font-size: 14px;
    cursor: pointer;
    margin-right: 6px;
    transition: transform 0.2s ease;
}

.category-list li.expanded > .item-header > i.toggle-icon {
    transform: rotate(90deg);
}

.category-list li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

    .category-list li a:hover {
        color: #741d75;
    }

.category-list ul.sub {
    display: none;
}

.category-list li.expanded > ul.sub {
    display: block;
}

.tabbox-bmbtn.disabled {
    background-color: #ccc !important;
    color: #999 !important;
    pointer-events: none;
}

.quote-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.quote-mask {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
}

.quote-dialog {
    background-color: #fff;
    width: 600px;
    max-width: 95%;
    margin: 5% auto;
    position: relative;
    z-index: 10000;
    border-radius: 10px;
    overflow: hidden;
    animation: fadeIn 0.3s ease;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}

.quote-header {
    padding: 16px;
    background-color: #f7f7f7;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quote-body {
    padding: 20px;
    max-height: 75vh;
    overflow-y: auto;
}

.layui-form-label {
    font-size: 12px;
    text-align: left;
    padding: 9px 0px;
    width: 110px;
}

.product-top{
    border-bottom: 1px solid #dddddd;
    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;
}

.product-celri {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    word-break: break-word;
}
.product-analysis {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    word-break: break-word;
}

.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 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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-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-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;
    }

}