﻿/*
 * 作品依赖：Z-BlogPHP
 * 作品 ID ：fui_store
 * 前端框架：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;}
body{background: #fff; color:#333;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:#333;text-decoration:none;transition:all .15s ease 0s}
a:hover{color:#0069cc;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%!important;height:auto!important}
video::-internal-media-controls-download-button{display:none}
video::-webkit-media-controls-enclosure{overflow:hidden}
video::-webkit-media-controls-panel{width:calc(100%)}
.clear{clear:both}
.center{text-align:center}
.left{float:left}
.right{float:right}
/* pc版隐藏 */
.button-box,.clearsearch , .allcategory-button{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; } 
/* logo和标题 */
.logo{margin:20px 0;float: left;}
.logo img{height:20px;display: block;}
.name{float: left;white-space:nowrap;font-size:18px;line-height:60px;margin:0 0 0 10px;}
/* head-menu */
.head-menu {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;}
.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 0 0 30px;}
.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:10px 0 0 10px;height:40px;width:40px;vertical-align:top;}
.menu-user-menu{position:absolute;top:60px;z-index:5;right:0; padding:10px 20px; display: none; background:#fff;transition:top .5s;border:.01rem solid #ededed;box-shadow:0 1px 5px rgba(0,0,0,.1)}
.menu-user-menu li{line-height: 36px;text-align: left;width:100%;white-space: nowrap;}
.menu-user-menu li i{margin: 0 5px 0 0;}
.menu-user-menu li a{display: block;}
.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 a:hover{color:#333;}
.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 #0069cc;transition: all .2s;}
.nav li.current-li::before , .nav li:hover::before {left:25%;width: 50%;}
/* .nav li.current-li a{color:#0069cc;} */
.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:36px;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:#333;} */
.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;}
/* 白天和夜间模式按钮 */
.dayandnight{float:right; height:60px; margin: 0 -8px 0 22px; text-align:right;position: relative;z-index: 1;}
.dayandnight button{color:#333;line-height:60px;height:60px; border:0;font-size:14px;cursor:pointer;}
.dayandnight button::before{font-family:uicons-regular-rounded;display: block; padding:0 10px;}
.dayandnight button.day::before{content:"\f768"}
.dayandnight button.night::before{content:"\f5cc"}
/* 多国语言切换 */
.language-box{ float:right; position:relative}
.language-default{line-height:60px;height:60px;font-size:14px;cursor:pointer; margin: 0 0 0 30px;}
/* .language-default span{line-height:58px;} */
.language-default i::after{position: relative; content:"\f287";font-family:uicons-regular-rounded;margin:0 0 0 2px;}
.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{width:100%;line-height:38px;white-space:nowrap;border-top:.01rem solid #ededed;margin:0;}
.language-type li:first-child{border-top: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;}
.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:#0069cc;}
.dayandnight ,.login,  .search {border-bottom:.01rem solid #e6e6e6; }
.main{position: relative;padding-top:60px;min-height: calc(100vh - 60px);overflow: hidden;}
.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:26px;position: relative;}
.allcategory ul li:first-child{border-top: 0;}
.allcategory ul li a{display: block;padding:5px 20px;}
.allcategory a:hover , .allcategory a.current{background: #f2f2f2;color:#555;}
.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: 26px; height: 26px; 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;}
/* 主体开始 */

.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:100%; height:2px;border-radius: 2px;background: #0069cc;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:hover{color:#555}
/* 切换 */
.content-tab {line-height:40px;width:100%;display: block; margin:0 0 20px 0;border-bottom:.01rem solid #e6e6e6;}
.content-tab li{font-weight: normal;font-size: 14px; display: inline-block;padding:0 0 10px 0;margin:0 20px; position: relative;cursor: pointer;}
.content-tab li:first-child{margin:0 20px 0 0;}
.content-tab li::before{content: "";left:50%; width:0; height:2px;border-radius: 2px;background: #0069cc;display: inline-block;position: absolute;top:49px ;transition: all .2s;}
.content-tab li.act_active::before , .content-tab li:hover::before{left:25%; width:50%;}
.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;margin:20px 0;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:20px;bottom:24px;left:0;z-index:9;text-align:right;font-size:0}
.slides_tabs li{display:inline-block;margin:0 5px}
.slides_tabs li.slides_here a{padding:0 8px;background:rgba(0,105,204,.8)}
.slides_tabs li a{display:inline-block;padding:0 4px;border-radius:5px;background:rgba(255,255,255,.8);font-size:0;line-height:6px}
/* 当前位置 */
.breadcrumb{font-size:14px;color:#999; line-height:150%;margin:20px 0 0 0; border-bottom:.01rem solid #ededed;padding:0 0 10px 0;}
.breadcrumb i{margin:0 5px;font-size: 12px;}
.breadcrumb i::before{content: "\f130";font-family:uicons-regular-rounded;position: relative;top:0.1rem;}
.breadcrumb a {color:#999}
.breadcrumb a:hover {color:#0069cc}
/* 当前分类子分类 */
.subcategorys{padding: 0 0 15px 0;border:.01rem solid #e6e6e6;}
.subcategorys ul{padding:15px 0 0 50px; position: relative;font-size: 0;}
.subcategorys li{display: inline-block;margin:0 10px;line-height:175%;font-size: 14px;}
.subcategorys li:first-child{position:absolute;left:0;top:15px;color:#999; padding:0 5px; }
.subcategorys li a{display: block;padding:0 5px;}
.subcategorys li a.current , .subcategorys li:hover a , .subcategorys li a.current::before , .subcategorys li:hover a::before{color:#0069cc;}
.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 0 15px 0;}
.list-a li{display:list-item;margin-top:15px;padding:0 15px;font-size:14px;line-height:150%}
.list-a li span{float:right;font-size: 12px;color:#999;}
/* 图文列表 */
.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;width:23.5%; margin:20px 2% 0 0; padding:0 0 15px 0;border:.01rem solid #f2f2f2;}
.list-pic li:first-child,.list-pic li:nth-child(2),.list-pic li:nth-child(3){margin:0 2% 0 0;}
.list-pic li:nth-child(4n){margin:20px 0 0 0;}
.list-pic li:nth-child(4){margin:0;}
.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 .price{font-size: 22px;}
.list-pic li .product-price .price::before , .list-pic li .product-price .nullprice::before{font-size: 16px;}
.list-pic li .product-price .nullprice , .list-pic li .product-price .free{font-size: 19px;}
.list-pic li .product-price .oldprice , .list-pic li .product-price .sales-volume{font-size: 12px;color:#999;} 
/* 合作伙伴 */
.partner{font-size: 0; } 
.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, .partner li:hover , .turn 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 #0069cc;background:#0069cc;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 ,.article-related-product 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.1em;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:#0069cc}
/* 文章扩展 */
.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 .qrcode{width:160px;}
.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;}
/* 服务承诺 */
.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{font-size: 0;}
.article-extend-product .product-info{margin:20px 0;padding:0 0 20px 0;border-top:.01rem solid #e6e6e6;border-bottom:.01rem solid #e6e6e6;}
.content-content .product-info{margin:-20px 0 0 0;}
.product-info dl{display: inline-block;width: 49%;font-size: 14px;line-height: 175%;vertical-align: top;margin: 20px 2% 0 0;}
.product-info dl:nth-child(2n){margin: 20px 0 0 0; }
.product-info dl dt{display: block;font-weight: bold;font-size: 14px; }
.product-info dl dd{ color: #666; }
.product-info dl .info-a{margin:0 -20px 0 0;}
.product-info dl .info-a a{margin:0 20px 0 0;display: inline-block;}
.product-info dl img{width:20px;height:20px;vertical-align:middle;border:0;position: relative;top:-2px;display: inline-block;}
.product-info dl .telicon::before , .product-info dl .emallicon::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 dl .telicon::before {content:"\f744";color:#3d8bbb;}
.product-info dl .emallicon::before{content:"\f579";color:#d1c143;}
.product-info dl .author-qrcode{position:relative;}
.product-info dl .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 dl .author-qrcode:hover .author-qrcode-img{display: block;}
.product-info dl .author-qrcode .author-qrcode-img img{width:120px;height:120px;display: block;border: .01rem solid #ebebeb;}
/* 相同系列列表 */
.article-related-product{font-size: 0;overflow-x: scroll;overflow-y: hidden;scrollbar-width: none; -ms-overflow-style: none;    /* 为移动端添加滑动支持 */
    -webkit-overflow-scrolling: touch;
    /* 确保在调试模式下也能滚动 */
    scroll-behavior: smooth;}
.article-related-product::-webkit-scrollbar { display: none;}
.article-related-product ul{min-width: 600px;}
.article-related-product 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-product li:hover , .article-related-product li.current{border: .01rem solid #ffd399; background: #fff4e6;}
.article-related-product li:nth-child(6n){margin:0 0 20px 0;}
.article-related-product li p{font-size: 14px;margin:10px 0 0 0;  text-align: center;padding:0 10px;line-height: 1.5;height:42px;}
.article-related-product li .pic{position:relative;width:100%;padding-top:75%;}
.article-related-product li .pic img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
/* jiage */
.product-price{margin:20px 0;font-size:0;height: 24px;line-height: 24px;}
.product-price span{display: inline-block;vertical-align: middle;}
.product-price .price{color:#e60000;font-size: 24px;font-weight: bold;font-family: verdana,arial;}
.product-price .price::before , .product-price .nullprice::before{content:"￥";font-size: 18px;margin-right: 2px;font-weight: normal;position:relative;font-family: verdana,arial;}
.product-price .nullprice::before {top:2px;}
.product-price .nullprice{color:#e60000;font-size: 21px;font-weight: bold;}
.product-price .free{color:#189d2f;font-size: 21px;font-weight: bold;}
.product-price .oldprice{color:#999;font-size:14px;  text-decoration: line-through;margin-left:10px;}
.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-extend-button{line-height:36px;margin:-20px -10px 0 -10px ;font-size: 0;}
.article-extend-button a{display:inline-block;margin:20px 10px 0 10px;font-size: 14px;  padding: 0 20px;color:#fff;border-radius: 5px;vertical-align: bottom;}
.article-extend-button a.website{background: #e60000;}
.article-extend-button a.website:hover{background: #fa0000;color:#fff;}
.article-extend-button a#my-cart{background: #f9a806;}
.article-extend-button a#my-cart:hover{background: #f9b11f;color:#fff;}
.article-extend-button a#website-qrcode{background: #cacaca;}     
.article-extend-button a#website-qrcode:hover{background: #bdbdbd;color:#fff;}  
.article-extend-button a::after{line-height:1;position: relative; top:0.1rem;font-family:uicons-regular-rounded;}
.article-extend-button a.website::after{content:"\f130"; margin:0 0 0 3px;}
.article-extend-button a#my-cart::after{content:"\f6e2"; margin:0 0 0 5px;}
.article-extend-button a#website-qrcode::after{content:"\f5b9";}
/* 二维码 */
#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: #0069cc;}
#message-feedback:hover{background: #0077e6;color:#fff;}
#message-feedback::after{content:"\f334"; margin:0 0 0 5px;}
#feedback-box{position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.7); z-index: 999; width: 100%; height: 100%;display:none;}
.feedback{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:480px;height:auto;max-height: 100vh;padding:15px 20px 20px 20px;font-size:14px;background:#fff;color:#333;box-shadow:0 3px 5px rgba(0,0,0,.05);overflow-y: auto;}
.feedback #hide-feedback{position: absolute; top:3px; right:3px;}
.feedback #hide-feedback::after{position: relative; top:0;font-size: 18px;font-family:uicons-regular-rounded;}
.feedback #hide-feedback::after{width:40px;line-height: 40px;text-align: center;display: inline-block;cursor:pointer;content: "\f36a";}
.feedback h4{line-height: 150%;}
.feedback .feedbacktip{margin:20px 0 0 0;line-height: 150%;padding:15px; background:#eff9eb;color:666; border-radius: 5px;}
.feedback .form-group{width:100%;font-size:0;position:relative; margin:20px 0 0 0;}
.feedback .form-group input[type="text"]{padding:0 10px;font-size: 14px;width:100%;border:.01rem solid #e6e6e6;line-height:36px;height:36px;}
.feedback .mt0{margin:0;}
.feedback .form-group label{width:50%;margin:20px 0 0 0;font-size: 14px;display: inline-block;vertical-align:top;cursor:pointer;}
.feedback .form-group textarea{display:block;height:80px; padding:10px;width:100%;border:.01rem solid #e6e6e6;}
.feedback .form-group textarea::placeholder{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}
.feedback .fui_verfiycode input[type="text"]{padding:0 110px 0 10px;}
.feedback .fui_verfiycode img{position:absolute;top:2px;right:2px;width:102px;height:32px;cursor:pointer;}
.feedback .btn button{display:inline-block;text-align: center;padding:0 20px;background:#0069cc;color:#fff;line-height:36px; border-radius: 5px; cursor:pointer}
.feedback .btn button::after {line-height: 1;position: relative;margin: 0 0 0 3px;content: ">";}
.feedback .btn:hover button{background:#0077e6}
/* 文章 */
.article{font-size:14px;}
.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.1em;margin-right:.5em;color:red;content:"\f28a";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;border-top:.01rem solid #ededed;border-left:.01rem solid #ededed;border-right:.01rem solid #ededed;}
.function_t::before{content: "";width:4px;height:16px; background: #0069cc;border-radius: 2px;position: relative; top:2.5px;  margin-right: 10px;  display: inline-block;}
/* 模块文章列表预设 */
.function_c{border:.01rem solid #ededed;overflow: hidden;}
.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 .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 .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 .oldprice , .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:#0069cc;color:#fff;line-height:36px;cursor:pointer}
#divSearchPanel input[type=submit]:hover{background:#0077e6}
/* 控制面板 */
#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 20px;background:#0069cc;color:#fff;line-height:36px; border-radius: 5px;  cursor:pointer}
.compost .com_info button:hover , .writing button:hover{background:#0077e6}
.compost .com_info button::after , .writing button::after{line-height:1;position: relative; top:0.1rem;margin: 0 0 0 3px;content: "\f130";font-family:uicons-regular-rounded;}
.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:128px;bottom:2px;}
.comment-rating label{font-size: 24px; line-height: 1; padding:0 2px;color:#f5ca0a; 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: #f5ca0a !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:5px 0 20px 0;font-size: 14px;color:#999;} 
.footer a{color:#999;}
.footer ul{line-height:150%;margin:15px 0 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}
/* 最大网页宽度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{position: fixed; z-index: 99; top:120px;left:0; background: #fff;padding:10px 5px 3px 3px; border-top:.01rem solid #e6e6e6;border-right:.01rem solid #e6e6e6;border-bottom:.01rem solid #e6e6e6;letter-spacing:2px;  height:auto; writing-mode: tb-rl;display: block;font-size: 14px;letter-spacing:5px;}
.allcategory-button::before{position: relative; left:0.05rem; margin-bottom:2px;font-size: 12px;content:"\f134";font-family: uicons-regular-rounded;}
.f-hide-icon::before{content:"\f133";}
.allcategory-button span{display: block; position:absolute;left:0;top:0;right:0;bottom:0;z-index: 100;}
.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;}
/* 合作伙伴&友情链接 */
.partner li , .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;}
.button-box button{padding:0 10px;line-height:60px;font-size:14px;cursor:pointer;}
.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:#0069cc}
.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:36px;max-height: calc(100vh - 60px);border-bottom:.01rem solid #e6e6e6;}
.nav li{width:100%;line-height:36px;height:auto;}
.nav li a:hover , .nav li.current-li a{color:#333;}
.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 6px; line-height: 26px; height: 26px; 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;}
.dayandnight{padding:0;margin:0;}
/* 语言设置 */
.language-default{margin: 0 ;padding:0 10px;}
.language-default span{display: none;}
.language-default i::after{content:"\f84c"; margin:0;}
/* 图片列表 */
.list-pic li{width:49%; margin:20px 2% 0 0; }
.list-pic li:nth-child(3){margin:20px 2% 0 0;}
.list-pic li:nth-child(2n) , .list-pic li:nth-child(4){margin:20px 0 0 0;}
.list-pic 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}
}
/* 最大宽度980px */
@media screen and (max-width:980px){
/* 主体 */
.main-left{margin:0;width:100%;} 
.main-right{margin:-20px 0 0 0;width:100%;} 
.function_t{padding:0; border:0;}
/* 重置编辑器——多图上传 */
#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;}
}
@media screen and (max-width:720px){
    /* 图文列表 */
.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;}
/* 合作伙伴&友情链接 */
.partner li , .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:480px;}
.article-extend-product{width:100%;padding:0;}
/* 翻页 */
.turn li{width:100%}
.turn li:nth-child(2){margin:20px 0 0 0;}
}
@media screen and (max-width:480px){
/* 当前分类子分类 */
.subcategorys{padding: 0 5px 15px 5px;}
.subcategorys ul{padding:15px 0 0 40px;}
.subcategorys li{margin:0 10px;font-size: 14px;}
/* tab */
.content-tab li{margin:0 10px; }
.content-tab li:first-child{margin:0 10px 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: 15px;line-height: 22.5px;}
/* 图片列表 */
.list-pic li h2{height:45px;font-size: 15px;line-height: 22.5px;}
.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 .product-price .price{font-size: 20px;}
.list-pic li .product-price .price::before , .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;}
/* 友情链接 */
.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 dl{width:100%;margin:20px 0 0 0;}
/* 相同系列 */
.article-related-product li p{font-size: 12px;padding:0 7px;height:36px;}
/* info */
.info{font-size: 12px;}
/* 评论 */
.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}
/* 评论打分 */
.comment-rating{position:initial;width:100%;margin:0 0 15px 0;}
.comment-rating label{font-size: 20px; }
/* 页脚 */
.footer{font-size: 12px;} 
}
/* 夜间模式 */
body.fuinight {background: #333; color:#e6e6e6; }
body.fuinight img{filter:brightness(90%);}
body.fuinight a{color:#e6e6e6;}
body.fuinight a:hover{color:#0069cc;}
body.fuinight header , body.fuinight .dayandnight , body.fuinight .login , body.fuinight .search{background: #333; border-bottom:.01rem solid #444;}
body.fuinight .logo{color:#e6e6e6;}
body.fuinight .logo img{filter: brightness(100%);} 
body.fuinight .dayandnight button{color:#e6e6e6;}
/* 登录 */
body.fuinight .login{color:#e6e6e6;}
body.fuinight .login a{border-left:.01rem solid #444}
body.fuinight .login a:first-child{border:0;}
/* 搜索 */
body.fuinight .search input{border:.01rem solid #444;background: #333;color:#e6e6e6;}
body.fuinight .search button{color:#e6e6e6;}
/* 快捷菜单 */
body.fuinight .menu-user-menu{background:#333;border:.01rem solid #3d3d3d;box-shadow:0 3px 5px rgba(0,0,0,.2);}
body.fuinight .menu-user-menu li:last-child{border-top:1px solid #3d3d3d;}
/* 导航 */
body.fuinight .nav li ul{background:#333;border:.01rem solid #3d3d3d;}
body.fuinight .nav li .nav-show::after{color:#555;}
body.fuinight .nav li ul li{border-top:.01rem solid #3d3d3d;}
body.fuinight .nav li ul li:first-child {border-top:0;}
body.fuinight .nav li a:hover , body.fuinight .nav li.current-li ul li a{color:#e6e6e6;}
body.fuinight .nav li ul li:hover , body.fuinight .nav li ul li.current-li{background:#3d3d3d;}
/* 多国语言切换 */
body.fuinight .language-type{background:#333;border:.01rem solid #3d3d3d;box-shadow:0 3px 5px rgba(0,0,0,.2);}
body.fuinight .language-type li{border-top:.01rem solid #3d3d3d;}
body.fuinight .language-type li:first-child{border-top:0;}
body.fuinight .language-type li:hover , body.fuinight .language-type li.current{background:#3d3d3d;}
/* 当前位置 */
body.fuinight .breadcrumb{border-bottom:.01rem solid #444;color:#777;}
body.fuinight .breadcrumb a {color:#777;}
body.fuinight .breadcrumb a :hover{color:#0069cc}
/* 重置背景 */
body.fuinight .allcategory {border-right:.01rem solid #444;background: #333;}
body.fuinight .allcategory ul ul, body.fuinight #divCatalog ul ul, body.fuinight .list-a , body.fuinight .function_c , body.fuinight .list-it li , body.fuinight .list-pic li , body.fuinight .partner li , body.fuinight .links, body.fuinight .turn li {border:.01rem solid #3d3d3d;}
body.fuinight .allcategory a:hover , body.fuinight .allcategory a.current , body.fuinight #divCatalog a:hover , body.fuinight #divCatalog a.current{background: #3d3d3d;color:#cccccc; } 
body.fuinight .allcategory ul li .sub-show::after ,body.fuinight #divCatalog ul li .sub-show::after{border:.01rem solid #3d3d3d;background: #333;}
body.fuinight .article-related-product li{border: .01rem solid #3d3d3d; }
body.fuinight .article-related-product li:hover , body.fuinight .article-related-product li.current{border: .01rem solid #3b322b; background: #433932;}
/* 当前分类子分类 */
body.fuinight .subcategorys {border:.01rem solid #444;}
body.fuinight .subcategorys li:first-child{color:#777}
/* 列表 */
body.fuinight .list-it li:hover,body.fuinight .list-pic li:hover,body.fuinight .turn li:hover ,body.fuinight .partner li:hover{box-shadow:0 3px 5px rgba(0,0,0,.2);}
/* #777 */
body.fuinight .info a , body.fuinight .info , body.fuinight .content-enlarge-narrow , .body.fuinight list-pic li .product-price .oldprice, body.fuinight .list-pic li .product-price .sales-volume {color:#777}
body.fuinight .info a:hover{color:#0069cc}
/* 翻页 */
body.fuinight .pagebar .page{border:.01rem solid #3d3d3d;background:#333;}
body.fuinight .pagebar .now-page,body.fuinight .pagebar .page:hover{border:.01rem solid #0069cc;background:#0069cc;color:#fff}
/* 侧栏 */
body.fuinight .function_t{ border-top: .01rem solid #3d3d3d;border-left: .01rem solid #3d3d3d;border-right: .01rem solid #3d3d3d;}
/* 控制面板 */
body.fuinight #divContorPanel div a{border:.01rem solid #3d3d3d;background:#333;}
body.fuinight #divContorPanel div a:hover{background:#3d3d3d;color:#e6e6e6;}  
/* 日历 */
body.fuinight #divCalendar thead tr{background:#3d3d3d!important;color:#fff}
body.fuinight #divCalendar table th{border:.01rem solid #444}
body.fuinight #divCalendar table td{border:.01rem solid #3d3d3d;}
/* 搜索 */
body.fuinight #divSearchPanel input[type=text]{border:.01rem solid #444;background: #333;}
body.fuinight #divSearchPanel input[type=submit]{color:#e6e6e6;}
/* 热门 */
body.fuinight .function_c li small , body.fuinight .list-a li small{color:#e6e6e6;background: #444;}
.function_c li:nth-child(1) small ,  .list-a li:nth-child(1) small{background: #f44444!important;}
.function_c li:nth-child(2) small ,  .list-a li:nth-child(2) small{background:#ff8a40!important;}
.function_c li:nth-child(3) small ,  .list-a li:nth-child(3) small{background:#7cca4d!important;}
/* 标签 L 2023-05-11 22:02:40*/
body.fuinight #divTags ul li span, body.fuinight #hottag ul li span, body.fuinight #randtag ul li span{color:#777;}
/* 作者信息 */
body.fuinight #author .authorcount{border-top: .01rem solid #3d3d3d;}
body.fuinight .authorcount div{border-right: .01rem solid #3d3d3d;}
body.fuinight #author .authorbg .avatar{background: #333;}
body.fuinight #author .authorbg img{filter:brightness(80%);}
body.fuinight #author .authorbg .avatar img{filter:brightness(80%);}
/* 商品推荐 */
body.fuinight .function_c .li-product {border-top: .01rem solid #3d3d3d;}
body.fuinight .function_c .li-product:first-child{border: 0;}
/* 文章 */
body.fuinight .article-extend-button a#website-qrcode{background: #3d3d3d;}
body.fuinight .article-extend-button a#website-qrcode:hover{background: #444;}
body.fuinight .columnintro::before , body.fuinight .article blockquote::before{color:#444;}
body.fuinight .product-price .price , body.fuinight .product-price .nullprice{color:#f91f1f;}
body.fuinight .article table th{border:.01rem solid #555;}
body.fuinight .article table td{border:.01rem solid #444;}
body.fuinight .article table tr:nth-child(2n){background:#3d3d3d;}
body.fuinight .article table>thead>tr{background:#444;}
/* 版权声明 */
body.fuinight .articlecopyright{border-left:3px solid #3d3d3d; background: #2c2e30;}
/* 商品属性 */
body.fuinight .article-extend-product .product-info {border-top:.01rem solid #444;border-bottom:.01rem solid #444;}
body.fuinight .product-info dl dd{ color: #999; }
/* tab切换 */
body.fuinight .content-tab{border-bottom:.01rem solid #444;}
/* 反馈 */
body.fuinight .feedback{filter: brightness(90%);}
/* 重置编辑器 */
body.fuinight .edui-default .edui-editor-bottomContainer td{border-top:.01rem solid #444;border-left: 0;border-right: 0;border-bottom: 0;}
body.fuinight .edui-default .edui-editor-toolbarboxouter{background: #333;border-bottom: .01rem solid #444;}
body.fuinight .edui-box{background: #fff;border-radius: 2px;color:#333;}
body.fuinight .edui-default .edui-popup{color:#333;}
body.fuinight .edui-default .edui-toolbar .edui-separator{width:0;margin:0!important}
.edui-default .edui-editor-toolbarbox{box-shadow: 0 0 0 rgb(0 0 0 / 0)!important;}
body.fuinight .edui-default .edui-editor{border:.01rem solid #444;background: #333;color:#fff}
body.fuinight .edui-default .edui-toolbar .edui-button, body.fuinight .edui-default .edui-toolbar .edui-splitbutton, body.fuinight .edui-default .edui-toolbar .edui-menubutton, body.fuinight .edui-default .edui-toolbar .edui-combox {margin: 2px;}
body.fuinight .edui-editor-iframeholder{background: #ccc;}
body.fuinight .edui-default .edui-editor-breadcrumb span{color: #e0a552;}
body.fuinight .writing input,body.fuinight .writing select{border:.01rem solid #444;background: #333;color:#e6e6e6;}
body.fuinight .writing .btnbox , body.fuinight .websitemeta #metabtn{ background:#3d3d3d;color:#fff}
body.fuinight .writing .btnbox:hover , body.fuinight .websitemeta #metabtn:hover{background:#444;}
body.fuinight .compost .com_info li input , body.fuinight .compost .com_info textarea{background: #333; border:.01rem solid #444;color:#e6e6e6;}
body.fuinight .compost .com_info button,body.fuinight .writing button{color:#e6e6e6;}
/* 重置评论 */
body.fuinight .comlist ul.bordertop , body.fuinight .comlist ul:nth-child(3){border-top:.01rem solid #3d3d3d;}
body.fuinight .comlist ul{ border-bottom:.01rem solid #3d3d3d;border-left:.01rem solid #3d3d3d; border-right:.01rem solid #3d3d3d;}
body.fuinight .comlist ul ul{border:.01rem solid #3d3d3d;}
body.fuinight .comlist li:hover{background:#2c2e30;}
body.fuinight .comlist .reply:hover{background: #333;}
body.fuinight .comlist .reply li:hover{background:#2c2e30;}
body.fuinight .comlist li.reply:hover{background: #333;}
body.fuinight #comments a:hover{color:#7494b4}
/* 评论打分 */
body.fuinight .comment-rating label:hover ~ label, body.fuinight .comment-rating label.active ~ label{color:#444;}
/* 重置页脚 */
body.fuinight footer div.footer{border-top:.01rem solid #444;}
body.fuinight footer div.footer , body.fuinight footer div.footer a{color:#777;}
/* 最大网页宽度1280px */
@media screen and (max-width:1536px){
body.fuinight .allcategory-button{background: #333;color:#e6e6e6; border-top:.01rem solid #444;border-right:.01rem solid #444;border-bottom:.01rem solid #444;}
body.fuinight .allcategory-button::before{color:#e6e6e6; }
}
/* 最大网页宽度1260px */
@media screen and (max-width:1260px){
body.fuinight .login, body.fuinight .nav, body.fuinight .search , body.fuinight .head-menu{background: #333;box-shadow:0 3px 5px rgba(0,0,0,.2);}
body.fuinight .nav{border-bottom:.01rem solid #444;}
body.fuinight .nav li .nav-show::after{border:.01rem solid #3d3d3d;background:#333;color:#999;}
body.fuinight .nav li a:hover , body.fuinight .nav li a.current , body.fuinight .nav li ul li.current-li a{background:#3d3d3d;}
body.fuinight .nav li a:hover , body.fuinight .nav li.current-li a{color:#e6e6e6;}
body.fuinight .nav li ul li:hover , body.fuinight .nav li ul li.current-li{background:#fff;}
body.fuinight .nav li ul li{border-top:0;}
body.fuinight .button-box button{color:#e6e6e6;}
}
@media screen and (max-width:980px){
body.fuinight .function_t{padding:0; border:0;}
}