@charset "UTF-8";
.product-center-swiper{
    position: absolute;
    margin-left: calc((100% - 12.8rem)/2);
    bottom: 0.15rem;
    background: #ffffff;
    padding: 0.1rem 0.3rem;
}
.product-center-swiper .swiper-slide{
    color: #666666;
    font-size: 0.16rem;
    text-align: center;
    padding: 0.1rem 0;
    border-radius: 5px;
}
.product-center-swiper .action{
    color: #ffffff;
    background: #006934;
}
.product-center-swiper .swiper-button-next,.product-center-swiper .swiper-button-prev{
    color: #9b9b9b;
    font-size: 0.24rem;
}
.content-classify{
    margin: 0.3rem 0;
}
.content-classify .screening-top{
    padding: 0.15rem 0.3rem;
    color: #ffffff;
    background: #006934;
}
.content-classify .screening-top-left{

}
.content-classify .screening-top-left span:first-child{
    font-size: 0.16rem;
    font-weight: 600;
    margin-right: 0.3rem;
}
.font14{
    font-size: 0.14rem;
 }
.content-classify .screening-top .pack-up,.content-classify .screening-top .develop{
    cursor: pointer;
}
.content-classify .top-action{
    color: #000000;
    background: #f2f2f2;
}
.content-classify .top-action span:last-child{
    color: #999999;
}
.content-classify .screening-bottom{

}
.content-classify .screening-bottom .arrange-li{
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #666666;
    border-top: 1px solid #e6f2ea;
}
.content-classify .screening-bottom .arrange-li .arrange-left{
    width: 11.2%;
    padding: 0.15rem 0 0.15rem 0.3rem;
    border-right: 1px solid #e6f2ea;
    background: #f5faf7;
}
.content-classify .screening-bottom .arrange-li .arrange-right{
    width: 88%;
    padding-left: 0.2rem;
}
.content-classify .screening-bottom .arrange-li .arrange-right span{
    padding: 0.05rem 0.1rem;
    margin-right: 0.2rem;
    border-radius: 3px;
    cursor: pointer;
}
.content-classify .screening-bottom .arrange-li .arrange-action{
    color: #ffffff;
    background: #006934;
}
.content-classify .screening-button{
    margin-top: 0.3rem;
}
.screening-button .resetting,.screening-button .inquire{
    padding: 0.15rem 0.3rem;
    font-size: 0.18rem;
    border: 1px solid #006934;
    border-radius: 3px;
    cursor: pointer;
}
.screening-button .resetting{
    color: #006934;
    margin-right: 0.3rem;
}
.screening-button .inquire{
    color: #ffffff;
    background: #006934;
}
.center-list-box{
    display: flex;
    flex-wrap: wrap;
}
.center-list-box li{
    width: 23%;
    margin: 0.25rem 1%;
}
.center-banner{
    height: 2.4rem;
}
.show-classify{
    font-size: 0.24rem;
}
.center-list-box li .product-img{
    padding: 0.2rem;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}
.center-list-box li .product-img img{
    width: 2.88rem;
    height: 2.88rem;
    transition: 0.2s;
}
.center-list-box li .ellipsis-1{
    padding: 0.15rem;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    font-weight: 600;
}
.center-list-box li:hover{
    box-shadow: 0px 0px 15px 0px #cecbcb;
}
.center-list-box li:hover .product-img{
    border-color: transparent;
}
.center-list-box li:hover .product-img img{
    transform: scale(1.1);
}
.center-list-box li:hover .ellipsis-2{
    color: #006934;
}
.show-center-swiper{
    background: none;
}
.show-center-swiper .swiper-slide{
    color: #ffffff;
    border-radius: 30px;
}
.show-center-swiper .action{
    color: #000000;
    background: #ffffff;
}
.show-center-swiper .swiper-button-next,.show-center-swiper .swiper-button-prev{
    color: #ffffff;
}
.center-show-top{
    padding: 0.35rem 0 0.6rem;
}
.center-show-top .page-menu{
    color: #666666;
}
.center-show-content{
    display: flex;
    padding-bottom: 0.6rem;
}
.center-show-content .center-show-content-left{
    width: 5rem;
}
.center-show-content .center-show-content-left .mySwiper-box{
    padding: 0.2rem;
    position: relative;
}
.center-show-content  .swiper-button-next2{
    right: -10px;
    color: #a4a4a4;
    position: absolute;
    top: calc( 50% - 0.08rem);
}
.center-show-content .swiper-button-prev2{
    left: -10px;
    color: #a4a4a4;
    position: absolute;
    top: calc( 50% - 0.08rem);
}
.center-show-content .data-img{
    width: 5rem;
    height: 5rem;
    border: 1px solid #e6e6e6;
}
.center-show-content .data-img .swiper-slide{
    padding: 0.2rem;
    width: 100%;
    height: 100%;
}
.center-show-content .data-img img{
    max-width: 100%;
    max-height: 100%;
}
.center-show-content .mySwiper .swiper-slide{
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.05rem;
}
.center-show-content .mySwiper .swiper-slide img{
    width: 0.7rem;
    height: 0.7rem;
}
.center-show-content .mySwiper .swiper-slide-thumb-active{
    border-color: #22ac38;
}
.center-show-content-right{
    width: 7rem;
    margin-left: 1.2rem;
}
.center-show-content-right .content-right-title{
    font-size: 0.24rem;
    color: #333333;
    font-weight: 600;
}
.center-show-content-right .content-right-text{
    font-size: 0.14rem;
    margin: 0.3rem 0 0.4rem;
    word-break: break-all;
}
.center-show-content-right .typical-performance{
    font-size: 0.18rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.3rem;
}
.center-show-content-right .typical-performance:after{
    display: block;
    content: '';
    width: 0.72rem;
    height: 2px;
    margin-top: 0.1rem;
    background: #333333;
}
.center-show-content-right .typical-content{
    height: 2.8rem;
    overflow-y: auto;
}
.center-show-content-right  .screening-button{
    margin-top: 0.58rem;
}
.center-show-content-right  .screening-button .resetting,.center-show-content-right  .screening-button .inquire{
    padding: 0.15rem 0.3rem;
    font-size: 0.18rem;
    border: 1px solid #006934;
    border-radius: 3px;
    cursor: pointer;
}
.center-show-content-right  .screening-button .resetting{
    color: #006934;
    padding: 0.1rem 0.15rem;
}
.center-show-content-right .screening-button .inquire{
    color: #ffffff;
    background: #006934;
    margin-right: 0.3rem;
    padding: 0.1rem 0.15rem;
}
.show-superiority{
    width: 100%;
    height: 4.5rem;
    background: url("../images/02.jpg") no-repeat;
}
.show-superiority .show-superiority-title{
    font-size: 0.3rem;
    color: #ffffff;
    padding: 0.6rem 0;
}
.show-superiority ul li{
    width: 25%;
    text-align: center
}
.show-superiority ul li img{
    width: 2.28rem;
    height: 1.28rem;
}
.show-superiority ul li .show-title{
    padding: 0.3rem  0.3rem 0;
    font-size: 0.18rem;
    color: #ffffff;
}
.show-middle-title{
    padding: 0.6rem 0 1rem;
    background: #f5f7f6;
}
.show-middle-title .show-middle-top{
    font-size: 0.3rem;
    color: #333333;
}
.show-middle-title .show-middle-midd{
    font-size: 0.18rem;
    color: #000000;
    font-weight: 600;
    margin: 0.2rem 0 0.6rem;
}
.show-middle-title ul{
    display: flex;
}
.show-middle-title ul li{
    padding: 0.1rem;
    width: 20%;
    text-align: center;
    border-right: 1px solid #e1e6e3;
}
.show-middle-title ul li div{
    font-size: 0.24rem;
    color: #006934;
    font-weight: 600;
    margin-bottom: 0.2rem;
    word-wrap: break-word;
}
.show-middle-title ul li span{
    font-size: 0.18rem;
    color: #666666;
}
.show-middle-title ul li:last-child{
    border-right: none;
}
.show-table{
    position: relative;
    margin: 0.6rem auto 1.6rem;
}
.show-table table{
    border-collapse: collapse;
    font-size: 0.14rem;
    width: 100%;
}
.show-table table tr{
    border: 1px solid #e6e6e6;
    position: relative;
}
.show-table table tr td,.show-table table tr th{
    padding: 0.15rem;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.show-table table tr td{
    cursor: pointer;
}
.show-table table tr th{
    color: #ffffff;
    background: #006934;
}
.show-table .table-img{
    width: 2.5rem;
    text-align: left;
}
.show-table .table-img .hind-img{
    display: none;
}
.show-table .table-img .table-img-thumb{
    width: 0.6rem;
    height: 0.6rem;
}
.show-table .table-img .table-img-big{
    position: absolute;
    top: 0;
    left: 0.85rem;
    padding: 0.1rem;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px #ebebeb;
}
.show-table .table-img .table-img-big img{
    width: 2.85rem;
    height: 2.85rem;
}
.show-table .table-img .table-img-big div{
    text-align: right;
    margin-top: 0.1rem;
}
.show-table .table-img .table-img-big div span{
    padding: 0.05rem 0.1rem;
    border-radius: 3px;
    color: #ffffff;
    background: #7f7f7f;
}
.show-table .icon-ICON_45,.show-table .icon-ICON_46,.show-table .icon-ICON_48{
    font-size: 0.3rem;
    color: #006934;
}
.show-table .icon-ICON_47{
    font-size: 0.3rem;
}
.show-table .icon-svg{
    width: 0.3rem;
}
.show-table .icon-ICON_48-svg{
    margin: 0 auto;
}
.show-table .icon-ICON_46,.show-table .icon-ICON_48-svg{
    display: none;
 }
.show-table table tr:hover{
    background: #f0f7f3;
}
/*.show-table table tr:hover .add-show-title,*/
.show-table table tr:hover .icon-ICON_45,.show-table table tr:hover .icon-ICON_48{
    display: none;
}
/*.show-table table tr:hover .hind-img,*/
.show-table table tr:hover .icon-ICON_46,.show-table table tr:hover .icon-ICON_48-svg{
    display: block;
}
.sample-box{
    display: flex;
}
.sample-box .sample-left{
    padding: 0.6rem 0.6rem 0.6rem 3.2rem;
    width: 35%;
    font-size: 0.14rem;
    background: #f7f7f7;
}
.sample-box .sample-left .sample-left-title{
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.sample-box .sample-button{
    display: inline-block;
    padding: 0.15rem 0.2rem;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    background: #006934;
}
.sample-box .sample-left .sample-left-2{
    margin: 0.12rem 0 0.45rem;
}
.sample-box .sample-left .sample-left-3{
    line-height: 0.35rem;
}
.sample-box .sample-left .sample-left-3 span{
    margin: 0 0.05rem;
    color: #22ac38;
    position: relative;
}
.sample-box .sample-left .sample-left-3 span:after{
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -0.05rem;
    content: '';
    width: 0.65rem;
    height: 2px;
    background: #22ac38;
}
.sample-box .sample-right{
    padding: 0.6rem 0.6rem 1rem 0.2rem;
}
.sample-box .sample-right .sample-right-logo{
    width: 2.1rem;
    height: 0.36rem;
}
.sample-box .sample-right .sample-right-logo img{
    max-width: 100%;
}
.sample-box .sample-right .sample-right-form{
    padding: 0.6rem 0 0 0.5rem;
    margin-top: 0.3rem;
    border-top: 1px solid #dae1e5;
}
.sample-box .sample-right .sample-right-form li{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.sample-box .sample-right .sample-right-form li .sample-right-form-title{
    width: 1rem;
    text-align: right;
    font-size: 0.14rem;
    color: #333333;
    margin-right: 0.25rem;
}
.sample-box .sample-right .sample-right-form li .select-box{
    margin-right: 0.4rem;
}
.sample-box .sample-right .sample-right-form li .select-box,.sample-box .sample-right .sample-right-form li input,.sample-box .sample-right .sample-right-form textarea{
    padding: 0.1rem;
    height: 0.55rem;
    line-height: 0.55rem;
    width: 4.3rem;
    border: 1px solid #dae1e5;
    border-radius: 3px;
}
.sample-box .sample-right .sample-right-form textarea{
    height: 1.2rem;
    line-height: initial;
}
.sample-box .sample-right .sample-num{
    width: 1rem!important;
    margin: 0 0.2rem;
}
.sample-box .sample-right .sample-subtract-box{
    width: 0.7rem;
    text-align: center;
}
.sample-box .sample-right .sample-subtract{
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
}
.sample-box .sample-right .sample-model-box .y-flex-j-center{
    margin-top: 0.2rem;
}
.sample-box .sample-right .sample-model-box .y-flex-j-center:first-child{
    margin-top: 0;
}
.sample-box .sample-right .sample-right-form-li{
    align-items: baseline!important;
}
.sample-box .sample-right .sample-address{
    width: 7.35rem!important;
}
.sample-box .sample-right #sel,.sample-box .sample-right #sel1,.sample-box .sample-right #sel2{
    width: 2.32rem;
    padding: 0.1rem;
    height: 0.55rem;
    line-height: 0.55rem;
    border: 1px solid #dae1e5;
    border-radius: 3px;
    margin-right: 0.2rem;
}
.sample-box .sample-right .sample-code{
    width: 1.5rem!important;
}
.sample-box .sample-right .verify-code{
    height: 0.55rem;
    width: 1.82rem;
    margin: 0 0.2rem;
}
.sample-right-form .screening-button{
    padding-left: 1.25rem;
    margin-top: 0.6rem;
}
.laydate_body .laydate_top{
    height: 40px!important;
}
.laydate_body .laydate_bottom{
    height: 35px!important;
}
.error{
    color: red;
    margin-left: 0.3rem;
}
.show-table .showIngButton{
    font-size: 0.12rem;
    color: #1ba138;
    font-weight: 600;
}
#hiddenImgBox{
    max-width: 100%;
    margin: 0.5rem auto 0.2rem;
}
@media screen and (max-width: 1200px) {
    /*.product-center-swiper{*/
        /*margin-left: 0;*/
    /*}*/

}
@media screen and (max-width: 750px) {
    .sample-box .sample-left .sample-left-3,.sample-box .sample-right .sample-right-form li .select-box,.sample-box .sample-right .sample-right-form li input{
        line-height: initial;
    }
}