<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
i,em{font-style:normal}
.disN{display:none;}
.disB{display:block;}
a:focus, a:hover{text-decoration:none;}
#ShopCartBox{display:none !important;}
body {
    
   
    /*background-attachment: fixed;*/
    --bgColor: #e41373;
    --bgHoverColor: #602b86;
    --fontColor: #e41373;
    --fontHoverColor: #602b86;
}
body:before{
    content:"";position:fixed;top:0;left:0;background: url("../images/bg.png") no-repeat center;
     background-size: contain;
     z-index:-1;width:100%;height:100%;
}
a{transition:all 0.2s linear 0s;}
img{vertical-align:bottom;/*image-rendering:-webkit-optimize-contrast;*/}
input[type=text],textarea{font-family:Arial, Helvetica, sans-serif;-webkit-appearance: none;}
.container{width:100% !important;}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.woff2?t=1628666875768') format('woff2'),
    url('../fonts/iconfont.woff?t=1628666875768') format('woff'),
    url('../fonts/iconfont.ttf?t=1628666875768') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.noPro{text-align:center;width:100%;}
.noPro img{height:100px;margin-top:30px;margin-bottom:15px;}
.noPro span{display:block;font-size:14px;color:var(--fontColor);}

/*footer*/
.footer_line{width:100%;height:100px;}
footer{position:fixed;bottom:0;left:0;width:100%;background:#eee;padding-bottom:1.5rem;}
footer ul{display:flex;justify-content: space-between;}
footer ul li{width:25%;}
footer ul li a{display:flex;justify-content:center;align-items:center;flex-direction:column;height:60px;font-size:1.2rem;color:#000;}
footer ul li a .iconfont{font-size:2.5rem;}
footer ul li.active a{color:var(--fontColor);}
.add_car_float{position:fixed;bottom:0;left:0;width:100%;background:#fff;display:flex;justify-content:space-around;align-items:center;padding:0 10px;box-shadow:0 -3px 5px rgba(0,0,0,0.1);padding-bottom:1.5rem;}
.add_car_float .service_btn{margin-left:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;height:60px;font-size:1.2rem;color:#000;}
.add_car_float .service_btn i{font-size:2.5rem;}
.add_car_float .car_btn{margin:0 15px;display:flex;justify-content:center;align-items:center;flex-direction:column;height:60px;font-size:1.2rem;color:#000;}
.add_car_float .car_btn i{font-size:2.5rem;}
.add_car_float .add_car_btn{line-height:40px;width:110px;border-radius:30px;border:1px solid var(--bgColor);font-size:1.4rem;color:var(--fontColor);text-align:center;}
.add_car_float .buy_btn{line-height:40px;width:110px;border-radius:30px;font-size:1.4rem;color:#fff;background:var(--bgColor);text-align:center;}


/*index*/
.header_logo_user{display:flex;justify-content: space-between;padding:10px 15px;align-items:center;}
.header_logo_user .logo_btn img{width:130px;}
.header_logo_user .right_btn{display:flex;justify-content: flex-end;align-items: center;}
.header_logo_user .right_btn a{border:1px solid #fff;height:36px;background:linear-gradient(to right, #fefefe, #e7e7e7);box-shadow:-2px 3px 7px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;}
.header_logo_user .right_btn .usr_btn{width:36px;border-radius:50%;margin-left:5px;}
.header_logo_user .right_btn .usr_btn i{font-size:2rem;color:#000;}
.header_logo_user .right_btn .pro_btn{padding:0 15px;font-size:1.4rem;color:#000;border-radius:30px;}
.header_logo_user .right_btn .pro_btn i{font-size:1.2rem;margin-left:3px;color:#000;}
.header_logo_user .right_btn a:hover{text-decoration:none;}

.banner_search{position:relative;}
.banner_search .image_box{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:12px;box-shadow:0 0 5px rgba(0,0,0,0.5);margin-top:10px;position:relative;overflow:hidden;}
.banner_search .image_box img{width:100%;height:auto;}
.banner_search .image_box .preferential_img{position:absolute;top:0;right:0;height:60px;width:auto;display:none;}
.search_form{width:90%;position:absolute;top:10px;left:5%;background:#fff;border-radius:30px;height:30px;overflow:hidden;box-shadow:3px 2px 7px rgba(0,0,0,0.4);z-index:100;display:flex;align-items:center;}
.search_form input{width:calc(100% - 40px);border:0;padding:0 10px;font-size:1.4rem;color:#333;-webkit-appearance: none;}
.search_form input::-webkit-input-placeholder{color:#999999;} /* WebKit browsers */
.search_form input::-moz-placeholder{color:#999999;} /* Mozilla Firefox 4 to 18 */
.search_form input:-moz-placeholder{color:#999999;} /* Mozilla Firefox 19+ */
.search_form input:-ms-input-placeholder{color:#999999;}/* Internet Explorer 10+ */
.search_form input:focus{border:0;box-shadow:none;outline:none;}
.search_form button{width:40px;border:0;background:#fff;text-align:center;position:relative;}
.search_form button:before{content:"";width:1px;height:16px;background:#4d4d4d;position:absolute;top:50%;left:0;transform:translateY(-50%);}

.header_logo_search_fixed{background:#fff;width:100%;position:fixed;top:0;left:0;box-shadow:0 0 5px rgba(0,0,0,0.3);z-index:1000;display:none;align-items:center;justify-content: space-between;padding:10px 15px;}
.header_logo_search_fixed .logo_btn{margin-right:10px;width:120px;}
.header_logo_search_fixed .logo_btn img{width:120px;}
.header_logo_search_fixed .search_form{width:calc(100% - 130px);position:initial;}
.page_header_logo_search_fixed{display:flex !important;}
.page_header_logo_search_fixed_line{width:100%;height:50px;}

.banner_search{margin-bottom:5px;}
.banner_search .swiper-container{border-radius:12px;}
.banner_search .swiper-pagination-bullets{bottom:0;}
.banner_search .swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;background:#dedede;opacity:1;width:6px;height:6px;border-radius:50%;transition:all 0.2s linear 0s;}
.banner_search .swiper-pagination-bullets .swiper-pagination-bullet-active{background:var(--bgColor);}
.banner_search .img_btn{display:block;width:100%;height:170px;}
.banner_search img{height:150px;max-width:100%;}

.index_title{display:flex;justify-content: space-between;height:50px;align-items:center;padding:0 15px;}
.index_title h1{font-size:2rem;color:#000;font-weight:bold;}
.index_title a{font-size:1.4rem;color:#000;position:relative;padding-bottom:3px;}
.index_title a:after{content:"";width:100%;height:1px;background:#000;position:absolute;left:0;bottom:0;}
.product_list_nav_title{background:linear-gradient(to left, #e41373, #602b86);border-radius:8px;height:36px;text-align:center;line-height:36px;font-size:1.6rem;color:#fff;margin:10px 0;font-weight:bold;}
.product_list .product_list_ul{display:flex;flex-wrap: wrap;}
.product_list .product_list_ul li{height:185px;position:relative;box-shadow:0 0 5px rgba(0,0,0,0.4);background:#fff;border-radius:12px;overflow:hidden;margin-right:15px;margin-bottom:15px;width:calc((100% - 15px)/2);}
.product_list .product_list_ul li:nth-child(2n){margin-right:0;}
.product_list .product_list_ul li .preferential_img{position:absolute;top:0;right:0;height:60px;display:none;}
.product_list .product_list_ul li .img_btn{display:block;width:100%;height:115px;}
.product_list .product_list_ul li .name_btn{display:block;padding:0 5px;font-size:1.4rem;color:#231815;line-height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.product_list .product_list_ul li .price{color:var(--fontColor);font-size:1.8rem;position:absolute;bottom:6px;left:5px;}
.product_list .product_list_ul li .footer_text{width:70px;position:absolute;right:5px;bottom:10px;}

.guarantee_box{background:linear-gradient(to left, #e41373, #602b86);border-radius:12px;padding:5px 10px;}
.guarantee_box ul{display:flex;justify-content: space-between;}
.guarantee_box ul li{display:flex;align-items:center;justify-content:center;}
.guarantee_box ul li i{color:#fff;font-size:2.2rem;}
.guarantee_box ul li:last-child i{font-size:3rem;}
.guarantee_box ul li .right_info{font-size:1.2rem;color:#fff;text-align:center;transform:scale(0.8)}
.guarantee_box ul li .right_info i{font-size:1.2rem;margin-right:3px;}
.guarantee_box ul li .right_info a{color:#fff;}

/*浜у搧璇︽儏*/
.product_desc_price{background:#fff;border-radius:12px;box-shadow:0 0 5px rgba(0,0,0,0.5);margin-top:10px;position:relative;padding:10px 0;}
.product_desc_price .collect_btn{position:absolute;top:10px;right:10px;font-size:1.2rem;color:#333;display:flex;align-items:center;}
.product_desc_price .collect_btn i{margin-right:3px;}
.product_desc_price .collect_btn[favloaded="1"]{color:var(--fontColor);}
.product_desc_price .share_btn{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:10px;right:10px;font-size:1.2rem;line-height:1.4rem;color:#999;}
.product_desc_price .share_btn i{font-size:2rem;line-height:2rem;}
.product_desc_price .footer_text{width:70px;position:absolute;right:10px;bottom:10px;}
.product_desc_price .price{display:flex;align-items: flex-end;font-size:2.8rem;color:var(--fontColor);padding-left:10px;}
.product_desc_price .price em{font-size:1.6rem;margin-bottom:3px;margin-right:3px;}
.product_desc_price .title_box{margin-top:5px;margin-bottom:10px;background:var(--bgColor);border-radius:0 15px 15px 0;box-shadow:0 5px 10px rgba(0,0,0,0.5);width:85%;padding:5px 10px;}
.product_desc_price .title_box h1{font-size:1.7rem;color:#fff;line-height:2.2rem;}
.product_desc_price .title_box h6{font-size:1.2rem;color:#fff;line-height:1.6rem;}
.product_desc_price .base_info{display:flex;flex-wrap: wrap;padding:0 10px;margin-bottom:10px;}
.product_desc_price .base_info span{font-size:1.2rem;color:#333;margin-right:15px;}
.product_desc_price .pdf_btn{display:flex;flex-wrap: wrap;padding:0 10px;}
.product_desc_price .pdf_btn a{display:flex;align-items:center;font-size:1.2rem;color:#333;margin-right:10px;}
.product_desc_price .pdf_btn a i{font-weight:normal;font-size:2rem;margin-right:2px;}
.product_desc_price .pdf_btn a:hover{color:var(--fontColor)}
.product_desc_packaging{background:linear-gradient(to left, #e41373, #602b86);border-radius:12px;box-shadow:0 0 5px rgba(0,0,0,0.5);margin-top:10px;overflow:hidden;}
.product_desc_packaging .product_select{background:#fff;border-radius:0 0 12px 12px;padding:10px;}
.product_desc_packaging .product_select .item_box{display:flex;align-items: flex-start;margin-bottom:5px;}
.product_desc_packaging .product_select .item_box label{width:70px;font-size:1.2rem;color:#333;line-height:2.6rem;font-weight:normal;margin:0;}
.product_desc_packaging .product_select .item_box .select_btn{display:flex;flex-wrap: wrap;flex:1;}
.product_desc_packaging .product_select .item_box .select_btn a{padding:0 5px;height:2.6rem;line-height:2.6rem;font-size:1.4rem;color:#000;background:#dcdddd;border-radius:5px;margin-right:10px;margin-bottom:5px;}
.product_desc_packaging .product_select .item_box .select_btn a.active{background:var(--bgColor);color:#fff;}
.product_desc_packaging .product_select .item_box .kj-pro-num-box{flex:1;display:flex;align-items:center;}
.product_desc_packaging .product_select .item_box .kj-pro-num-box button{height:2.6rem;line-height:2.6rem;color:#000;background:#dcdddd;border-radius:5px;width:45px;border:0;font-size:2rem;}
.product_desc_packaging .product_select .item_box .kj-pro-num-box input{height:2.6rem;line-height:2.6rem;color:#000;background:#dcdddd;border-radius:5px;width:45px;font-size:1.4rem;border:0;margin:0 5px;text-align:center;}
.product_desc_packaging .product_service{padding:10px;display:flex;justify-content: space-between;align-items:center;}
.product_desc_packaging .product_service span{width:70%;font-size:1.2rem;color:#fff;line-height:1.4rem;font-weight:bold;}
.product_desc_packaging .product_service a{padding:0 10px;height:3rem;line-height:3rem;border-radius:30px;background:linear-gradient(to left, #fdfdfd, #e8e8e8);border:1px solid #fff;font-size:1.4rem;color:#333;}

.product_article .title{font-size:1.6rem;color:#333;height:50px;line-height:50px;font-weight:bold;}
.product_article .article_box{background:#fff;border-radius:12px;box-shadow:0 0 5px rgba(0,0,0,0.5);padding:20px;font-size:1.2rem;color:#000;line-height:2.6rem;}
.product_article .article_box img{max-width:100%;max-height:100%;width:auto !important;height:auto !important;margin-bottom:10px;padding:0 30px;}
.product_article .article_box .line{width:100%;height:4px;background:#ddd;margin:10px 0;}
.product_article .article_box .detection_principle_ul{display:flex;flex-wrap:wrap;}
.product_article .article_box .detection_principle_ul li{margin-right:10px;font-size:1.2rem;color:#333;}
.product_article .article_box .tips{font-size:1.2rem;line-height:1.8rem;color:#333;margin-top:5px;}
.product_article .article_box .apply_btn{display:block;width:150px;margin:5px auto 10px auto;text-align:center;line-height:32px;border-radius:8px;background:var(--bgColor);font-size:1.6rem;color:#fff;font-weight:bold;}
.product_article .apply_form{background:#fff;border-radius:12px;box-shadow:0 0 5px rgba(0,0,0,0.5);padding:10px 10px 20px 10px;}
.product_article .apply_form h1{font-size:1.4rem;color:#000;margin:20px 0 5px 0;font-weight:bold;}
.product_article .apply_form h1:nth-child(1){margin-top:10px;}
.product_article .apply_form .formcolumn-item{display:flex;flex-wrap: wrap;position:relative;}
.product_article .apply_form .formcolumn-item .formcolumn-item-tit{width:100%;font-size:1.2rem;color:#000;line-height:30px;font-weight:normal;padding-left:5px;display:flex;align-items:center;}
.product_article .apply_form .formcolumn-item .formcolumn-item-ct{width:100%;}
.product_article .apply_form .formcolumn-item .formcolumn-item-ct input{width:100%;border-radius:5px;border:1px solid rgba(228,19,115,0.5);height:30px;padding:0 10px;line-height:28px;vertical-align:middle;}
.product_article .apply_form .tips{text-align:center;font-size:1.2rem;color:#666;line-height:1.4rem;margin-top:10px;}
.product_article .apply_form .submit_btn input{width:100%;background:var(--bgColor);color:#fff;font-size:1.6rem;border-radius:10px;height:40px;line-height:38px;text-align:center;padding:0;margin-top:10px;}


.product_article .apply_form .service_apply_title{background:linear-gradient(to left, #e41373, #602b86);border-radius:8px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;margin:10px 0;font-weight:bold;}
.product_article .apply_form h6{font-size:1.2rem;color:#000;margin:20px 0 5px 0;font-weight:bold;}
.product_article .apply_form .formcolumn-item-textarea .formcolumn-item-tit{display:none;}
.product_article .apply_form .formcolumn-item-textarea textarea{width:100%;border-radius:8px;border:1px solid var(--bgHoverColor);padding:10px;height:150px;}
.product_article .service_apply_form .formcolumn-item .formcolumn-item-ct input{border:1px solid var(--bgHoverColor);}
.product_article .apply_form .formcolumn-item .formcolumn-item-ct .formcom-span-address{display:flex;align-items:center;}
.product_article .apply_form .formcolumn-item .formcolumn-item-ct select{border-radius:5px;border:1px solid var(--bgHoverColor);height:30px;padding:0 10px;margin-right:10px;width:calc((100% - 20px)/3);}
.product_article .apply_form .formcolumn-item .formcolumn-item-ct select:last-child{margin-right:0;}
.product_article .service_apply_form .submit_btn{text-align:center;}
.product_article .service_apply_form .submit_btn input{width:150px;background:var(--bgColor);border:2px solid #fff;box-shadow:0 0 10px rgba(0,0,0,0.3);color:#fff;font-size:1.6rem;border-radius:30px;height:40px;line-height:38px;text-align:center;padding:0;margin:10px auto;font-weight:bold;}
.service_testing_index .index_header_name{display:flex;align-items:center;margin-top:10px;}
.service_testing_index .index_header_name span{text-align:center;font-size:1.2rem;color:#000;line-height:2.6rem;margin-left:10px;width:calc((100% - 150px)/3);font-weight:bold;}
.service_testing_index .index_header_name span:first-child{width:120px;margin-left:0;}
.service_testing_index .index_item_box .item_list{margin-bottom:5px;}
.service_testing_index .index_item_box .item_list span{display:block;font-size:1.2rem;color:#000;line-height:2.4rem;}
.service_testing_index .index_item_box .item_input_box{display:flex;align-items:center;}
.service_testing_index .index_item_box .item_input_box input{font-size:1.2rem;border:1px solid var(--bgHoverColor);border-radius:8px;height:30px;line-height:30px;padding:0 10px;margin-left:10px;}
.service_testing_index .index_item_box .item_input_box input.text1{width:120px;margin-left:0;}
.service_testing_index .index_item_box .item_input_box input.text2,.service_testing_index .index_item_box .item_input_box input.text3{width:calc((100% - 150px)/3);}
.service_testing_index .index_item_box .item_input_box select{font-size:1.2rem;width:calc((100% - 150px)/3);border:1px solid var(--bgHoverColor);border-radius:8px;height:30px;line-height:30px;margin-left:10px;}
.service_testing_index .addIndex{display:inline-block;padding:0 15px;height:28px;line-height:28px;border-radius:8px;font-size:1.2rem;color:#fff;background:var(--bgHoverColor);margin:10px 0 20px 0;}



/*鍒嗙被*/
.kj-productcategory{position:relative;}
.kj-productcategory .menu_left{width:42%;position:fixed;top:90px;left:0;background:#eee;bottom:60px;overflow-y:scroll;padding-bottom:1.5rem;}
.kj-productcategory .menu_left li{display:block;vertical-align:bottom;}
.kj-productcategory .menu_left li a{display:flex;justify-content: space-between;padding:0 10px;font-size:1.2rem;color:#000;height:36px;align-items:center;}
.kj-productcategory .menu_left li a i{font-size:1.2rem;}
.kj-productcategory .menu_left li.active a{color:var(--fontColor);}
.kj-productcategory .menu_right{background:rgba(255,255,255,0.8);margin-left:42%;width:50%;padding-bottom:15px;margin-top:40px;position:relative;z-index:100;}
.kj-productcategory .menu_right ul{display:none;}
.kj-productcategory .menu_right ul li{display:block;vertical-align:bottom;}
.kj-productcategory .menu_right ul li a{display:flex;padding:0 10px;font-size:1.2rem;color:#000;height:36px;align-items:center;}

.category_tab{width:100%;background:linear-gradient(to left, #e41373, #602b86);height:40px;position:fixed;top:50px;left:0;padding:0 10px;display:flex;align-items:center;z-index:200;}
.category_tab a{font-size:1.5rem;color:#fff;position:relative;margin:0 3rem;padding-bottom:3px;position:relative;font-weight:bold;}
.category_tab a:before{
    content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#fff;
}
.category_tab a:first-child{margin-left:0;}
.category_tab a:first-child:after{content:"";width:1px;height:20px;background:#fff;position:absolute;top:1px;right:-3rem;}
.category_tab a.active:before{width:100%;}
.category_tab a:active:before{width:100%;}



/*鍒嗛〉*/
.kj-page{text-align:center;}
.kj-page .pagination{margin:0;}
.kj-page .pagination &gt; li &gt; a,.kj-page .pagination &gt; li &gt; span{font-size:13px;margin:3px;padding:0;width:40px;height:28px;line-height:26px;border-radius:5px;color:#999;}
.kj-page .pagination &gt; li &gt; a:hover,.kj-page .pagination &gt; li &gt; span:hover{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}
.kj-page .pagination &gt; li.active &gt; a{background:var(--bgColor);color:#fff;border-color:var(--bgColor);}

.kj-article{font-size:1.2rem;color:#000;line-height:1.8rem;}
.kj-article img{max-width:100%;max-height:100%;width:auto !important;height:auto !important;}

/*妫€娴嬫湇鍔�*/
.test_service_box{margin-bottom:20px;}
.test_service_nav_title{background:linear-gradient(to left, #e41373, #602b86);border-radius:8px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;margin:10px 0;font-weight:bold;}
.test_service_nav_title img{width:60px;margin-right:5px;}
.test_service_article{box-shadow:0 0 5px rgba(0,0,0,0.5);border-radius:8px;margin-top:10px;overflow:hidden;padding:2rem;background:#fff;}
.test_service_article .service_title{text-align:center;margin-bottom:10px;}
.test_service_article .service_title&gt;div{display:inline-block;text-align:center;font-size:1.4rem;color:#000;position:relative;font-weight:bold;padding-bottom:2px;}
.test_service_article .service_title img{width:60px;margin-right:5px;vertical-align:middle;margin-bottom:4px;}
.test_service_article .service_title&gt;div:after{
    content:"";width:100%;height:2px;background:linear-gradient(to left, #e41373, #602b86);position:absolute;bottom:0;left:50%;transform:translateX(-50%);
}
.test_service_article .service_text{font-size:1.2rem;color:#000;line-height:2.6rem;margin:0 0 30px 0;}
.test_service_article .service_text p{font-size:1.2rem !important;color:#000;line-height:1.8rem !important;}
.test_service_article .service_text img{max-width:100%;max-height:100%;}
.test_service_article .service_text:last-child{margin-bottom:0;}
.test_service_article .service_process_box{position:relative;margin-top:2rem;}
.test_service_article .service_process_box .process_item{display:flex;align-items:center;width:40%;position:relative;z-index:2;}
.test_service_article .service_process_box .process_item span{height:55px;border:1px solid var(--bgColor);border-radius:30px 0 0 30px;border-right:0;width:100%;font-size:1.2rem;line-height:54px;color:var(--fontColor);padding-left:2.2rem;display:flex;align-items:center;line-height:1.6rem;}
.test_service_article .service_process_box .process_item .icon_box{width:50px;height:50px;border-radius:50%;background:#f2f2f2;position:absolute;top:2px;right:-23px;display:flex;align-items:center;justify-content:center;box-shadow:5px 10px 10px rgba(0,0,0,0.3);}
.test_service_article .service_process_box .process_item .icon_box img{width:30px;}
.test_service_article .service_process_box .process_item:nth-child(4n) .icon_box img{width:40px;}
.test_service_article .service_process_box .process_item:nth-child(5) .icon_box img{width:35px;}
.test_service_article .service_process_box .process_item:nth-child(6) .icon_box img{width:32px;}
.test_service_article .service_process_box .process_item:nth-child(2n){margin-left:60%;}
.test_service_article .service_process_box .process_item:nth-child(2n) span{border-radius:0 30px 30px 0;border-left:0;border-right:1px solid var(--bgColor);padding-left:3.5rem;padding-right:1.5rem;}
.test_service_article .service_process_box .process_item:nth-child(2n) .icon_box{left:-23px;right:auto;}
.test_service_article .service_process_box .process_line{position:absolute;top:0;left:40%;z-index:1;height:442px;width:20%;max-height:none;}

.service_table{margin:10px 0 30px 0;border:1px solid #000;text-align:center;width:100%;}
.service_table tr th{border-right:1px solid #000;border-bottom:1px solid #000;padding:8px 3px;font-size:1.2rem;color:#000;text-align:center;}
.service_table tr td{border-bottom:1px solid #000;padding:8px;font-size:1.2rem;color:#000;}
#service-swiper .img_btn{display:flex;align-items:flex-start;justify-content:center;}
#service-swiper .img_btn img{max-width:100%;max-height:100%;}
.service_case_img{position:relative;margin-bottom:10px;}
.service_case_img .swiper-pagination{width:100%;}
.service_case_img .swiper-pagination-bullet{height:4px;width:20px;background:#ddd;border-radius:0;opacity:1;}
.service_case_img .swiper-pagination-bullet-active{background:var(--bgColor);}
.service_case_img .swiper-button-next{right:-20px;}
.service_case_img .swiper-button-next:after{
    content:"\e960";color:var(--fontHoverColor);
    font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service_case_img .swiper-button-prev{left:-20px;}
.service_case_img .swiper-button-prev:after{
    content:"\e961";color:var(--fontHoverColor);
    font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.test_service_article .service_btn_list{display:flex;flex-wrap: wrap;margin-top:10px;}
.test_service_article .service_btn_list a{border:1px solid #fff;box-shadow:0 0 5px rgba(0,0,0,0.1);margin-right:5px;margin-bottom:8px;width:calc((100% - 10px)/3);border-radius:30px;background:linear-gradient(to left, #e41373, #602b86);text-align:center;height:32px;line-height:30px;font-size:1.2rem;color:#fff;padding:0 3px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.test_service_article .service_btn_list a:nth-child(3n){margin-right:0;}
.test_service_article .service_information{margin-top:10px;}
.test_service_article .service_information a{display:block;text-align:center;font-size:1.4rem;color:#5f1985;line-height:2.4rem;}
.test_service_article .service_information b{display:block;margin-top:20px;font-size:1.6rem;color:#000;text-align:center;margin-bottom:10px;}
.test_service_article .service_information .quotation_btn{display:block;width:150px;text-align:center;height:32px;box-shadow:0 0 10px rgba(0,0,0,0.3);line-height:32px;border-radius:30px;font-size:1.6rem;color:#fff;font-weight:bold;background:linear-gradient(to left, #e41373, #602b86);margin:0 auto;}

.table {width:100%;background:#fff;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,0.3);overflow:hidden;}
.table-container{position: relative;overflow:hidden;overflow-x:auto;border-radius:10px;}
.table .table-container table{width: max-content; text-align:center;}
.table table tr{position: relative;}
.table table td{border-right: 1px solid #fff;height: 38px;font-size:1.2rem;color: #000;padding:0 10px;}
.table table thead tr td{background:#c9caca;font-weight:bold;}
.table table tbody tr:nth-child(even) td{background:#efefef;}
.table .table-container .fixed{position: sticky;left: 0;border-right:1px solid #9fa0a0;}
.table .table-container  thead .fixed{background:#c9caca;border-radius:10px 0 0 0;}
.table .table-container  tbody tr .fixed{background:#fff;}
.table .table-container  tbody tr:nth-child(even) .fixed{background:#efefef;}
.table .table-container .fixed::after{position: absolute;top: 0;right: 0;bottom: -1px;width: 30px;transform: translateX(100%);transition: box-shadow 0.3s;content: "";pointer-events: none;}
.table .table-container .box-shadow::after{box-shadow: rgba(0, 0, 0, 0.12) 10px 0px 8px -8px inset;}

</pre></body></html>