﻿/*
 * 作品依赖：Z-BlogPHP
 * 作品 ID ：fui_AFire
 * 前端框架：FinchUI
 * _|_|_|_|  _|_|_|  _|      _|    _|_|_|  _|    _|  _|    _|  _|_|_|  
 * _|          _|    _|_|    _|  _|        _|    _|  _|    _|    _|    
 * _|_|_|      _|    _|  _|  _|  _|        _|_|_|_|  _|    _|    _|    
 * _|          _|    _|    _|_|  _|        _|    _|  _|    _|    _|    
 * _|        _|_|_|  _|      _|    _|_|_|  _|    _|    _|_|    _|_|_|     
 * 发布时间：2022-10-30
 * 作者名称：星岚工作室
 * 作者官网：https://www.finchui.com
 * 作者邮箱：hnysnet@qq.com
 * 作者 QQ ：914466480
 * 官方声明：用户已购买的应用只能单一账号下使用,不得二次发布、赠送、转售、租让、盗版等,如被查实将被永久关闭用户账号。                                                              
 */
@charset "UTF-8";
html{word-wrap:break-word;word-break:break-all;font-size:14px;background:#252422;}
body{background: #fff; color:#322e2a;font-family:"PingFang SC",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Source Han Sans","Noto Sans CJK Sc","Microsoft YaHei","Microsoft Jhenghei",sans-serif}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;word-wrap: break-word;margin:0;padding:0;outline:0;border:0;-webkit-tap-highlight-color:transparent}
a{color:#322e2a;text-decoration:none;transition:all .15s ease 0s}
a:hover{color:#db3b00;text-decoration:none}
button{background:0 0}
button:focus,input:focus,textarea:focus{outline:0}
ol,ul{list-style-type:none}
i,em{font-style:normal}
img{height:auto;max-width:100%;border:0;vertical-align:middle;-webkit-transition:1s ease 0s;-moz-transition:1s ease 0s;-o-transition:1s ease 0s;transition:1s ease 0s;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}
video{width: 100%;height: 100%; background:#252422;}
.fui-video{position: relative;padding-bottom: 56.25%; /* 16:9 的比例对应的百分比值（9/16*100%） */ height: 0;overflow: hidden;}
.fui-video video{position: absolute; top: 0; left: 0; }
.clear{clear:both}
.center{text-align:center}
.left{float:left}
.right{float:right}
.ml10{margin-left: 10px;}
/* pc版隐藏 */
.button-box,.clearsearch , .allcategory-button , .allcategory-button-h40{display:none}
/* 阴影 */
header{position:fixed;top:0;right:0;left:0;z-index:999;height:auto;background:#fff;transition:top .5s;height:60px;margin:0;padding:0 20px; border-bottom:.01rem solid #e6e6e6; } 
.header-h72{height:60px;width:100%;display: block;overflow: auto;clear: both;padding:0;margin:0;background: #f7f7f7;}
/* logo和标题 */
.logo{margin:15px 0;float: left;}
.logo img{height:30px;display: block;}
.name{float: left;white-space:nowrap;font-size:18px;line-height:60px;}
/* head-menu */
.head-menu {margin:0 -10px 0 0;float: right;}
.head-menu div{ display: inline-block; position: relative;margin:0 5px;line-height: 60px;height:60px;vertical-align:top;}
.head-menu div a{display:flex;padding:0 5px}
.head-menu div a::before{font-family:uicons-regular-rounded;margin:0 5px 0 0;}
.menu-user{position: relative;}
.head-menu div.menu-user{margin:0 10px;}
.head-menu div.menu-user a{padding:0;}
.menu-user span.menu-user-show::after{font-family:uicons-regular-rounded;margin:0 0 0 2px;content:"\f287"}
.menu-user img{margin:16px 0 0 10px;height:40px;width:40px;vertical-align:top;}
.menu-user-menu{position:absolute;top:60px;right:0;width:100%;min-width: 125px;  padding:10px; display: none; background:#fff;transition:top .5s;border:.01rem solid #f2f2f2;box-shadow:1px 1px 5px rgba(0,0,0,.1)}
.menu-user-menu li{line-height: 36px;text-align: left;}
.menu-user-menu li i{margin: 0 5px 0 0;}
.menu-user-menu li a span{line-height: 36px;}
.menu-user-menu li:last-child{margin:5px 0 0 0;padding:5px 0 0 0;  border-top:1px solid #f2f2f2;}
/* 导航栏 */
.nav {line-height: 60px;height:60px;margin-left: 20px;float: left;}
.nav li { float:left; line-height: 60px;position: relative;}
.nav li a {display:block;padding:0 20px;}
.nav li .nav-show::after{position: absolute;top:0;right:0;color:#999;content:"\f131";font-family:uicons-regular-rounded;}
.nav li .nav-hide::after{content:"\f12e";}
.nav li::before { content: "";position: absolute;left: 50%;width: 0;bottom:0;border-bottom:2px solid #ff4500;transition: all .2s;}
.nav li.current-li::before , .nav li:hover::before {left:35%;width: 30%;}
.nav li.current-li a{color:#fff;}
.nav li ul{position:absolute;top:100%;z-index:5;background:#fff;transition:top .5s;display:none; border:.01rem solid #ededed;box-shadow:0 1px 5px rgba(0,0,0,.1)}
.nav li ul li{float:none;width:100%;line-height:40px;white-space:nowrap;display:block;border-top:.01rem solid #ededed;margin:0;}
.nav li ul li:first-child {border-top:0;}
.nav li ul li::before:hover , .nav li.current-li ul li{border-bottom:0;}
/* .nav li.current-li ul li a{color:#2e2e2e;} */
.nav li ul li::before{border-bottom:0;}
.nav li ul li:hover , .nav li ul li.current-li{background:#f2f2f2;}
/* .nav li ul li:hover a, .nav li ul li.current-li a{color:#555;} */
/* 多国语言切换 */
.language-box{ float:right; height:auto; padding-left:20px; background: #fff; position:relative}
.language-box img{height:18px;margin:0 10px 0 0;}
.language-default{color:#e6e6e6;line-height:60px;height:59px; border:0;font-size:14px;cursor:pointer; padding: 0 10px 0 0 ; margin: 0 10px 0 0 ;}
.language-default span::after{position: absolute;right:10px;content:"\f287";font-family:uicons-regular-rounded;}
.language-type{display:none;  position:absolute;top:100%;right:0;z-index:5;background:#fff;transition:top .5s;border:.01rem solid #ededed;box-shadow:0 1px 5px rgba(0,0,0,.1)}
.language-type li{min-width:150px; width:100%;line-height:40px;white-space:nowrap;display:block;border-top:.01rem solid #ededed;margin:0;}
.language-type li:hover , .language-type li.current{background:#f2f2f2;}
.language-type li a{display:block;padding:0 20px;}

/* 登录 */
.login{float: right; color:#999;text-align:right;line-height:30px;height:60px;padding:15px 0 ;background: #fff;}
.login a{border-left:.01rem solid #ebebeb}
.login a{margin-left:10px;padding-left:10px}
.login a:first-child{border:0}
/* 搜索 */
.search{float: right;width:310px;padding:12px 0;height:60px;background: #fff;}
.search form{position:relative}
.search input{padding:0 57px 0 10px;width:100%;height:36px;border:.01rem solid #e6e6e6;color:#666;vertical-align:bottom;line-height:36px}
.clearsearch{position:absolute;top:0;right:33px;line-height:36px;cursor:pointer;-webkit-transition:1s ease 0s;-moz-transition:1s ease 0s;-o-transition:1s ease 0s;transition:1s ease 0s;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}
.search button{position:absolute;top:0;right:0;padding:0 10px 0 0;line-height:36px;cursor:pointer;color:#2e2e2e;}
.clearsearch::before , .search button::before{line-height: 1;position:relative;top:0.1rem; padding:0 5px;font-family:uicons-regular-rounded;}
.clearsearch::before{content:"\f36a";}
.search button::before{content:"\f6c6";}
.search button:hover , .clearsearch:hover{color:#ff4500;}
.login,  .search {border-bottom:.01rem solid #e6e6e6; }
.main{position: relative;}
.main-width{position:relative;margin:0 auto;max-width:1536px;}
/* 目录 */
.allcategory{position: fixed;z-index: 4; top:60px;bottom:0; width:220px; background: #fff;border-right: .01rem solid #e6e6e6; overflow: hidden;}
.allcategory div{width:240px;padding: 0 20px 0 0; top:0; bottom:0;overflow-x: hidden;overflow-y: scroll;position: absolute; right:-20px;}
.allcategory ul{width:220px;}
.allcategory ul li{width:100%; line-height:40px;position: relative;}
.allcategory ul li:first-child{border-top: 0;}
.allcategory ul li a{display: block;padding:0 20px;}
.allcategory a:hover , .allcategory a.current{background: #f2f2f2;color:#666;}
.allcategory ul li .sub-show {position:absolute;padding:5px;right:0;top:0; cursor: pointer;color:#999;margin:0;z-index: 5;font-size: 12px;}    
.allcategory ul li .sub-show::after{content:"\f64e";padding:0 6px; line-height: 40px; height:40px; border:.01rem solid #f2f2f2;background:#fff; box-sizing: border-box; display: block;font-family:uicons-regular-rounded; }
.allcategory ul li .sub-hide::after{content:"\f5b7";}
.allcategory ul li.current-li ul{display: block;}
.allcategory ul li.current-li ul ul{display: none;}
.allcategory ul li.current-li ul li.current-li ul{display: block;}
.allcategory ul li.current-li ul li.current-li ul ul{display: none;}
.allcategory ul li.current-li ul li.current-li ul li.current-li ul{display: block;}
.allcategory ul ul{display: none;transition:top .5s;margin:10px;border:.01rem solid #f2f2f2; }
.allcategory ul ul{width:auto;}
/* 主体开始 */
.section-big{margin:0; font-size: 0;padding:30px 0; clear: both;position:relative;border-bottom: .01rem solid #e6e6e6;}
.section-big .h3{line-height:40px;width:100%;display: block;margin:0 0 20px 0;text-align: center;}
.section-big .h3 h3{font-size:24px;font-weight: normal;  display: inline-block;position: relative;}
.section-big .h3 h3::before{content: ""; width:50%; height:2px;border-radius: 2px;background: #ff4500;display: inline-block;position: absolute;top:40px ;left:25%;}
.section-big .section-big-intro{line-height: 150%;font-size: 14px;  margin:20px 0;text-align: center;color:#666;}
.section-subcate{font-size: 0;margin:0 -10px 20px -10px;text-align: center;}
.section-subcate li{margin:20px 10px 0 10px;line-height: 40px;font-size: 16px; display: inline-block;}
.section-subcate li a{padding:0 30px;display: block; border:.01rem solid #e6e6e6;  border-radius: 20px;box-sizing: border-box;}
.section-subcate li a:hover{background: #f2f2f2; color:#322e2a;   }
.section-big-more{ line-height: 40px;font-size: 16px; margin:20px 0 0 0;text-align: center; }
.section-big-more a{padding:0 30px;display: inline-block; border:.01rem solid #e6e6e6;  border-radius: 20px;box-sizing: border-box; color:#666;}
.section-big-more a::after{ line-height: 1; position: relative; margin: 0 0 0 2px; content: "+";top:-.1rem;}
.section-big-more a:hover{background: #f2f2f2; color:#444;   }
/* 左右 */
.section-big-w49{width:49%;  display: inline-block;overflow: hidden;vertical-align: top;font-size: 14px;}
.section-big-ml4{margin:0 0 0 2%;} 
.about .section-big-more{ text-align: left; }
.section-big-l-480 {display: inline-block; font-size: 14px; padding: 0 30px 0 0; vertical-align: top;width: calc(100% - 480px);}
.section-big-480 {display: inline-block; position: relative; vertical-align: top; width: 480px;}

/* 首页关于我们 */
.about{border-bottom: .01rem solid #e6e6e6;}
.about .fui-video{margin:40px 0 0 0;}
.about .h3 , .about .section-big-intro{text-align:left;margin:0 0 20px 0;}
.about .h3 h3::before{left:0;}
.about  .section-big-intro p{font-size: 16px; margin:10px 0;line-height: 175%;color:#322e2a}
.about-num{font-size: 0;margin:30px 0 0 0;padding:20px 0 0 0;   border-top:.01rem solid #f2f2f2;}
.about-num li{display: inline-block;width:20%;font-size: 16px;text-align: center;}
.about-num li small{font-size: 24px;font-weight: bold;display: block;color:#ff4500;}
.about-num li span{display: block;color:#666;margin:5px 0 0 0;}

/* 首页壁炉使用场景 */
.scene{font-size: 0; }
/* .scene { background-image: url(images/seriesbg.jpg);background-repeat: no-repeat;background-position: top; background-size: cover; z-index: 1; position: relative; font-size: 0;}
.scene::after { background: #ededed; content: ""; display: block; height: 100%; position: absolute; top: 0; width: 100%; z-index: -1;-moz-opacity: .3; opacity: .3;} */
.scene li{position:relative;display: inline-block;overflow: hidden;}
.scene li .pic{position:relative;width:100%;padding-top:75%;}
.scene li .pic img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition: all 0.5s;}
.scene li:hover img{transform: scale(1.1);}
.scene li .pic h2{font-size: 16px; line-height: 40px; position:absolute;bottom:0;left:0;width:100%;text-align: center;color:#fff;font-weight: normal;background: #00000071;}
/* 发展历程 */
.history{font-size: 0}
.history li{position:relative;display: inline-block;width:100%; border-collapse: collapse; font-size: 16px;}
.history li .year{float: left;width:50%;padding:20px 15px 0 15px; text-align: right;font-weight: bold; }
.history li .event {float:right;  position: relative; width:50%;padding:10px 15px;border-right: 0;line-height: 175%;color:#666;}
.history li .event::before {content: "";  position:absolute;left:0;right:auto;  top:0;bottom:0;height:100%;border-left: 1px solid #dddddd;width:1px; }

.history li .event::after{content: "";  position:absolute;left:-6px;right:auto;  top:25px; width:13px;height: 13px;display: inline-block;background: #dddddd;border-radius: 50%;}
.history li .event p{margin:10px 0; line-height: 175%;}
.history li:nth-child(2n) .year{float: right;width:50%;text-align: left;}
.history li:nth-child(2n) .event {float:left; text-align: right;  }
.history li:nth-child(2n) .event::before {left:auto;right:-2px;}
.history li:nth-child(2n) .event::after{left:auto;  right:-7px;top:25px;}

/* 首页合作伙伴 */
.partner{border-top: .01rem solid #e6e6e6; border-bottom:0;}
.partner ul li{display: inline-block;overflow: hidden;font-size: 14px;text-align: center; line-height:150%;padding:10px;border:.01rem solid #f2f2f2;}
.main-left-220{margin-left:220px;}
.main-left{float:left;width: -webkit-calc(100% -330px);width: -moz-calc(100% - 330px);width: calc(100% - 330px);} 
/* 主体错位 */
.section , .content{margin:20px 0;clear: both;position:relative;}
.section .h3{line-height:24px;width:100%;display: block;margin:0 0 20px 0;}
.section .h3 h3{font-weight:normal;font-size:16px;display: inline-block;position: relative;}
.section .h3 h3::before{content: ""; width:50%; height:2px;border-radius: 2px;background: #ff4500;display: inline-block;position: absolute;top:28px ;left:0;}
.section .h3 span{float:right;color:#999;font-size:12px}
.section .h3 span.section-intro{float:none;margin-left:15px}
.section .h3 span a{color:#999}
.section .h3 span a::after{line-height: 1;
    position: relative;
    margin: 0 0 0 1px;
    content: "+";}
.section .h3 span a:hover{color:#666}
/* 切换 */
.content-tab-box{height:45px;display: block;}
.content-tab { margin:0 0 20px 0;overflow-x: scroll;overflow-y: hidden;scrollbar-width: none; -ms-overflow-style: none; /* IE and Edge */border-bottom: .01rem solid #e6e6e6;}
.content-tab::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera */}
.content-tab ul{font-size: 0;height:45px;min-width:480px;}
.content-tab li{font-weight: normal;line-height:24px;font-size: 16px; display: inline-block;padding:10px 0;margin:0 20px; position: relative;cursor: pointer;color:#666;}
.content-tab li:first-child{margin:0 20px 0 0;}
.content-tab li:last-child{margin:0 0 0 20px;}
.content-tab li::before{content: "";left:50%; bottom:0;  width:0; height:2px;border-radius: 2px;background: #ff4500;display: inline-block;position: absolute;bottom:-1px;transition: all .2s;}
.content-tab li.act_active::before{left:15%; width:70%;}
.content-tab-fixed{background: #fff;position: fixed;top:60px;z-index: 1;}
/* .content-tab-fixed li{padding:10px 0;} */
.content .content-content{display: none;}
.content .content-content:nth-child(3){display: block;}
.content-enlarge-narrow{position:absolute;right:0;top:13px;font-size: 12px;color:#999;}
.content-enlarge-narrow span{margin:0 10px;}
.content-enlarge-narrow span:last-child{margin:0 0 0 10px;}
/* haibao */
.booth img{width:100%;display: block;}
/* 轮播图 */
.slidesbox{position:relative;width:100%;} 
/* 翻页 */
.slidesbox .prev{left:0}
.slidesbox .next{right:0}
.slidesbox .prev span::before , .slidesbox .next span::before{font-family:uicons-regular-rounded;}
.slidesbox .prev span::before{content: "\f12c";}
.slidesbox .next span::before{content: "\f12d";}
.slidesbox .next,.slidesbox .prev{display:none}
.slidesbox:hover .next,.slidesbox:hover .prev{display:block}
.slides_nav{position:absolute;top:50%;z-index:9;margin-top:-25px;width:30px;height:50px;background:rgba(0,0,0,.1);text-align:center;font-size:20px;line-height:50px;cursor:pointer}
.slides_nav span{display:block;margin:0;color:rgba(255,255,255,.8)}
/* 图片 */
.slides{position:relative;overflow:hidden;margin:0;padding:0;width:100%;list-style:none}
.slides li{position:absolute;top:0;left:0;display:none;width:100%}
.slides li:first-child{position:relative;float:left;display:block}
.slides img{float:left;display:block;width:100%;height:auto;border:0}
.slides p{position:absolute;bottom:0;left:0;z-index:9;margin:0;padding:40px 20px 16px 20px;width:100%;background:var(--theme-black-color);background:-o-linear-gradient(top,transparent,rgba(0,0,0,.6));background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));color:#fff;text-shadow:none;font-size:16px;line-height:24px}
.slides p a{display:-webkit-box;overflow:hidden;width:80%;color:#fff;text-overflow:ellipsis;-o-text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}
/* 需要 */
.slides_tabs{position:absolute;right:0;bottom:24px;left:0;z-index:9;text-align:center;font-size:0}
.slides_tabs li{display:inline-block;margin:0 5px}
.slides_tabs li.slides_here a{padding:0 10px;background:#ff4500e0}
.slides_tabs li a{display:inline-block;padding:0 5px;border-radius:2px;background:#ffffffe0;font-size:0;line-height:4px}
/* 当前位置 */
.breadcrumb{color:#666;font-size: 12px; line-height:150%;border-bottom:.01rem solid #e6e6e6;  padding:12px 0;text-align: right; background: #f7f7f7;}
.breadcrumb i{margin:0 5px;font-size: 12px;}
.breadcrumb a {color:#666}
.breadcrumb a:hover {color:#ff4500}
.breadcrumb h3{float:left;font-size: 16px;font-weight: normal;}
/* 当前分类子分类 */
.subcategorys{padding: 7px 10px 15px 10px; border:.01rem solid #e6e6e6;color:#666; }
.subcategorys ul{padding:10px 0 0 0; position: relative;font-size: 0;}
.subcategorys li{display: inline-block;margin:0 10px;line-height:175%;font-size: 14px;}
.subcategorys li.sub-sort{color:#999;}
.subcategorys li a{display: block;color:#666;}
.subcategorys li a.current , .subcategorys li:hover a , .subcategorys li a.current::before , .subcategorys li:hover a::before{color:#ff4500;}
.sortlist li a::before{line-height:1;position: relative; top:0.04rem; margin:0 3px 0 0;font-size: 12px; color:#e6e6e6; font-family:uicons-regular-rounded;}
.sortlist li a.current.up-icon::before{content: "\f184";}
.sortlist li a.current.down-icon::before{content: "\f161";}
/* 首页两栏列表 */
.twocolumn{font-size: 0;margin:20px 0;}
.twocolumn div.section{display: inline-block;width:49%;margin:20px 2% 0 0;vertical-align: top;}
.twocolumn div.section:nth-child(2n) {margin:20px 0 0 0;}
.twocolumn div.section:first-child{margin:0 2% 0 0;}
.twocolumn div.section:nth-child(2){margin:0;}
/* 纯标题列表 */
.list-a{border: .01rem solid #ededed;padding:0 15px 15px 15px; font-size: 0;}
.list-a li{width:100%; display:inline-block; margin:15px 0 0 0;font-size:16px;line-height:150%;}
.list-a li span{float:right;font-size: 12px;color:#999;}
.notice {border-bottom: .01rem solid #e6e6e6;background: #f7f7f7;}
.notice .list-a {border:0;padding:0 0 10px 0;}
.notice .list-a li{font-size:14px;width:49%; display:inline-block; margin:10px 2% 0 0;}
.notice .list-a li:nth-child(2n){margin:10px 0 0 0;}
/* 图文列表 */
.list-it{font-size: 0;}
.list-it li{position:relative;display:inline-block;overflow: hidden; width:49%; margin:20px 2% 0 0; padding:0 15px 0 0;border:.01rem solid #f2f2f2;}
.list-it li:nth-child(2n){margin:20px 0 0 0;}
.list-it li:first-child{margin:0 2% 0 0;}
.list-it li:nth-child(2){margin:0;}
.list-it li .pic{float:left;width:192px;height:147px}
.list-it li .pic img{width:100%;height:100%;object-fit:cover;}
.list-it-1-1 li , .list-it-1-1 li .pic{height:192px}
.list-it-3-4 li , .list-it-3-4 li .pic{height:256px}
.list-it li h2{font-weight:normal;font-size:16px; line-height:24px;margin:15px 0 0 0;padding:0 0 0 15px;}
.list-it li p{margin:15px 0 0 0;height:42px;color:#999;font-size:14px;line-height:21px;padding:0 0 0 15px;}
.list-it li .info{overflow:hidden;margin:15px 0;text-align:right;line-height:21px;padding:0 0 0 15px;}
.list-it li .info span{display:inline-block;}
.list-it-one li{width:100%;margin:20px 0 0 0;}
.list-it-one li:first-child{margin:0;}
.list-it-one li:nth-child(2){margin:20px 0 0 0;}
/* 图片/商品/列表 */
.list-pic{font-size: 0;}
.list-pic li{position:relative;display: inline-block;overflow: hidden;padding:0 0 15px 0;border:.01rem solid #f2f2f2;}
.list-pic li .pic{position:relative;width:100%;padding-top:75%;}
.list-pic li .pic img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.list-pic-1-1 li .pic{padding-top:100%;}
.list-pic-3-4 li .pic{padding-top:125%;}
.list-pic li h2{margin:15px 0 0 0;height:48px;font-weight:normal;font-size:16px;line-height:24px;padding:0 15px;}
.list-pic li .info{margin:15px 0 0 0;padding:0 15px;text-align:right;line-height:21px}
.list-pic li .product-price{margin:15px 0 0 0;padding:0 15px;height: 22px;line-height: 22px;}
.list-pic li .product-price img{height:20px;}
.list-pic li .product-price .price{font-size: 22px;}
.list-pic li .product-price .nullprice , .list-pic li .product-price .free{font-size: 19px;}
.list-pic li .product-price .sales-volume{font-size: 12px;color:#999;} 
/* 首页壁炉系列 */
/* .series{background: #f7f7f7;} */
.series {border-bottom: .01rem solid #e6e6e6; }
/* 壁炉系列 */
.list-series{font-size: 0;margin:30px 0 0 0;}
.list-series li{position:relative;display: inline-block;overflow: hidden;vertical-align: top; border-top:.01rem solid #f2f2f2;width:100%;  margin:30px 0 0 0;padding:30px 0 0 0; font-size: 14px;} 
.list-series li:first-child{margin:0;}
.list-series li .pic-box{width:480px;float: left;overflow: hidden;}
.list-series li .intro-box{float: right;padding: 0 0 0 30px;vertical-align: top; width: calc(100% - 480px);}
.list-series li:nth-child(2n) .pic-box{float: right;}
.list-series li:nth-child(2n) .intro-box{float: left;padding: 0 30px 0 0;}
.list-series li .pic{position:relative;width:100%;padding-top:75%;}
.list-series li .pic img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition: all 0.5s;}
.list-series li .pic:hover img{transform: scale(1.1);}
.list-series li h2{ position:absolute;  left:0; bottom:0;width:100%;display: block; overflow:hidden;font-size:16px; font-weight: normal; line-height:40px;background: #00000071;text-align: center; }
.list-series li h2 a{color: #fff;}
/* youdian */
.list-series-av{overflow:hidden;margin:-20px -10px 0 -10px;line-height:150%;font-size: 0;}
.list-series-av div { margin:20px 10px 0 10px; font-size: 14px; width:100px; display: inline-block;vertical-align: top;  position: relative; text-align: center;}
.list-series-av div::before{content: "";  display: inline-block;  border:.01rem solid #efe6dc; background: #fbfaf9;  border-radius: 10px;width:80px; height:80px; line-height:80px; font-size: 36px;  box-sizing: border-box;font-family: "font_family"; color:#cbac4d;transition: all 0.5s;}
.list-series-av div::before{content:"\f2ab";}
.list-series-av div:hover::before{font-size: 48px;}
.list-series-av .afire-icon-oig::before{content:"\e61b";}
/* 一体成型观赏性高 */
.list-series-av .afire-icon-3dc::before{content:"\e61d";}
/* 3D逼真冷火焰 */
.list-series-av .afire-icon-wfa::before{content:"\e61f";}
/* 温暖真火氛围 */
.list-series-av .afire-icon-fwa::before{content:"\e616";}
/* 燃料为自来水 */
.list-series-av .afire-icon-fre::before{content:"\e618";}
/* uvc杀菌 */
.list-series-av .afire-icon-uvc::before{content:"\e615";}
/* 释放负氧离子 */
.list-series-av .afire-icon-roi::before{content:"\e617";}
/* 无需安装通风口 */
.list-series-av .afire-icon-nav::before{content:"\e621";}
/* 安全无害排放 */
.list-series-av .afire-icon-shd::before{content:"\e61a";}
/* 安装简单便捷 */
.list-series-av .afire-icon-eic::before{content:"\e61e";}
/* 多种安全检测器 */
.list-series-av .afire-icon-msd::before{content:"\e61c";}
/* 静音运行 */
.list-series-av .afire-icon-sil::before{content:"\e619";}
.list-series-av span{ line-height: 150%;display: block; text-align: center;margin:10px 0 0 0; color:#666;}
.list-series-intro {border-top:.01rem solid #f2f2f2;padding:10px 0;margin:20px 0 0 0;}
.list-series-intro p{font-size: 16px; margin:10px 0;line-height: 175%;color:#322e2a}
.list-series-sub{overflow:hidden;margin:0 -10px;line-height:150%; font-size: 16px;}
.list-series-sub span{display:inline-block;font-weight: bold;margin:0 10px;}
.list-series-sub a{display:inline-block;margin:0 10px;color:#cbac4d;}
/* 通用列表设置 */
.list-four li{width:23.5%;}
.list-five li{width:18.4%;}
.list-four li , .list-five li{margin:20px 2% 0 0; }
/* 处理首行 */
.list-four li:first-child,.list-four li:nth-child(2),.list-four li:nth-child(3) , .list-five li:first-child,.list-five li:nth-child(2),.list-five li:nth-child(3),.list-five li:nth-child(4){margin:0 2% 0 0;}
/* 处理最后一列 */
.list-four li:nth-child(4n) , .list-five li:nth-child(5n){margin:20px 0 0 0;}
/* 处理首行最后一个 */
.list-four li:nth-child(4) , .list-five li:nth-child(5){margin:0;}
.list-three li{width:32%;margin:20px 2% 0 0 ;}
.list-three li:first-child,.list-three li:nth-child(2),.list-three li:nth-child(3) {margin:0 2% 0 0;}
/* 处理最后一列 */
.list-three li:nth-child(3n) {margin:20px 0 0 0;}
/* 处理首行最后一个 */
.list-three li:nth-child(3) {margin:0;}
/* 合作伙伴 */
.list-partner{font-size: 0; } 
.list-partner li{display: inline-block;overflow: hidden;font-size: 14px;text-align: center; line-height:150%;padding:10px;width:10%;border:.01rem solid #f2f2f2;}

/* 通用触发列表 */
.list-it li:hover,.list-pic li:hover, .list-partner li:hover , .turn li:hover , .partner ul li:hover{box-shadow:0 3px 5px rgba(0,0,0,.1);}
/* 友情链接 */
.links{font-size: 0;border:.01rem solid #ededed;padding:0 0 15px 0;} 
.links li{display: inline-block;overflow: hidden;font-size: 14px;line-height:150%; margin:15px 0 0 0;padding:0 20px; width:10%;}
/* 翻页开始 */
.pagebar{padding:0 10px;margin:0 0 10px 0;text-align:center}
.pagebar .page{display:inline-block;margin:0 3px 10px 3px;width:30px;border:.01rem solid #ededed;border-radius:3px;color:#666;text-align:center;line-height:28px}
.pagebar .now-page,.pagebar .page:hover{border:.01rem solid #ff4500;background:#ff4500;color:#fff}
/* 翻篇 */
.turn{font-size: 0;} 
.turn li{display: inline-block;font-size: 14px;line-height:150%;padding:15px;width:49%;margin: 0 2% 0 0;border:.01rem solid #f2f2f2;}
.turn li:nth-child(2){margin:0}
.turn li span{display:block;margin-bottom:5px;color:#999;font-size:12px}
/* 单行显示省略号 */
.list-a li , .links li, .list-it li h2 ,.list-it li .info, .list-pic li .info , .list-pic li .product-price , .function_c ul li , .function_c .li-product .product-price , .section h3 span.recommend_info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* 2行显示省略号 */
.list-it li p , .list-pic li h2 , .function_c .li-product h2 ,.my-compare-list li p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.IsTop::before,.authoricon::before,.commicon::before,.tagicon::before,.timeicon::before,.viewicon::before,#enlarge::before,#narrow::before{line-height:1; position:relative;top:0.1rem;margin:0 3px 0 0;font-weight:normal;font-family:uicons-regular-rounded;}
.IsTop::before{content:"\f7a7";color:red;}
.tagicon::before{content:"\f787"}
.viewicon::before{content:"\f3e6"}
.timeicon::before{content:"\f263"}
.commicon::before{content:"\f334"}
.authoricon::before{content:"\f80b"}
#enlarge::before{content:"\f10b\f64e"}
#narrow::before{content:"\f10b\f5b7"}
#enlarge,#narrow{cursor:pointer}
/* 文章开始 */
.content h1{text-align:center;font-size:24px;line-height:150%;margin:20px 0;}
.content h1 .ArticleEdt{float:right;color:#266497;font-size:14px}
.content .info{margin:20px 0;text-align:center;}
.content .info span{display:inline-block;margin:0 10px;}
.content .tags{margin:20px -10px 20px 0;line-height:175%;overflow: hidden;}
.content .tags a{display:inline-block;margin:0 10px 0 0}
/* 文章参数 */
.info{color:#999;font-size:14px;line-height:150%;}
.info a{color:#999}
.info a:hover{color:#db3b00;}
/* 文章扩展 */
.article-extend{position:relative;font-size: 0;}
.article-extend .mainimages{display: inline-block;position: relative; vertical-align: top;width:480px;}
.article-extend img{width:100%; cursor: pointer;vertical-align: bottom;}
.article-extend-product{display: inline-block; font-size: 14px;padding:0 0 0 30px;vertical-align: top;width: -webkit-calc(100% -480px);width: -moz-calc(100% - 480px);width: calc(100% - 480px);}
/* 点击图片放大css*/
#outerdiv{position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.7); z-index: 999; width: 100%; height: 100%; display: none;}
#innerdiv{position: absolute;}
#bigimg{border: 5px solid #fff;}
/* 商品信息 */
.article-extend h1 {margin:0;}
.article-extend h1 , .article-extend .info{text-align:left}
.article-extend .info{margin:20px -10px;}
.article-extend .info span{margin:0 10px;}
/* 联机壁炉 */
/* 
.Onlinesolution{margin:20px 0;border-bottom: .01rem solid #ededed;}
.Onlinesolution-name{display: block; color:#2e2e2e;font-weight: bold;}
.Onlinesolution li {line-height: 45px;border-top:.01rem solid #ededed; padding:10px 50px 10px 10px;position:relative;font-size: 14px;}
.Onlinesolution li:first-child {margin: 0;border-top:0;}
.Onlinesolution li img{width:60px;height:45px;margin:0 15px 0 0;float:left; }
.Onlinesolution li span{ font-size: 20px;color:#999;position:absolute; top:10px;right:20px; }
.Onlinesolution li span::before{ font-size: 14px;content: "×" ;margin: 0 2px 0 0; } */
/* 服务承诺 */
.productattr {margin:10px 0 20px -15px;}
.productattr strong , .productattr span{display:inline-block;margin:10px 0 0 15px;font-size:14px;}
.productattr span::before{content:"√";font-weight: bold;position:relative;margin:0 2px 0 0; color:#39ac43;font-family: cursive;} 
/* canshu */
.product-info{margin:20px 0;font-size: 0;padding:0 0 20px 0;border-top:.01rem solid #e5e5e5;border-bottom:.01rem solid #e5e5e5;}
/* .product-info{margin:20px 0;font-size: 0;padding:0 20px 20px 20px;border:.01rem solid #e5e5e5;} */
.product-info .parameter-li{display: inline-block;width:49%;  font-size: 14px;line-height: 175%;margin:20px 2% 0 0;  vertical-align: top;  color:#666; }
.product-info .parameter-li:nth-child(2n){margin:20px 0 0 0; }
.product-info .parameter-li span{display: block;color:#2e2e2e;font-weight: bold; }
.product-info .parameter-li .img-svg{margin:0 20px 0 0;}
.product-info .parameter-li img{width:20px;height:20px;vertical-align:middle;border:0;position: relative;top:-2px;display: inline-block;}
.product-info .parameter-li .telicon::before , .product-info .parameter-li .emailicon::before{content:"\f744";font-family:uicons-regular-rounded;margin: 0 2px 0 0;display: inline-block;position: relative;top:0.2rem;font-size: 18px;}
.product-info .parameter-li .telicon::before {content:"\f744";color:#3d8bbb;}
.product-info .parameter-li .emailicon::before{content:"\f579";color:#d1c143;}
.product-info .parameter-li .author-qrcode{position:relative;}
.product-info .parameter-li .author-qrcode .author-qrcode-img{position: absolute;top:22px;left:-50px;z-index: 1;width:120px;height:auto;box-shadow: 0 3px 5px rgba(0,0,0,.05);display: none;}
.product-info .parameter-li .author-qrcode:hover .author-qrcode-img{display: block;}
.product-info .parameter-li .author-qrcode .author-qrcode-img img{width:120px;height:120px;display: block;border: .01rem solid #ebebeb;}
/* canshu */
.product-parameter-box .product-parameter:first-child{padding:0;border:0;}
.product-parameter{margin:20px 0;font-size: 0;border-top:.01rem solid #e5e5e5;}
.parameter-name{margin:20px 0 0 0;font-size: 16px;line-height: 175%;width:100%;color:#666}
.product-parameter .parameter-li{display: inline-block;width:49%;  font-size: 14px;line-height: 175%;margin:20px 2% 0 0;  vertical-align: top;  color:#666; }
.product-parameter .parameter-li:nth-child(2n){margin:20px 0 0 0; }
/* .product-parameter .parameter-li:first-child {margin:0 2% 0 0; }
.product-parameter .parameter-li:nth-child(2){margin:0; } */
.product-parameter .parameter-li span{display: block;color:#2e2e2e;font-weight: bold; }
/* jiage */
.product-price{margin:20px 0;font-size:0;height: 24px;line-height: 24px;}
.product-price img{height:24px;width:auto;vertical-align:middle;margin:0 5px 0 0;position:relative;top:-1px;}
.product-price span{display: inline-block;vertical-align: middle;}
.product-price .price{color:#ff4500;font-size: 24px;font-weight: bold;font-family: verdana,arial;}
.product-price .price i {font-size: 14px;margin-right: 2px;font-weight: normal;}
.product-price .tax {font-size: 12px;margin-right: 2px;font-weight: normal;}

.product-price .nullprice::before {top:2px;}
.product-price .nullprice{color:#ff4500;font-size: 21px;font-weight: bold;}
.product-price .free{color:#00b060;font-size: 21px;font-weight: bold;}
.product-price .sales-volume{float: right;font-size: 14px;position: relative;top:0.08rem;}
/* .product-price .promo{ color: #fff;background: #f47a86;padding: 2px 8px; line-height: 1; margin-left: 10px;border-radius: 3px; font-size:12px;position: relative;}
.product-price .promo::before {content: "\f288";font-family:uicons-regular-rounded;position: absolute; left: -7px; top: 2px; font-size: 12px; color: #f47a86;} */
/* 相同系列列表 */
.article-related-series{font-size: 0;overflow-x: scroll;overflow-y: hidden;scrollbar-width: none; -ms-overflow-style: none;}
.article-related-series::-webkit-scrollbar { display: none;}
.article-related-series ul{min-width: 600px;}
.article-related-series li{width:15%;display: inline-block;overflow: hidden;margin:0 2% 20px  0; padding: 0 0 10px 0;border: .01rem solid #f2f2f2; vertical-align: top;}
.article-related-series li:hover , .article-related-series li.current{border: .01rem solid #ffd399; background: #fff4e6;}
.article-related-series li:nth-child(6n){margin:0 0 20px 0;}
.article-related-series li p{font-size: 14px;margin:10px 0 0 0;  text-align: center;padding:0 10px}
.article-related-series li .pic{position:relative;width:100%;padding-top:75%;}
.article-related-series li .pic img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
/* 按钮 */
.article-extend-button{line-height:40px;margin:-20px -10px 0 -10px ;font-size: 0;}
.article-extend-button a{display:inline-block;margin:20px 10px 0 10px;font-size: 16px;  padding: 0 30px;color:#fff;border-radius: 20px;vertical-align: bottom;}
.article-extend-button a::after{line-height:1;position: relative; top:0.15rem;font-family:uicons-regular-rounded;}
.article-extend-button a.website{background: #ff4500;}
.article-extend-button a.website:hover{background: #ff662e;color:#fff;}
.article-extend-button a.website::after{content:"\f130"; margin:0 0 0 3px;}

.article-extend-button a#my-cart{background: #ff9000;}
.article-extend-button a#my-cart:hover{background: #ff9b19;color:#fff;} 
.article-extend-button a#my-cart::after{content:"\f6e2"; margin:0 0 0 5px;}

.article-extend-button a#website-qrcode{background: #cacaca;}     
.article-extend-button a#website-qrcode:hover{background: #bdbdbd;color:#fff;}  
.article-extend-button a#website-qrcode::after{content:"\f5b9";}
/* 加入对比 */
.article-extend-button a.my-compare-add{background: #1976D2;}     
.article-extend-button a.my-compare-add:hover{background: #1E88E5;color:#fff;}  
.article-extend-button a.my-compare-add::after{content:"\f64f"; margin:0 0 0 5px;} 
.article-extend-button a.my-compare-have{background: #cacaca;cursor: default;}
.article-extend-button a.my-compare-have:hover{background: #cacaca;}
.article-extend-button a.my-compare-have::after{content:""; margin:0;display: none;} 
.article-extend-button a.my-compare-replace::after{content:"\f18e";} 
/* 二维码 */
#website-qrcode{position:relative;}
#website-qrcode #website-qrcode-content{position: absolute; left:-10px;top:36px;height:140px; background: #fff;padding:10px;z-index: 5;display: none;}
#website-qrcode:hover #website-qrcode-content{display: block;}
/* 反馈 */
#message-feedback{background: #00b060;}
#message-feedback:hover{background: #13c071;color:#fff;}
#message-feedback::after{content:"\f334"; margin:0 0 0 5px;}
/* 意见反馈 */
.feedback {padding: 30px 0;background-repeat: no-repeat;background-position: top; background-size: cover; z-index: 1; position: relative;border-top:.01rem solid #e6e6e6; border-bottom:0; }
.feedback::after { background: #ededed; content: ""; display: block; height: 100%; position: absolute; top: 0; width: 100%; z-index: -1;-moz-opacity: .3; opacity: .3;}
/* 表单 */
.fui-form {font-size:0}
.fui-form .form-group{text-align: left;width:100%;margin:20px 0 0 0;  display:inline-block;font-size:14px;vertical-align: top;  }
/* .fui-form-two .form-group{width:49%;margin:20px 2% 0 0;  }
.fui-form-two .form-group:nth-child(2n){width:49%;margin:20px 0 0 0;} */
/* .fui-form-left{width:49%;margin:0 2% 0 0; display:inline-block;vertical-align: top;  }
.fui-form-right{width:49%;margin:0; display:inline-block;vertical-align: top;  } */
.fui-form-four .form-group{width:23.5%;margin:20px 2% 0 0;  }
.fui-form-four .form-group:nth-child(4n){width:23.5%;margin:20px 0 0 0;}
.fui-form label{margin:0 0 10px 0;display:block;font-weight:bold;}
.fui-form .have a{color:#ff4500;}
.fui-form .have label{cursor: pointer;display: inline-block;}
.fui-form label span{font-weight:normal;font-size: 12px;margin-left: 10px;color:#999;}
.fui-form input[type="text"] , .fui-form select , .fui-form textarea{padding:9px 10px;line-height:150%;border:.01rem solid #e6e6e6;
    /* background: none;
    background: transparent; */
}
.fui-form input[type="text"] , .fui-form textarea{width:100%}
.fui-form input[type="radio"] {margin:0 2px 0 0;}
.fui-form textarea{height:80px;}
.fui-form label.l-r , .fui-form label.zblog{margin:0 30px 0 0;cursor: pointer;display: inline-block;font-weight: normal;}
/* 验证码 */
.fui-form .fui_verfiycode{position: relative;}
.fui-form .fui_verfiycode img{position:absolute;bottom:2px;right:2px;  width:108px;height:36px;cursor:pointer;}
/* 按钮 */
/* .fui-form .form-center{text-align: center;} */
.fui-form .btn{text-align: center;}
.fui-form button , .fui-form .btn span{display:inline-block;min-width:100px;  padding:0 30px;line-height:40px; border-radius:20px;font-size: 16px;   cursor:pointer;}
.fui-form button::after , .fui-form .btn span::after{line-height:1;position: relative;margin: 0 0 0 3px;content: ">";}
.fui-form button , .fui-form .btn span {background:#ff4500;  color:#fff;}
.fui-form button:hover , .fui-form .btn span:hover {background: #ff662e; }
.fui-form-pop-bg{width: 100%;height:100%;position:fixed;top:0;left:0;  z-index: 1000;background: #2e2e2ec6;display: none;}
.fui-form-pop{background-image: url(images/feedbackbg2.jpg); background-repeat: no-repeat;background-position: top; background-size: cover; z-index: 1; width:480px;height:auto;position:fixed;top:50%;left:50%;margin:-175px 0 0 -240px;color:#322e2a;}
.fui-form-pop .p30 {padding:30px; }
/* .fui-form-pop input[type="text"] , .fui-form-pop select , .fui-form-pop textarea{border:.01rem solid #c4c4c4;} */
.fui-form-pop::after { background: #ededed;content: ""; display: block;height: 100%;position: absolute; top: 0; width: 100%;z-index: -1; -moz-opacity: .5;opacity: .5;}
.fui-form-pop .fui-form-pop-close{position: absolute;top:10px;right:5px;font-size: 16px;cursor:pointer;padding:0 15px;line-height: 40px;display: inline-block;} 
/* 文章 */
.article{font-size:14px;}
.article iframe{width:100%;max-width: 100%;aspect-ratio: 16/9;}
.article div,.article p{margin:20px 0;line-height:175%}
.article h2,.article h3,.article h4,.article h5,.article h6{margin:20px 0;line-height:175%}
.article h2::before,.article h3::before,.article h4::before,.article h5::before,.article h6::before{line-height:1;position: relative; top:0.1rem;margin-right:5px;color:#ff4500;content:"\f452";font-family:uicons-regular-rounded;}
.article sup , .article sub{position:relative;margin:0 2px 0 5px;}
.article sup{top:-2px;}
.article sub{top:2px;}
.article sup::before , .article sub::before{line-height:1;position: relative; top:0.1rem; margin-right:2px;font-size:12px;font-family:uicons-regular-rounded;}
.article sup::before{content:"\f3df";}
.article sub::before{content:"\f3df";}
.article blockquote div,.article blockquote p{font-size:14px}
/* 文章和栏目中使用的引用 */
.article blockquote , .columnintro{position:relative;padding:4px 0 0 50px;line-height:175%;margin:20px 0;}
.article blockquote::before , .columnintro::before{line-height:1;position:absolute;top:0;left:15px;font-size:24px;color:#e6e6e6;transform: rotate(180deg);content:"\f66f";font-family:uicons-regular-rounded;}
.article blockquote div:first-child , .article blockquote p:first-child{margin:0 0 20px 0;}
.article img{max-width: 100%!important;height: auto!important;}
.article section{max-width:100%!important}
.article table{overflow:hidden;margin:20px 0;max-width:100%!important;border-collapse:collapse;border-spacing:0}
.article table td,.article table th{padding:10px 15px;border:.01rem solid #e6e6e6;word-break:break-word}
.article table td p,.article table th p , .article table td div,.article table th div{margin:0}
.article table tr:nth-child(2n){background:#ededed;}
.article table>thead>tr{background:#ebebeb;}
.article table>thead>tr>th{position:relative;vertical-align:middle;white-space:nowrap}
.article table caption{padding:5px 15px;line-height:175%}
.article ol{padding:0 0 0 32px}
.article ul{padding:0 0 0 35px}
.article ol,.article ul{list-style-type:decimal}
.article pre{margin:20px 0!important;line-height:175%!important}
.article pre code{display:inline;overflow:visible;margin:0;padding:2px 0 0 0;max-width:inherit;border:0;background:0 0;word-wrap:normal;line-height:175%}
.article pre code::after,.content pre code::before{content:normal}
/* 点赞 */
.fui-praise{position:relative;font-size: 0;margin:20px 0;padding: 0 !important;;}
.fui-praise li{position: relative;width:50%;display: inline-block;vertical-align:top;line-height: 200%;font-size: 14px;padding:0 20px;}
.fui-praise li div{width:150px;margin: 0 !important;;display: inline-block;cursor: pointer;position: relative;}
.fui-praise li div.current{color:red;}
.fui-praise li div.like::before , .fui-praise li div.dislike::before{line-height:1;position: relative;top:0.08rem;font-family:uicons-regular-rounded;}
.fui-praise li div.like::before{content: "\f4e0";}
.fui-praise li div.dislike::before{content: "\f4dc";}
.fui-praise li:nth-child(2n-1) div{float:right;text-align: right;}
.fui-praise li div span{position: relative;}
.fui-praise li div span.add1::before{content: "+1";display: inline-block;width:50px;line-height:20px;height:20px;position: absolute;top:-20px;right:0;z-index: 9;color:red;transition:all .3s ease}
/* 版权声明 */
.articlecopyright{font-size: 12px;color: #999;padding:20px;border-left:3px solid #85b4e0; background: #f4f7fb;}
.articlecopyright a , .website-declare a{color:#666;}
/* 声明 */
.website-declare{text-align: center;}
.website-declare div{font-size: 14px;font-weight: normal;}
.website-declare div::before{content: '————';margin-right: 5px;}
.website-declare div::after{content: '————';margin-left: 5px;}
.website-declare p{font-size: 12px;color: #999;}
/* 提交收录 */
.writing {font-size:14px}
.writing h4{display:block;margin:0 0 10px 0;font-weight:bold;}
.writing h4::before{content: "";margin:0;}
.writing h4 span{font-weight:normal;font-size: 12px;margin-left: 10px;color:#999;}
.writing input,.writing select{padding:0 10px;height:36px;line-height:36px;border:.01rem solid #e6e6e6;}
.writing input{width:100%}
.writing label{margin-right: 30px;cursor: pointer;}
.writing .inpVerify{width:50%;}
.writing .inpVerify img{position:absolute;bottom:0;left:100%;width:108px;height:36px;cursor:pointer;}
.writing  pre{margin: 0!important;}
/* 插入图片 */
.upload-img , .websitemeta , .writing .inpVerify{position: relative;}
.upload-img form , .upload-img div{margin:0;padding:0;}
.upload-img input.read{padding:0 90px 0 10px;}
.writing  .productattrinput input{width:auto;height:auto;line-height: 150%;}
.writing .btnbox{position:absolute;right:0;bottom:0;width:80px;line-height:36px;background:#cacaca;color:#fff;text-align:center;}
.writing .btnbox:hover{background:#bdbdbd;}
/* 重叠 */
.upload-img .btn{position:absolute;right:0;bottom:0;z-index:9;margin:0;padding:0;height:36px;width:90px;border:0;background:0 0;opacity:0;cursor:pointer;}
/* 获取网站meta */
.websitemeta #metabtn{position:absolute;right:0;bottom:0;border:0; z-index: 9; background:#cacaca;color:#fff;width:80px;height:36px;cursor: pointer;}
.websitemeta #metabtn:hover{background:#bdbdbd;}
/* 重置编辑器 */
.writing .edui-default .edui-editor{z-index:9!important}
.writing .edui-default,.writing .edui-default div{margin:0;line-height:20px;}
.writing .edui-default table{margin:0;border-radius:0 0 1px 1px}
.writing .edui-default table td{padding:10px 15px 7px 15px;border-right:0;border-bottom:0;border-left:0}
/* 侧栏开始 */
.main-right{float:right;width:310px;margin:0;font-size:0;}
.function{margin:20px 0;}
.function_t{font-size:16px;padding:0 15px; line-height:40px;color:#666;  border-top:.01rem solid #ededed;border-left:.01rem solid #ededed;border-right:.01rem solid #ededed;}
.function_t::before{content: "";width:4px;height:16px; background: #ff4500;border-radius: 2px;position: relative; top:2.5px;  margin-right: 10px;  display: inline-block;}
/* 模块文章列表预设 */
.function_c{border:.01rem solid #ededed;}
.function_c div{font-size: 14px;padding:15px;}
.function_c ul{padding:0 0 15px 0;font-size: 0;}
.function_c li{margin-top:15px;line-height:150%;font-size: 14px;}
.function_c li a{padding:0 15px;}
/* 热门文章 */
.function_c li small , .list-a li small{position:relative;top:-.01rem;display:inline-block;margin-right:10px;width:18px;background:#cacaca;color:#fff;text-align:center;font-size:12px;line-height:18px}
.function_c ul li:nth-child(1) small , .list-a li:nth-child(1) small{background: #f44444!important;}
.function_c ul li:nth-child(2) small , .list-a li:nth-child(2) small{background:#ff8a40!important;}
.function_c ul li:nth-child(3) small , .list-a li:nth-child(3) small{background:#7cca4d!important;}
/* 商品推荐 */
.function_c .li-product{padding:15px 15px 0 15px;border-top: .01rem solid #ededed;}
.function_c .li-product:first-child {padding:0 15px;border:0;}
.function_c .li-product div , .function_c .li-product a{padding:0}
.function_c .li-product .pic{width:102px;height:77px;float: left;margin-right: 15px;}
.function_c .li-product .pic img {width:100%;height:100%;object-fit:cover;}
.function_c .list-pic-1-1 .pic{height:102px;}
.function_c .list-pic-3-4 .pic{height:136px;}
.function_c .li-product h2 {height:42px;font-weight:normal;font-size:14px;line-height:21px;white-space:normal}
.function_c .li-product .product-price {margin:15px 0 0 0;height: 20px;line-height: 20px;}
.function_c .li-product .product-price .price {font-size: 20px;}
.function_c .li-product .product-price img {height:18px;}
.function_c .li-product .product-price .price::before , .function_c .li-product .product-price .nullprice::before  {font-size: 16px;}
.function_c .li-product .product-price .nullprice , .function_c .li-product .product-price .free {font-size: 17px;}
.function_c .li-product .product-price .sales-volume {font-size: 12px;color:#999;} 
/* 分类模块 */
#divCatalog ul{padding:0;}
#divCatalog ul li{width:100%; line-height:36px;margin-top:0; position: relative;}
#divCatalog ul li:first-child{border-top: 0;}
#divCatalog ul li a{display: block;}
#divCatalog a:hover , #divCatalog a.current{background: #f2f2f2;color:#555; }
#divCatalog ul li .sub-show {position:absolute;padding:5px;right:0;top:0; cursor: pointer;color:#999;margin:0;z-index: 5;font-size: 12px;}    
#divCatalog ul li .sub-show::after{padding:0 6px; line-height: 26px; height: 26px; background: #fff; border:.01rem solid #ededed;box-sizing: border-box; display: block;content:"\f64e";font-family:uicons-regular-rounded;}
#divCatalog ul li .sub-hide::after{content:"\f5b7";}
#divCatalog ul li.current-li ul{display: block;}
#divCatalog ul li.current-li ul ul{display: none;}
#divCatalog ul li.current-li ul li.current-li ul{display: block;}
#divCatalog ul li.current-li ul li.current-li ul ul{display: none;}
#divCatalog ul li.current-li ul li.current-li ul li.current-li ul{display: block;}
#divCatalog ul ul{display: none;transition:top .5s;margin:10px;border:.01rem solid #ededed;box-shadow:0 1px 5px rgba(0,0,0,.1)}
/* 作者模块 */
#author div{text-align: center;}
#author .authorbg{position:relative;margin:0 0 50px 0;padding:0;}
#author .authorbg img{width:100%;height:auto;display: block;}
#author .authorbg .avatar{position:absolute;bottom:-40px;left:50%;z-index:9;margin-left:-40px;padding:5px;width:80px;height:80px;border-radius:50%;background:#fff}
#author .authorbg .avatar img{width:70px;height:70px;border-radius:50%}
#author h2 , #author p{font-size: 14px;padding:0 15px;text-align: center;}
#author p{line-height: 150%;margin:15px 0;}
#author .authorcount{padding:0;font-size: 0;border-top:.01rem solid #ededed;}
.authorcount div{ padding:10px 0;display: inline-block;color: #999;  line-height:150%;width:25%;font-size: 12px;border-right:.01rem solid #ededed;}
.authorcount div:nth-child(4) {border-right:0;}
.authorcount small{display:block;font-size: 16px;margin-bottom:5px;}
/* 关注我们 */
#follow div{text-align:center}
#follow div img{width:50%;height:auto;border:.01rem solid #ebebeb}
#follow div p{margin-top:15px;text-align:center;line-height:150%}
/* 广告模块 */
#sidebardiy .function_c{border:0;}
#sidebardiy div{padding:0;}
#sidebardiy div img{width:100%;display: block;}
/* 图标汇集 */
#divMisc ul li{display: inline-block;width:33.33333333%}
#divMisc ul li img{border:.01rem solid #ededed;width:100%;height:auto}
/* 网站标签和热门标签 2023-05-11 22:01:03*/
#divTags ul,#hottag ul,#randtag ul{padding:5px 10px 15px 10px}
#divTags ul li,#hottag ul li,#randtag ul li{display: inline-block;margin:10px 5px 0 5px;padding:0 5px;}
#divTags ul li a,#hottag ul li a,#randtag ul li a{ padding:0;}
#divTags ul li span,#hottag ul li span,#randtag ul li span{ font-size: 12px;color:#999;position: relative;top:-2px;}
/* 链接 */
#divArchives ul,#divAuthors ul,#divFavorites ul,#divLinkage ul,#divStatistics ul{font-size: 0;padding:0 0 15px 15px}
#divArchives ul li,#divAuthors ul li,#divFavorites ul li,#divLinkage ul li,#divStatistics ul li{width:50%;display: inline-block;}
#divArchives ul li a,#divAuthors ul li a,#divFavorites ul li a,#divLinkage ul li a,#divStatistics ul li a{padding:0 15px 0 0;}
#divCalendar caption{font-size:16px;line-height:40px}
#divCalendar table{width:100%;border-collapse:collapse;text-align:center}
#divCalendar div{margin:0 -.01rem -.01rem -.01rem;padding:0;}
#divCalendar thead tr{background:#87a9c5!important;color:#fff}
#divCalendar table td,#divCalendar table th{padding:8px 0;vertical-align:middle;text-align:center}
#divCalendar table th{border:.01rem solid #ebebeb}
#divCalendar table td{border:.01rem solid #ededed;color:#999}
/* 搜索 */
#divSearchPanel form{position:relative;width:100%}
#divSearchPanel input[type=text]{display:block;padding:.01rem 55px 0 5px;width:100%;height:36px;border:.01rem solid #ebebeb;line-height:36px}
#divSearchPanel input[type=submit]{position:absolute;top:0;right:0;width:50px;border:0;background:#ff4500;color:#fff;line-height:36px;cursor:pointer}
#divSearchPanel input[type=submit]:hover{background:#ff662e}
/* 控制面板 */
#divContorPanel div{text-align:center;}
#divContorPanel div a{display:inline-block;margin-top:10px;padding:0 15px;border:.01rem solid #ededed;border-radius:10px;background:#f7f7f7;line-height:30px}
#divContorPanel div a:hover{background:#ededed;color:#444;}
/* 网站评论 */
#comments .h3 span small{position: relative;top:-.01rem;  margin:0 2px; border-radius: 2px; font-size: 14px ; padding:2px;background:#4baa4e;color:#fff}
.compost{margin:0 0 20px 0;}
.compost .com_name span{display:inline-block;margin:0 20px 10px 0;line-height:21px;}
.compost .com_info{overflow:hidden;font-size: 0;position: relative;}
.compost .com_info li{position:relative; display: inline-block;font-size:14px;width:32%; margin:0 2% 20px 0 }
.compost .com_info li:nth-child(3){margin:0 0 20px 0;}
.compost .com_info li input{padding:0 10px;width:100%;border:.01rem solid #e6e6e6;line-height:36px;height:36px;}
.compost .com_info li img{position:absolute;top:0;left:100%;width:108px;height:36px;cursor:pointer;}
.compost .com_info textarea{display:block;margin-bottom:20px;font-size:14px;padding:10px;width:100%;border:.01rem solid #e6e6e6;}
.compost .com_info button,.writing button{display:inline-block;padding:0 30px;background:#ff4500;color:#fff;line-height:40px; font-size: 16px; border-radius: 20px;  cursor:pointer}
.compost .com_info button:hover , .writing button:hover{background:#ff662e}
.compost .com_info button::after , .writing button::after{line-height:1;position: relative; top:0rem;margin: 0 0 0 3px;content: ">";}
.comlist ul:nth-child(3){border-top:.01rem solid #ededed;}
.comlist ul{ border-bottom:.01rem solid #ededed;border-left:.01rem solid #ededed; border-right:.01rem solid #ededed;}
.comlist ul ul.bordertop{margin-top:0;}
.comlist ul ul{margin:0 15px 15px 5%;border:.01rem solid #ededed;box-shadow:0 1px 5px rgba(0,0,0,.1)}
.comlist ul p ul{margin:15px 0 0 0;}
.comlist li{display:block;overflow:hidden;padding:15px}
.comlist li:hover{background:#f4f7fb;}
.comlist .reply:hover{background: #fff;}
.comlist .reply li:hover{background:#f4f7fb;}
.comlist li.reply:hover{background: #fff;}
.comlist li img{float:left;width:39px;height:39px;border-radius:50%} 
.comlist li:hover img{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);transform:rotateZ(360deg)}
.comlist .reply:hover img , .comlist .reply .reply:hover img {-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);transform:rotateZ(0deg)}
.comlist .reply li:hover img , .comlist .reply .reply li:hover img {-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);transform:rotateZ(360deg)}
.comlist li .clbody{margin-left:50px}
.comlist li.reply{padding:0!important}
.clbody .cinfo{overflow:hidden}
.clbody .cinfo h5{float:left;font-weight:normal;font-size:14px;line-height:21px}
.clbody .cinfo span{float:right}
.clbody em{display:block;margin-bottom:10px;color:#999;font-style:normal;font-size:12px;line-height:18px}
.clbody p{line-height:150%}
.clbody .cinfo h5,.clbody .cinfo span a,.clbody p a,.compost .com_name a{color:#7494b4}
/* 评论打分 */
.comment-rating{display: inline-block;position: absolute; left:158px;bottom:2px;}
.comment-rating label{font-size: 24px; line-height: 1; padding:0 2px;color:#ffa42e; cursor: pointer; }
.comment-rating input{display: none;}
.comment-rating label::before{content: "\f4e0";font-family:uicons-regular-rounded;}
/* 点击添加类active */
.comment-rating label:hover ~ label , .comment-rating label.active ~ label{color:#e6e6e6;}
.comment-rating label.active-all{color: #ffa42e !important;}
/* 评论翻页 */
.comlist .pagebar{margin:10px 0 0 0;}
.comlist .pagebar .page{margin:10px 3px 0 3px;}
/* 页脚 */
footer{ position: relative;}
footer div.section:first-child{margin: 0 0 20px 0;}
/* footer div.section:last-child{margin: 0;} */
.footer{border-top:.01rem solid #e6e6e6;padding:15px 0 30px 0;font-size: 14px;color:#999;} 
.footer-logo{height:52px;float:left; padding:0 30px 0 0 ;margin:15px 30px 0 0 ;border-right:.01rem solid #444444;}
.footer img{height:52px;}
.footer-right{display: flow-root;}
.footer a{color:#999;}
.footer ul{line-height:150%;margin:15px -15px 0 0;}
.footer ul li{display:inline-block;margin-right:15px}
.footer p{margin:15px 0 0 0;line-height:150%;}
.gongan{position:relative;top:-2px;margin-right:2px;width:16px;height:16px}
/* 对比 */
.my-compare{position: fixed;z-index: 999;  bottom:0;left:0;right:0;display: block;overflow: hidden;height:180px;background: #fff;border-top:.01rem solid #e6e6e6; padding:20px 0;}
.my-compare-h-auto{height:180px;width:100%;display: block;overflow: auto;clear: both;padding:0;margin:0;background: #f7f7f7;}
.my-compare-title{line-height:24px;width:100%;display: block;margin:0 0 20px 0;position: relative; }
.my-compare-title h3{font-weight:normal;font-size:16px;display: inline-block;position: relative;}
.my-compare-title h3::before{content: ""; width:50%; height:2px;border-radius: 2px;background: #ff4500;display: inline-block;position: absolute;top:28px ;left:0;}
#my-compare-close{position:absolute;top:0;right:0;padding:0 10px;cursor: pointer;}
#my-compare-close::after{content: "\f36a";  line-height:1;position: relative; top:0.15rem;font-family:uicons-regular-rounded;}
.my-compare-left{float: left;}
.my-compare-list{font-size: 0;float: left;}
.my-compare-list li {font-size: 14px;display: inline-block;height:auto;width:300px;padding: 0 20px 0 0; border: .01rem solid #f2f2f2; vertical-align: top; position:relative; }
.my-compare-list li:first-child{margin:0 100px 0 0; }
.my-compare-list li:first-child::before{content:"PK";display: inline-block;position: absolute;right:-70px;top:20px;font-size: 36px;color:#e6e6e6;}
.my-compare-list li span{position:absolute;right:0;top:0;line-height: 90px;padding:0 10px;display: block;color:#999;cursor: pointer;}
.my-compare-list li span::before{content: "\f36a";  font-family:uicons-regular-rounded;}
.my-compare-list li span:hover{color:#555;}
/* .my-compare-list li p{font-size: 14px;margin:10px 0 0 0;line-height: 150%; text-align: center;padding:0 10px} */
.my-compare-list li .pic{float: left;width:120px;height:auto; margin:0 15px 0 0;}
.my-compare-list li .pic img{width:120px;height:90px;object-fit:cover;}
.my-compare-list li p{font-size: 14px;margin:23px 0 0 0;line-height: 150%; padding:0 10px}
.my-compare-button{float:right;margin:30px 0 0 0;}
.my-compare-button a{display:inline-block;padding:0 30px;background:#ff4500;color:#fff;line-height:40px; font-size: 16px; border-radius: 20px;  cursor:pointer}
.my-compare-button a:hover{background:#ff662e}
.my-compare-button a::after{line-height:1;position: relative; top:0rem;margin: 0 0 0 3px;content: ">";}

/* 对比详情页 */
.my-compare-content div , .my-compare-content p {margin:20px 0;line-height: 175%;}
.my-compare-content table{overflow:hidden;margin:20px 0;width:100%!important;max-width:100%!important;border-collapse:collapse;border-spacing:0}
.my-compare-content table td{padding:10px 15px;border:.01rem solid #e6e6e6;word-break:break-word;text-align: center;font-size: 14px;color:#666;width:40%; line-height: 175%;}
.my-compare-content table td p, .my-compare-content table td div{margin:0}
.my-compare-content table tr:nth-child(2n-1){background:#ededed;}
.my-compare-content table>thead>tr{background:#ebebeb;}
.my-compare-content table td img{max-width:200px;text-align: center;}
.my-compare-content table td.pt{text-align: right;font-weight: bold;color:#666;width:20%;}
.my-compare-content .pst{font-size: 16px;color:#666;}
.my-compare-content table tr.differ .pt{color:#252422; }
.my-compare-content table td[colspan="2"]{width:80%;}

/* 最大网页宽度1816px */
@media screen and (max-width:1816px){
    .main-width{padding:0 20px;}  
}
/* 最大网页宽度1536px */
@media screen and (max-width:1536px){
/* 目录 */
.allcategory{top: 60px; bottom: 0; width: 200px; left: -200px;border-right:.01rem solid #e6e6e6;background: #fff;}
.allcategory div{width:220px;}
.allcategory ul{width:200px;}
.allcategory ul{border:0;}
.allcategory ul li a{font-size: 14px;}
/* 目录按钮 */
.allcategory-button-h40{height:40px;width:100%;overflow: hidden;margin:0;padding:0; display: block;background: #f7f7f7;}
.allcategory-button{ position: fixed; top:68px;left:0; z-index: 99; display: block; padding:0 8px 2px 8px; line-height:20px; font-size: 14px;border-radius: 0 6px 6px 0; }
.allcategory-button::before{position: relative;font-size: 14px;content:"\f134";font-family: uicons-regular-rounded;margin:0 5px 0 0;top:.15rem;}
.f-hide-icon::before{content:"\f133";}
.allcategory-button span{display: block; position:absolute;left:0;top:0;right:0;bottom:0;z-index: 100;padding:0;}
.allcategory-button span::before{content: " ";}
.allcategory-button .f-hide{display: none;}
/* 主体 */
.main-left-220{margin-left: 0px; }
/* 图文列表 */
.list-it li{width:100%;margin:20px 0 0 0;}
.list-it li:first-child{margin:0;}
.list-it li:nth-child(2){margin:20px 0 0 0;}
/* 合作伙伴&友情链接 */
.links li{width:20%; }
}
/* 最大网页宽度1260px，在这里开始隐藏导航栏和搜索按钮 */
@media screen and (max-width:1260px){
.pc{display:none!important}
/* 手机版隐藏 */
.login,.nav,.nav li:hover ul,.search{display:none}
.login,.nav,.search{box-shadow:0 1px 5px rgba(0,0,0,.1);}
/* 手机版按钮 */
.button-box{display:block;height:60px;text-align:right;float: right;margin:0 -10px 0 0;overflow: hidden;font-size: 0;}
.button-box button{padding:0 10px;line-height:60px;font-size:14px;cursor:pointer;color:#2e2e2e;display: inline-block;}
.button-box button::before{display:block;font-family:uicons-regular-rounded;}
.button-box button#mnav::before{content:"\f59d"}
.button-box button#msearch::before{content:"\f6c6"}
.button-box button#muser::before{content:"\f80b"}
.button-box button:hover{color:#ff4500}
.login,.nav,.search{position:absolute;height:auto;top:60px;right:0;left:0;z-index:5;margin:0;width:100%;background:#fff;transition:top .5s}
.login , .search{padding:20px}
/* menu */
.head-menu{position:absolute;height:auto;top:60px;right:0;left:0;z-index:5;margin:0;width:100%;padding:0 10px;  background:#fff;transition:top .5s;box-shadow: 0 1px 5px rgba(0,0,0,.1);  float: none;display: none;} 
.head-menu{text-align: right;padding:10px;}
.head-menu div{line-height: 40px;height: 40px;}
.menu-user img{margin:0;}
.menu-user-menu{top:50px;}
/* 导航 */
.nav {overflow: auto;line-height:40px;max-height: calc(100vh - 60px);border-bottom:.01rem solid #e6e6e6;}
.nav li{width:100%;line-height:40px;height:auto;}
.nav li a:hover , .nav li.current-li a{color:#2e2e2e;}
.nav li .nav-show {position:absolute;right:0;top:0;padding:5px; cursor: pointer;margin:0 5px 0 0;z-index: 5;font-size: 12px;}
.nav li .nav-show::after{ position: static; content:"\f64e";padding:0 8px; line-height: 30px; height: 30px; border:.01rem solid #ededed;background:#fff; box-sizing: border-box; display: block;}
.nav li .nav-hide::after{content:"\f5b7";}
.nav li::before{border-bottom:0;}
.nav li a:hover , .nav li a.current , .nav li ul li.current-li a{background:#f2f2f2;}
.nav li.current-li ul{display: block;}
.nav li ul{position: static;top:0;margin:10px;box-shadow:none;} 
.nav li ul li:hover , .nav li ul li.current-li{background:#fff;}
.nav li ul li{border-top:0;}
/* 通用列表 */
.list-four li , .list-five li{width:49%;}
.list-four li:nth-child(3) , .list-five li:nth-child(3) , .list-five li:nth-child(5){margin:20px 2% 0 0;}
.list-four li:nth-child(2n) , .list-four li:nth-child(4) , .list-five li:nth-child(2n) , .list-five li:nth-child(4){margin:20px 0 0 0;}
.list-four li:nth-child(2) , .list-four li:nth-child(2){margin:0}

/* 两栏文章列表 */
.twocolumn div.section , .twocolumn div.section:nth-child(2){width:100%;margin:20px 0 0 0;}
.twocolumn div.section:first-child{margin:0}
.list-partner li {width:20%; }
}
/* 最大宽度980px */
@media screen and (max-width:980px){
/* 主体 */
.about .h3 , .about .section-big-more{ text-align: center;}
.section-big .h3 h3::before {left:25%;}
.about .fui-video{margin:30px 0 0 0;}
.section-big-l-480 {width: calc(100%);padding:0;}
.section-big-480 { width: 100%;}
/* 壁炉系列 */
.list-series li:first-child{border-top:0;padding:0;}
.list-series li .pic-box , .list-series li:nth-child(2n) .pic-box{width:100%;float: none;}
.list-series li .intro-box , .list-series li:nth-child(2n) .intro-box {float: none;padding: 30px 0 0 0;vertical-align: top; width: calc(100%);}
.list-series-av{text-align: center;}
/* 主体 */
.main-left{margin:0;width:100%;} 
.main-right{margin:-20px 0 0 0;width:100%;} 
/* 重置编辑器——多图上传 */
#edui_fixedlayer .edui-dialog-body{padding:2px .01rem 0 .01rem!important;}
#edui_fixedlayer .edui-dialog-titlebar , #edui_fixedlayer .edui-dialog-foot{background: transparent!important;}
#edui_fixedlayer .edui-dialog-content{max-height:400px!important;max-width:350px!important;position: relative;}
#edui_fixedlayer .edui-dialog-content::before{ content: ""; position: absolute;left:7px;top:0; width:125px;height:38px; border-bottom: .01rem solid #cccccc;  display: block; background: #fff;z-index: 99;}
/* 预约表单 */
.fui-form-four .form-group{width:48%;margin:20px 4% 0 0;  }
.fui-form-four .form-group:nth-child(2n){width:48%;margin:20px 0 0 0;}
/* 对比 */
.my-compare{height:157px;}
.my-compare-h-auto{height:157px;}
.my-compare-list li {width:240px;}
.my-compare-list li:first-child{margin:0 80px 0 0; }
.my-compare-list li:first-child::before{right:-60px;top:13px;font-size: 30px;}
.my-compare-list li span{line-height: 67px;}
.my-compare-list li .pic{width:89px; margin:0 5px 0 0;}
.my-compare-list li .pic img{width:89px;height:67px;}
.my-compare-list li p{margin:10px 0 0 0;}
.my-compare-button{margin:13px 0 0 0;}


}

@media screen and (max-width:720px){

.about-num {padding:0;border-top:0;}
.about-num li{font-size: 12px;}
.about-num li small{font-size: 16px;}
/* 壁炉系列 */
.list-series-av {margin:-20px 0 0 0;}
.list-series-av div {width:22%; margin:20px 4% 0 0;font-size: 12px;}
.list-series-av div:nth-child(4n) {width:22%; margin:20px 0 0 0;}
.list-series-av div::before{width:60px; height:60px; line-height:60px; font-size: 30px; }
/* 左右 */
.section-big-p50 , .section-big-p50:nth-child(2){width:100%;margin:0 ;}
.section-big-p50:nth-child(2){margin:30px 0 0 0;}
/* 图文列表 */
.list-it li h2{height:48px; white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.list-it li .pic{width:152px;height:114px}
.list-it-1-1 li , .list-it-1-1 li .pic{height:152px}
.list-it-3-4 li , .list-it-3-4 li .pic{height:203px}
.list-it li p{display: none;}
.list-it-3-4 li p{display: block;}
/* 合作伙伴&友情链接 */
 .links li{width:33.333333%; } 
/* 聚合搜索 */
.content h1{font-size:20px}
.article-extend h1 {margin:20px 0 0 0;text-align:center; }
.article-extend .info , .article-extend .tags , .article-extend .productattr , .article-extend .article-extend-button{text-align:center;}
.article-extend img{float:none}
.article-extend .mainimages{text-align:center; width:100%;}
.article-extend .mainimages img{max-width:360px;}
.article-extend-product{width:100%;padding:0;}
/* 翻页 */
.turn li{width:100%}
.turn li:nth-child(2){margin:20px 0 0 0;}
.list-a li{font-size:14px;}
.notice .list-a { padding: 5px 0 10px 0;}
.notice .list-a li{width:100%; margin:5px 0 0 0;font-size:12px;}
.notice .list-a li:nth-child(2n){ margin:5px 0 0 0;}
/* 对比 */
.my-compare{height:305px;}
.my-compare-h-auto{height:305px;}
.my-compare-left , .my-compare-list{float:none;}
.my-compare-list li {width:100%;  float:none;display: block;overflow: hidden;}
.my-compare-list li:first-child{margin:0 0 20px 0; }
.my-compare-list li:first-child::before{ display: none;}
.my-compare-list li span{line-height: 67px;}
.my-compare-list li .pic{width:89px; margin:0 5px 0 0;}
.my-compare-list li .pic img{width:89px;height:67px;}
.my-compare-list li p{margin:10px 0 0 0;}
.my-compare-button{margin:20px 0 0 0;float:none;text-align: center;}

/* 对比 */
.my-compare-content table td img{max-width: 100%;}
}
@media screen and (max-width:480px){

/* 面包屑导航 */
.breadcrumb{text-align: left;}
.breadcrumb h3{display: none;}
/* 当前分类子分类 */
/* .subcategorys{padding: 0 5px 15px 5px;} */
/* .subcategorys ul{padding:15px 0 0 40px;} */
.subcategorys span , .subcategorys li{margin:0 10px;font-size: 14px;}
/* tab */
.content-tab li{margin:0 15px; }
.content-tab li:first-child{margin:0 15px 0 0;}
/* 图文列表 */
.list-it li .pic{width:148px;height:111px;}
.list-it-1-1 li , .list-it-1-1 li .pic{height:148px}
.list-it-3-4 li , .list-it-3-4 li .pic{height:197px}
.list-it li h2 {height:45px;font-size: 14px;line-height: 21px;}
/* 通用列表 */
.list-four li , .list-five li{width:48%;margin:20px 4% 0 0; }
.list-four li:first-child , .list-five li:first-child{margin:0 4% 0 0;}
.list-four li:nth-child(3) , .list-five li:nth-child(3) , .list-five li:nth-child(5){margin:20px 4% 0 0;}
.list-four li:nth-child(2n) , .list-five li:nth-child(2n){margin:20px 0 0 0;}

/* 图片列表文字 */
.list-pic li h2{height:45px;font-size: 14px;line-height: 21px;}
.list-pic li .info .timeicon , .list-pic li .product-price .sales-volume{display: none;}
.list-pic li .product-price{height: 20px;line-height: 20px;}
.list-pic li .info .timeicon , .list-pic li .product-price .sales-volume{display: none;}
.list-pic li .product-price img{height:18px;}
.list-pic li .product-price .price , .function_c .li-product .product-price .price{font-size: 16px;}
.list-pic li .product-price .nullprice::before{font-size: 16px;}
.list-pic li .product-price .nullprice , .list-pic li .product-price .free{font-size: 17px;}
/* 发展历程 */
.history li{font-size: 14px;}
/* 友情链接 */
.links li{width:50%; }
.links li{padding:0 5px 0 15px;}
.links li:nth-child(2n){padding:0 15px 0 5px;}
/* 轮播图 */
.slides p{padding:20px 10px 10px 10px}
.slides p a{width:70%}
.slides_tabs{right:10px;bottom:19px}
/* 纯标题列表 */
.list-a li{white-space:normal}
/* 商品属性 */
.product-info .parameter-li , .product-parameter .parameter-li{width:100%;}
/* info */
.info{font-size: 12px;}
.list-pic li .info{  line-height: 18px;}
/* 反馈 */
/* .feedback{left:15px;margin:-200px 0 0 0; width: -webkit-calc(100% -30px);width: -moz-calc(100% - 30px);width: calc(100% - 30px); } */
/* 评论 */
.compost .com_info li{width:100%; margin:0 0 20px 0 }
.compost .com_info li.inpVerify{width:50%;}
.comlist ul ul{margin:0 10px 10px 5%;}
.comlist ul p ul.bordertop{margin:10px 0 0 0;}
.comlist li{padding:10px}
/* 相同系列 */
.article-related-series li p{font-size: 12px;}
/* 评论打分 */
.comment-rating{position:initial;width:100%;margin:0 0 15px 0;}
.comment-rating label{font-size: 20px; }
/* 页脚 */
.footer{font-size: 12px;} 
.footer-logo{ padding:0 20px 0 0 ;margin:15px 20px 0 0 ;}
.fui-form-pop{
    width:300px;top:50%;left:50%;margin:-150px 0 0 -150px;color:#322e2a;}
}
/* 夜间模式 */
/* body.colorful {background: #2e2e2e; color:#e6e6e6; } */

body.colorful header ,  body.colorful .login , body.colorful .search{background:#252422; border-bottom:0;}
body.colorful header a{color:#d9d9d9;}
/* body.colorful header a:hover{color:#ff4500;} */
body.colorful .logo{color:#d9d9d9;}
/* body.colorful .logo img{filter: brightness(100%);}  */
/* 登录 */
body.colorful .login{color:#d9d9d9;}
body.colorful .login a{border-left:.01rem solid #444}
body.colorful .login a:first-child{border:0;}
/* 搜索 */
body.colorful .search input{border:.01rem solid #363533;background:#252422;color:#fff;}
body.colorful .search button , body.colorful .clearsearch{color:#d9d9d9;}
/* 快捷菜单 */
body.colorful .menu-user-menu{background:#252422;border:0;box-shadow:0 3px 5px rgba(0,0,0,.2);}
body.colorful .menu-user-menu li:last-child{border-top:1px solid #363533;}
/* 导航 */
body.colorful .nav li ul{background:#252422;border:0;}
body.colorful .nav li .nav-show::after{color:#666;}
body.colorful .nav li ul li{border-top:.01rem solid #363533;}
body.colorful .nav li ul li:first-child {border-top:0;}
body.colorful .nav li a:hover {color:#d9d9d9;}
body.colorful .nav li.current-li ul li a{color:#d9d9d9;}
body.colorful .nav li ul li:hover , body.colorful .nav li ul li.current-li{background:#302f2c;}
/* body.colorful .nav li ul li:hover a, body.colorful .nav li ul li.current-li a{color:#ff4500;} */
/* 多国语言切换 */
body.colorful .language-box{background:#252422; }
body.colorful .language-default{color:#d9d9d9;}
body.colorful .language-type{background:#252422;border:0;box-shadow:0 1px 5px rgba(0,0,0,.1)}
body.colorful .language-type li{border-top:.01rem solid #32312f;}
body.colorful .language-type li:hover , .language-type li.current{background:#32312f;color:#fff;}
/* body.colorful .language-type li a{display:block;padding:0 20px;} */

/* 重置背景 */
body.colorful .allcategory {border-right:0;background:#252422;color:#d9d9d9;}
body.colorful .allcategory ul ul {border:.01rem solid #32312f;}
body.colorful .allcategory a{color:#d9d9d9;}
body.colorful .allcategory a:hover , body.colorful .allcategory a.current{background: #32312f;color:#cccccc; } 
body.colorful .allcategory ul li .sub-show::after {border:.0;background:#252422; }
/* 重置页脚 */
body.colorful footer div.footer{background:#252422;border:0;}
body.colorful footer div.footer , body.colorful footer div.footer a{color:#d9d9d9;}
/* 最大网页宽度1280px */
@media screen and (max-width:1536px){
body.colorful .allcategory-button{background:#252422;color:#d9d9d9; border-top:0;border-right:0;border-bottom:0;}
body.colorful .allcategory-button::before{color:#d9d9d9; }
}
/* 最大网页宽度1260px */
@media screen and (max-width:1260px){
body.colorful .login, body.colorful .nav, body.colorful .search , body.colorful .head-menu{background:#252422;box-shadow:0 3px 5px rgba(0,0,0,.2);}
body.colorful .nav{border-bottom:.01rem solid #444;}
body.colorful .nav li .nav-show::after{border:.01rem solid #32312f;background:#252422;color:#999;}
body.colorful .nav li a:hover , body.colorful .nav li a.current , body.colorful .nav li ul li.current-li a{background:#32312f;}
body.colorful .nav li a:hover , body.colorful .nav li.current-li a{color:#d9d9d9;}
body.colorful .nav li ul{border:1px solid #363533;}
body.colorful .nav li ul li:hover , body.colorful .nav li ul li.current-li{background:#32312f;}
body.colorful .nav li ul li{border-top:0;}
body.colorful .button-box button{color:#d9d9d9;}
}