

.product_list{
    padding-bottom: 10px;
    min-height: 560px;
}
.product_list .content{
    /*margin-top: 85px;*/
    margin-top: 35px;
}
.product_list .content .tem_search{
    width: 300px;
}

.product_list .searchbox{
   margin-top: 20px;
   font-size: 12px;
}
.product_list .searchbox .tem_head{
    border-top: 2px solid #dfdfdf;
    line-height: 42px;
    padding-left: 24px;
    background: rgb(245, 245, 245);
}

.para-list{

}

.para-list .para{
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    position: relative;
    border-bottom: 1px dashed #ececec;
    overflow: hidden;
}

.para-list .para .head{
    display: flex;
    padding-left: 24px;
}
.para-list .para .body{
   
    position: absolute;

    right: 0;
    padding-right: 60px;
 
    width: 1122px;

}

.para-list .para .body ul{
    display: flex;
}
.para-list .para .body ul li{
    margin-right: 40px;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.para-list .para .tail{
    
}

.para-list .para .tail .more{
    display: flex;
    align-items: center;
}
.para-list .para .tail .more i{
    margin-left: 5px;
}

.product_list .content  .product_order{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: #e0e0e0 1px solid;
    background: rgb(245, 245, 245);
    margin-top: 8px;
    
}

.product_list .content  .product_order .tem_left ul{
    display: flex;
}

.product_list .content  .product_order .tem_left ul li{
    padding: 7px 24px;
    cursor: pointer;
}
.product_list .content  .product_order .tem_left ul li i{
    margin-left: 5px;
    font-size: 10px;
    display: none;
}

.product_list .content  .product_order .tem_left ul li.active{
   background: #fff;
}
.product_list .content  .product_order .tem_left ul li.active i{
    display: inline-block;
}
.product_list .content  .product_order .tem_right {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.product_order .tem_right .left{
    padding: 7px 3px;
    margin-right: 18px;
    cursor: pointer;
}
.product_order .tem_right .center {
    font-size: 12px;
}
.product_order .tem_right .center .currentPage{
    color:red;
}

.product_order .tem_right .right{
    padding: 7px 3px;
    margin-left: 18px;
    cursor: pointer;
}
    

.show_list{

}
.show_list .content_wrap{
    min-height: 300px;
}
.show_list ul{
    display: flex;
    flex-wrap: wrap;
}
.show_list ul li{
    width: 294px;
    margin: 5px 3px 5px 2px;
    height: auto;
    border: 1px rgba(4, 12, 84, 0.1943127962085308) dotted;
    padding: 15px;
}
.show_list ul li >a{

}
.show_list ul li a img{
    width: 262px;
    height: auto;
    border: #fff 2px solid;
}
.show_list ul li a img:hover {
    border: #fd7100 2px solid;
}
.show_list ul li .title{
    margin: 15px auto 2px;
    padding: 8px 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_list ul li .title a{
    font-size: 12px;
    color: rgba(4, 12, 84, 1);
}


/*    产品详情开始 */

.pro_detail{

}

.pro_detail .content{
    display: flex;
    justify-content: space-between;
}

.pro_detail .content .show_detail {
    width: 980px;
}

.pro_detail .content .show_detail .tem_head{
    line-height: 47px;
    height: 46px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
}

.show_detail .tem_head .title{
    font-size: 16px;
    color: #1e50ae;
    padding: 0 5px;
}
.show_detail .tem_head .line{
    width: 5px;
    height: 16px;
    background: #1e50ae;
    margin: 0 5px;
}

.pro_detail .content .pro_relate {
    width: 210px;
}
.pro_detail .content .pro_relate .tem_head{
    margin-top: 7px;
    line-height: 46px;
    height: 45px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
}
.pro_relate .tem_head .line{
    width: 5px;
    height: 16px;
    background: #1e50ae;
    margin: 0 5px;
}
.pro_relate .tem_head .title{
    font-size: 16px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: rgba(4, 12, 84, 1);
    padding: 0 5px;
}

.pro_relate ul{

}
.pro_relate ul li{
    width: 200px;
    margin: 4px 0px;
    height: auto;
    padding: 15px;
    border: 1px rgba(4, 12, 84, 0.2559241706161137) dotted;
}
.pro_relate ul li >a img{
    width: 168px;
    height: auto;
}
.pro_relate ul li .title{

    margin: 15px 0 5px;
    height: 23px;
    line-height: 23px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_relate ul li .title a{
    color: rgba(4, 12, 84, 1);
    font-size: 12px;
}


.pro_body{
    margin: 5px;
}
.pro_body .pro_intro{
    padding-top:28px ;
    display: flex;
    justify-content: space-between;
}

.pro_body .pro_intro .tem_left{
    box-sizing: content-box;
}
.pro_body .pro_intro .tem_left .big_img{
    width: 420px;
    border: 1px solid #d1d1d1;
    box-sizing: content-box;
}
.pro_body .pro_intro .tem_left .big_img .tem_img{
    height: 420px;
    overflow: hidden;
    width: 100%;
    box-sizing: content-box;
}
.pro_body .pro_intro .tem_left .big_img img{
    width: 420px;
    height: 420px;
}

.small_img {
    margin-top: 8px;
    width: 354px;
}

.small_img .swiper-slide {
    width: auto;
    margin: 10px 0px;
}
.small_img .swiper-slide .img_wrap{
    width: 62px;
    height: 62px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
}
.small_img .swiper-slide-active .img_wrap{
    border: 1px solid #1e50ae;
}
.small_img .swiper-slide .img_wrap img{
    width: 100%;
    height: 100%;
}

.pro_body .pro_intro .tem_left .share{
    padding: 9px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.share .sharebox,.share .onlineKefu{

    cursor:pointer;
    position: relative;
}

.pro_body .pro_intro .tem_left .share .fenge{
    margin: 0 7px 0 17px;
}


.pro_body .pro_intro .tem_left .share i{
    margin-right: 10px;
}

.container_wrap {
    width: 420px;
    position: relative;
}

.container_wrap  .swiper-button-prev{
    background: url(../image/vbg01.png) -2075px -355px;
    left: 1px;
}
.container_wrap  .swiper-button-next{
    background: url(../image/vbg01.png) -2118px -355px;
    right: -10px;
}

.pro_body .pro_intro .tem_right {
    margin-left: 25px;
    min-width: 525px;
    width:525px;
}

.pro_body .pro_intro .tem_right .title{
    font-weight: 700;
    color: #585858;
    margin: 0;
    font-size: 20px;
    text-align: left;
    word-break: break-word;
}

.pro_body .pro_intro .tem_right .pdLine{
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    margin: 10px 0;
}
.pro_body .pro_intro .tem_right .item{
    display: flex;
    align-items: center;
}

.pro_body .pro_intro .tem_right .item .para-name{
    text-align: right;
    color: #828282;
    letter-spacing: 1px;
    line-height: 28px;
    word-break: break-all;
    position: relative;
    width: 60px;
}

.pro_body .pro_intro .tem_right .item .para-value{
    font-size: 14px;
    color: #616161;
}
.pro_body .pro_intro .tem_right .contact{
    display: flex;
    margin-top: 20px;
}

.webSiteQrCode {
    background: url(../image/qrCode.gif) #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    margin: 0 10px;
    cursor: default;
    position: relative;
}

.webSiteQrCode .code_wrap{
    position: absolute;
    z-index: 99;
    top: 0;
    left: 27px;
    display: none;
    background: #fff;
}
.webSiteQrCode:hover .code_wrap{
    display: block;
}

.webSiteQrCode .code_wrap #qrcode2{
    margin-bottom: -2px;
    padding: 5px;
}
.webSiteQrCode .code_wrap span{
    background: #764ba7;
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 120px;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
}

.contact .phone{
    margin-right: 12px;
    width: 140px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1e50ae;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#1e50ae;
    font-size: 15px;
    cursor: pointer;

}

.contact .date{
    width: 140px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e50ae;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.contact .fa{
    margin-right: 10px;
}

.pro_body .tem_page{
    line-height: 25px;
}
.pro_body .tem_page a{
    color: #666666;
}

.detailInfo{
    margin-top: 10px;
}

.detailInfo .top{
    display: flex;
}

.detailInfo .top .hint{
    width: 117px;
    border: 1px solid #1e50ae;
    height: 41px;
    line-height: 41px;
    border-bottom: none;
    font-weight: 600;
    color: #666666;
    text-align: center;
}
.detailInfo .top .bdLine{
    height: 1px;
    width: 100%;
    background: #1e50ae;
    margin-top: 40px;
}
/*    产品详情开始 */

.detailInfo .editor{
    min-height: 100px;
}

/*    子菜单   */

.sub_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.sub_list ul{
    display: flex;
}
.sub_list ul li{
    margin: 0 16px;
    padding: 0 24px;
    background: rgba(1, 89, 161, 1);
    border-radius: 50px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}
.sub_list ul li.active {
    color: #fd7100;
}


.yuyueBox{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(3,3,3,0.5);
    justify-content: center;
    align-items: center;
    /*place-items: center;*/
    z-index: 999999999;
    display: none;
}
.yuyueBox .tem-wrap{
    width: 664px;
    height: 664px;
    background: #fff;
}
.yuyueBox .tem-wrap .tem_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  20px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.yuyueBox .tem-wrap .tem_top i{
    font-size: 20px;
    cursor: pointer
}
.yuyueBox .tem-wrap .form_wrap{
    padding: 30px;
}

.el-popper{
    z-index: 9999999999 !important;
}
.el-message{
    z-index: 99999999999 !important;
}
.show{
    display: flex !important;
}

.share-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(3,3,3,0.5);
    justify-content: center;
    align-items: center;
    /*place-items: center;*/
    z-index: 999999999;
    display: none;
    /*display: flex;*/
}
.share-box .tem-wrap{
    width: 480px;
    height: 420px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.share-box .tem-wrap .tem_top{
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  0px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.share-box .tem-wrap .tem_top i{
    font-size: 30px;
    cursor: pointer
}
.share-box .tem-wrap .hint{
    margin-top: 45px;
 }
/*.share-box .tem-wrap img{*/
/*    width: 190px;*/
/*    height: 190px;*/
/*    margin: 50px;*/
/*}*/
#qrcode{
    width: 190px;
    height: 190px;
    margin: 50px;
}


/*    手机版    */

.mobile_main{
    /*background: #f0f2f5;*/
}

.mobile_pro {
    background: #f0f2f5;
}
.mobile_pro .search-box{
    padding: 20px;
}

.mobile_pro .tem_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 1.5%;
    padding-top: 0;
}
.mobile_pro .tem_top .tem_left{
    width: 80%;
    display: flex;
    align-items: center;
}
.mobile_pro .tem_top .tem_left div{
    white-space: pre;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.431266846361186rem;
    color: #2b2b2b;
    font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
    font-weight: bolder;
}

.mobile_pro .tem_top .tem_left i{
    font-size: 20px;
}
.mobile_pro .tem_top .tem_right{
    width: 1rem;
    display: flex;
    justify-content: center;
}
.mobile_pro .tem_top .tem_right i{
    font-size: 26px;
}

.tem_list ul{
    display: flex;
    flex-wrap: wrap;
}

.tem_list ul{
    display: flex;
    flex-wrap: wrap;
}

.tem_list ul li{
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: .25rem;
    margin-bottom: .25rem;
    text-align: center;
}

.tem_list ul li .img_wrap{
    height: 175px;
    overflow: hidden;
}

.tem_list ul li .img_wrap img{
    width: 100%;
}

.tem_list ul li .title{
    font-size: 0.43127rem;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: .4rem;
    white-space: nowrap;
    font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
    color: #000;
    margin-top: 0.15rem;
}
.other_info .editor p{
    margin: 0;
}
.other_info .editor img{
    width: 100%;
}

.other_info .editor a{
    width: 7.935309973045822rem;
    height: 1.6819407008086253rem;
    line-height: 1.6819407008086253rem;
    border: #4c4c4c 1px solid;
    color: #4c4c4c;
    display: block;
    border-radius: 1.7rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 1rem;
}

/*   首页产品详情开始*/

.fixed-top{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 768px;
    z-index: 100;
    height: 2.4rem;
    background: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.45rem;
}
.fixed-top .icon{
    background: rgba(255,255,255,.7);
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 1.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-top .icon1{
    margin-bottom:0.5rem;
}
.el-icon-more, .el-icon-house,.el-icon-share{
    font-size: 0.8rem;
}
.fixed-top .fa{
    color: #333;
    font-size: 1rem;
}

.fixed-top .hideBottom{
    position: absolute;
    right: 0.45rem;
    top: 2.4rem;
    visibility: hidden;
    transition: all 0.3s;
    height: 0;
}
.fixed-top .hideWord{
    width: 50%;
    height: 100%;
    position: absolute;
    line-height: 2.4rem;
    top: 0;
    text-align: center;
    margin: 0 4.5rem 0 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    font-size: 0.7rem;
    font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
}

.fixed-top .hideBottomOpen{
    height: 4rem;
    visibility: visible;
}

.product_banner .swiper-container{
    height: 375px;
}
.product_banner .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active{
    background: #ccc;
}

.product_title{
    padding-bottom: 21px;
    /*background: #fff;*/
}
.product_title .title_wrap{
    padding: .8rem .45rem 0 .45rem;
    word-break: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    vertical-align: middle;
    font-size: .7rem;
    font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
    line-height: 0.9rem;
}

.small-gap{
    background: #f5f5f5;
    height: 0.7rem;
}
.fixed_ul{
    position: fixed;
    top: 1.6rem;
    z-index: 99;
}
.tem_pro_detail ul{
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.tem_pro_detail ul li{
    width: 50%;
    height: 2.2rem;
    line-height: 2.3rem;
    display: inline-block;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4c4c4c;
    text-align: center;
    font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
}
.tem_pro_detail ul li.active{
    border-bottom: 0.1rem solid #4c4c4c;
}
.tem_pro_detail .tem_panel .editor{
    padding: 15px;
}
.tem_pro_detail .tem_panel .editor img{
    width: 100%;
}

.tem_pro_detail .tem_panel{
    position: relative;
}

.tem_pro_detail .tem_panel .tabPanel{
    /*display: none;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;

    visibility: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    /* transition: transform .3s,-webkit-transform .3s; */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tem_pro_detail .tem_panel .panel_active{
    /*display: block !important;*/
    position: relative !important;
    z-index: 0;
    visibility: visible;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}



.propInfoRow {
    border-bottom: 1px solid #ddd;
    /*display: table-row;*/
    text-align: left;
    display: flex;
    align-items: center;
}
.propName {
    text-indent: 0;
    padding-left: .4rem;
    padding-right: .4rem;
    overflow: hidden;
    width: 33%;
    color: #666;
}
.propInfoCell {
    word-break: break-word;
    display: inline-block;
    display: table-cell;
    line-height: 2rem;
    height: 2rem;
    vertical-align: middle;
    color: #333;
    font-size: .6rem;
    font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
}



/*   首页产品详情结束*/

.loading-box{
    position: absolute;
    top: 50%;
    left: 50%;

}
.blank{
    min-height: 600px;
    width: 100%;
}

@media (max-width: 600px) {
    .sample .tem_top {
        margin-top: 0.6rem;
        padding-bottom: 0;
    }

    .sample .tem_top .tem_right {
        width: 1rem;
        display: flex;
        justify-content: center;
    }

    .sample .tem_top .title {
        height: 2rem;
        line-height: 2rem;
        font-size: 0.7rem !important;
        margin-left: 7px;
    }

    .sample .tem_list ul li {
        background: #fff;
        width: 7.5rem;
        max-width: 47%;
        margin: .75rem .16rem 0;
        border: 1px solid #e6e6e6;
        border-radius: .2rem;
    }

    .sample .tem_list ul li .img_wrap {
        height: 8.75rem;
    }

    .sample .tem_list ul li .img_wrap img {
        border-radius: .2rem;
    }

    .sample .tem_list ul li .bottom {
        padding: .35rem .33rem .45rem;
        position: relative;
    }

    .sample .tem_list ul li .bottom .yuyue {
        display: flex;
        justify-content: flex-end;
        margin-top: -0.2rem;
        padding-bottom: 0.2rem;
    }

    .sample .tem_list ul li .bottom .yuyue span {
        height: 1.15rem;
        line-height: 1.15rem;
        width: auto;
        min-width: 1.8rem;
        max-width: 2.9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 .25rem;
        margin: 0;
        box-sizing: content-box;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        font-size: .55rem;
        background: #4c4c4c;
    }

    .tem_yuyue {
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: 9999;
        background: #fff;
        top: 0;
        display: none;
    }

    .tem_yuyue .form_wrap {
        padding: 0 10px;
        padding-top: 0.8rem

    }

    .tem_yuyue .tem_top {
        display: flex;
        justify-content: center;
        position: relative;
        background-image: url(../image/topbg.png);
        background-color: #4c4c4c;
        background-size: cover;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
        -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
        -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
        color: #fff;
    }

    .tem_yuyue .tem_top div {
        height: 2.25rem;
        line-height: 2.25rem;
        font-size: 0.8rem;
        color: #fff;
    }

    .tem_yuyue .tem_top .fa {
        position: absolute;
        left: 10px;
        top: 13px;
        font-size: 26px;
    }

    .tem_yuyue .el-form-item:last-child .el-form-item__content {
        margin-left: 0 !important;
    }

    .tem_yuyue .el-form-item:last-child .el-button {
        width: 100%;
        background: #4c4c4c;
        border-color: #4c4c4c;

    }

    .tem_yuyue .el-col-11 {
        width: 100%;
    }

    .tem_yuyue .el-form-item__label {
        margin-bottom: 0rem !important;
    }

    /*  全部产品  */
    .all_pro {
        background: #fff;
    }

    .all_pro .tem_top {
        font-size: .7rem;
        line-height: 2rem;
        padding-bottom: 0 !important;
    }

    .all_pro .tem_list ul li .title {
        color: #666;
        font-size: 0.7rem;
    }

    .all_pro .tem_top .tem_left div {
        font-size: 0.7rem;
        margin-left: 7px;
    }

    .all_pro .pagenation {
        padding: 10px 0 5px;
    }

    .all_pro .page select {
        background: #fff;
    }

    .polo {
        background: #fff;
        /*min-height: 1200px;*/
    }

    .polo .tem_top {
        padding-top: .25rem;
        padding-bottom: 0;

    }

    .polo .tem_top ul {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;

    }
    .polo .tem_top .polo_ul{
        /*justify-content: flex-start;*/
    }

    .polo .tem_top ul li {
        background: rgba(4, 12, 84, 1);
        /*margin: 0.0rem 1.06667rem;*/
        margin: 0.0rem 0.5rem;
        padding: 0 .65rem;
        border-radius: .625rem;
        color: #fff;
        cursor: default;
        /*max-width: 14rem;*/
        width: auto;
        min-width: .7rem;
        height: 1.25rem;
        line-height: 1.25rem;
        font-size: 0.51752rem;
        text-align: center;
        margin-bottom: 5px;
    }

    .polo .tem_top ul li.active {
        color: rgba(235, 29, 78, 1);
    }

    .polo .tem_list {
        margin: .75rem .5rem;
    }

    .polo .tem_list ul li {

        border-radius: .2rem;
        box-shadow: 0 0 14px 2px rgba(0, 0, 0, .08);
        background-color: #fff;
        margin: 0;
        margin-bottom: 0.75rem;
    }

    .polo .tem_list ul li:nth-child(2n+2) {
        margin-left: 0.597333rem;
    }

    .polo .tem_list ul li .bottom {
        padding-left: .4rem;
        padding-bottom: .5rem;
        padding-right: .4rem;
        padding-top: .35rem;
    }

    .polo .tem_list ul li .bottom .tem_wrap span {
        border-radius: .5rem;
        padding: 0 .5rem;
        top: 0;
        font-size: .5rem;
        height: 1rem;
        line-height: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        min-width: unset;
        display: inline-block;
        background: #4c4c4c;
        color: #fff;
        font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, "黑体", Arial, Tahoma;
    }

    .polo .tem_list ul li .img_wrap img {
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 0.2rem;

    }

    .polo .tem_list ul li .title {
        font-size: .6rem;
        color: #666;
        font-weight: 700;
        color: #222;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        font-family: PingFang SC;
        font-weight: 400;
    }

    .kehu_img {
        background: #fff;
    }

    .kehu_img ul {
        display: flex;
        flex-wrap: wrap;
        padding-top: 5px;
        justify-content: space-around;
    }

    .kehu_img ul li {
        margin: 5px;
        margin-top: 0;
        width: 47%;
    }

    .kehu_img ul li:nth-child(2n+2) {
        margin-left: 0px;

    }

    .kehu_img ul li img {
        width: 100%;
    }

    .huoban_img {

    }

    .huoban_img ul {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
    }

    .huoban_img ul li {
        width: 20%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        height: 2.5rem;
    }

    .huoban_img ul li img {
        width: 100%;
        height: 100%;
    }

    .factory_img ul {
        padding: 0.5rem;
        background: #fff;
    }

    .factory_img li:nth-child(n+2) {
        display: none;
    }

    .factory_img li img {
        width: 100%
    }

    .prefixOpenLine {
        height: 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: .025rem solid #f3f3f3;
        position: relative;
        padding-left: 1.15rem;
        font-size: .7rem;
        color: #333;

    }

    .prefixOpenLine:before {
        content: "";
        position: absolute;
        width: .2rem;
        height: .2rem;
        top: 50%;
        left: .75rem;
        background: #666;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 100%;
    }

    .prefixOpenName {
        padding-left: .25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .search_pro .tem_list ul li {
        padding: .625rem 0 .75rem 0;
        width: 43.5%;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 3.5%;
        margin-right: 3%;
    }

    .search_pro .tem_list ul li:nth-child(2n+2) {
        margin-left: 3%;
        margin-right: 3.5%;
    }

    .search_pro .tem_list ul li .img_wrap {
        border-radius: 0.2rem;
    }

    .search_pro .tem_list ul li img {
        border-radius: 0.2rem;
    }

    .all_pro .tem_list ul li .title {
        margin-top: 0.45rem;
    }

    .mobile_share {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        z-index: 9999;
    }

    .mobile_share_box {
        position: absolute;
        bottom: 0;
        background: #fff;
        width: 100%;
        height: 10.8rem;
    }

    .mobile_share_box .swiper-slide ul {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile_share_box .swiper-slide ul li {
        width: 25%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .mobile_share_box h3 {
        text-align: center;
        height: 1.8rem;
        margin: 0;
        color: #999;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: .7rem;
        font-size: .65rem;
    }

    .mobile_share_box .swiper-slide ul li img {
        width: 50px;
        height: 50px;
    }

    .mobile_share_box .swiper-slide ul li div {
        width: 100%;
        text-align: center;
        margin-top: 0.45rem;
    }

    .mobile_share_box .swiper-pagination {
        bottom: -3px !important;
    }

    .swiper-pagination-bullet-active {
        background: #666 !important;
    }

    .pro-fixed-bottom{
        z-index: 999;
        width: 100%;
        position: fixed;
        bottom: 0;
        min-height: 2.2rem;
        display: flex;

    }
    .pro-fixed-bottom .consult{
        background-color: #3b3b3b;
        display: flex;
        justify-content: center;
        color: #fff;
        width: 50%;
        align-items: center;
        padding: .55rem .5rem;

    }
    .pro-fixed-bottom .consult a{
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        font-size: 0.7rem;
        font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
    }

    .pro-fixed-bottom .yy{
        background-color: #4c4c4c;
        display: flex;
        justify-content: center;
        color: #fff;
        width: 50%;
        align-items: center;
        padding: .55rem .5rem;
        font-size: 0.7rem;
        font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
    }

    .fixed-poster{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.5);
        z-index: 10000;
        top: 0;

    }
    .poster{
        position: absolute;
        display: block;
        height: 18.25rem;
        width: 11rem;
        left: 50%;
        top: 50%;
        margin-left: -5.5rem;
        margin-top: -9.125rem;
    }
    .poster img{
        width:100% ;
        border-radius: 0.4rem;
    }

    .poster .save{
        margin-top: 0.8rem;
        text-align: center;
        color: #fff;
        font-size: 0.65rem;
    }

    .relate-prod{
        height: 16rem;
    }
    .relate-prod > .title{
        height: 2rem;
        line-height: 2rem;
        padding-left: .45rem;
        color: #333;
        border-top: 1px solid #f1f1f1;
        font-family: "\5FAE\8F6F\96C5\9ED1",Helvetica,"黑体",Arial,Tahoma;
    }
    .relate-prod .tem_wrap{
        margin-top: 30px;
        overflow: hidden;
    }
    .relate-prod ul{
        display: flex;
        /*width: 12570px;*/
        /*width: 2500px;*/
    }
    .relate-prod ul li{
        margin-bottom: .5rem;
        margin-left: .5rem;
        width: 5.95rem !important;
        /*padding: 0  0.5rem ;*/
        /*padding-left:  0.5rem ;*/
        line-height: .9rem;
        /*box-sizing: content-box;*/
        overflow: hidden;
        float: left;
        background: #fff;
        margin-top: 1px;
    }
    .relate-prod ul li:first-child{
        /*margin-left: 0.5rem;*/
    }
    .relate-prod ul li .img_wrap{
        position: relative;
        height: 5.95rem;
        overflow: hidden;
    }
    .relate-prod ul li .img_wrap .title{
        padding: .07rem .25rem;
        position: absolute;
        bottom: 0;
        height: 1.7rem;
        background: rgba(0,0,0,.5);
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        font-size: .6rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: center;
        line-height: 0.8rem;
        width: 5.95rem;
        box-sizing: border-box;
    }
    .relate-prod ul li .img_wrap img{
        width: 5.95rem;
        height: auto;
    }


}