@charset "UTF-8";
@import url('base.css');


/* header */
.header .menu-box{background-color: var(--main-color);z-index: 8;}
.header .menu-box .content a.first{height: .4rem;}
.header .menu-box .yfxpt a{padding-left: .65rem;background: url(../images/yfxpt.png) no-repeat .28rem center/.27rem;}
.header .menu-box .left-menu ul{border-right: solid 1px rgba(0,0,0,.35);}
.header .menu-box .left-menu ul li{padding-right: .6rem;}
.header .menu-box .left-menu ul li a.first{position: relative;overflow: hidden;}
.header .menu-box .left-menu ul li a.first:after{
    content: "";position: absolute;left: 50%;transform: translateX(-50%) rotateZ(45deg);bottom: -.04rem;width: .08rem;height: .08rem;background-color: #fff;
    display: none;
}
.header .menu-box .left-menu ul li .mobile{display: none;}
.header .menu-box .right-action{border-left: solid 1px rgba(0,0,0,.35);}
.header .menu-box .right-action a{padding-left: .3rem;margin-left: .3rem;}
.header .menu-box .right-action a.login-press{background: url(../images/login.png) no-repeat 0 center/.21rem;}
.header .menu-box .right-action a.register-press{background: url(../images/register.png) no-repeat 0 center/.21rem;}
.header .menu-box .right-action a.member-press{background: url(../images/member.png) no-repeat 0 center/.21rem;}
.header .menu-box .right-action a.cart-press{background: url(../images/cart.png) no-repeat 0 center/.21rem;}
.header .drop-category{position: absolute;top: 100%;left: 0;width: 100%;display: none;}
.cover-mask{position: fixed;left: 0;top: 0;width: 100%;z-index: 7;height: 100%;background-color: rgba(0,0,0,.7);}
.category-a{padding-left: .2rem;background: url(../images/category-grey.png) no-repeat 0 center;display: block;}
.header .category-tree{width: 48%;}
.header .recommend-category{width: 52%;padding-left: .5rem;padding-top: .4rem;padding-bottom: .4rem;}
.header .recommend-category dl{display: grid;grid-template-columns: repeat(3,calc(33.333% - .2rem));gap: .3rem;}
.header .recommend-category dl figure{padding-bottom: 50%;border-radius: 2px;}
.header .recommend-category dl h4{text-align: center;margin-top: .2rem;}
.header .category-tree .col-item{width: 35%;padding: .5rem;padding-right: .3rem;padding-bottom: .3rem;min-height: 3rem;
    border-right: solid 1px #e6e6e6;position: relative;z-index: 1;
}
.header .category-tree .col-item:nth-of-type(2) {background: linear-gradient(to right,rgba(0,0,0,.05) 0%,rgba(0,0,0,.01) 100%);z-index: 2;}
.header .category-tree .col-item:nth-of-type(3) {background: linear-gradient(to right,rgba(0,0,0,.08) 0%,rgba(0,0,0,.02) 100%);}
.header .category-tree .col-item:last-child{border: 0;}
.header .category-tree .col-item:after{
    content: "";width: .1rem;height: .1rem;border: solid 1px #e6e6e6;position: absolute;right: -.05rem;top: .4rem;transform: rotateZ(45deg);
    background-color: #fff;border-bottom: 0;border-left: 0;
}
.header .category-tree .col-item:nth-of-type(1) {width: 30%;padding-left: 0;z-index: 3;}
.header .category-tree .col-item:last-child:after{display: none;}
.header .category-tree a{font-size: .16rem;font-weight: 400;margin-bottom: .25rem;}
.header .category-tree a:last-child{margin-bottom: 0;}
/* .header .category-tree .leave-02,.header .category-tree .leave-03{display: none;} */
.header .top-search .content{height: 1rem;}
.header .top-search .inside-logo a img{max-height: .47rem;}
.header .top-search .enter-box{border: solid 1px #e4e4e4;box-shadow: inset 0px 0px .1rem rgba(0, 0, 0, 0.05);}
.search-box input.text{background: url(../images/search-grey.png) no-repeat .2rem center/.2rem;}
.search-box.active input.text{background-image: url(../images/search-orange.png);}
.header .top-search {z-index: 9;}
.header .el-select__wrapper,
.search-content .el-select__wrapper{border: 0;padding: 0;box-shadow: none !important;}
body .el-select-dropdown__item span{vertical-align: middle;}
body .el-cascader{width: 100%;}


/* Index */
.home-main{background-color: #383636;}
.home-main .home-banner{padding: .4rem 0;background-color: rgba(0,0,0,.4);}
.home-main .logo-tip .en{color: #bebebe;margin: .1rem 0;}
.search-box{padding: .1rem;border-radius: .6rem;background: url(../images/search-bg.png) no-repeat center/100% 100%;}
.search-box .enter-box{border-radius: .4rem;}
.search-box .show-value{width: 1.3rem;height: .4rem;padding: 0 .35rem 0 .25rem;line-height: .4rem;background: url(../images/arrow-down.png) no-repeat right .2rem center/.13rem;}
.search-box .show-value2{width: 1.3rem;height: .4rem;padding: 0 .2rem 0 .25rem;display: flex;align-items: center;}
.search-box .show-value:after,.search-box .show-value2:after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 70%;background-color: #e0dfdf;}
.search-box input.text{display: block;width: 5.6rem;padding: 0 .3rem 0 .5rem;height: .4rem;}
.search-box .form{padding-right: 1.15rem;}
.search-box .submit{
    position: absolute;right: 0;top: 0;width: 1rem;height: 100%;border-radius: .4rem;text-align: center;background-color: var(--main-color);
    color: #fff;
}
.home-main .search-content{margin-top: .4rem;}
.search-box .bird{position: absolute;right: .2rem;bottom: 90%;width: .7rem;z-index: 3;}


.home-products .over-title{background-color: rgba(0,0,0,.4);}
.home-product-box{padding: .5rem;background-color: rgba(0,0,0,.2);border-top: solid 1px #444242;}
.commom-title a{display: block;height: .4rem;margin: 0 .3rem;}
.product-list ul li{width: 25%;padding: 0 .3rem;margin-top: .4rem;}
.product-list ul{margin: 0 -.3rem;margin-top: -.4rem;}
.product-list ul li figure{padding-bottom: 50%;border-radius: 5px;border: solid 1px rgba(255,255,255,.2);}
.product-list ul li h3{color: #fff;margin: .15rem 0 .1rem;}
.product-list ul li .more{margin-top: .2rem;}
.product-list ul li .more a{padding-right: .2rem;position: relative;}
.product-list ul li .more a:after{content: "";display: block;position: absolute;right: 0;top: 0;;width: .2rem;height: 86%;background: url(../images/more-arrow.png) no-repeat right center/.11rem;}



/* Footer */
.footer{background-color: #000;}
.footer .copyright,.footer a{color: rgba(255,255,255,.8);}
.footer .content{min-height: .5rem;padding: .15rem 0;}
.footer .other-columns a{padding-left: .15rem;background: url(../images/column-bg.png) no-repeat 0 center/.06rem;margin-left: .25rem;}
.footer .other-columns a:first-child{margin-left: 0;}




/* 产品 */
.position{height: .6rem;padding-left: .3rem;background: url(../images/position.png) no-repeat .04rem center/.18rem;margin-bottom: 5px;}
.position a:after{content: "";display: block;width: .4rem;height: .16rem;background: url(../images/arrow_right.png) no-repeat center;}
.position a{display: flex;align-items: center;}
.position span:last-child{color: var(--main-color);}
.main-content{padding-bottom: .6rem;}
.col-aside{background: url(../images/aside-bg.png) no-repeat center 0/100%;padding-bottom: .3rem;}
.col-aside h3{line-height: .6rem;height: .6rem;padding: 0 .6rem 0 .35rem;}
.col-aside h3:before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: .05rem;height: .2rem;background-color: var(--main-color);}
.col-aside h3:after{content: "";position: absolute;right: 0;top:0;width: .5rem;height: 100%;background: url(../images/arrow-aside-down.png) no-repeat 0 center/.18rem;
    transition: all .3s;
}
.col-aside h3.active:after{transform: rotateZ(-45deg);}
.main-content .left-menu{width: 2.7rem;border-radius: .1rem;border: solid 1px #ececec;box-shadow: var(--shadow-grey);position: sticky;top: .1rem;margin-right: .4rem;}
.col-aside .name-list{padding: 0 .35rem;}
.col-aside .name-list a{display: block;margin-bottom: .2rem;}
.col-aside .name-list a:last-child{margin-bottom: 0;}
.main-content .left-menu .col-aside{border-bottom: solid 1px #ececec;}
.main-content .left-menu .col-aside:last-child{border-width: 0;}
.col-aside .label{margin-top: .1rem;}
.col-aside .label label{cursor: pointer;display: flex;align-items: center;}
.col-aside .label label input{margin-right: .1rem;}
.col-aside .checkbox-item:not(:last-child) {margin-bottom: .2rem;}
.product-inside-list .product-item{padding: .3rem;border: solid 1px #ececec;border-radius: .1rem;box-shadow: var(--shadow-grey);margin-bottom: .2rem;}
.product-inside-list .product-item:last-child{margin-bottom: 0;}
.product-inside-list .product-item .over-info{margin-bottom: .2rem;}
.product-inside-list .product-item .over-info .pic{width: 1.7rem;margin-right: .4rem;}
.product-inside-list .product-item .over-info .pic figure{border-radius: 4px;padding-bottom: 100%;}
.product-inside-list .product-item .over-info .txt{flex: 1 0 0;}
.parameter dl dd{width: 33.333%;padding-right: .3rem;margin-top: .06rem;}
.parameter dl dd p .v{flex: 1 0 0;}
.main-content .right-content{flex: 1 0 0;}
.custom-table .t-head{padding: 0 .1rem;border-radius: 4px;background-color: #f2f2f2;}
.custom-table .t-head dl{min-height: .5rem;}
.custom-table dl dd .first{width: 1.6rem;text-align: center;}
.custom-table dl dd{padding-right: .1rem;flex:1 0 0;text-align: center;} 
.custom-table dl dd.sixth{width: 1.1rem;}
.custom-table dl dd.second{flex: 1.7 0 0;}
.custom-table dl dd.fifth{flex: 1.2 0 0;}
.custom-table .t-body .open-press dl dd.third{text-align: left;}
.custom-table .t-body .default-info{padding: 0 .1rem;}
.custom-table .t-body .default-info .open-press{border-bottom: solid 1px #dedede;}
.custom-table .t-body .default-info .open-press dl{min-height: .7rem;padding: .15rem 0;}
.custom-table .t-body .open{padding-right: .2rem;background: url(../images/arrow-open.png) no-repeat right 64%/.13rem;}
.custom-table .o-head dl{min-height: .4rem;border-radius: 4px;background-color: #f6e9dd;}
.custom-table .t-body .open-content{margin-top: .1rem;display: none;}
.custom-table .t-body .o-body dl{min-height: 1.05rem;border-bottom: dashed 1px #bfbfbf;padding: .15rem 0;}
.count-box input{display: block;width: .5rem;height: .3rem;border: solid 1px #bdbdbd;text-align: center;background-color: #fff;margin: 0 .05rem;}
.count-box span{display: block;width: .3rem;height: .3rem;text-align: center;line-height: .24rem;background-color: #fff;border: solid 1px #bdbdbd;
    font-size: .2rem;
}
.join-cart span{display: block;width: 100%;height: .4rem;text-align: center;line-height: .4rem;border-radius: 4px;color: #fff;background-color: var(--main-color);}
.custom-table .t-body .default-info.active{background-color: #fffbf7;}
.custom-table .t-body .default-info.active .open{color: var(--main-color);background-image: url(../images/arrow-open-orange.png);}
.custom-table .t-body .default-info.active .open-press{border-color: transparent;}
.custom-table .t-body .default-info.active .open-content{display: block;}
.product-inside-list .custom-table dl dd.first,.product-inside-list .custom-table dl dd.second{text-align: left;padding-left: .1rem;}



/* 产品详情 */
.product-detail-content .over-top .left-swiper{width: 36.5%;padding-right: 1.1rem;}
.product-detail-content .over-top .left-swiper .min-swiper{margin-top: .15rem;padding: 0 .3rem;}
.product-detail-content .over-top .left-swiper .next-btn{position: absolute;right: 0;top: 0;width: .3rem;height: 100%;background: url(../images/swiper-next.png) no-repeat right center/.09rem;}
.product-detail-content .over-top .left-swiper .prev-btn{position: absolute;left: 0;top: 0;width: .3rem;height: 100%;background: url(../images/swiper-prev.png) no-repeat left center/.09rem;}
body .swiper-button-lock{display: block;opacity: .3;cursor: not-allowed !important;}
.product-detail-content .over-top .left-swiper .next-btn:not(.swiper-button-lock):hover{background-image: url(../images/swiper-next-orange.png);}
.product-detail-content .over-top .left-swiper .prev-btn:not(.swiper-button-lock):hover{background-image: url(../images/swiper-prev-orange.png);}
.product-detail-content .left-swiper .swiper-slide.active figure span{border: solid 2px var(--main-color);}
.product-detail-content .left-swiper .swiper-slide figure img{height: .7rem;object-fit: cover;}
.product-detail-content .over-top .right-info{flex: 1 0 0;}
.product-detail-content .right-info .company-logo img{max-width: 1.3rem;margin-left: .4rem;}
.product-detail-content .right-info .title{flex: 1 0 0;}
.product-detail-content .right-info .title h4{margin-bottom: .1rem;}
.product-detail-content .right-info .description{margin-top: .2rem;}
.product-detail-content .right-info .above-txt{margin-top: .3rem;padding-top: .3rem;border-top: solid 1px #e6e6e6;}
.product-detail-content .right-info .above-title{margin-bottom: .2rem;}
.product-detail-content .above-parameter .above-item{margin-top: .5rem;}
.above-title h3{border-left: solid .05rem var(--main-color);padding-left: .1rem;margin-bottom: .2rem;}
.above-item .custom-table .t-head,.above-item .custom-table .t-body .default-info{padding: 0 .3rem;}

.above-item .custom-table dl dd.third{text-align: left;}
.above-item .custom-table dl dd.second{text-align: left;}
.above-item .custom-table dl dd.first{text-align: left;}
.above-item .custom-table .t-head dd{font-size: .18rem;font-weight: 700;}
.above-item .custom-table .t-body .default-info .open-press{border-style: dashed;}
.product-detail-content .pro-detail-infomation{padding: 0 .5rem;padding-bottom: 1rem;border-radius: .1rem;border: solid 1px #eee;box-shadow: var(--shadow-grey);}
.above-tab ul{border-bottom: solid 1px #b2b2b2;}
.above-tab ul li{cursor: pointer;line-height: .9rem;margin-right: .6rem;position: relative;padding: 0 5px;font-weight: 700;}
.above-tab ul li:after{content: "";position: absolute;bottom: -1px;width: 100%;height: 3px;left: 0;background-color: transparent;}
.above-tab ul li:last-child{margin-right: 0;}
.above-tab ul li.active:after{background-color: var(--main-color);}
.above-tab ul li.active{color: var(--main-color);}
.product-detail-content .above-tab-content{margin-top: .3rem;}
.product-detail-content .pic-word .col-p{margin-bottom: .2rem;}
.product-detail-content .above-tab{position: sticky;top: 0;z-index: 3;background-color: #fff;}
.product-detail-content .pic-word .pic-word-bottom {margin-top: .8rem;}
.product-detail-content .pic-word .pic-word-bottom *{line-height: 1.8;}
.product-detail-content .pic-word .pic-word-bottom figure,
.product-detail-content .pic-word .pic-word-bottom .word-infomation{width: 50%;}
.product-detail-content .pic-word .pic-word-bottom .word-infomation{padding-left: 1rem;}
.product-detail-content .pic-word .pic-word-bottom h4{margin: 5px 0 .2rem;}
.product-detail-content .correlation-content-item{padding-bottom: .5rem;border-bottom: solid 1px #d2d2d2;}
.correlation-content ul li{padding-left: .3rem;background: url(../images/paper.png) no-repeat 0 center/.13rem;width: 46%;margin-top: .25rem;}
.correlation-content ul{margin-top: -.25rem;}
.correlation-content ul li span{flex: 1 0 0;padding-right: .5rem;}
.arrow-more a{background: url(../images/swiper-next.png) no-repeat right center/.09rem;padding-right: .2rem;}
.arrow-more a:hover{background-image: url(../images/swiper-next-orange.png);}
.r-more{padding-right: .2rem;position: relative;}
.r-more:after{content: "";display: block;position: absolute;
    right: 0;
    top: 0;
    width: 0.2rem;
    height: 92%;
    background: url(../images/more-arrow-grey.png) no-repeat right center/0.11rem;}
.r-more:hover:after{background-image: url(../images/more-arrow.png);}
.recommend-pro-list ul li figure{padding-bottom: 100%;}
.recommend-pro-list ul li h3{margin: .25rem 0 .15rem;}
.recommend-pro-list ul li .description{margin-bottom: .3rem;}
.recommend-pro-list ul li{width: 25%;padding: 0 .3rem;margin-top: .5rem;}
.recommend-pro-list ul{margin: 0 -.3rem;margin-top: -.5rem;}
.safe-infomation dl dt{min-height: .8rem;padding: .2rem 1.2rem;border-bottom: dashed 1px #e3e3e3;}
.safe-infomation dl p,.safe-infomation dl .p{padding: 0 .2rem;width: 50%;}
.safe-infomation dl .p .cell p{width: auto;padding: 0;}
.safe-infomation dl .p .cell p:after{content: '，';color: var(--main-color);}
.safe-infomation dl .p .cell p:last-child:after{display: none;}
.safe-infomation dl .p .cell{display: flex;justify-content: center;}
.safe-infomation dl .p .cell p img{display: block;margin-bottom: 5px;}
.safe-infomation dl .p .cell p span{color: var(--main-color);}
.safe-infomation dl dd{min-height: .5rem;padding: .15rem 0;border-bottom: dashed 1px #e3e3e3;}
.safe-infomation dl dd:nth-of-type(even){background-color: #ebebeb;}
.pro-parameter .safe-infomation dl dt{min-height: .4rem;padding: .1rem 0;background-color: #bebebe;margin-bottom: .1rem;}
.product-detail-content .above-tab-content .col-tab-item{display: none;}
.compoent-path .safe-infomation dl p{flex: none;width: 20%;}
.pro-parameter.compoent-path .safe-infomation dl dt,
.compoent-path .safe-infomation dl dd{padding-left: 0;padding-right: 0;}




/* 产品分类引导页 */
.guide-container .position{height: .4rem;margin-bottom: 0;}
/*.guide-content .over-info figure,.guide-content .over-info .txt{width: 50%;}*/
.guide-content .over-info .txt{padding: .6rem;box-shadow: var(--shadow-grey);border: solid 1px #ededed;}
.guide-content .over-info .txt h3{margin-bottom: .2rem;}
.guide-content .above-title {padding-bottom: .25rem;border-bottom: solid 1px #d2d2d2;margin-bottom: .3rem;}
.guide-content .above-title h3{margin-bottom: 0;}
.r-more.online:after{background-image: url(../images/buyCart-grey.png);background-size: .14rem;}
.recommend-pro-list .handle .r-more-wapper:not(:last-child){margin-right: .2rem;padding-right: .2rem;position: relative;}
.recommend-pro-list .handle .r-more-wapper:not(:last-child):after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 60%;background-color: #999;}
.r-more.online:hover:after{background-image: url(../images/buyCart-orange.png);}
.download-box dl .first,
.download-box dl .second,
.download-box dl .third,
.download-box dl .fourth{padding: 0 .3rem;}
/*.download-box dl .third span{padding-left: .3rem;background-repeat: no-repeat;background-position: left center;background-size:.18rem auto}
.download-box dl .third span.pdf{background-image: url(../images/pdf.png)}
.download-box dl .third span.XLSX{background-image: url(../images/xls.png)}*/
.download-box dl dd:nth-of-type(even) {
    background-color: #ebebeb;
}
.guide-content .download-box{padding: .3rem;box-shadow: var(--shadow-grey);border: solid 1px #eeeeee;}
.download-box dl dt{min-height: .5rem;padding: .15rem 0;background-color: #bebebe;}
.download-box dl .component{width: 2rem;}
.download-box dl .cell{width: 33.333%;    text-align: center;display: flex;justify-content: center;}
.download-box dl .third img{margin-right: .15rem;}
.download-box dl dd{min-height: .5rem;padding: .15rem 0;border-bottom: dashed 1px #bfbfbf;}
.download-box dl dd:last-child{border-width: 0;}
.download-action a{padding-right: .22rem;background: url(../images/download-grey.png) no-repeat right center/.15rem;}
.download-action span:not(:last-child) {margin-right: .15rem;padding-right: .15rem;border-right: solid 1px #d9d9d9;}
.guide-category ul li{width: 25%;padding: 0 .3rem;margin-top: .5rem;}
.guide-category ul{margin: 0 -.3rem;margin-top: -.5rem;}
.guide-category ul li .item{box-shadow: var(--shadow-grey);border: solid 1px #eee;}
.guide-category ul li figure .cover-image{padding-bottom: 50%;}
.guide-category ul li figcaption{position: absolute;bottom: 0;left: 0;width: 100%;min-height: .4rem;padding: .1rem .2rem;z-index: 5;background-color: rgba(232,96,0,.8);}
.guide-category ul li .category-list{padding: 0 .2rem;}
.guide-category ul li .category-list a{display: block;line-height: .5rem;height: .5rem;padding-right: .3rem;background: url(../images/more-arrow-grey.png) no-repeat right center/.11rem;
    border-bottom: solid 1px #eee;
}
.guide-category ul li .category-list a:last-child{border-bottom: 0;}
.guide-category ul li .category-list a:hover{background-image: url(../images/more-arrow.png);}




/* 新闻 */
.news-content .col-aside h3:after{display: none;}
.news-content .news-list{padding: .4rem;border-radius: .1rem;box-shadow: var(--shadow-grey);border: solid 1px #ededed;}
.news-list ul li h3{padding-left: .3rem;background: url(../images/paper.png) no-repeat 0 0.06rem/.13rem;margin-bottom: .1rem;}
.news-list ul li .txt .time{width: 1.7rem;text-align: right;}
.news-list ul li .txt .description{flex: 1 0 0;}
.news-list ul li{padding: .25rem 0;border-bottom: dashed 1px #bfbfbf;}
.news-list ul li:first-child{padding-top: 0;}
.news-detail-content .article-content{padding: .6rem .5rem;padding-bottom: .4rem;margin-bottom: .7rem;}
.card{border: solid 1px #ededed;box-shadow: var(--shadow-grey);background-color: #fff;border-radius: 4px;}
.rows-other span{padding-left: .3rem;line-height: 1.8;background-repeat: no-repeat;background-position: left center;margin: 0 .25rem;}
.rows-other span.time{background-image: url(../images/time.png)}
.rows-other span.type{background-image: url(../images/article-type.png)}
.rows-other span.view{background-image: url(../images/view.png)}



 .news-detail-content .article-top .rows-other {
        padding: .2rem 0 .3rem;
    }
.news-detail-content .article-txt{padding: .3rem 0;border-top: solid 1px #e9e9e9;border-bottom: solid 1px #e9e9e9;margin-bottom: .4rem;}
.back-list a{display: block;width: 1.3rem;height: .4rem;line-height: .4rem;border-radius: .1rem;color: #fff;text-indent: .5rem;
    background: var(--main-color) url(../images/back-list.png) no-repeat .2rem center/.12rem;
}
.pages-content a:hover{text-decoration: underline;color: var(--main-color);}
.news-detail-content .article-page .pages-content{max-width: 6rem;width: 70%;}
.pages-content a{display: block;margin-bottom: .1rem;
overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;}
.pages-content a:last-child{margin-bottom: 0;}
.news-detail-content .recommend-news .news-list{margin-top: .3rem;padding: .5rem;}






/*分页（如重新编写，请删除或者直接替换掉样式）*/
.Pages{text-align: center; margin-top: .5rem;display: flex;justify-content: center;}
.Pages > span:not(.p_page){display: none;}
.Pages a{width: 0.4rem; line-height: 0.4rem;height: 0.4rem;transition: 0.3s;border-radius:4px; background-color: #f2f2f2;display: block;font-size: .14rem;}
.Pages .p_page{display: flex;align-items: center; justify-content: center;}
.Pages .p_page .a_first,
.Pages .p_page .a_end{display: none;}
.Pages .p_page > a{font-size: 0; background-position: center center; background-repeat: no-repeat; background-size: 0.1rem auto;}
.Pages .p_page .num{display: flex;align-items: center; justify-content: center; font-style: normal;}
.Pages .p_page .num,
.Pages .p_page .num a{margin: 0 0.1rem;}
.Pages a:hover,
.Pages a.a_cur{background-color: var(--main-color); color: #fff; }
.Pages a.a_prev{background-image: url(../images/page/prev.svg);}
.Pages a.a_next{background-image: url(../images/page/next.svg);}
.Pages a.a_prev:hover{background-image: url(../images/page/prev-on.svg);background-color: var(--main-color);}
.Pages a.a_next:hover{background-image: url(../images/page/next-on.svg);background-color: var(--main-color);}
.Pages span.p_jump{display: flex;align-items: center;font-size: .14rem;margin-left: .2rem;}
.Pages span.p_jump b{font-weight: 400;}
.Pages span.p_jump .i_text{display: block;width: .8rem;height: .4rem;;border-radius: 4px;background-color: #f2f2f2;text-align: center;padding: 0 .1rem;margin: 0 .15rem;}
.Pages span.p_jump .i_button{padding: 0 .1rem;border-radius: 4px;background-color: var(--main-color);color: #fff;font-size: .14rem;height: .4rem;
    cursor: pointer;margin-left: .15rem;
}




/* 文档下载 */
.files-download .download-box dl .second{width: 40%;}
.files-download .download-box dl .third{width: 1.5rem;}
.files-download .download-box dl .fourth{width: 2rem;}
.files-download .download-box dt,.files-download .download-box dd{justify-content: space-between;}
.files-download{padding: .3rem;}
.files-download .download-box dl dd:last-child{border-width: 1px;}




/* 服务 */
.service-list{padding: .5rem;padding-top: 0;}
.online-buy a{display: block;width: 1.3rem;height: .4rem;line-height: .4rem;color: #fff;background: var(--main-color) url(../images/buyCart-white.png) no-repeat .95rem center/.14rem;
    text-indent: .25rem;
}
.service-list ul li figure{width: 1.8rem;margin-right: .5rem;}
.service-list ul li .txt{flex: 1 0 0;}
.service-list ul li figure .cover-image{padding-bottom: 100%;}
.service-list ul li{padding: .5rem 0;border-bottom: solid 1px #e8e8e8;}
.service-list ul li .description{margin: .1rem 0 .15rem;}
.service-detail-content{padding-top: .8rem;}
.service-detail-content .over-title h3{margin: .1rem 0;}
.service-detail-content .over-title .online-buy{margin-top: .2rem;}
.service-detail-content .service-infomation .col-item:not(:last-child) {margin-bottom: .2rem;}
.service-detail-content .service-infomation{padding-bottom: .4rem;border-bottom: solid 1px #e6e6e6;}
table thead th{font-weight: 400;}
table th,table td{vertical-align: middle; text-align: center;}
.order-table th,.order-table td{text-align: center;vertical-align: middle;padding: 0 .15rem;font-weight: 400;}
.order-table thead tr{height: .5rem;background-color: #f2f2f2;}
.order-table th:nth-of-type(2),.order-table td:nth-of-type(2),
.order-table th:nth-of-type(1),.order-table td:nth-of-type(1){text-align: left;}
.order-table td{padding: .15rem;}
.order-table td.sixth{max-width: 2.2rem;text-align: left;}
.order-table tbody tr td{border-bottom: solid 1px #e9e9e9;}
.send-table thead tr{background-color: #f6eade;height: .5rem;}
.send-table thead tr th{color: var(--main-color);}
.send-table table td{padding: .2rem;border-bottom: solid 1px #e9e2da;}
.send-table table th,.send-table table td{border-right: solid 1px #e9e2da;}
.send-table table th:first-child,.send-table table td:first-child{border-left: solid 1px #e9e2da;}
.service-detail-content .service-detail .detail-txt{padding: .5rem;}
.service-detail-content .service-detail .col-item:not(:last-child) {margin-bottom: .2rem;}
.service-detail-content .service-download .download-box dl dd:nth-of-type(even) {background-color: #fafafa;}
.service-detail-content .download-box dl dd{border-color: #eee;}
.service-detail-content .download-box dl dt > div,.service-detail-content .download-box dl dd > div{text-align: center;}
.service-detail-content .download-box dl .first{width: 2.1rem;}
.service-detail-content .download-box dl .second{width: 5rem;}




/* 服务订购 */
.scale-in{padding-right: .3rem;background: url(../images/scale-in.png) no-repeat right center/.2rem;}
.service-order-content .over-order .left-txt{background-color: #f9f9f9;padding: .4rem;width: 50%;}
.service-order-content .over-order .left-txt h3{margin-top: .1rem;}
.service-order-content .over-order .left-txt .col-item{margin-top: .2rem;}
.service-order-content .over-order .right-txt{width: 50%;padding-left: .8rem;}
.service-order-content .over-order .right-form{max-width: 4.1rem;}
.service-order-content .over-order .has-type input{margin-left: .1rem;}
.group-radio label:not(:last-child) {margin-right: .2rem;}
.service-order-content .over-order .type-image{margin-top: .15rem;}
.service-order-content .over-order .selected span{display: block;width: .5rem;height: .5rem;border: solid 1px #d6d6d6;text-align: center;margin-right: .1rem;margin-top: .1rem;
    display: flex;align-items: center;justify-content: center;
}
.service-order-content .over-order .selected .add{font-weight: 700;border-style: dashed;color: #bfbfbf;font-size: .25rem;cursor: pointer;}
.service-order-content .over-order .copy-tip{margin-top: .25rem;}
.service-order-content .over-order {padding-bottom: .5rem;margin-bottom: .4rem;border-bottom: solid 1px #e8e8e8;}
.service-order-content .above-title .tip{margin: 0 5px;}
.service-order-content .above-title{margin-bottom: .2rem;}
.service-order-content .drop-options{min-width: 2rem;}
.download-template a{display: block;width: 1.8rem;height: .4rem;line-height: .4rem;background: #4ab89a url(../images/download-white.png) no-repeat 1.36rem center/.15rem;
    text-indent: .25rem;color: #fff;
}
.service-order-content .above-table table th{height: .5rem;background-color: #f2f2f2;}
.service-order-content .above-table table th,.service-order-content .above-table table td{border-right: solid 1px #ddd;}
.service-order-content .above-table table td .txt{min-height: .7rem;padding: .2rem;display: flex;align-items: center;justify-content: center;}
.service-order-content .above-table table td{border-bottom: solid 1px #e9e9e9;}
.service-order-content .above-table table{border-left: solid 1px #ddd;}
.service-order-content .above-table table th:first-child,.service-order-content .above-table table td:first-child{width: .8rem;}
.service-order-content .above-table table td:first-child{background-color: #ddd;}
.draft a{display: block;width: 1.3rem;height: .4rem;line-height: .4rem;color: #fff;text-align: center;background-color: #aaaaaa;}
.service-order-content .above-table .bottom-tip{margin-top: .3rem;}
.service-order-content .above-table .bottom-tip .draft {margin-right: .2rem;}



.header .mobile-category{display: none;}



/* element 调整 */
body .search-box .el-select__wrapper{padding: 0;margin: 0;box-shadow: none;font-size: .16rem;
    gap: 0; 
    line-height: 1;
    min-height: 1px;
}
body .search-box .el-select__caret {font-size: .18rem;color: #000;}
body .search-box .el-select__input{height: auto;}
.header .menu-box .category-tree .el-radio{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;}
.header .menu-box .category-tree .el-cascader-node{padding-right: 30px;height:auto;min-height:34px;}
.header .menu-box .category-tree .el-cascader-node__label{overflow: visible;white-space:normal;padding-left: 0;padding-right: 0;line-height: 1.3;}
.drop-category .el-cascader-node__label{font-weight: 400;font-size: .16rem;}
.drop-category .el-cascader-panel.is-bordered{border: 0;max-width: 100%;width: 100%;}
.header .menu-box .drop-category .el-cascader-menu__list{border: 0;}
.header .menu-box .drop-category .el-scrollbar{border-right: solid 1px #e6e6e6 !important;min-width: 1.5rem;width: 33.333%;}
.drop-category .el-scrollbar:nth-of-type(2) {    background: linear-gradient(to right, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .01) 100%);}
.drop-category .el-scrollbar:nth-of-type(3) {background: linear-gradient(to right, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .02) 100%);}
.drop-category .el-cascader-node:not(.is-disabled):focus,.drop-category  .el-cascader-node:not(.is-disabled):hover{
    background: none;color: var(--main-color);
}
.drop-category .el-cascader-menu__wrap.el-scrollbar__wrap{height: auto;min-height: 3rem;padding: .3rem 0;}
.drop-category .el-cascader-node{padding-right: 0;margin-bottom: .1rem;}
.drop-category .el-cascader-node:last-child{margin-bottom: 0;}
.corRed{color: red;}



@media (min-width: 1201px) {
    .search-box .submit:hover{box-shadow: 0 0 .1rem rgba(0,0,0,.3);}
    .footer a:hover,.category-a:hover,.position a:hover,.product-inside-list .product-item .over-info:hover h3,.above-tab ul li:hover,
    a.d-block:hover h3,.download-action span:hover a{color: var(--main-color);}
    .category-a:hover{background-image: url(../images/category-orange.png);}
    .header .recommend-category dl dd a:hover span{transform: scale(1.05);}
    .header .menu-box .left-menu ul li:hover a:after{display: block;}
    .count-box span:hover,.service-order-content .over-order .selected .add:hover,.draft a:hover{background-color: var(--main-color);color: #fff;border-color: var(--main-color);}
    .join-cart span:hover,.Pages span.p_jump .i_button:hover,.back-list a:hover,.online-buy a:hover,.draft a:hover{box-shadow: var(--shadow-main);}
    .download-action span:hover a{background-image: url(../images/download-orange.png);}
    .news-list ul li:hover h3{background-image: url(../images/paper-orange.png);}
    .download-template a:hover{box-shadow: 2px 2px 5px #4ab89a;}
}


@media (max-width: 1200px) {
    .custom-table dl dd{flex: 1 0 0;width: auto !important;}
    .custom-table .open-content dl dd.fourth,.custom-table .open-content dl dd.fifth{flex: 1.2 0 0;}
    .position{margin-bottom: 0;}
    .service-order-content .above-title .tip:hover .drop,.header .mobile-category{display: block;}
    .header .menu-box .left-menu ul li .mobile{display: flex;}
    .header .menu-box .left-menu ul li .pc,.header .pc-category{display: none;}
    .header .menu-box{position: static;}
    .header .drop-category{
        position: fixed;
        display: block;
        left: initial;
        left: inherit;
        right: -100%;
        width: 300px;
        height: 100%;
        z-index: 12;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
        transition: all .5s ease;
    }
    .cover-mask{z-index: 11;}
    .header .drop-category.active{right: 0;}
    .header .mobile-category{padding: .3rem 0;}
    .header .mobile-category p a{display: block;line-height: 1.5;padding: .15rem 0;padding-right: .5rem;}
    .header .mobile-category p i{position: absolute;width: .4rem;height: 100%;right: 0;top: 0;background: url(../images/arrow-down.png) no-repeat center/.13rem;}
    .header .mobile-category p i.active{transform: rotateZ(-180deg);}
    .header .mobile-category .leave-first{border-bottom: solid 1px #e9e9e9;}
    .header .mobile-category .drop-second{border-top: solid 1px #e9e9e9;display: none;}
    .header .mobile-category .drop-second p a{padding-left: .15rem;}
    .header .mobile-category .drop-third{padding: .15rem 0;border-top: solid 1px #e9e2da;display: none;}
    .header .mobile-category .drop-third span a{display: block;padding: .1rem;padding-left: .25rem;}
    .header .category-content{flex-direction: column;}
    .header .recommend-category{width: 100%;padding: 0;margin: 0;}
    .header .recommend-category dl dd{width: 100%;padding-bottom: .2rem;}
}


@media (max-width: 900px) {
    .search-box input.text{width: 4rem;}
    .header .menu-box .right-action a:first-child{margin-left: 0;}
    .header .menu-box .content,.footer .content,.container .main-content,.service-order-content .above-table .bottom-tip {flex-direction: column;}
    .header .menu-box .right-action{width: 100%;justify-content: center;border-bottom: solid 1px rgba(0,0,0,.35);border-left: 0;}
    .header .menu-box .left-menu{width: 100%;justify-content: center;}
    .product-list ul li,.recommend-pro-list ul li,.guide-category ul li{width: 50%;padding: 0 .15rem;}
    .product-list ul,.recommend-pro-list ul,.guide-category ul{margin-left: -.15rem;margin-right: -.15rem;}
    .footer .copyright{margin-bottom: .15rem;}
    .home-product-box{padding: .5rem 0;}
    .main-content .left-menu{position: static;width: 100%;margin: 0 0 .3rem 0;border: 0;box-shadow: none;}
    .col-aside{background: none;display: flex;flex-wrap: wrap;padding: .2rem 0;}
    .col-aside h3:before,.col-aside h3:after{display: none;}
    .col-aside h3{padding: 0;margin-right: .1rem;height: auto;line-height: normal;min-width: .8rem;font-size: .18rem;}
    .col-aside .name-list{display: flex;flex-wrap: wrap;flex: 1 0 0;align-items: flex-start;padding: 0;margin-top: -.2rem;}
    .col-aside .name-list a{display: block;margin-top: .2rem;margin-bottom: 0;margin-right: .2rem;}
    .main-content .left-menu .col-aside:last-child{border-width: 1px;}
    .col-aside.checkbox-aside .name-list{flex-direction: column;margin-top: 0;}
    .col-aside.checkbox-aside .lbael-list,.col-aside .checkbox-item{display: flex;flex-wrap: wrap;}
    .col-aside .label{margin-right: .2rem;}
    .col-aside .checkbox-title{margin-right: .3rem;}
    .col-aside.checkbox-aside .lbael-list{flex: 1 0 0;margin-top: -.1rem;}
    .parameter dl dd{width: 50%;}
    .join-cart span{height: auto;height: auto;display: flex;align-items: center;justify-content: center;padding: 0 .1rem;}
    .header .top-search .content{height: auto;padding: .2rem 0;}
    .header .top-search .inside-logo{text-align: center;width: 100%;margin-bottom: 0.2rem;}
    .header .top-search .inside-search{display: flex;justify-content: center;width: 100%;}
    .header .top-search .search-box{padding: 0;}
    .above-item .custom-table .t-head, .above-item .custom-table .t-body .default-info{padding: 0 .1rem;}
    .product-detail-content .over-top .left-swiper{width: 100%;padding-right: 0;}
    .product-detail-content .left-swiper .swiper-slide figure img{height: 1.2rem;}
    .product-detail-content .over-top .right-info{width: 100%;margin-top: .3rem;}
    .above-tab ul li{margin-right: .3rem;}
    .product-detail-content .pro-detail-infomation{padding: 0 .2rem;padding-bottom: .5rem;}
    .download-box dl dt > div,.download-box dl dd > div{flex: 1 0 0;width: auto;}
    .recommend-pro-list ul li figure{padding-bottom: 70%;}
    .product-detail-content .pic-word .pic-word-bottom{margin-top: .3rem;padding-left: 0;}
    .product-detail-content .pic-word .pic-word-bottom .word-infomation{padding-left: .2rem;}
    .guide-content .over-info figure, .guide-content .over-info .txt,.service-order-content .over-order .left-txt,
    .service-order-content .over-order .right-txt{width: 100%;}
    .guide-content .over-info figure{padding-bottom: 50%;}
    .guide-content .over-info .txt{padding: .3rem;}
    .Pages span.p_jump{display: none;}
    .order-table th, .order-table td{line-height: 1.3;padding: .1rem;}
    .service-order-content .over-order .right-txt{padding-left: 0;margin-top: .3rem;}
    .service-order-content .over-order .right-form{max-width: 100%;}
    .service-order-content .above-table .bottom-tip{align-items: center;}
    .service-order-content .above-table .action{margin-top: .3rem;} 
    .service-order-content .drop-options{min-width: 3rem;}
    .service-order-content .above-title .tip .drop{left: 0;transform: translateX(0);}
    .service-order-content .above-title .tip .drop:after{transform: translateX(0) rotateZ(45deg);left: 0.1rem;}
}



@media (max-width: 640px) {
    .header .menu-box .left-menu ul li{padding-right: .5rem;}
    .logo img{height: .7rem;}
    .home-main .search-content{margin-top: .6rem;}
    .search-box .bird{right: 0;}
    .search-box input.text{width: 2.5rem;padding: 0 .2rem;}
    .search-box .show-value{padding-left: .1rem;}
    .commom-title a{margin: 0 .15rem;}
    .product-inside-list .product-item .over-info .pic figure{padding-bottom: 60%;}
    .product-inside-list .product-item .over-info .pic {width: 100%;margin-right: 0;}
    .product-inside-list .product-item .over-info .txt,.correlation-content ul li{width: 100%;}
    .product-inside-list .product-item .over-info .txt{margin-top: .3rem;}
    .custom-table dl dd{padding: .05rem;}
    .header .top-search .search-box input.text{width: 2.7rem;padding-left: .5rem;}
    .product-detail-content .left-swiper .swiper-slide figure img{height: 1rem;}
    .product-detail-content .right-info .company-logo img{max-width: 100%;margin-left: 0;}
    .product-detail-content .right-info .company-logo{width: 100%;margin-bottom: .3rem;}
    .product-detail-content .pro-detail-infomation,.news-content .news-list,
    .news-detail-content .article-content,.card,.news-detail-content .recommend-news .news-list,.service-detail-content .service-detail .detail-txt{padding: 0;box-shadow: none;border: 0;}
    .above-tab ul li{line-height: .5rem;margin-right: .2rem;}
    .download-action{justify-content: center;flex-direction: column;}
    .download-action span:not(:last-child){margin-right: 0;border: 0;padding-right: 0;}
    .recommend-pro-list ul li h3{margin: .15rem 0;}
    .recommend-pro-list ul li .description{margin-bottom: .2rem;}
    .guide-content .download-box{padding: 0;}
    .news-list ul li .txt .time{width: 1.3rem;}
    .back-list{width: 100%;display: flex;justify-content: center;margin-top: .2rem;}
    .news-detail-content .article-page .pages-content{width: 100%;}
    .service-list ul li figure{margin-right: .2rem;}
    .service-list ul li{padding: .3rem 0;}
    .service-list ul li h3{font-size: .24rem;margin: .05rem 0;}
}
/*产品参数去掉li的点*/
.product-parameter li {
  list-style: none;
}