/* ==========================================================
   Qiye Theme — 企业官网完整样式
   Style version: 1.0.0
   ========================================================== */

/***** 0. Reset & Base *****/
*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{background:#f4f6f9;color:#555;font:14px/1.7 "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;}
article,aside,footer,header,main,menu,nav,section{display:block;}
body,code,dd,div,dl,dt,form,html,p,pre,td,th,ul{margin:0;padding:0;word-wrap:break-word;}
ul{margin:0;padding:0;}li,ul{list-style:none;}
img{max-width:100%;height:auto;vertical-align:middle;border:0;}
a{color:#34495e;text-decoration:none;transition:all .2s ease;}
a:hover{color:#27ae60;text-decoration:none;}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:#2c3e50;line-height:1.3;}

/***** 1. Utilities *****/
.wp{margin:0 auto;width:92%;max-width:1200px;}
@media(min-width:768px){.wp{width:96%;}}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:"";}
.clearfix{zoom:1;}
.z{float:left;}.y{float:right;}
.mgb{margin-bottom:15px!important;}
.mgb20{margin-bottom:20px!important;}
.mgb30{margin-bottom:30px!important;}

/***** 2. Buttons *****/
.site-btn{display:inline-block;padding:10px 28px;border-radius:4px;font-size:14px;font-weight:500;line-height:1.5;text-align:center;cursor:pointer;transition:all .25s ease;border:1px solid transparent;}
.site-btn-primary{background:#27ae60;color:#fff;border-color:#27ae60;}
.site-btn-primary:hover{background:#219a52;color:#fff;border-color:#219a52;box-shadow:0 4px 14px rgba(39,174,96,.35);}
.site-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.8);}
.site-btn-ghost:hover{background:#fff;color:#27ae60;}
.site-main .site-btn-ghost{color:#27ae60;border-color:#27ae60;}
.site-main .site-btn-ghost:hover{background:#27ae60;color:#fff;}

/***** 3. Header & Nav *****/
.site-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.06);position:relative;z-index:100;}
.site-header-inner{position:relative;height:72px;display:flex;align-items:center;justify-content:space-between;}
.site-logo{display:flex;align-items:center;height:72px;flex:0 0 auto;}
.site-logo a{display:flex;align-items:center;text-decoration:none;}
.site-logo-img{height:46px;margin-right:12px;display:block;}
.site-logo-text{font-size:20px;font-weight:700;color:#2c3e50;letter-spacing:.5px;}
.site-logo a:hover .site-logo-text{color:#27ae60;}

.site-nav-toggle{display:flex;flex-direction:column;justify-content:space-between;width:36px;height:32px;padding:5px 6px;border:1px solid #dcdfe6;border-radius:4px;background:#fff;cursor:pointer;}
.site-nav-bar{display:block;height:2px;background:#606266;border-radius:1px;transition:transform .25s,opacity .25s;}
.site-nav-toggle--active .site-nav-bar:nth-child(1){transform:translateY(7px) rotate(45deg);}
.site-nav-toggle--active .site-nav-bar:nth-child(2){opacity:0;}
.site-nav-toggle--active .site-nav-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
@media(min-width:992px){.site-nav-toggle{display:none;}}

.site-nav{position:relative;flex:1;display:flex;justify-content:flex-end;align-items:center;}
.site-nav .menu{position:fixed;top:72px;left:0;right:0;z-index:999;display:none;padding:6px 0;width:100%;max-height:calc(100vh - 72px);overflow-y:auto;background:#fff;border-top:1px solid #eee;box-shadow:0 4px 12px rgba(0,0,0,.08);}
.site-nav .menu.site-menu-open{display:block;}
.site-nav .menu > li{position:relative;}
.site-nav .menu > li > a{display:block;padding:14px 6%;color:#2c3e50;font-size:15px;font-weight:500;border-bottom:1px solid #f0f2f5;}
.site-nav .menu > li.current > a{color:#27ae60;background:#f3faf5;}
.site-nav .menu > li > a:hover{color:#27ae60;background:#f8fbf9;}
.site-nav .menu li ul{display:none;background:#f8fbf9;}
.site-nav .menu li ul li a{display:block;padding:12px 6% 12px 9%;color:#555;font-size:14px;border-bottom:1px dashed #e8ecf0;}
.site-nav .menu li ul li ul li a{padding-left:12%;}
.site-nav .menu li ul li a:hover{color:#27ae60;}
.site-nav .menu > li > ul.site-sub-open{display:block;}

@media(min-width:992px){
  .site-nav{height:72px;}
  .site-nav .menu{position:static;top:auto;left:auto;right:auto;display:flex;align-items:center;padding:0;width:auto;max-height:none;overflow:visible;background:transparent;border:0;box-shadow:none;}
  .site-nav .menu > li{position:relative;float:left;height:72px;border-bottom:3px solid transparent;}
  .site-nav .menu > li > a{display:block;padding:24px 16px 21px 16px;height:72px;color:#2c3e50;font-size:15px;font-weight:500;border:0;line-height:24px;}
  .site-nav .menu > li:hover{background:#f8fbf9;border-bottom-color:#27ae60;}
  .site-nav .menu > li.current{border-bottom-color:#27ae60;}
  .site-nav .menu > li.current > a{color:#27ae60;background:transparent;}
  .site-nav .menu > li > a:hover{color:#27ae60;background:transparent;}
  .site-nav .menu > li > ul{display:none;position:absolute;top:72px;left:0;min-width:180px;background:#fff;border:1px solid #e8ecf0;border-top:2px solid #27ae60;box-shadow:0 8px 24px rgba(0,0,0,.08);z-index:999;}
  .site-nav .menu > li:hover > ul{display:block;}
  .site-nav .menu li ul li{position:relative;float:none;height:auto;width:100%;background:#fff;}
  .site-nav .menu li ul li a{display:block;padding:11px 20px;font-size:14px;color:#555;border-bottom:1px solid #f0f2f5;line-height:1.5;}
  .site-nav .menu li ul li:hover > a{background:#f8fbf9;color:#27ae60;}
  .site-nav .menu li ul li ul{display:none;position:absolute;top:0;left:100%;margin-top:0;}
  .site-nav .menu li ul li:hover > ul{display:block;}
  .site-nav .menu li ul li ul li{border-top:1px solid #f0f2f5;}
}
.site-nav-user{margin-left:16px;display:flex;align-items:center;gap:8px;}
.site-nav-user a{display:inline-block;padding:6px 12px;font-size:13px;color:#2c3e50;border:1px solid #dcdfe6;border-radius:4px;background:#fff;transition:all .2s;}
.site-nav-user a:hover{color:#27ae60;border-color:#27ae60;background:#f3faf5;}
@media(max-width:991px){
  .site-nav-user{margin-left:0;justify-content:flex-end;width:100%;margin-top:10px;padding:0 6%;}
}

/***** 4. Banner *****/
.hero-banner{position:relative;padding:70px 0 60px;background:linear-gradient(135deg,#27ae60 0%,#2ecc71 50%,#16a085 100%);color:#fff;overflow:hidden;}
.hero-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.15) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.12) 0%,transparent 45%);pointer-events:none;}
.hero-banner-inner{position:relative;text-align:center;}
.hero-banner-title{color:#fff;font-size:40px;font-weight:700;margin-bottom:16px;text-shadow:0 3px 12px rgba(0,0,0,.18);letter-spacing:1px;}
.hero-banner-sub{color:rgba(255,255,255,.92);font-size:16px;margin-bottom:30px;text-shadow:0 2px 8px rgba(0,0,0,.12);}
.hero-banner-actions .site-btn{margin:0 8px;}
.hero-banner-small{padding:50px 0 44px;}
.hero-banner-small .hero-banner-title{font-size:30px;margin-bottom:10px;}
.hero-banner-small .hero-banner-sub{font-size:14px;opacity:.9;margin-bottom:0;}
@media(max-width:767px){
  .hero-banner{padding:45px 0 40px;}
  .hero-banner-title{font-size:26px;}
  .hero-banner-sub{font-size:14px;}
  .hero-banner-actions .site-btn{display:block;margin:8px auto;padding:10px 22px;max-width:220px;}
  .hero-banner-small .hero-banner-title{font-size:22px;}
}

/***** 5. Main Layout (主栏 + 侧栏) *****/
.site-main{padding-top:25px;padding-bottom:35px;}
@media(min-width:992px){
  .site-main .site-content{float:left;width:70%;width:-moz-calc(100% - 300px);width:-webkit-calc(100% - 300px);width:calc(100% - 300px);}
  .site-main .site-aside{float:right;width:280px;}
  .site-aside-right .site-content{float:right;}
  .site-aside-right .site-aside{float:left;}
}
@media(max-width:991px){
  .site-content{margin-bottom:22px;}
  .site-aside{margin-bottom:15px;}
}

/***** 6. Cards（主内容卡片） *****/
.site-card{background:#fff;border-radius:6px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden;margin-bottom:20px;transition:box-shadow .2s ease;}
.site-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.10);}
.site-card-head{display:flex;justify-content:space-between;align-items:center;padding:14px 22px;border-bottom:2px solid #f0f4f8;}
.site-card-head h2{font-size:18px;color:#2c3e50;font-weight:600;position:relative;padding-left:12px;}
.site-card-head h2:before{content:"";position:absolute;left:0;top:5px;bottom:5px;width:4px;background:#27ae60;border-radius:2px;}
.site-card-more{color:#27ae60;font-size:13px;}
.site-card-more:hover{color:#16a085;}
.site-card-body{padding:20px 22px;}
@media(max-width:767px){
  .site-card-head{padding:12px 16px;}
  .site-card-head h2{font-size:16px;}
  .site-card-body{padding:14px 16px;}
}

/***** 7. Article List（列表类卡片下的文章列表） *****/
.article-list{margin:0;}
.article-item{padding:16px 0;border-bottom:1px dashed #e8ecf0;}
.article-item:last-child{border-bottom:none;padding-bottom:0;}
.article-item:first-child{padding-top:0;}
.article-thumb{display:block;float:left;width:160px;height:106px;overflow:hidden;border-radius:4px;margin-right:18px;}
.article-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
.article-thumb:hover img{transform:scale(1.06);}
.article-info{overflow:hidden;}
.article-title{font-size:17px;font-weight:600;margin-bottom:8px;line-height:1.45;}
.article-title a{color:#2c3e50;}
.article-title a:hover{color:#27ae60;}
.article-meta{font-size:12px;color:#999;margin-bottom:8px;}
.article-meta span{margin-right:16px;}
.article-meta a{color:#999;}
.article-meta a:hover{color:#27ae60;}
.article-excerpt{font-size:13px;color:#666;line-height:1.65;}
@media(max-width:640px){
  .article-thumb{float:none;width:100%;height:auto;max-height:180px;margin-right:0;margin-bottom:12px;}
  .article-title{font-size:15px;}
}

/***** 8a. News List（卡片化列表） *****/
.news-list{margin:0;}
.news-item{display:flex;align-items:flex-start;gap:20px;padding:18px 4px;border-bottom:1px dashed #e8ecf0;transition:background .2s;}
.news-item:last-child{border-bottom:none;}
.news-item:first-child{padding-top:0;}
.news-item:hover{background:#f8fbf9;}
.news-date{flex:0 0 70px;text-align:center;background:#f3faf5;color:#27ae60;border-radius:6px;padding:8px 0;}
.news-date .day{display:block;font-size:24px;font-weight:700;line-height:1.1;color:#27ae60;}
.news-date .ym{display:block;font-size:11px;color:#8c9da0;margin-top:3px;}
.news-body{flex:1;overflow:hidden;}
.news-title{font-size:16px;font-weight:600;line-height:1.45;margin:0 0 8px;}
.news-title a{color:#2c3e50;}
.news-title a:hover{color:#27ae60;}
.news-excerpt{font-size:13px;color:#888;line-height:1.65;margin-bottom:8px;}
.news-meta{font-size:12px;color:#999;}
.news-meta span{margin-right:14px;}
@media(max-width:560px){
  .news-item{flex-direction:column;gap:10px;padding:14px 0;}
  .news-date{flex:0 0 auto;display:flex;align-items:baseline;justify-content:flex-start;gap:6px;padding:4px 10px;width:auto;}
  .news-date .day{font-size:18px;}
}

/***** 8b. News List（兼容旧 li 列表） *****/
.news-list > li{padding:11px 0;border-bottom:1px dashed #e8ecf0;position:relative;padding-right:100px;}
.news-list > li:last-child{border-bottom:none;padding-bottom:0;}
.news-list > li:first-child{padding-top:0;}

/***** 9. Product Grid（产品卡片网格） *****/
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
@media(max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.product-grid{grid-template-columns:1fr;gap:14px;}}

.product-card{background:#fff;border:1px solid #eef1f4;border-radius:6px;overflow:hidden;transition:all .25s ease;}
.product-card:hover{border-color:#27ae60;transform:translateY(-4px);box-shadow:0 10px 26px rgba(0,0,0,.10);}
.product-list-img{display:block;position:relative;width:100%;padding-top:72%;background:#f5f7fa;overflow:hidden;}
.product-list-img a{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;}
.product-list-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.product-card:hover .product-list-img img{transform:scale(1.08);}
.product-list-noimg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#bbb;font-size:14px;background:#f5f7fa;}
.product-list-info{padding:14px 16px 18px;}
.product-list-title{font-size:15px;font-weight:600;margin-bottom:8px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product-list-title a{color:#2c3e50;}
.product-list-title a:hover{color:#27ae60;}
.product-list-price{font-size:18px;color:#e74c3c;font-weight:700;margin-bottom:8px;}
.product-list-desc{font-size:12px;color:#888;line-height:1.6;}

/***** 9b. Sinpage List / Links *****/
.sinpage-list li{padding:10px 0;border-bottom:1px dashed #e8ecf0;}
.sinpage-list li:last-child{border-bottom:none;}
.sinpage-list li a{display:block;padding-left:14px;position:relative;color:#34495e;font-size:14px;}
.sinpage-list li a:before{content:"▸";position:absolute;left:0;color:#27ae60;}
.sinpage-list li a:hover{color:#27ae60;}
.links-img{font-size:0;}
.links-img a{display:inline-block;margin:0 10px 10px 0;width:110px;height:56px;border:1px solid #eef1f4;border-radius:3px;overflow:hidden;}
.links-img a:hover{border-color:#27ae60;}
.links-img img{width:100%;height:100%;object-fit:contain;background:#fff;}

/***** 9c. Index Sections（首页区块） *****/
.section-wrap{padding:55px 0;background:#fff;}
.section-about{background:#fff;}
.section-product{background:#f8fbf9;}
.section-news{background:#fff;}
.section-contact{background:#f8fbf9;}
.section-head{text-align:center;margin-bottom:34px;}
.section-head h2{display:inline-block;font-size:26px;color:#2c3e50;font-weight:700;letter-spacing:1px;position:relative;padding:0 30px;}
.section-head h2:before,.section-head h2:after{content:"";position:absolute;top:50%;width:20px;height:1px;background:#cfd6dc;}
.section-head h2:before{left:0;}
.section-head h2:after{right:0;}
.section-sub{margin-top:8px;font-size:14px;color:#9aa5ad;letter-spacing:2px;text-transform:uppercase;}
.section-more,.block-about-more{margin-top:24px;text-align:center;}
.section-more a,.block-about-more a{display:inline-block;padding:8px 22px;border:1px solid #27ae60;border-radius:30px;color:#27ae60;font-size:13px;transition:all .25s;}
.section-more a:hover,.block-about-more a:hover{background:#27ae60;color:#fff;}

/* 关于我们 */
.block-about{max-width:820px;margin:0 auto;font-size:15px;line-height:1.95;color:#555;text-indent:2em;}

/* 产品中心区块标题颜色微调 */
.section-product .section-head h2{color:#27ae60;}

/* 新闻动态 */
.section-news .news-list{max-width:920px;margin:0 auto;}

/* 联系我们 */
.block-contact{display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:920px;margin:0 auto;padding:20px 0;}
.block-contact-col{flex:1;}
.block-contact-col p{font-size:14px;color:#555;margin-bottom:8px;line-height:1.7;}
.block-contact-tel{font-size:30px;font-weight:700;color:#27ae60;letter-spacing:1px;margin-bottom:14px!important;}
.block-contact-cta{flex:0 0 auto;text-align:right;}
@media(max-width:768px){
  .block-contact{flex-direction:column;gap:20px;text-align:center;}
  .block-contact-cta{text-align:center;}
  .block-contact-tel{font-size:24px;}
  .section-head h2{font-size:22px;}
  .section-wrap{padding:40px 0;}
  .block-about{font-size:14px;line-height:1.85;}
}

/***** 11. Article Detail / Product Detail *****/
.detail-head{padding:5px 5px 18px;border-bottom:1px dashed #e8ecf0;margin-bottom:20px;}
.detail-title{font-size:24px;color:#2c3e50;line-height:1.4;margin-bottom:14px;}
.detail-meta{font-size:12px;color:#999;}
.detail-meta span{margin-right:18px;}
.detail-meta a{color:#999;}
.detail-meta a:hover{color:#27ae60;}
.detail-meta .y{float:right;color:#27ae60;font-size:12px;}
.detail-tags{margin-top:12px;}
.tag-chip{font-size:12px;color:#27ae60;background:#eafaf1;padding:3px 10px;border-radius:12px;}
.detail-body{color:#444;font-size:15px;line-height:1.85;}
.detail-body p{margin-bottom:14px;}
.detail-body h2,.detail-body h3,.detail-body h4{margin:22px 0 10px;}
.detail-body img{max-width:100%;height:auto;border-radius:4px;margin:8px 0;}
.detail-body blockquote{margin:14px 0;padding:10px 16px;background:#f7faf8;border-left:3px solid #27ae60;color:#666;}
.detail-body ul,.detail-body ol{margin:10px 0 16px 24px;}
.detail-body ul li,.detail-body ol li{list-style:inherit;margin:4px 0;}

.detail-foot{padding-top:20px;margin-top:24px;border-top:1px dashed #e8ecf0;}
.detail-adjacent{display:flex;flex-direction:column;gap:6px;}
.detail-adjacent .prev,.detail-adjacent .next{display:block;font-size:13px;color:#666;line-height:1.6;padding:6px 0;}
.detail-adjacent .prev:hover,.detail-adjacent .next:hover{color:#27ae60;}
@media(min-width:640px){
  .detail-adjacent{flex-direction:row;justify-content:space-between;}
  .detail-adjacent .next{text-align:right;}
}

/***** 12. Product Detail *****/
.product-detail-row{display:flex;flex-direction:column;gap:24px;}
@media(min-width:768px){
  .product-detail-row{flex-direction:row;gap:30px;}
  .product-detail-gallery{width:48%;flex-shrink:0;}
  .product-detail-summary{flex:1;overflow:hidden;}
}
.product-detail-main-img{width:100%;padding-top:75%;position:relative;background:#f5f7fa;border-radius:6px;overflow:hidden;border:1px solid #eef1f4;}
.product-detail-main-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.product-detail-main-noimg{position:static;height:280px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#bbb;}
.product-detail-title{font-size:24px;color:#2c3e50;margin-bottom:20px;line-height:1.35;}
.product-detail-metas{margin-bottom:24px;}
.product-detail-meta{display:flex;padding:10px 0;border-bottom:1px dashed #eef1f4;align-items:center;}
.product-detail-meta label{width:90px;color:#888;font-size:13px;flex-shrink:0;}
.product-detail-meta > *:nth-child(2){color:#2c3e50;font-size:14px;}
.product-detail-meta a{color:#27ae60;}
.product-detail-meta .product-detail-price{color:#e74c3c;font-size:22px;font-weight:700;}
.product-detail-actions{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap;}
.product-detail-body{padding-top:8px;color:#444;font-size:15px;line-height:1.85;}
.product-detail-body p{margin-bottom:14px;}

/***** 13. Sidebar modules（侧栏模块）******/
.site-aside .module{margin-bottom:18px;background:#fff;border-radius:6px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden;transition:box-shadow .2s ease;}
.site-aside .module:hover{box-shadow:0 4px 18px rgba(0,0,0,.09);}
.site-aside .module .m-head{padding:11px 16px 10px;border-bottom:2px solid #f0f4f8;font-size:15px;font-weight:600;color:#2c3e50;position:relative;padding-left:20px;}
.site-aside .module .m-head:before{content:"";position:absolute;left:0;top:12px;bottom:10px;width:4px;background:#27ae60;border-radius:0 2px 2px 0;}
.site-aside .module .m-body{padding:10px 16px 14px;}
.site-aside .module .m-body li{padding:8px 0;border-bottom:1px dashed #eef1f4;font-size:13px;line-height:1.5;}
.site-aside .module .m-body li:last-child{border-bottom:none;}
.site-aside .module .m-body li .y{color:#999;font-size:11px;}
.site-aside .module .m-body li.sub{padding-left:14px;}
.site-aside .module .m-body li a{color:#555;}
.site-aside .module .m-body li a:hover{color:#27ae60;}

/* 产品侧栏缩略图 */
.product-mini li{display:flex!important;align-items:center;gap:10px;padding:10px 0!important;}
.product-mini .thumb{display:block;flex-shrink:0;width:60px;height:60px;border-radius:4px;overflow:hidden;background:#f5f7fa;}
.product-mini .thumb img{width:100%;height:100%;object-fit:cover;}
.product-mini .name{flex:1;font-size:13px;line-height:1.45;display:block;overflow:hidden;}
.product-mini .price{display:block;color:#e74c3c;font-size:13px;font-weight:700;margin-top:2px;}

/* 搜索框 */
.search-form{display:flex;gap:6px;}
.search-form input{flex:1;padding:8px 12px;border:1px solid #dcdfe6;border-radius:4px;font-size:13px;outline:none;transition:border-color .2s;}
.search-form input:focus{border-color:#27ae60;}
.search-form button{padding:8px 16px;background:#27ae60;color:#fff;border:0;border-radius:4px;cursor:pointer;font-size:13px;}
.search-form button:hover{background:#219a52;}

/* 联系我们模块 */
.contact p{color:#555;font-size:13px;margin-bottom:6px;line-height:1.6;}
.contact strong{color:#2c3e50;}

/* 友链 */
.link-list{font-size:0;}
.link-list a{display:inline-block;color:#555;font-size:13px;padding:3px 10px;margin:3px 5px 3px 0;border:1px solid #eef1f4;border-radius:3px;background:#f8fafb;}
.link-list a:hover{color:#27ae60;border-color:#27ae60;background:#f3faf5;}

/***** 14. Comments（评论组件） *****/
.comment-title{padding:10px 0 14px;border-bottom:1px solid #eef1f4;font-size:16px;font-weight:600;color:#2c3e50;margin-bottom:16px;}
.comment-list{margin-bottom:20px;}
.comment{position:relative;padding:14px 0 12px 56px;border-bottom:1px dashed #e8ecf0;min-height:48px;}
.comment:last-child{border-bottom:none;}
.comment .avatar{position:absolute;top:14px;left:0;display:block;width:44px;height:44px;overflow:hidden;border-radius:50%;background:#f0f2f5;}
.comment .avatar img{width:100%;height:100%;object-fit:cover;}
.comment-content{overflow:hidden;}
.comment-head{margin-bottom:4px;}
.comment-name{font-size:14px;color:#27ae60;font-weight:500;}
.comment-body{font-size:14px;line-height:1.7;color:#444;margin-bottom:5px;word-break:break-word;}
.comment-foot{font-size:12px;color:#999;}
.comment-foot span{margin-right:14px;}
.comment-foot a{color:#27ae60;font-size:12px;}
.comment-foot a:hover{color:#16a085;}
.comment-children{margin-left:36px;padding-left:14px;border-left:2px solid #f0f4f8;}
.comment.level-2{border-bottom:1px dashed #f0f4f8;}
.comment-pagebar{margin-top:16px;}

/* 评论表单 */
.reply-box{padding-top:12px;}
.reply-box .comment-title{padding-left:0;}
.comment-post{position:relative;padding-left:56px;}
.comment-post .avatar{position:absolute;top:0;left:0;width:44px;height:44px;border-radius:50%;overflow:hidden;background:#f0f2f5;}
.comment-post .avatar img{width:100%;height:100%;object-fit:cover;}
.reply-wrap{overflow:hidden;}
.errmsg{color:#e74c3c;font-size:13px;padding:6px 10px;background:#fef1f1;border-radius:3px;margin-bottom:10px;display:none;}
.reply-body{width:100%;min-height:96px;padding:10px 12px;border:1px solid #dcdfe6;border-radius:4px;outline:none;font-size:14px;line-height:1.6;resize:vertical;transition:border-color .2s;}
.reply-body:focus{border-color:#27ae60;}
.reply-foot{margin-top:10px;}
.reply-btn{background:#27ae60;color:#fff;padding:7px 22px;border-radius:4px;font-size:13px;border:0;cursor:pointer;transition:all .2s;}
.reply-btn:hover{background:#219a52;color:#fff;}
.cancel-reply{color:#999;font-size:13px;}
.reply-info{margin-top:10px;position:relative;}
.reply-info input{width:100%;padding:7px 10px 7px 70px;border:1px solid #dcdfe6;border-radius:4px;font-size:13px;outline:none;transition:border-color .2s;}
.reply-info input:focus{border-color:#27ae60;}
.reply-info label{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#888;pointer-events:none;background:#fff;padding:0 4px;}
.verifycode{margin-top:8px;border:1px solid #dcdfe6;border-radius:3px;}

/***** 15. Pagebar（分页） *****/
.pagebar{margin-top:22px;padding-top:4px;text-align:center;}
.pagebar{text-align:center;margin-top:16px;}
.page{display:inline-block;padding:5px 12px;margin:0 3px;border:1px solid #dcdfe6;border-radius:3px;background:#fff;color:#606266;font-size:13px;line-height:1.5;}
.page.nowpage{background:#27ae60;color:#fff;border-color:#27ae60;font-weight:600;}
.page:hover:not(.nowpage){border-color:#27ae60;color:#27ae60;}

/***** 16. Footer *****/
.site-footer{margin-top:30px;background:#2c3e50;color:#b5c1cc;padding:40px 0 0;font-size:13px;line-height:1.8;}
.site-footer-row{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding-bottom:30px;}
@media(max-width:991px){.site-footer-row{grid-template-columns:repeat(2,1fr);gap:24px;}}
@media(max-width:560px){.site-footer-row{grid-template-columns:1fr;gap:20px;}}
.site-footer-col h4{font-size:15px;color:#fff;margin-bottom:14px;font-weight:600;position:relative;padding-bottom:8px;}
.site-footer-col h4:after{content:"";position:absolute;left:0;bottom:0;width:36px;height:2px;background:#27ae60;border-radius:2px;}
.site-footer-col p{color:#b5c1cc;}
.site-footer-col ul li{padding:3px 0;}
.site-footer-col ul li a{color:#b5c1cc;}
.site-footer-col ul li a:hover{color:#27ae60;}
.site-footer-links{font-size:0;}
.site-footer-links li{display:inline-block;width:50%;}
.site-footer-copy{padding:18px 0;border-top:1px solid #3d5063;text-align:center;color:#8b98a4;}
.site-footer-copy > div{margin:3px 0;}
.site-footer-copy a{color:#27ae60;}
.site-footer-copy a:hover{color:#2ecc71;}

/***** 17. 响应式收尾 *****/
@media(max-width:767px){
  .wp{width:94%;}
  .site-main{padding-top:18px;padding-bottom:25px;}
  .site-aside .module .m-head{padding:10px 14px;font-size:14px;}
  .site-aside .module .m-body{padding:8px 14px 12px;}
  .product-detail-meta label{width:78px;}
  .detail-title{font-size:20px;}
  .detail-body{font-size:14px;}
  .detail-foot{padding-top:14px;margin-top:18px;}
  .comment{padding:12px 0 10px 48px;}
  .comment .avatar{width:38px;height:38px;}
  .comment-children{margin-left:18px;padding-left:8px;}
}



/***** 18. 用户中心（User Center）样式 *****/
.bodyer{padding-top:24px;padding-bottom:36px;}
.mainbox{position:relative;}
@media(min-width:992px){
  .mainbox .leftside{float:left;width:240px;}
  .mainbox .rightside{float:right;width:calc(100% - 260px);width:-moz-calc(100% - 260px);width:-webkit-calc(100% - 260px);}
}
@media(max-width:991px){
  .mainbox .leftside{margin-bottom:22px;}
  .mainbox .rightside{width:100%;}
}

/* 头像区 */
.portrait{background:#fff;border-radius:6px;box-shadow:0 2px 12px rgba(0,0,0,.06);padding:22px 16px;text-align:center;margin-bottom:18px;}
.portrait .avatar{position:relative;display:inline-block;width:92px;height:92px;border-radius:50%;overflow:hidden;background:#f0f4f8;border:3px solid #e7f5ec;}
.portrait .avatar img{width:100%;height:100%;object-fit:cover;}
.portrait .modify{position:absolute;left:0;right:0;bottom:0;display:block;padding:4px 0;background:rgba(39,174,96,.82);color:#fff;font-size:12px;line-height:1.4;}
.portrait .avatar:hover .modify{background:rgba(39,174,96,.95);}

/* 用户侧边导航 */
.sidenav{background:#fff;border-radius:6px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden;}
.sidenav a{display:block;padding:12px 18px;font-size:14px;color:#495763;border-bottom:1px solid #f1f4f7;transition:all .2s;}
.sidenav a:hover{background:#f4faf6;color:#27ae60;}
.sidenav a.cur{color:#fff;background:#27ae60;border-bottom-color:#27ae60;}
.sidenav a:last-child{border-bottom:none;}

/* 右侧标题与间距辅助 */
.bigtitle{font-size:18px;font-weight:600;color:#2c3e50;padding:0 2px 14px;margin-bottom:16px;border-bottom:2px solid #eef2f5;position:relative;}
.bigtitle:before{content:"";position:absolute;left:0;bottom:-2px;width:64px;height:2px;background:#27ae60;}
.mgb10{margin-bottom:10px!important;}
.mgb12{margin-bottom:12px!important;}

/* 筛选标签条 */
.arrange{margin:0 0 14px;padding:0;}
.arrange li{display:inline-block;margin:0 6px 6px 0;}
.arrange li a.form-control{padding:6px 14px;border:1px solid #dce3ea;background:#fff;color:#556471;border-radius:20px;font-size:13px;display:inline-block;line-height:1.5;}
.arrange li a.form-control:hover{border-color:#27ae60;color:#27ae60;}
.arrange li a.form-control.cur{background:#27ae60;color:#fff;border-color:#27ae60;}

/* 统计/信息盒子 */
.tbox{background:#fff;border-radius:6px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden;}
.tbox .t-head{padding:11px 18px;border-bottom:2px solid #eef2f5;font-size:15px;font-weight:600;color:#2c3e50;background:#fafcff;position:relative;padding-left:28px;}
.tbox .t-head:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;background:#27ae60;border-radius:0 2px 2px 0;}
.tbox .t-body{padding:12px 18px 18px;}
.tongji li{float:left;width:25%;padding:14px 8px;text-align:center;}
.tongji li{font-size:13px;color:#7c8a97;line-height:1.8;}
.option li{float:left;width:33.333333%;padding:10px 6px;}
.option li a{display:block;padding:10px 8px;text-align:center;background:#f4faf6;border:1px solid #e0efe6;border-radius:4px;color:#27ae60;font-size:13px;}
.option li a:hover{background:#27ae60;color:#fff;border-color:#27ae60;}
@media(max-width:767px){
  .tongji li{width:50%;}
  .option li{width:100%;}
}

/* 表格列表（用户中心文章/产品/评论） */
.table-list{width:100%;border-collapse:collapse;border-spacing:0;background:#fff;font-size:13px;}
.table-list thead th{background:#f4f7fa;color:#54626f;font-weight:600;padding:10px 12px;border-bottom:1px solid #e4e9ee;text-align:left;white-space:nowrap;}
.table-list tfoot td{background:#fafcfd;padding:10px 12px;border-top:1px solid #e4e9ee;color:#54626f;font-weight:600;}
.table-list tbody tr{transition:background .15s;}
.table-list tbody tr:nth-child(even){background:#fafcfe;}
.table-list tbody tr:hover{background:#f2faf5;}
.table-list tbody td{padding:10px 12px;border-bottom:1px solid #eef2f5;color:#4a5663;vertical-align:middle;}
.table-list .hold{min-width:44px;}
.table-list .row-check{width:34px;text-align:center;}
.table-list .thead-manage{white-space:nowrap;color:#54626f;}
.table-list a{color:#27ae60;}
.table-list a:hover{color:#16a085;}
.table-list .orange{color:#f39c12;}
.table-list-striped tbody tr:nth-child(odd){background:#fff;}
.table-list-striped tbody tr:nth-child(even){background:#fafbfc;}
.table-striped tbody tr:nth-child(even){background:#fafbfc;}

/* 响应式表格容器：强制左右滑 */
.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overflow-y:hidden;margin-bottom:12px;border:1px solid #eef2f5;border-radius:4px;background:#fff;}
.table-responsive > table{margin-bottom:0;min-width:640px;}
.table-responsive::-webkit-scrollbar{height:8px;}
.table-responsive::-webkit-scrollbar-thumb{background:#c8d4dd;border-radius:4px;}
.table-responsive::-webkit-scrollbar-track{background:#f3f6f9;}

/* 表单组件（u_edit / u_account / u_password） */
.form-control{display:block;width:100%;padding:8px 12px;font-size:13px;line-height:1.6;color:#444;background-color:#fff;background-image:none;border:1px solid #d6dde4;border-radius:4px;box-shadow:none;transition:border-color .2s, box-shadow .2s;box-sizing:border-box;}
.form-control:focus{border-color:#27ae60;outline:0;box-shadow:0 0 0 2px rgba(39,174,96,.15);}
textarea.form-control{min-height:64px;resize:vertical;}
.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;}
.input-group .input-group-addon{padding:8px 14px;font-size:13px;font-weight:500;line-height:1.6;color:#53606d;text-align:center;background:#f4f7fa;border:1px solid #dce3ea;border-right:0;border-radius:4px 0 0 4px;white-space:nowrap;display:flex;align-items:center;}
.input-group .form-control{position:relative;flex:1 1 auto;width:1%;border-radius:0 4px 4px 0;margin-bottom:0;}
.input-group .input-group-addon + .form-control{border-left:0;}
.btn{display:inline-block;padding:9px 18px;font-size:13px;font-weight:500;line-height:1.5;text-align:center;cursor:pointer;border:1px solid #27ae60;border-radius:4px;background:#27ae60;color:#fff;transition:all .2s;user-select:none;}
.btn:hover{background:#219a52;border-color:#219a52;color:#fff;box-shadow:0 4px 12px rgba(39,174,96,.25);}

/* 表单卡片：账号/密码管理 */
.table-card{background:#fff;border:1px solid #eef2f5;border-radius:6px;padding:18px 20px;box-shadow:0 2px 12px rgba(0,0,0,.04);}
.table-tr{display:flex;align-items:flex-start;padding:10px 0;gap:12px;}
.table-tr + .table-tr{border-top:1px dashed #eef2f5;}
.table-card-label{flex:0 0 88px;padding-top:8px;font-size:13px;color:#62717e;font-weight:500;}
.table-card-label-textarea{padding-top:14px;}
.table-tr > input[type="submit"]{flex:1;}
@media(max-width:560px){
  .table-tr{flex-direction:column;gap:6px;}
  .table-card-label{flex:none;padding-top:0;}
}

/* 编辑器容器 */
.emain{background:#fff;border:1px solid #eef2f5;border-radius:6px;padding:16px 18px;margin-bottom:18px;box-shadow:0 2px 10px rgba(0,0,0,.04);}
.eside{background:#fff;border:1px solid #eef2f5;border-radius:6px;padding:14px 16px 18px;box-shadow:0 2px 10px rgba(0,0,0,.04);}

/* 标签编辑器（qm-tags） */
.qm-tags{background:#fff;border:1px solid #e4eaf0;border-radius:4px;overflow:hidden;}
.box-shadow{box-shadow:0 2px 10px rgba(0,0,0,.04);}
.qm-tags-editor{position:relative;padding:8px 10px;min-height:38px;border-bottom:1px solid #f0f3f6;display:flex;align-items:center;flex-wrap:wrap;gap:6px;}
.qm-tags-icon{color:#27ae60;font-size:16px;margin-right:4px;cursor:pointer;}
.qm-tags-item{display:inline-block;padding:3px 10px;font-size:12px;background:#eafaf1;color:#27ae60;border:1px solid #c8ecd6;border-radius:16px;line-height:1.5;}
.qm-tags-input-wrap{position:relative;flex:1;min-width:120px;}
.qm-tags-input{width:100%;padding:4px 8px;border:0;outline:none;font-size:13px;background:transparent;}
.qm-tags-label{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:12px;color:#b6bfc7;pointer-events:none;}
.qm-tags-list{padding:8px 12px;border-top:1px solid #f0f3f6;background:#fbfcfd;font-size:12px;color:#7a8894;}
.qm-tags-list span{display:inline-block;padding:2px 10px;margin:2px 4px 2px 0;background:#fff;border:1px solid #e1e7ec;border-radius:12px;color:#5c6a77;cursor:pointer;}
.qm-tags-list span:hover{border-color:#27ae60;color:#27ae60;}
.qm-tags-val{display:none;}

/***** 19. 详情内容通用：图片/表格/blockquote 增强 *****/
.detail-body table,
.product-detail-body table,
.site-card-body table{border-collapse:collapse;margin:12px 0;font-size:13px;}
.detail-body table th,
.product-detail-body table th,
.site-card-body table th{background:#f4f7fa;padding:8px 12px;border:1px solid #e1e7ed;font-weight:600;color:#3f4c59;white-space:nowrap;}
.detail-body table td,
.product-detail-body table td,
.site-card-body table td{padding:8px 12px;border:1px solid #e7ecf1;color:#4a5663;}
.detail-body table tr:nth-child(even) td,
.product-detail-body table tr:nth-child(even) td,
.site-card-body table tr:nth-child(even) td{background:#fafbfc;}

/***** 20. 响应式收尾（mobile 细节） *****/
@media(max-width:767px){
  .bodyer{padding-top:16px;padding-bottom:24px;}
  .tbox .t-body{padding:10px 14px 14px;}
  .portrait{padding:18px 12px;}
  .sidenav a{padding:10px 16px;}
  .bigtitle{font-size:16px;padding-bottom:12px;margin-bottom:12px;}
  .emain{padding:12px;}
  .eside{padding:12px;}
}