header{background-color:transparent}
section.carousel-user{display:grid;gap:.2rem;padding:.2rem .15rem;background:#fff;margin-top:.42rem;width:100%}
.carousel{width:100%;border-radius:.1rem;background:#fff;box-shadow:0 0 12px 0 rgba(0,0,0,.25);overflow:hidden}
ol.indicators{position:absolute;bottom:.08rem;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}
ol.indicators li{display:inline-block;padding:0 5px;width:30px;zoom:1}
ol.indicators li i.icon-carousel-indicators{float:left;width:30px;height:2px;background:#fff;opacity:.4}
ol.indicators li.active i.icon-carousel-indicators{opacity:1}
.carousel ul li a{display:block;width:100%;height:100%}
.carousel ul li img{width:100%;height:100%}
.auth{float:right;padding:20px;width:305px;height:325px;border-radius:6px;background-color:#fff;box-shadow:0 0 2px 0 rgb(0 0 0 / 11%);display:none}
.auth .userinfo{height:60px}
.auth .userinfo a.login{display:block;overflow:hidden}
.auth .userinfo a.login img{float:left;width:60px;height:60px;border-radius:50%}
.auth .userinfo a.login strong{float:left;width:195px;margin:6px 0 0 10px}
.auth .userinfo a.login strong span{float:left;max-width:160px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:700;font-size:16px;color:#0e050a}
.auth .userinfo a.login strong i{float:left;margin:1px 0 0 4px}
.auth .userinfo a.nav{display:block;margin:-26px 0 0 70px;font-size:12px;color:#91622d}
.auth .benefit{padding:10px 0 20px}
.auth .benefit dt{text-align:center;color:#aaa}
.auth .benefit dt i{display:inline-block;width:92px;height:1px;vertical-align:middle}
.auth .benefit dt i.line-one{background:linear-gradient(to right,#fff,#ececec)}
.auth .benefit dt i.line-two{background:linear-gradient(to left,#fff,#ececec)}
.auth .benefit ul{margin:12px -12px 0;overflow:hidden}
.auth .benefit ul li{float:left;width:.72rem;padding:0 .1rem;text-align:center}
.auth .benefit ul li a{display:block}
.auth .benefit ul li a:hover{text-decoration:none}
.auth .benefit ul li span{display:block;width:.4rem;height:.4rem;margin:0 auto;padding:.08rem;background:#e6ca90;border-radius:50%}
.auth .benefit ul li span i{width:.24rem;height:.24rem}
.auth .benefit ul li small{display:block;width:100%;margin:2px 0 0;color:#91622d}
.auth .benefit ul li a:hover small{opacity:.8}
.auth .btns .btn{position:relative;display:block;width:266px;height:38px;line-height:38px;background:#cda674;background:linear-gradient(90deg,#cda674,#dfc192);border-radius:19px;text-align:center;font-weight:700;font-size:16px;color:#91622d}
.auth .btns .btn:hover{opacity:.9;text-decoration:none}
.auth .btns .btn em{display:none;position:absolute;top:-16px;left:42%;z-index:9;width:170px;height:24px;line-height:24px;border-radius:13px 12px 12px 0;text-align:center;background:#f55;font-style:normal;font-size:12px;color:#fff}
.auth .enjoy ul.list{margin:18px -12px 0;overflow:hidden}
.auth .enjoy ul.list li{float:left;margin:0 12px;width:48px;color:#888;font-size:12px}
.auth .enjoy ul.list li a{display:block}
.auth .enjoy ul.list li a:hover{text-decoration:none}
.auth .enjoy ul.list li a:hover span{color:#2878ff}
.icon-index{background-image:url('../images/index.png')}
.icon-index-vip-doc{background-position:-79px -118px}
.icon-index-vip-discount{background-position:-105px -118px}
.icon-index-vip-question{background-position:-131px -119px}
.icon-index-vip-write{background-position:-156px -118px}
.icon-hot-tag,.icon-new-tag{position:absolute;top:-16px;right:-10px;width:29px;height:16px}
.icon-hot-tag{background-position:-74px -7px}
.icon-new-tag{background-position:-111px -7px}
.icon-index-carousel-next,.icon-index-carousel-prev{width:24px;height:43px}
.icon-index-carousel-prev{background-position:-138px -164px}
.icon-index-carousel-next{background-position:-161px -164px}
.icon-index-title{margin-right:10px;width:30px;height:30px;vertical-align:middle}
.icon-index-title-massive{background-position:0 -31px}
.icon-index-title-knowledge{background-position:-32px -31px}
.icon-index-title-tool{background-position:-65px -31px}
.icon-index-title-more{background-position:-98px -31px}
.icon-index-mine{margin:0 auto;margin-bottom:10px;width:.22rem;height:.22rem}
.icon-index-mine-collection{background-position:0 -66px}
.icon-index-mine-order{background-position:-29px -66px}
.icon-index-mine-records{background-position:-58px -66px}
.icon-index-mine-help{background-position:-86px -66px}
.manual{display:grid;gap:30px;padding:.15rem;margin-top:.08rem;background:#fff}
.manual .newest{width:100%}
.manual .newest ul{display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem .2rem}
.manual .newest ul li:nth-child(4n){margin-right:0}
.manual .newest ul li{overflow:hidden}
.manual .newest ul li .cover{display:block;position:relative;width:1.85rem;height:1.15rem;margin-bottom:8px;overflow:hidden}
.manual .newest ul li .cover img{border-radius:.04rem;width:100%;height:100%;overflow:hidden}
.manual .newest ul li .cover .cate{position:absolute;bottom:.05rem;right:.05rem;color:#fff;font-size:.12rem;padding:.03rem .05rem;background-color:#dddddd47;border-radius:.03rem}
.manual .newest ul li .cover:hover .cate{background-color:#ff9800}
.cover{border-radius:4px;border:1px solid #eee}
.cover:hover{border-color:#ff9800}
.cover img.lazy-success{transition:all .6s}
.cover:hover img.lazy-success{transform:scale(1.2)}
.manual .newest ul li .tit{color:#333;height:.4rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.05rem}
.manual .newest ul li a:hover .tit{color:#ff9800;text-decoration:underline}
.manual .newest ul li .user{display:flex;justify-content:space-between;align-items:center;font-size:.13rem}
.manual .newest ul li .user a:hover{text-decoration:underline;color:#ff9800}
.manual .newest ul li .user .time{color:#999}
.manual ul li .tit:hover{color:#ff9800;text-decoration:underline}
.manual .hot{display:none;width:275px;float:right}
.manual .hot li{display:flex;align-items:center;margin-bottom:14px}
.manual .hot li em{display:inline-block;width:22px;height:22px;background-color:#eee;font-style:normal;text-align:center;line-height:22px;color:#333;color:#666;font-size:12px;flex-shrink:0}
.manual .hot li:hover em{font-weight:700}
.manual .hot li:first-child em{background-color:#ff5722;color:#fff}
.manual .hot li:nth-child(2) em{background-color:#ff9800;color:#fff}
.manual .hot li:nth-child(3) em{background-color:#ffc107;color:#fff}
.manual .hot li .tit{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;float:right;padding-left:10px;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.manual .hot li .hits{font-size:12px;color:#757575;margin-left:auto;display:none}
.manual .manual-vip{display:flex;flex-direction:column;border-radius:3px;background-image:url(../images/bg-vip-area.png);background-size:cover;padding:15px;border:1px solid #edeff1;align-items:center}
.manual .manual-vip .top{display:flex;align-items:center}
.manual .manual-vip .top img{width:auto;height:58px}
.manual .manual-vip .top .info{margin-left:8px}
.manual .manual-vip .top .info .vip-name{color:#000;font-size:16px}
.manual .manual-vip .top .info .vip-desc{color:#69421b;font-size:13px;margin-top:5px}
.manual .manual-vip .btn{background:linear-gradient(90deg,#cda674,#dfc192);border-radius:19px;text-align:center;font-weight:700;font-size:15px;color:#91622d;width:220px;border:0;height:32px;line-height:32px;margin-top:10px}
.manual .manual-vip .btn:hover{background:#dfc192}
.manual .setup{clear:both;display:flex;flex-direction:column;align-items:center;padding-top:.2rem;font-size:.16rem;border-top:1px dashed #eee;width:100%;box-sizing:border-box}
.manual .setup .btns{margin-top:.15rem}
.manual .setup .btns a{display:inline-block;width:1.34rem;height:.4rem;line-height:.4rem;margin:0 .08rem;border:1px solid #b87100;border-radius:.03rem;background:#b87100;font-size:.16rem;color:#fff;text-align:center}
.manual .setup .btns a.btn-merchant{background:0 0;color:#b87100}
section .hd{display:flex;align-items:center;justify-content:space-between}
section .hd h3{font-size:.18rem}
section .hd .more a{display:flex;align-items:center}
section .hd .more i{font-size:.12rem}
section .bd{padding:.1rem 0}
.ask{display:grid;gap:0 .3rem;padding:.15rem;background-color:#fff;margin-top:.08rem}
.ask .bounty,.ask .newest{width:100%}
.question-list{width:100%}
.question-item{border-bottom:1px solid #eee;padding:.15rem 0;display:flex}
.question-item:last-child{border-bottom:0}
.question-item .answers,.question-item .views{display:inline-block;padding-top:.03rem;width:.4rem;height:.4rem;-moz-border-radius:1px;-webkit-border-radius:1px;border-radius:.03rem;font-size:.16rem;text-align:center;line-height:1.2}
.question-item .answers{background-color:#f3f3f3;border-color:#f3f3f3;color:#7b7b7b;flex-shrink: 0;}
.question-item .answers.answered{color:#5276e1;background:rgba(0,132,255,.1);border:none}
.question-item .answers.solved{background:#5276e1;border:none;color:#fff}
.question-item small{display:block;font-size:.12rem}
.question-item .views{width:.5rem;color:#999}
.question-item .summary .user{margin-bottom:.05rem;color:#999;font-size:.13rem}
.question-item .summary .user a{color:#999}
.question-item .summary .user span.split::before{content: "·";color:#ddd}
.question-item .summary .title{display:inline;margin:0 .05rem 0 0;font-size:.16rem}
.question-item .summary .title a{color:#444c69;float:left}
.question-item .summary .title a:hover{text-decoration:underline}
.question-item .summary .title span{font-size:.14rem}
.question-item .summary .title span.price-tag{border-color:#fff8e5;color:#f19049;background-color:#fff8e5;font-weight:400;font-size:.14rem;padding:0 .05rem;float:left;border-radius:.03rem;line-height:.19rem;height:.19rem;margin:0 .05rem 0 0}
.question-item .summary .title span.price-tag i{font-size:.12rem}
.ask-service{clear:both;border-top:1px dashed #eee;padding-top:.2rem;display:grid;justify-content:space-between;align-items:center;gap:.3rem}
.ask-service .item{width:100%;display:flex;flex-direction:column;align-items:center}
.ask-service .line{left:565px;width:1px;height:80px;background:#eee;display:none}
.ask-service .item .tit{font-size:.16rem}
.ask-service .item .desc{color:#666;margin-top:.08rem}
.ask-service .item .btn{display:inline-block;width:1.34rem;height:.4rem;line-height:.4rem;border:1px solid #e0e0e0;border-radius:.03rem;background:#fff;font-size:.16rem;color:#000;text-align:center;margin-top:.2rem;background-color:#ff9800;border-color:#ff9800;color:#fff}
.ask-service .item:hover{font-weight:700!important;cursor:default}
.ask-service .item .btn:hover,.ask-service .item:hover .btn{opacity:.8}
.article{width:100%;padding:.2rem .15rem;margin-top:.08rem;background:#fff}
section.article .hd{width:100%}
.article .focus{width:100%;height:3.3rem;float:left;position:relative}
.article .focus .pagination{bottom:1rem}
.article .focus .list{border-radius:4px;height:100%;background-color:transparent;display:flex}
.article .focus .list li{width:100%;height:100%}
.article .focus .list li.active{display:block}
.article .focus .list li .cover{overflow:hidden;height:2.4rem;position:relative}
.article .focus .list li .cover .cate{position:absolute;right:.1rem;bottom:.1rem;color:#fff;background-color:#9e9e9e30;padding:.02rem .08rem;border-radius:.04rem}
.article .focus .list li img{width:100%;height:2.4rem}
.article .focus .list li .tit{font-size:.16rem;color:#222;margin-top:.08rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.article .focus .list li a:hover .tit{color:#ff9800;text-decoration:underline}
.article .focus .list li a:hover .desc{color:#222}
.article .focus .list li .desc{color:#757575;height:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:5px;font-size:.13rem;line-height:.23rem}
.article .newest{width:100%;overflow:hidden}
.article .newest .list{overflow:hidden}
.article .newest .list li{overflow:hidden;text-overflow:ellipsis;line-height:24px}
.article .newest .list li a{font-size:.16rem;color:#111;white-space:nowrap;overflow:hidden;line-height:.3rem}
.article .newest .list li a:hover{color:#ff9800}
.article .newest .list li em{float:right;color:#888;font-style:normal}
.article .newest .list li.headline{margin-bottom:15px;width:auto}
.article .newest .list li.headline a{font-size:.18rem;width:100vw;display:inline-block;text-overflow:ellipsis}
.article .newest .list li a:hover{text-decoration:underline}
.article .newest .list li .desc{font-size:.13rem;color:#666;line-height:.2rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-indent:2em}
.brand{width:100%;padding:.2rem .15rem;margin-top:.2rem;background:#fff;margin-top:.08rem}
.brand .bd{position:relative;overflow:hidden}
.brand .brand-list{display:grid;grid-template-columns:repeat(3,1fr);gap:.15rem}
.brand .brand-list.explain{max-height:fit-content}
.brand .brand-list li{height:.5rem;position:relative;display:flex;align-items:center;border:1px solid transparent;overflow:hidden;white-space:nowrap}
.brand .brand-list li a{display:flex;align-items:center;width:100%}
.brand .brand-list li img{width:.4rem;height:.4rem}
.brand .brand-list li:hover{-webkit-box-shadow:0 4px 16px 0 rgba(205,216,228,.3);box-shadow:0 4px 16px 0 rgba(205,216,228,.3);border:1px solid #ff980070}
.brand .brand-list li span{margin-left:.05rem;font-size:.13rem}
.brand .explain{width:1150px;height:60px;background:linear-gradient(to bottom,transparent,#fff);margin-top:-20px;z-index:99999;position:absolute;bottom:0;text-align:center;padding-top:30px;line-height:60px;left:4px;cursor:pointer}
.brand .explain:hover{background:linear-gradient(to bottom,transparent,#ffc1071f);border-bottom-left-radius:8px;border-bottom-right-radius:8px;color:#ff9800}
@media (max-width:767px){.manual .newest ul li:nth-child(n+7){display:none}
.article .newest .list li.headline{display:none}
.article .newest .list li:not(.headline):nth-child(n+9){display:none}
}
@media (min-width:1200px){section.carousel-user{width:1200px;margin:.2rem auto 0;grid-template-columns:1fr 1fr;padding:0;background:0 0}
section.carousel-user .auth{display:block}
section.carousel-user .carousel{width:875px;height:324px}
section.carousel-user .carousel .inner{height:324px}
section.manual{width:1200px;margin:20px auto 0;background-color:#fff;border-radius:6px;padding:25px 20px 20px 20px;grid-template-columns:855px 275px}
section .hd h3{font-size:.24rem}
.manual .newest ul{grid-template-columns:repeat(4,1fr)}
.manual .hot{display:block}
.manual .setup{grid-column:span 2;padding:.2rem}
section.ask{width:1200px;margin:20px auto 0;background-color:#fff;border-radius:6px;padding:25px 20px 20px 20px;grid-template-columns:repeat(2,1fr)}
section.ask .ask-service{display:flex;align-items:center;width:100%;grid-column:span 2}
section.ask .ask-service .line{display:block;left:565px;width:1px;height:80px;background:#eee}
section.article{width:1200px;background-color:#fff;border-radius:8px;margin:20px auto 0;padding:20px}
.article .focus{width:450px;height:370px;overflow:hidden}
.article .newest{width:710px}
.article .newest .list li.headline{margin-bottom:15px;margin-left:25px;line-height:20px}
.article .focus .list li .cover{height:280px}
.article .focus .list li img{height:280px}
.article .newest .list li{line-height:24px;width:300px;float:left;margin-left:25px}
.article .newest .list li a{line-height:unset;font-size:14px;width:auto!important}
section.brand{width:1200px;background-color:#fff;border-radius:8px;padding:20px;margin:20px auto 0}
.brand .explain{width:1150px;height:60px}
.brand .brand-list{grid-template-columns:repeat(8,1fr)}
.brand .brand-list li{overflow:hidden}
}
