/*
Website Url:http://www.adminbuy.cn/
*/
* { -webkit-tap-highlight-color: transparent; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }
div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
.aiyuanma { margin: 0; padding: 0; }
 :root {
  --ink: #17231f;
  --muted: #68756f;
  --brand: #1d5146;
  --brand-deep: #143b35;
  --accent: #e58b42;
  --paper: #f5f7f3;
  --line: #dfe7df;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(25, 57, 47, .1);
 }
 body { background: var(--paper); font: 16px/1.75 'Arial', 'Microsoft Yahei', 'Verdana', 'Tahoma', sans-serif; color: var(--ink); word-break: break-word; }
a { text-decoration: none; outline: none; color: var(--ink); }
a:hover { color: var(--accent); }
input,
textarea { -webkit-appearance: none; border: none; }
input:focus,
textarea:focus { outline: none; }
li { list-style: none; }
a img { border: none; }
table { background-color: transparent; border-spacing: 0; border-collapse: collapse; font-size: 16px; width: 100%; border-top: solid 1px #e4e4e4; border-left: solid 1px #e4e4e4; box-sizing: border-box; }
table th { background-color: #f9f9f9; text-align: center; box-sizing: border-box; }
table td,
table th { padding: 10px 1%; border: 1px solid #e4e4e4; box-sizing: border-box; }

/*gold*/
.inner { width: 1400px; margin: 0 auto; }
.submit { cursor: pointer; }
.clear { clear: both; }
.mb { margin-bottom: 25px; }

/*thumbnail*/
.thumbnail { position: relative; overflow: hidden; }
.thumbnail a { display: block; padding-bottom: 75%; position: relative; overflow: hidden; background: no-repeat center center; background-size: cover; }
.thumbnail img { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: transform .3s; object-fit: cover; }
.thumbnail img:hover { transform: scale(1.1, 1.1); }

/*box*/

.boxTitle { border: 0; position: relative; margin-bottom: 20px; background: transparent; color: var(--ink); padding: 0 0 12px; border-radius: 0; }
.boxTitle .name { font-size: 22px; line-height: 1.35em; margin-right: 50px; letter-spacing: .02em; }
.boxTitle .name a {color: inherit;}
.boxTitle:after { display: block; width: 42px; height: 3px; background-color: var(--accent); position: absolute; left: 0; bottom: 0; border-radius: 10px; }
.boxTitle span,
.boxTitle .arrow { display: block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-weight: bold; font-size: 14px; line-height: 24px; overflow: hidden; }
.boxTitle i { font-style: normal; font-weight: bold; color: #fff; }
.boxTitle span a { font-weight: 600; color: var(--brand); position: relative; padding-right: 14px; font-size: 13px; }
.boxTitle span a:after { width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ''; display: block; position: absolute; right: 1px; top: 50%; transform: rotate(-45deg); margin-top: -4px; }
.boxTitle .slick-arrow { display: block; width: 44px; height: 44px; float: left; border: none; background: none; position: relative; cursor: pointer; }
.boxTitle .slick-arrow:before { content: ''; display: block; background: url(../image/icon-arrow-right.svg) no-repeat center; background-size: contain; width: 42%; height: 68%; position: absolute; left: 50%; top: 50%; margin-left: -21%; transform: translateY(-50%); }
.boxTitle .slick-prev:before { transform: translateY(-50%) rotate(180deg); }

/*dot*/
.dot { position: relative; padding-left: 13px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dot:before { width: 3px; height: 3px; background-color: var(--accent); content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }

/*line*/
.line { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; }

/* Slider */
.slick-load { display: none; overflow: hidden; }
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; font-size: 0; line-height: normal; }
[dir='rtl'] .slick-slide { float: right; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots button { display: block; border: none; background-color: transparent; cursor: pointer; }

/*topbar*/
#topbar { background-color: #f6f6f6; color: #666; border: 1px solid #eee; border-top: none; overflow: hidden; border-radius: 0 0 6px 6px; }

/*welcome*/
#welcome { float: left; padding: 0 15px; }
#welcome,
#pagelist { line-height: 2em; font-size: 14px; }

/*pagelist*/
#pagelist { float: right; }
#pagelist ul { overflow: hidden; }
#pagelist li { float: left; padding: 0 10px; position: relative; }
#pagelist li:after { width: 1px; height: 10px; background-color: #ddd; content: ''; display: block; position: absolute; left: 0; top: 50%; margin-top: -5px; }
#pagelist li:first-child:after { display: none; }
#pagelist a { color: #666; }
#pagelist a:hover { color: var(--accent); }

/*header*/
#header { display: table; table-layout: fixed; width: 100%; z-index: 2; padding: 3.125% 0; }
#header .td { display: table-cell; vertical-align: bottom; }
#header .clear {width: 0; display: none;}
/*logo*/
#logo { position: relative; z-index: 2; width: 300px;height: 72px; }
#logo a { display: block; width: 100%; height: 100%; background: no-repeat left center; background-size: contain;  }

/*hotTel*/
#hotTel { width: 250px; font-size: 14px; line-height: 1.5em; color: #666;}
#hotTel .tel { float: right; background: url(../image/icon-tel.svg) no-repeat left center; background-size: auto 40px; padding-left: 60px; }
#hotTel span { font-size: 28px; line-height: 1em; color: var(--accent); font-weight: bold; }

/*search*/
#search {  justify-content: center; display: table-cell; vertical-align: middle; padding: 0 3.5%;}
#search form { float: right; overflow: hidden; width: 70%; border-radius: 6px; }
#search .submit { float: right; width: 50px; height: 50px; background: var(--brand) url(../image/icon-search-white.svg) no-repeat center center; background-size: 44% auto; }
#search .input { border: 2px solid var(--brand); margin-right: 50px; display: block; color: #333; border-right: none; border-top-left-radius: 6px; border-bottom-left-radius: 6px; overflow: hidden; }
#search .text { height: 28px; line-height: 28px; width: 98%; padding: 9px 2% 9px 0; font-size: 16px; background-color: #fff; text-indent: 15px; }

/*topBtn*/
#topBtn { width: 0; }
#topBtn .btn { float: left; }
#topBtn i { display: block; cursor: pointer; }

/*schBtn*/
#schBtn { display: none; }
#schBtn i { width: 20px; height: 20px; background: url(../image/icon-search.svg) no-repeat 0 0; background-size: 100% auto; }

/*navBtn*/
#navBtn { display: none; width: 22px; height: 20px; overflow: hidden; margin-left: 15px; opacity: .85; cursor: pointer;}
#navBtn i { display: block; width: 100%; height: 3px; background-color: var(--brand); position: relative; float: right; top: 50%; transform: translateY(-50%); transition: width .3s; }
#navBtn i:before,
#navBtn i:after { width: 130%; height: 3px; background-color: var(--brand); content: ''; display: block; position: absolute; right: 0; transition: width .3s; }
#navBtn i:before { bottom: 8px; }
#navBtn i:after { top: 8px; }
#navBtn.active i { width: 100%; }
#navBtn.active i:before,
#navBtn.active i:after { width: 70%; }

/*nav*/
#nav { position: relative; background-color: var(--brand-deep); border-radius: 14px; z-index: 3; box-shadow: 0 12px 30px rgba(20, 59, 53, .16);}
#nav ul { font-size: 0; line-height: normal; }
#nav li { display: inline-block; line-height: 58px; font-size: 15px; position: relative; font-weight: 600; width: 12.5%; text-align: center; }
#nav li a { color: #fff; display: block; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 5px; }
#nav li.on > a,
#nav li.cur > a,
#nav li a:hover { background-color: rgba(255, 255, 255, .12); }
#nav li.on > a,
#nav li.cur > a { color: #fff; }
#nav li a:hover { color: var(--accent); }
#nav li ul { position: absolute; left: 0; top: 100%; width: 100%; background-color: var(--brand-deep); box-shadow: 0px 3px 3px rgba(0, 0, 0, .2); padding: 10px 0; display: none; }
#nav li li { text-align: center; display: block; font-weight: normal; width: auto; line-height: 40px; }
#nav li em { display: block; position: absolute; top: 50%; right: 3px; height: 15px; width: 15px; transform: translateY(-50%); display: none; }
#nav li em:after,
#nav li.hasSub > a:after { content: ''; width: 5px; height: 5px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg); transition: all .3s; }
#nav li em:after { display: block; position: absolute; left: 50%; top: 50%; margin: -4px 0 0 -4px; }
#nav li.hasSub > a:after { display: inline-block; vertical-align: middle; margin: -5px 0 0 5px; }

/*table*/
.table { display: table; table-layout: fixed; width: 100%; }
.table .td { display: table-cell; vertical-align: top; }

/*main*/
#main.td { padding-left: 25px; }


/*slides*/
#slides { border-radius: var(--radius); overflow: hidden; background-color: #dfe8e0; box-shadow: var(--shadow); }
#slides .item a { display: block; color: #fff; position: relative; }
#slides .pic {background: no-repeat center 58%; background-size: cover; height: clamp(390px, 45vw, 610px); }
#slides .wap {display: none;}
#slides .slick-arrow { position: absolute; top: 50%; display: block; transform: translateY(-50%); width: 44px; height: 52px; background: rgba(20, 59, 53, .55) no-repeat center center; background-size: contain; opacity: .8; color: #fff; font-size: 0; line-height: normal; transition: all .3s; text-indent: -99999em; overflow: hidden; z-index: 3; border: none; cursor: pointer; }
#slides .slick-prev { left: -30px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
#slides .slick-next { right: -30px; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
#slides .slick-prev:after,
#slides .slick-next:after { content: ''; display: block; width: 18px; height: 22px; position: absolute; left: 50%; margin-left: -9px; top: 50%; transform: translateY(-50%); background: url(../image/icon-arrow-left.svg) no-repeat center; background-size: contain; }
#slides .slick-next:after { background-image: url(../image/icon-arrow-right-white.svg); }
#slides:hover .slick-prev { left: 0; }
#slides:hover .slick-next { right: 0; }
#slides .slick-dots { position: absolute; left: 50%; bottom: 3.125%; transform: translateX(-50%); font-size: 0; line-height: normal; white-space: nowrap; }
#slides .slick-dots li { display: inline-block; margin: 0 5px; }
#slides .slick-dots button { display: block; text-indent: -9999em; overflow: hidden; width: 5px; height: 5px; background-color: rgba(255, 255, 255, .75); transition: all .3s; line-height: 5px; font-size: 0; border-radius: 2.5px; }
#slides .slick-dots .slick-active button { background-color: var(--accent); width: 20px; }
#slides .load { padding-bottom: 100%; background-color: #f9f9f9; position: relative; }
#slides .load span { display: block; position: absolute; left: 0; top: 50%; width: 100%; transform: translateY(-50%); font-size: 36px; line-height: 1.125em; color: #999; text-align: center; }
/*wrapper*/
#wrapper {overflow: hidden;}
/*about*/
#about .info { overflow: hidden; padding: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);}
#about .pic { float: left; width: 350px; }
#about .pic i {display: block; padding-bottom: 75%; background: no-repeat center center; background-size: cover;}
#about img { display: block; width: 100%; height: auto; }
#about .text { margin-left: 380px; overflow: hidden; font-size: 15px; line-height: 2em; text-align: justify; padding: 30px 35px 30px 0; color: var(--muted);}
#about .intro {height: 260px; overflow: hidden; -webkit-overflow-scrolling: touch;}
#about .mCustomScrollbar {padding-right: 10px;}
#about .mCS_no_scrollbar {padding-right: 10px;}
/*latest*/
#news { overflow: hidden; }
#news .boxTitle {margin-bottom: 10px;}
#news ul { overflow: hidden; }
#news li { font-size: 14px; line-height: 32px; overflow: hidden; float: left; width: 48%; }
#news li:nth-child(2n) { float: right; }
#news li time { display: block; float: right; color: #888; font-size: 12px; }
#news li a { margin-right: 80px; }

/*carousel*/

#showcase .slick-load { width: 101.786%; }
#showcase .info { margin-right: 8%; overflow: hidden; }
#showcase .thumbnail { margin-bottom: 10px; }
#showcase .title { font-size: 15px; line-height: 1.5em; font-weight: 600; max-height: 3em; -webkit-line-clamp: 2; text-align: center; }
#showcase .load { padding-bottom: 11.544%; margin-bottom: 55px; }

/*product*/

#product ul { overflow: hidden; width: 101%; }
#product li { float: left; width: 19%; padding: 0.5% 1% .5% 0; }
#product li,
#showcase .info { transition: transform .25s ease; }
#product li:hover,
#showcase .info:hover { transform: translateY(-5px); }
#product .thumbnail,
#showcase .thumbnail { border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(25, 57, 47, .08); }
#product .thumbnail { margin-bottom: 10px; }
#product .title { font-size: 15px; line-height: 1.5em; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
/*proList*/
#proList ul { overflow: hidden; width: 102%; }
#proList li { float: left; width: 31.333%; padding: 0 2% 2% 0; }
#proList .thumbnail { margin-bottom: 10px; }
#proList .title { font-size: 14px; line-height: 1.5em; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }

/*文章列表*/
.blogItem { overflow: hidden; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed #e4e4e4; }
.blogItem .thumbnail { float: left; width: 250px; }
.blogItem .info { margin-left: 265px; overflow: hidden; padding: 5px 0; }
.blogItem .title { line-height: 1.35em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px; margin-bottom: 5px; }
.blogItem .meta { color: #888; margin-bottom: 5px; overflow: hidden; }
.blogItem .meta a { color: #888; }
.blogItem .meta span { font-size: 12px; background: no-repeat left center; padding: 0 16px; background-size: auto 10px; display: block; float: left; }
.blogItem .meta .views { float: right; padding-right: 0; background-image: url(../image/icon_01.png); }
.blogItem .meta .tag { background-image: url(../image/icon_02.png); }
.blogItem .meta .date { background-image: url(../image/icon_03.png); }
.blogItem .intro { font-size: 14px; color: #666; line-height: 1.75em; height: 5.25em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-bottom: 13px; text-align: justify; }
.blogItem .more { overflow: hidden; }
.blogItem .more a { display: block; float: right; color: #fff; background-color: var(--brand); padding: 0 10px; font-size: 12px; height: 26px; line-height: 26px; }
.blogItem .more a:hover { opacity: .75; }

/*pagenavi*/
#pagenavi { clear: both; font-size: 0; line-height: normal; text-align: center; }
#pagenavi a,
#pagenavi span.now-page { display: inline-block; font-size: 14px; height: 32px; line-height: 32px; padding: 0 12px; background-color: #f1f1f1; color: #888; margin: 2px; }
#pagenavi span.now-page,
#pagenavi a:hover { background-color: var(--brand); }
#pagenavi span.now-page { color: #fff; }
#pagenavi a:hover { color: var(--accent); }

/*侧边*/
#sidebar { width: 300px; }

/*侧边*/
.widget ul { overflow: hidden; }
.widget li { overflow: hidden; font-size: 14px; line-height: 1.875em; }
.widget img { max-width: 100%; height: auto; }
.widget .custom { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #e4e4e4; }
.widget .custom:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.widget .thumbnail { width: 100px; float: left; }
.widget .info { margin-left: 110px; }
.widget h2 { font-size: 14px; line-height: 1.75em; height: 3.5em; color: #333; overflow: hidden; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.widget .meta { font-size: 12px; line-height: 1.5em; color: #888; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: no-repeat left center; background-size: auto 12px; padding-left: 17px; }
.widget .views { background-image: url(../image/icon_01.png); }
.widget .cmt { background-image: url(../image/icon_04.png); }
.widget .date { background-image: url(../image/icon_03.png); }

/*textwidget*/
.textwidget a { display: block; }
.textwidget img { display: block; }

/*divStatistics*/
#divStatistics li { display: table; width: 100%; table-layout: fixed; padding: 2px 0; color: #555; }
#divStatistics li span { display: table-cell; vertical-align: top; }
#divStatistics li .left { width: 5em; }
#divStatistics li .right { text-align: right; }
#divStatistics li i { font-style: normal; }

/*divComments*/
#divComments li { overflow: hidden; color: #444; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dashed #e4e4e4; text-align: justify; }
#divComments li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
#divComments li .top { border: 1px solid #eee; padding: 5px 10px; font-size: 12px; line-height: 1.75em; color: #999; position: relative; margin-bottom: 10px; }
#divComments li .top:after { content: ''; display: block; width: 7px; height: 7px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; background-color: #fff; transform: rotate(45deg); position: absolute; bottom: -5px; left: 7px; }
#divComments li .avatar { float: left; width: 24px; height: 24px; overflow: hidden; border-radius: 50%; }
#divComments li img { display: block; width: 100%; height: 100%; object-fit: cover; }
#divComments li .text { margin-left: 30px; line-height: 24px; max-height: 48px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#divComments li a { overflow: hidden; color: #555; }

/*divPrevious*/
#divPrevious li { position: relative; padding: 0 0 10px 10px; margin-bottom: 10px; border-bottom: 1px dashed #e4e4e4; }
#divPrevious li:before { width: 3.5px; height: 3.5px; content: ''; display: block; background-color: var(--accent); position: absolute; left: 0; top: 12px; }
#divPrevious li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

/*divSearchPanel*/
#divSearchPanel input[type='text'] { height: 24px; line-height: 24px; padding: 5px 3%; border: 1px solid #e4e4e4; width: 94%; }
#divSearchPanel input[type='submit'] { color: #fff; position: absolute; right: 0; top: 0; height: 100%; width: 40px; background-color: var(--brand); cursor: pointer; }
#divSearchPanel form { position: relative; padding-right: 40px; overflow: hidden; }

/*divLinkage*/
#divLinkage li,
#divCatalog li,
#divMisc li { float: left; width: 48%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 1% 0; }
#divLinkage li:nth-child(2n),
#divCatalog li:nth-child(2n),
#divMisc li:nth-child(2n) { float: right; }
#divLinkage li a,
#divCatalog li a { background-color: #f9f9f9; color: #555; padding: 5px 10px; display: block; }
#divLinkage li { padding: 0 0 2%; }

/*divMisc*/
#divMisc a { display: block; }
#divMisc img { display: block; }

/*divTags*/
#divTags ul { overflow: hidden; width: 102%; }
#divTags li { float: left; padding: 1% 2% 1% 0; }
#divTags li a { display: block; background-color: #f9f9f9; border-radius: 0px; padding: 0 10px; color: #fff; font-size: 12px; }
#divTags li a:hover { opacity: .8; }
#divTags li:nth-child(8n-7) a { background-color: #8A9B0F; }
#divTags li:nth-child(8n-6) a { background-color: #EB6841; }
#divTags li:nth-child(8n-5) a { background-color: #3FB8AF; }
#divTags li:nth-child(8n-4) a { background-color: #FE4365; }
#divTags li:nth-child(8n-3) a { background-color: #FC9D9A; }
#divTags li:nth-child(8n-2) a { background-color: #EDC951; }
#divTags li:nth-child(8n-1) a { background-color: #C8C8A9; }
#divTags li:nth-child(8n) a { background-color: #83AF9B; }
#divTags li:first-child a { background-color: #E1474D; }
#divTags li:last-child a { background-color: #3299BB; }

/*divCalendar*/
#divCalendar caption { margin-bottom: 10px; font-size: 0; line-height: normal; }
#divCalendar caption a { display: inline-block; font-size: 16px; line-height: 1.35em; margin: 0 5px; vertical-align: middle; font-weight: bold; }
#divCalendar td,
#divCalendar th { width: 13.285%; padding: 0 0.5%; text-align: center; font-size: 14px; }
#divCalendar td a { padding: 10%; background-color: var(--brand); border-radius: 50%; color: #fff; }

/*sideMenu*/
#sideMenu li{font-size: 16px; line-height: 1.875em; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px;}
#sideMenu li:last-child {margin-bottom: 0;}
#sideMenu li a {color: #333; display: block;}
/*entry*/
.entry { font-size: 16px; line-height: 1.875em; overflow: hidden; }
.entry img { max-width: 100%; height: auto !important; }
.entry blockquote { margin: 0 2em 15px; overflow: hidden; padding: 15px 15px 0; color: #555; background-color: #f9f9f9; font-style: italic; }
.entry ul,
.entry ol { margin-bottom: 15px; margin-left: 2em; padding-left: 1em; }
.entry ul li { list-style: outside disc none; }
.entry ol li { list-style: outside decimal none; }
.entry li p { margin-bottom: 0; }
.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 { margin-bottom: 15px; }
.entry a { color: var(--brand); text-decoration: underline; }
.entry hr { border: none; margin-bottom: 15px; border-bottom: 1px solid #e4e4e4; overflow: hidden; clear: both; }

/*postTags _aiyuanma*/
#postTags { font-size: 14px; line-height: 1.75em; }
#postTags span { font-weight: bold; color: #000; }
#postTags a { margin: 0 1.5%; }

/*postnavi*/
#postnavi { font-weight: bold; font-size: 14px; line-height: 1.75em; overflow: hidden;}
#postnavi .prev,
#postnavi .next { width: 45%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#postnavi .prev { float: left; }
#postnavi .next { float: right; text-align: right; }

/*breadcrumb*/
#breadcrumb { font-size: 14px; line-height: 1.5em; color: var(--muted); position:absolute; right:15px; top:50%; transform:translateY(-50%); }
#breadcrumb a { color: var(--muted); padding-right: 0; font-size: 14px; }
#breadcrumb a:after { display: none; }
#breadcrumb .home { background: url(../image/icon-home.svg) no-repeat left; background-size: auto 14px; padding-left: 20px; }
#breadcrumb i { font-style: normal; font-family: 'Simsun'; margin: 0 5px 0 3px; color: var(--muted); }

/*postTitle aiyuanma_*/
#postTitle { font-size: 24px; text-align: center; line-height: 1.5em; padding: 2% 0 3%; }

/*postmeta*/
#postmeta { font-size: 0; line-height: normal; text-align: center; margin-bottom: 2.5%; border-bottom: 1px dashed #eee; padding-bottom: 2.5%; }
#postmeta span { font-size: 14px; color: #888; margin: 0 10px; display: inline-block; background: no-repeat left center; padding-left: 20px; background-size: auto 12px; }
#postmeta a { color: #888; }
#postmeta a:hover { color: var(--brand); }
#postmeta .views { background-image: url(../image/icon_01.png); }
#postmeta .tag { background-image: url(../image/icon_02.png); }
#postmeta .date { background-image: url(../image/icon_03.png); }

/*errorPage*/
#errorPage #postTitle { margin-top: 10%; }
#errorPage .entry { text-align: center; margin-bottom: 15%; }

/*related*/
#related ul { overflow: hidden; width: 102%; }
#related li { float: left; width: 23%; padding: 1% 2% 1% 0; }
#related .thumbnail { margin-bottom: 5px; }
#related h4 { font-size: 14px; line-height: 1.75em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }

/*links*/
#links ul { overflow: hidden; width: 102%; }
#links li { font-size: 14px; line-height: 1.75em; padding: 0.5% 1% 0.5% 0; float: left; }

/*comment*/
#comment { position: relative; overflow: hidden; }
#comment .item { margin-bottom: 2%; position: relative; }
#comment label { display: block; font-size: 14px; line-height: 1.75em; color: #555; margin-bottom: 5px; }
#comment label i { font-style: normal; color: #f00; font-size: 12px; margin-left: 5px; }
#comment .input { border: 1px solid #e4e4e4; overflow: hidden; }
#comment .text { font-size: 14px; line-height: 24px; padding: 5px 5%; width: 90%; display: block; border: none; border-radius: 3px; color: #555; font-family: 'Microsoft Yahei'; }
#comment textarea.text { height: 110px; resize: vertical; padding: 5px 1.5%; width: 97%; }
#comment .inp { width: 102%; overflow: hidden; }
#comment .inp .item { float: left; width: 31.333%; padding-right: 2%; }
#comment .verify { width: 130px; float: left; margin-bottom: 0; }
#comment .verify img { display: block; cursor: pointer; height: 36px; width: auto; position: absolute; left: 110%; bottom: 0; }
#comment .btn { overflow: hidden; padding-top: 30.5px; margin-left: 250px; }
#comment .submit { float: right; background-color: var(--brand); border: none; width: 100px; height: 35px; color: #fff; font-size: 14px; border-radius: 3px; cursor: pointer; }
#comment .submit:hover { opacity: .85; }
#cancel-reply { font-size: 12px; color: #999; line-height: 2em; float: right; padding-right: 10px; line-height: 35px;}

/*warning*/
.warning { font-size: 12px; color: #999; line-height: 2em; clear: both; margin-bottom: 2%; }

/*commentslist*/
#commentslist { overflow: hidden; }
#commentslist li { position: relative; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #f6f6f6; overflow: hidden; }
#commentslist .avatar { float: left; padding: 3px 0; }
#commentslist .avatar img { width: 40px; height: 40px; display: block; }
#commentslist .info { margin-left: 55px; overflow: hidden; }
#commentslist .meta { overflow: hidden; font-size: 12px; line-height: 1.35em; color: #999; margin-bottom: 10px; }
#commentslist .meta span { display: block; float: left; }
#commentslist .meta .reply { float: right; }
#commentslist .meta a { color: var(--brand); }
#commentslist .user { font-size: 16px; font-weight: bold; line-height: 1.5em; color: #333; margin-bottom: 5px; }
#commentslist .user a { color: #333; }
#commentslist .text { font-size: 14px; line-height: 2em; color: #666; }
#commentslist .text li { margin-left: 0; }
#commentslist li li { margin: 15px 0 5px 55px; background-color: #f9f9f9; padding: 15px; border-bottom: none; }
#commentslist li li li { margin: 10px 10px 5px; background-color: #fff; border: 1px solid #e5e5e5; }

/*footer*/
#footer { line-height: 26px; font-size: 14px; padding: 2.5% 20px; background-color: var(--brand-deep); border: 0; border-radius: var(--radius) var(--radius) 0 0; color: rgba(255,255,255,.72);}
#footer a {color: rgba(255,255,255,.72);}
#footer a:hover {color: #333;}
/*social*/
#social { float: right; }
#social ul { font-size: 0; line-height: normal; padding: 2px 0; }
#social li { display: inline-block; margin-left: 20px; position: relative; }
#social a { display: block; overflow: hidden; width: 44px; height: 44px; background: no-repeat center center; background-size: 22px; opacity: .82; }
#social a:hover { opacity: 1; }
#social .wx a { background-image: url(../image/icon-wechat.svg); }
#social .wb a { background-image: url(../image/icon-weibo.svg); }
#social .qq a { background-image: url(../image/icon-qq.svg); }
#social .em a { background-image: url(../image/icon-email.svg); }
#social .qr { position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; background-color: #fff; padding: 5px; width: 100px; margin-bottom: 10px; border: 1px solid #e4e4e4; display: none; }
#social .qr:after { width: 7px; height: 7px; background-color: #fff; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; transform: rotate(45deg); content: ''; display: block; position: absolute; left: 50%; margin-left: -5px; bottom: -5px; }
#social img { display: block; width: 100%; height: auto; }

/*copyright*/
#copyright { margin-right: 168px; }
#copyright a {display: inline-block;}
#copyright img {display: inline-block; vertical-align: middle; width: auto; height: 20px; margin-top: -4px;}
/*screen width*/
@media only screen and (max-width:1600px) {

	/*1536px*/
	.inner { width: 87.5%; }
}
@media only screen and (max-width:1280px) {

	

	/*1280px*/
	#logo { width: 214px; }
	#logo a { height: 48px; }

	/*1280px*/
	#search form {width: 80%;}
	#search .text { height: 24px; line-height: 24px; }
	#search .submit { width: 46px; height: 46px; }
	#search .input { margin-right: 46px; }

	/*1280px*/
	#nav li { line-height: 50px; }


	/*1280px*/
	#showcase .slick-load { width: 101.282%; }
	#showcase .info { margin-right: 6.329%; }

	/*1280px*/
	#sidebar { width: 280px; }
}
@media only screen and (max-width:1024px) {
	/*1024px*/
	.inner {width: auto;}
	/*1024px*/
	#top {box-shadow: 0px 2px 5px rgba(0,0,0,.35); position: relative; z-index: 10;}
	/*1024px*/
	#topbar {border-radius: 0; border-left: none; border-right: none; }
	/*1024px*/
	#welcome {float: none; padding:0 3.125%;}
	
	/*1024px*/
	#header {width: auto; padding: 20px 3.125%; display: block; position: relative;}	
	#header .td {display: block;}
	#header .clear {width: 100%; display: block;}
	#header #hotTel {display: none;}

	/*1024px*/
	#logo { float: left; width: auto; }
	#logo a { width: 178px; height: 40px; }
	/*1024px*/


	/*1024px*/
	#topBtn { position: absolute; right: 3.125%; top: 50%; transform: translateY(-50%); width: auto; }

	/*1024px*/
	#schBtn { display: block; }

	/*1024px*/
	#search.td { display: none; }
	#search { padding: 0; margin: 0 80px; position: absolute; top: 50%; transform: translateY(-50%); right: 3.125%; width: 350px; }
	#search .text { padding: 6px 3%; width: 94%; font-size: 14px; text-indent: 0; }
	#search .submit { width: 40px; height: 40px; }
	#search .input { margin-right: 40px; }

	/*1024px*/
	#navBtn { display: inline-block; }

	/*1024px*/
	#nav { position: fixed; left: -100%; top: 0; height: 100%; width: 100%; margin: 0; cursor: pointer; background-color: #fff; z-index: 9; overflow-y: auto; -webkit-overflow-scrolling:touch; transition: left .3s;}	
	#nav.active { left: 0; }
	#nav ul { padding: 130px 0; }
	#nav li { display: block; width: auto; text-align: left; }
	#nav li a { color: #333; margin: 0 3.125%; padding:0 50px 0 0; }
	#nav li a:hover { background-color: transparent; }
	#nav li ul { padding: 0; display: none; width: auto; position: static; left: auto; top: auto; background-color: transparent; box-shadow: none; }
	#nav li li { text-align: left; font-size: 14px; line-height: 40px; font-weight: bold; }
	#nav li li a { padding: 0 0 0 2em; }
	#nav li.hasSub > a::after { display: none; }
	#nav li em { width: 50px; height: 50px; top: 0; right: 0; z-index: 2; transform: none; display: block; }
	#nav li em:after { width: 6px; height: 6px; border-color: #333; transform: rotate(-45deg); margin-left: -4px; transition: all .3s; }
	#nav li em.open:after { transform: rotate(45deg); }

	/*1024px*/
	.boxTitle {border-radius: 0; padding-left: 3.125%; padding-right: 3.125%;}
	.boxTitle span, .boxTitle .arrow {right: 3.125%;}
	/*1024px*/
	.table,
	.table .td { display: block; width: auto; }

	/*1024px*/
	#main.td { padding-left: 0; }
	/*1024px*/
	#slides {border-radius: 0; margin-bottom: 0;}
	

	/*1024px*/
	#sidebar { width: auto; display: none;}

	/*1024px*/
	#divTags li { padding: 0.5% 1% 0.5% 0; }

	/*1024px*/
	#product { margin-bottom: 1.5625%; }
	/*1024px*/
	#showcase .slick-load { width: 101%; }
	#showcase .info { margin-right: 4.5%; }
	/*1024px*/
	#about .info {padding-left:3.125%; padding-right:3.125%;}
	#about .pic {width: 300px;}
	#about .text {margin-left: 325px;}
	#about .intro {height: 225px;}
	/*1024px*/
	#product .box,
	#showcase .box,
	#news ul,
	#links .box,
	#blogList,
	#proList {padding: 0 3.125%;}
	/*1024px*/
	#footer { padding: 20px 3.125%; border-radius: 0; border-left:none; border-right:none; }
	/*1024px*/
	#article .box {padding: 0 3.125%;}
	/*1024px*/
	.entry {font-size: 14px; line-height: 1.75em;}
}
@media only screen and (max-width:768px) {
	#slides .pic { height:200px; }
	/*768px*/
	.dot { padding-left: 10px; }
	.mb {margin-bottom: 15px;}
	
	/*768px*/
	#logo a { height: 30px; width: 134px; }

	/*768px*/
	#search { position: absolute; top: 100%; right: 0; width: 100%; margin: 0; background-color: var(--brand-deep); transform: none; padding:5px 0; }
	#search form {width: 96.875%; float: none; padding-left: 3.125%;}
	#search .input {border-radius: 0;}
	/*768px*/
	
	
	#nav li { font-size: 14px; line-height: 40px; }
	#nav li a {padding-right: 40px; }
	
	#nav li em { width: 40px; height: 40px; }

	/*768px*/
	

	#slides .wap {display: block;}
	#slides .pc {display: none;}
	#slides .slick-arrow { width: 20px; height: 30px; }
	#slides .slick-prev:after,
	#slides .slick-next:after { width: 8px; height: 13px; margin-left: -4px; }
	#slides .slick-prev { left: 0; }
	#slides .slick-next { right: 0; }
	#slides .slick-dots { bottom: 35px; }

	/*768px*/
	.boxTitle {margin-bottom: 10px;}	
	.boxTitle .name { font-size: 14px; }
	.boxTitle .slick-arrow { width: 20px; height: 20px;}

	/*768px*/
	
	#product ul { width: 103%; }
	#product li { width: 47%; padding: 1.5% 3% 0 0; }
	#product .thumbnail { margin-bottom: 5px; }
	#product .title { margin-bottom: 5px; }

	/*768px*/
	#blogList {padding-top: 5px;}
	.blogItem { margin-bottom: 15px; padding-bottom: 15px; }
	.blogItem .thumbnail { width: 100px; }
	.blogItem .info { margin-left: 115px; padding: 0; }
	.blogItem .info h2 { font-size: 14px; line-height: 1.75em; max-height: 3.5em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 0; white-space: normal; white-space: normal; }
	.blogItem .intro { white-space: nowrap; display: block; height: auto; margin-bottom: 0; }
	.blogItem .meta,
	.blogItem .more { display: none; }

	/*768px*/
	
	#pagenavi a,
	#pagenavi span.now-page { font-size: 12px; height: 28px; line-height: 28px; }

	

	/*768px*/
	.widget .info { margin-left: 110px; }
	.widget .custom { margin-bottom: 10px; padding-bottom: 10px; }

	/*768px*/
	#divComments li { margin-bottom: 12px; padding-bottom: 8px; }

	/*768px*/
	#divStatistics li { padding: 1px 0; }
	/*768px*/
	#footer {line-height: 1.75em;}

	/*768px*/
	#copyright { text-align: center; font-size: 12px; margin-right: 0; }

	/*768px*/
	#social { float: none; margin-bottom: 5px; }
	#social ul { text-align: center; }

	/*768px*/
	#related ul { width: 105%; }
	#related li { width: 45%; padding: 2% 5% 2% 0; }

	/*768px*/
	#postnavi { font-weight: normal; line-height: 2em; }
	#postnavi .prev,
	#postnavi .next { float: none; width: auto; text-align: left; }

	/*768px*/
	
	.entry p,
	.entry h1,
	.entry h2,
	.entry h3,
	.entry h4,
	.entry h5,
	.entry h6,
	.entry hr,
	.entry blockquote,
	.entry ol,
	.entry ul { margin-bottom: 3%; }

	/*768px*/
	#postTitle { font-size: 20px; padding: 3% 0 4%; }

	/*768px*/
	#postmeta { margin-bottom: 3%; padding-bottom: 3%; }
	#postmeta span { margin: 0 5px; font-size: 12px; background-size: auto 12px; padding-left: 18px; }

	/*768px*/
	#breadcrumb { line-height: 22px; }
	#breadcrumb a { font-size: 12px; }
	#breadcrumb .home { background-size: auto 12px; padding-left: 18px; }

	/*768px*/
	#comment .inp { width: auto; }
	#comment .inp .item { float: none; width: auto; padding-right: 0; }
	#comment .verify { width: auto; float: none; padding-right: 110px; margin-bottom: 10px; }
	#comment .verify img { left: auto; right: 0; }
	#comment .btn { clear: both; padding: 2% 0; overflow: hidden; margin-left: 0; }
	#comment .submit { height: 30px; width: 100%; }

	/*768px*/
	#commentslist li { padding-bottom: 10px; margin-bottom: 10px; }
	#commentslist .avatar img { width: 30px; height: 30px; }
	#commentslist .info { margin-left: 40px; }
	#commentslist .meta { margin-bottom: 5px; }
	#commentslist .user { font-size: 14px; }
	#commentslist li li { margin: 10px 0 5px 40px; padding: 10px; }
	#commentslist li li li { margin: 5px; }

	

	/*768px*/
	#pagelist { display: none; }


	/*768px*/
	
	#links li { padding: 0 10px 0 0; }

	/*768px*/
	#showcase .boxTitle {margin-bottom: 15px;}
	#showcase .slick-load { width: 102.521%; }
	#showcase .info { margin-right: 5.848%; }
	#showcase .thumbnail { margin-bottom: 5px; }

	/*768px*/
	
	#news li:nth-child(2n),
	#news li {float: none; width: auto; line-height: 30px; }
	/*768px*/
	#about .info {padding-top: 5px; padding-bottom: 0;}
	#about .pic {float: none; width: auto; margin-bottom: 15px;}
	#about .text {margin-left: 0; line-height: 1.75em;}
	#about .intro {height: 250px;}
	/*768px*/
	#proList ul {width: 103%;}
	#proList li {width: 47%; padding: 0 3% 3% 0;}
	#proList ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-2); width: 100%; }
	#proList li { width: auto; padding: 0 0 var(--space-2); }
	#main .box,
	#post { padding: var(--space-3); border-radius: 14px; }
	#sidebar #sideMenu,
	#sidebar .widget { padding: var(--space-3); }
	#links ul { gap: 8px; }

}

.anchor-top {
	display: flex;
	align-items: center; /* 垂直方向上居中对齐 */
	justify-content: center; /* 水平方向上居中对齐 */
	margin-bottom: 10px; /* 根据需要调整与分页导航的距离 */
	height: 100%; /* 确保有高度，以便能够居中内容 */
  }

#maximg img{ max-width:100% !important; height:auto !important}
.pagebar {  padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

/* Piedmont refresh */
:root {
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 18px;
  --space-4: 24px;
  --space-5: 32px;
  --content-max: 1400px;
  --focus-ring: 0 0 0 3px rgba(229, 139, 66, .35);
}
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible { outline: none; box-shadow: var(--focus-ring); }
table { border-color: var(--line); }
table th { background: #edf3ed; color: var(--brand-deep); }
table td,
table th { border-color: var(--line); }
.dot:before { background-color: var(--accent); }
.boxTitle span,
.boxTitle .arrow { right: 0; }
#search .input { border-color: var(--brand); }
#nav li ul { background-color: var(--brand-deep); border-radius: 0 0 12px 12px; }
#hotTel span { color: var(--accent); }
#navBtn,
#schBtn { min-width: 44px; min-height: 44px; }
#navBtn i { margin-top: 12px; }
#proList ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-4); width: 100%; }
#proList li { float: none; width: auto; padding: 0 0 var(--space-3); margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 26px rgba(25, 57, 47, .06); transition: transform .25s ease, box-shadow .25s ease; }
#proList li:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
#proList .thumbnail { margin-bottom: var(--space-2); }
#proList .title { padding: 0 var(--space-3); font-weight: 600; color: var(--brand-deep); }
#proList .title a { color: inherit; }
#main .box,
#sidebar #sideMenu,
#sidebar .widget,
#post,
#related .box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 26px rgba(25, 57, 47, .05); }
#main .box,
#post { padding: var(--space-5); }
#sidebar #sideMenu,
#sidebar .widget { padding: var(--space-4); }
#sidebar .boxTitle { padding-left: 0; padding-right: 0; }
#postTitle { color: var(--brand-deep); }
#postmeta { border-color: var(--line); }
#related .box { padding: var(--space-3); }
#links ul { display: flex; flex-wrap: wrap; gap: var(--space-2); width: 100%; }
#links li { float: none; padding: 0; }
#links li a { display: block; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--brand); background: #fff; transition: background .2s ease, color .2s ease, border-color .2s ease; }
#links li a:hover { color: var(--accent); border-color: var(--accent); background: #fff; }
#social a { opacity: .82; }
#footer { border-top: 1px solid rgba(255,255,255,.12); }
body > .background {
  height: min(76vh, 680px);
  min-height: 520px;
  background-position: center;
  background-attachment: scroll;
  animation: none;
  position: relative;
  overflow: hidden;
}
body > .background:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 35, 30, .78), rgba(10, 35, 30, .12) 68%, rgba(10, 35, 30, .05));
}
.typing-container {
  z-index: 1;
  top: 50%;
  left: max(6.25%, calc((100% - 1400px) / 2));
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Microsoft Yahei', sans-serif;
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: .08em;
  text-shadow: 0 4px 20px rgba(0,0,0,.22);
}
.typing-container:after {
  content: '轻量装备，去发现更大的户外';
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,.8);
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 400;
  letter-spacing: .16em;
}
body > #header {
  width: min(87.5%, 1400px);
  margin: -88px auto 0;
  padding: 20px 32px;
  position: relative;
  box-sizing: border-box;
  background: rgba(255,255,255,.96);
  border-radius: var(--radius) var(--radius) 0 0;
  box-shadow: 0 -8px 30px rgba(20, 59, 53, .1);
}
body > #nav,
body > #slides,
body > #about,
body > #product,
body > #showcase,
body > #links,
body > #footer {
  width: min(87.5%, 1400px);
  margin-left: auto;
  margin-right: auto;
}
body > #nav { margin-top: 0; }
@media only screen and (min-width: 1025px) {
  body > #nav { position: sticky; top: 14px; }
}
body > #slides { margin-top: 26px; }
body > #about { margin-top: 56px; }
body > #product,
body > #showcase,
body > #links { margin-top: 56px; }
body > #footer { margin-top: 64px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
#product li .thumbnail:after,
#showcase .thumbnail:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.3) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
#product li:hover .thumbnail:after,
#showcase .info:hover .thumbnail:after { transform: translateX(120%); }

/* Shared inner-page shell */
.inner { width: min(87.5%, var(--content-max)); }
.inner > #top { margin-top: 18px; background: rgba(255,255,255,.96); border-radius: var(--radius); box-shadow: var(--shadow); overflow: visible; }
.inner > #top #topbar { border: 0; border-radius: var(--radius) var(--radius) 0 0; background: #edf3ed; color: var(--muted); }
.inner > #top #header { padding: 24px 32px; }
.inner > #nav { margin-top: 16px; margin-bottom: 0; }
.inner > #wrapper { margin-top: 32px; }
.inner > #wrapper:not(.table) { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: var(--space-5); }
.inner > #wrapper.table #main { padding-left: var(--space-5); }
.inner > #wrapper.table #main > .boxTitle { margin-bottom: var(--space-4); }
.inner > #footer { margin-top: 56px; }
.inner #sidebar #sideMenu { margin-bottom: var(--space-4); }
.inner #sidebar #sideMenu li { border-bottom-color: var(--line); padding: 10px 0; margin-bottom: 0; }
.inner #sidebar #sideMenu li a { color: var(--ink); }
.inner #sidebar #sideMenu li a:hover,
.inner #sidebar #sideMenu li a:focus-visible { color: var(--brand); }
.inner #sidebar .widget { margin-bottom: var(--space-4); }
.inner #breadcrumb { color: var(--muted); }
.inner #breadcrumb a { color: var(--muted); }
.inner #postnavi { padding: var(--space-3) var(--space-4); }
.inner #postTags { padding: var(--space-3) var(--space-4); }
.inner #article > .mb:last-child { margin-bottom: 0; }
.inner #article .entry h1,
.inner #article .entry h2,
.inner #article .entry h3 { color: var(--brand-deep); }
.inner #article .entry p { color: var(--muted); }
.inner .pagination a { border-color: var(--line); color: var(--brand); }
.inner .pagination a.page-num-current,
.inner .pagination a:hover { border-color: var(--brand); background: var(--brand); }
.inner .pagination a.page-num-current { color: #fff; }
.inner .pagination a:hover { color: var(--accent); }
@media only screen and (max-width: 1024px) {
  body > .background { min-height: 430px; height: 62vh; }
  body > #header,
  body > #nav,
  body > #slides,
  body > #about,
  body > #product,
  body > #showcase,
  body > #links,
  body > #footer { width: 100%; }
  body > #header { margin-top: -56px; padding: 18px 3.125%; border-radius: 18px 18px 0 0; }
  body > #slides { margin-top: 0; }
  body > #about,
  body > #product,
  body > #showcase,
  body > #links { margin-top: 42px; }
  body > #footer { margin-top: 48px; }
  .inner { width: 100%; }
  .inner > #top { margin-top: 0; border-radius: 0; }
  .inner > #top #header { padding: 18px 3.125%; }
  .inner > #nav { margin-top: 0; }
  .inner > #wrapper { margin-top: 0; }
  .inner > #wrapper:not(.table) { border-radius: 0; border-left: 0; border-right: 0; padding: var(--space-3); }
  .inner > #wrapper.table #main { padding-left: 0; }
  .inner > #footer { margin-top: 42px; }
}
@media only screen and (max-width: 768px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  body > .background { min-height: 360px; height: 58vh; }
  .typing-container { left: 6.25%; letter-spacing: .04em; }
  .typing-container:after { letter-spacing: .08em; }
  body > #header { margin-top: -36px; padding-top: 16px; padding-bottom: 16px; }
  .boxTitle .name { font-size: 20px; }
  #about .info { border-radius: 0; }
  #about .text { padding: 0; }
  .hero-scroll { left: 6.25%; bottom: 20px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media only screen and (max-width: 768px) {
  #slides .slick-arrow { width: 44px; height: 48px; }
  #slides .slick-prev { left: 0; }
  #slides .slick-next { right: 0; }
  .boxTitle .slick-arrow { width: 44px; height: 44px; }
}
@media only screen and (max-width: 768px) {
  .inner > #wrapper.table #proList ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-3); }
  .inner > #wrapper.table #proList li { padding-bottom: var(--space-2); }
}

/* =================================================
   产品详情 / 产品卡片 视觉增强
   ================================================= */

/* 详情页产品标题:左侧品牌色装饰条 */
#postTitle {
  position: relative;
  padding-left: 20px;
}
#postTitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 28px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--accent), var(--brand));
}

/* 详情页正文说明文字:胶囊徽章 */
.entry #maximg p:not(:empty) {
  display: block;
  width: fit-content;
  max-width: 92%;
  padding: 10px 26px;
  margin: 16px auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brand-deep);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

/* 详情页正文图片:卡片化展示 */
@keyframes imgFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.entry #maximg img {
  display: block;
  margin: 0 auto 14px;
  border-radius: var(--radius);
  box-shadow: 0 8px 26px rgba(25, 57, 47, .08);
  transition: transform .3s ease, box-shadow .3s ease;
  animation: imgFadeIn .5s ease-out both;
}
.entry #maximg img:hover {
  transform: scale(1.012);
  box-shadow: var(--shadow);
}

/* 相关产品卡片:图片缩放 + 上浮 */
#related .thumbnail { overflow: hidden; border-radius: 12px; }
#related li { transition: transform .25s ease; }
#related li .thumbnail img { transition: transform .35s ease; }
#related li:hover { transform: translateY(-3px); }
#related li:hover .thumbnail img { transform: scale(1.05); }

/* 分类页产品网格:图片 hover 缩放 */
#proList .thumbnail { overflow: hidden; border-radius: 12px; }
#proList .thumbnail img { transition: transform .35s ease; }
#proList li:hover .thumbnail img { transform: scale(1.05); }

/* 首页热门产品:卡片化,flex 居中,与分类页风格统一 */
#product ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
#product li {
  flex: 0 0 auto;
  width: calc((100% - 80px) / 5);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(25, 57, 47, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}
#product li:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
#product .thumbnail { overflow: hidden; border-radius: 12px; margin-bottom: var(--space-2); }
#product .thumbnail img { transition: transform .35s ease; }
#product li:hover .thumbnail img { transform: scale(1.05); }
#product .title {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 var(--space-3) var(--space-3);
  font-weight: 600;
  color: var(--brand-deep);
}
#product .title a { color: inherit; }
#product .title a:hover { color: var(--accent); }

@media only screen and (max-width: 768px) {
  #product ul { gap: 16px; }
  #product li { width: calc((100% - 16px) / 2); }
  #product .title { padding: 0 var(--space-2) var(--space-2); }
}

/*修复: 内页 header 老板热线超出卡片框 — 将内页 header 改为 flex 布局, 让 logo / search / hotTel 在卡片内自然分布 */
.inner > #top #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 32px;
  box-sizing: border-box;
}
.inner > #top #header .td { display: block; }
.inner > #top #header #logo { flex: 0 0 300px; }
.inner > #top #header #search { flex: 1 1 auto; padding: 0; }
.inner > #top #header #hotTel { flex: 0 0 250px; }
.inner > #top #header .clear { display: none; }
.inner > #top #header #topBtn { width: auto; }
