img{width: 100%;}
.productinfomodle {
    margin: 60px 0;
}
.productinfomodle  .productinfomain{
    display: flex;
    justify-content: space-between;
}
.productinfomodle  .left{
    width: 27%;
}
.productinfomodle  .right{
    width: 70%;
}
.productinfomodle  .left>.title{
    background-color: #000;
    text-align: center;
    width: 100%;
}
.productinfomodle  .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productinfomodle  .left>ul{
    width: 100%;
}
.productinfomodle  .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productinfomodle  .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.cprev:after,.cnext:after{
    content: '';
}
.productinfomodle  .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}


.productinfomodle .content .right{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.productinfomodle .content .right>span:nth-child(1){
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.productinfomodle .content .right>button{
    width: 40%;
    padding: 10px 0;
    border: 0;
    color: white;
    background-color: #000;
    margin-top: 10px;
}
.productinfomodle .content .right>button:hover{
    background-color: white;
    border: 2px solid #000;
    color: #000;
    transition: 0.6s;
}

.productinfomodle .news{
    margin-top: 50px;
    border: 0;
}
.productinfomodle .news .bt{
    display: flex;
    padding: 0;
}
.productinfomodle .news .bt>button{
    border: 1px solid #000;
    color: #000;
    background-color: white;
    font-size: 16px;
    padding: 10px;
    margin-right: 20px;
}
.productinfomodle .news .bt>button.active{
    border: 0;
    color: white;
    background-color: #000;
}  
.productinfomodle .news .txt{
    padding: 20px 0;
}
.productinfomodle .news .txt>h3{
    padding: 10px 0;
}
.productinfomodle .tit{
    background-color: #000;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
}
.productinfomodle .inp .inpmain>ul>li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.productinfomodle .inp .inpmain>ul>li>div{
    width: 48%; 
}
.productinfomodle .inp .inpmain>ul>li>div>input{
    width: 100%;
    padding: 10px 5px;
    border-radius: 6px;
    border: 0;
    background-color: #f6f7fa;
    margin-top: 3px;
}
.productinfomodle .inp .inpmain .textarea{
    width: 100%;
}
.productinfomodle .inp .inpmain .textarea>textarea{
    width: 100%;
    background-color: #f6f7fa;
    border: 0;
    border-radius: 6px;
}
.productinfomodle .inp .inpmain>button{
    padding: 15px 25px;
    background-color: #000;
    color: white;
    border-radius: 8px;
    border: 0;
    margin-top: 10px;
}
.productinfomodle .show{
    margin-top: 50px;
    text-align: center;
}
.productinfomodle .show .tit{
    margin: 30px 0;
}

.productinfomodle .down .img{
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}
.productinfomodle .down .up{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    display: none;
}
.productinfomodle .down .up>i{
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.productinfomodle .down:hover .up{
    display: block;
    transition: 0.6s;
}
.productinfomodle .down:hover .img>img{
    transform: scale(1.1);
    transition: 0.6s;
}
.productinfomodle .down:hover>span>a{
    color: #000;
}
.swiper-pagination{
    position: relative;
    bottom: 0;
    font-size: 30px;    
}
.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #000;
}
.productinfomodle .show .ss{
    display: none;
}
.productinfomodle .content .swiper-container img{
    /*width: 80px;*/
    /*height: 40px;*/
    border: 1px solid black;
}
.productinfomodle .content .swiper-container img:active{
    border: 2px solid #0d3de5;
}
.productinfomodle .content .swiper-container img:hover{
    border: 2px solid #0d3de5;
}
.productinfomodle .content .swiper-container img:focus{
    border: 2px solid #0d3de5;
}

.content .swiper-container{
    width: 80%;
    margin: auto;
}
.productinfomodle .s{
    width: 100%;
    overflow: hidden;
}
.b{
    margin-top: 20px;
}
.b .swiper-slide{
    /* width: 80px !important; */
    /*height: 50px;*/
}
.b img{
    /*width: 80px;*/
    /*height: 100%;*/
}
.b>.swiper-wrapper>.swiper-slide.active>a>img{
    border: 2px solid black;
}

.productinfomain .content .left{
    position: relative;
}
/*.productinfomain .content .left .cprev{*/
/*    position: absolute;*/
/*    top: 94%;*/
/*    height: 25px;*/
/*    background-position: 10px;*/
/*}*/
/*.productinfomain .content .left .cnext{*/
/*    position: absolute;*/
/*    top: 94%;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background-position: -10px;*/
/*}*/
.div-not-click {
    pointer-events: none;
    opacity: 0.5;
    /* transform: scale(); */
}
.bg>img{
    position: relative; 
    width: 100%;
}

.productinfomain .content{
    position: relative;
}
.thumbnail{
    width: 400px;
    height: 300px;
    position: relative;
}
.original{
    position: absolute;
    top: 0;
    left: 100%;
    width: 600px;
    height: 300px;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}
.original>img{
    width: 1200px;
    height: 600px;
    position: absolute;
    object-fit: cover;
}
.magnifier{
    width: 50px;
    height: 50px;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/* #productlist>li>a.active{
    color: #0d3de5;
} */
#productlist>li>a:hover{
    color: #0d3de5;

}
.show .s .img>img{border-radius: 15px;}

.productinfomain .left>ul>li>ul>li:hover>a{
    color: #0d3de5;
}
