img{max-width: 100%;}
.productinfomodle {
    margin: 30px 0;
}
.productinfomodle  .productinfomain{
    display: flex;
    justify-content: space-between;
}
.productinfomain>.left{
    display:none;
}
.productinfomainwdqdq>.right{
    width:100%;
}
.productinfomodle>.left{
    width: 28%;
}
.productinfomodle  .right{
    width: 100%;
}
.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;
}
.table_wrap{
    overflow: auto;
}
.table_wrap table {
    width: 100% !important;
    /*border: .0625rem solid #EB5E28;*/
    overflow-x: auto;
    margin-top: 13px;
    flex-direction: column;
}

.table_wrap table tr {
    /*border: .0625rem solid #EB5E28;*/
    background-color: #ffffff;
    width: fit-content;
    padding: 6px 0;
    color: #ffffff;
}
.table_wrap table tr:nth-child(1) td{
    font-weight:800;
}
.table_wrap table tr:nth-child(even) {
    /*background-color: rgba(0, 0, 0, .8);*/
    /*color: #ffffff !important;*/
}

.table_wrap table tr td {
    border: 1px solid #000000;
    padding: 12px;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.table_wrap table tr:nth-child(even) td {
    color: #333333 !important;
}
.fl-rich-text p{
    /*padding:10px 0;*/
}
.productinfomodle  .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productinfomodle  .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productinfomodle .right .left{
    width: 50%;
}
.productinfomodle .right .left .big{
    display: block;
    width: 88%;
    margin: 0 auto;
}
.productinfomodle .right .left .swiper-container{
    margin-top: 10px;
}
.productinfomodle .content{
    display: flex;
}
.productinfomodle .content .right{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.productinfomodle .content .right span p{
        margin: 8px 0;
        /*line-height:30px;*/

}
.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: none;
    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: 28px;
    color: #000;
    width: 100%;
    padding: 25px 0 15px 0;
    text-align: center;
    
}
.productinfomodle .feedbackForm .line input, 
.productinfomodle .feedbackForm .line textarea{
    box-shadow: none;
}
.fl-col-group-nested{
    margin: 25px 0;
}
.fl-rich-text{
    font-size: 18px;
    padding: 15px;
}
.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;*/
}

.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;
     color:#000000;
}
.productinfomain .content .left .cnext{
    position: absolute;
    top: 94%;
    width: 25px;
    background-position: -10px;
    color:#000000;
}
.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;

}

.inpmain .feedbackForm{
        background-color: #eeeeee;
            margin-top: 15px;
                border-radius: 5px;
                padding:0  40px 40px 40px;

}
.contactmodle .feedbackForm{
        background-color: #eeeeee;
            margin-top: 15px;
                border-radius: 5px;
                padding:40px !important;
                margin-bottom: 50px;

}
.inpmain .feedbackForm .input_b{
    display: inline-block;
}
.inp{
    background-color: #eee;
    border-radius: 15px;
}

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

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