/* .productv-top{} */

.productv-tpbox {
    display: flex;
    justify-content: space-between;
}

.prod-tpbx-le {
    width: 16%;
}

.prod-tpbx-limg {
    width: 100%;
    height: 200px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 200px;
}

.prod-tpbx-limg img {
    width: 90%;
    height: 90%;
}

.prod-tpbx-lphot {
    font-size: 16px;
    color: #741d75;
    font-weight: 600;
    padding: 10px 0 0;
}

.prod-tpbx-lphot span {
    color: #333333;
    font-weight: 500;
}

.prod-tpbx-litm {
    margin-top: 20px;
}

.prod-tpbx-litm h3 {
    font-size: 18px;
    font-weight: 600;
}

.prod-tpbx-litm p {
    font-size: 16px;
    color: #741d75;
    margin-top: 20px;
}

.prod-tpbx-litm p img {
    width: 20px;
    height: 20px;
}





.prod-tpbx-ri {
    width: 81%;
}

.prod-tpbx-rshare {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-tpbx-rshare h5 {
    font-size: 18px;
    color: #741d75;
    font-weight: 600;
}

    .prod-tpbx-rshare a {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #741d75;
    }

.prod-tpbx-rshare a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.prod-tpbx-rtit {
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
}

.prod-tpbx-rtxt {
    font-size: 16px;
    margin-top: 5px;
}

.prod-tpbx-rsyn {
    font-size: 18px;
    margin-top: 20px;
}

.prod-tpbx-rsyn span {
    font-weight: 600;
}


.tabbox-sign {
    text-align: center;
    font-size: 16px;
    background-color: #efe1ee;
    padding: 8px 0;
    margin-top: 20px;
}

.tabbox-sign a {
    color: #741d75;
    font-weight: 600;
}





.product-bmrfilt {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.bmrfilt-le {
    font-size: 18px;
    font-weight: 600;
}

.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;
}




.prod-tpbx-rtab {}

.prod-tpbx-rtab .layui-table tbody tr:hover {
    background-color: #efe1ee;
}

.prod-tpbx-rtab .layui-table thead tr {
    background-color: #ffffff;
}

.prod-tpbx-rtab .layui-table th {
    font-weight: 600;
    color: #222222;
}

.prod-tpbx-rtab .layui-table[lay-skin=line] {
    border-width: 0px;
}

.prod-tpbx-rtab .layui-table td {
    font-size: 16px;
    color: #222222;
}

.prod-tpbx-rtab .layui-table td>i {
    color: #f6b12a;
    font-size: 16px;
}


.plussub {
    width:70%;
    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: 65%;
    text-align: center;
}





.prod-tpbx-rbtm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-tpbx-rbtm a {
    width: 250px;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

    .prod-tpbx-rbtm a:nth-child(1) {
        color: #741d75;
        border: 1px solid #741d75;
    }

.prod-tpbx-rbtm a:nth-child(2) {
    color: #ffffff;
    background-color: #741d75;
}



.productv-sel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    margin-top: 20px;
}
.productv-slitm{
    font-size: 20px;
    cursor: pointer;
}
.slitmsw{
    color: #741d75;
}




.productv-item{
    padding: 30px 0;
    border-top: 1px solid #dddddd;
}

.productv-itmtit{
    font-size: 24px;
    font-weight: 600;
    color: #741d75;
}
.productv-itmtab{
    margin-top: 20px;
}
.productv-itmtab .layui-table td{
    font-size: 16px;
    padding: 15px;
}
.productv-itmtab .layui-table td:nth-child(1){
    background-color: #f8f3f8;
    font-weight: 600;
    color: #222222;
}
    .productv-itmtab .layui-table td p {
        color: #741d75;
    }





.productv-itmappl h3{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}
.productv-itmappl p{
    margin-top: 15px;
    font-size: 16px;
}





.productv-itmul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.productv-itmul li{
    width: 25%;
    margin-top: 25px;
}
.productv-itmul li h2{
    font-size: 18px;
    font-weight: 600;
}
.itmul-img{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.itmul-img img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.productv-itmul li h6{
    margin-top: 5px;
    font-size: 16px;
    color: #741d75;
    font-weight: 600;
}
.productv-itmul li p{
    margin-top: 5px;
    font-size: 16px;
}
.productv-itmul li a{
    font-size: 16px;
    color: #741d75;
    font-weight: 600;
    margin-top: 5px;
}




.productv-itmswip{
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.related-cnt{
    display: flex;
}
.related-ctimg{
    width: 90px;
    height: 90px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.related-ctimg img{
    width: 100%;
    height: 100%;
}
.related-ctxt {
    margin-left: 15px;
    font-size: 18px;
    width: 65%;
}
.related-ctxt h6{
    color: #741d75;
    margin-bottom: 5px;
    font-weight: 600;
}
.related-btn{
    margin: 25px 0;
}
.related-btn a{
    width: 100%;
    font-size: 16px;
    color: #741d75;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #741d75;
    border-radius: 5px;
}

.productv-itmswip .swiper-pagination-bullet-active {
    background: #741d75;
}




.productv-itmrefe {
    line-height: 30px;
    margin-top: 15px;
}
.itmrefe-itm{
    padding:3px 0;
}
    .itmrefe-itm h6 {
        font-size: 16px;
        margin: 10px 0;
        font-weight: 600;
/*        color: #741d75;*/
    }
        .itmrefe-itm h6 a {
            color: #741d75;
        }
        .itmrefe-itm h5 {
            font-size: 16px;
            font-weight: 600;
            margin-top: 5px;
        }
.itmrefe-itm span{
    font-size: 16px;
}
.itmrefe-itm p{
    font-size: 16px;
    margin-top: 10px;
}


@media only screen and (max-width: 1400px) {

    .othertitle {
        font-size: 16px;
    }

    .prod-tpbx-le {
        width: 19%;
    }
    .prod-tpbx-limg {
        width: 100%;
        height: 190px;
        line-height: 190px;
    }
    .prod-tpbx-lphot {
        font-size: 14px;
        padding: 5px 0 0;
    }

    .prod-tpbx-litm {
        margin-top: 15px;
    }
    .prod-tpbx-litm h3 {
        font-size: 16px;
    }
    .prod-tpbx-litm p {
        font-size: 14px;
        margin-top: 5px;
    }
    .prod-tpbx-litm p img {
        width: 15px;
        height: 15px;
    }



    .prod-tpbx-ri {
        width: 78%;
    }

    .prod-tpbx-rshare h5 {
        font-size: 16px;
    }
    .prod-tpbx-rshare a {
        font-size: 14px;
    }
    .prod-tpbx-rshare a img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .prod-tpbx-rtit {
        font-size: 24px;
        margin-top: 5px;
    }
    .prod-tpbx-rtxt {
        font-size: 14px;
        margin-top: 5px;
    }
    .prod-tpbx-rsyn {
        font-size: 16px;
        margin-top: 15px;
    }
    .tabbox-sign {
        font-size: 14px;
        padding: 5px 0;
        margin-top: 15px;
    }

    .product-bmrfilt {
        margin-top: 10px;
    }
    .bmrfilt-le {
        font-size: 16px;
    }
    .bmrfilt-ri p {
        font-size: 14px;
    }
    .bmrfilt-rbtn {
        width: 60px;
        height: 30px;
        margin-left: 5px;
    }
    .bmrfilt-rbtn>div img {
        width: 15px;
        height: 15px;
    }


   .prod-tpbx-rtab .layui-table th {
        padding: 5px 10px;
        font-size: 12px;
    }
    .prod-tpbx-rtab .layui-table td{
        padding: 5px 10px;
        font-size: 14px;
    }

    .prod-tpbx-rbtm a {
        width: 200px;
        padding: 8px 0;
        font-size: 14px;
    }


    .productv-sel {
        padding: 20px 0;
        margin-top: 15px;
    }
    .productv-slitm {
        font-size: 18px;
    }


    .productv-item {
        padding: 20px 0;
    }
    .productv-itmtit {
        font-size: 20px;
    }

    .productv-itmtab {
        margin-top: 10px;
    }


    .productv-itmtab .layui-table td {
        font-size: 14px;
        padding: 10px;
    }



    .productv-itmappl h3 {
        margin-top: 20px;
        font-size: 16px;
    }
    .productv-itmappl p {
        margin-top: 10px;
        font-size: 14px;
    }


    .productv-itmul li {
        margin-top: 15px;
    }
    .productv-itmul li h2 {
        font-size: 16px;
    }
    .itmul-img img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    .productv-itmul li h6 {
        margin-top: 5px;
        font-size: 14px;
    }
    .productv-itmul li p {
        margin-top: 5px;
        font-size: 14px;
    }
    .productv-itmul li a {
        font-size: 14px;
        margin-top: 5px;
    }



    .productv-itmswip {
        padding: 20px 0;
    }
    .related-ctxt {
        margin-left: 10px;
        font-size: 16px;
    }
    .related-ctimg {
        width: 80px;
        height: 80px;
    }
    .related-btn {
        margin: 20px 0;
    }
    .related-btn a {
        width: 100%;
        font-size: 14px;
        padding: 8px 0;
    }


    .productv-itmrefe {
        margin-top: 10px;
    }
    .itmrefe-itm {
        padding: 5px 0;
    }
    .itmrefe-itm h6 {
        font-size: 14px;
    }
    .itmrefe-itm h5 {
        font-size: 14px;
        margin-top: 5px;
    }
    .itmrefe-itm span {
        font-size: 14px;
    }
    .itmrefe-itm p {
        font-size: 14px;
        margin-top: 8px;
    }


}

@media only screen and (max-width:769px) {
    .productv-top{
        padding: 0 .1rem;
    }
    .productv-tpbox{
        flex-direction: column;
    }
    .prod-tpbx-le {
        width: 100%;
    }
    .prod-tpbx-limg img {
        width: 160px;
        height: 160px;
    }



    .prod-tpbx-ri {
        width: 100%;
    }
    .prod-tpbx-rtab {
        overflow-x: auto;
    }
    .prod-tpbx-rtab table{
        width: 14rem;
    }


    .productv-sel{
        overflow-x: auto;
    }
    .productv-slitm {
        font-size: 16px;
        white-space: nowrap;
        margin-right: .2rem;
    }


    .prod-tpbx-rbtm a {
        width: 160px;
        padding: .1rem 0;
        font-size: 14px;
    }


    .productv-sel {
        padding: .2rem .1rem;
        margin-top: .15rem;
    }

    

    .productv-item {
        padding: .2rem .1rem;
    }
    .productv-itmtit {
        font-size:18px;
    }
    .productv-itmul li {
        width: 49%;
        margin-top: .15rem;
    }

   


}