@charset "utf-8";
/* mip04 site styles — fuchsia theme */
:root {
  --xxf-primary: #d946ef;
  --xxf-accent: #f0abfc;
  --xxf-surface: #fdf4ff;
  --xxf-ink: #4a044e;
  --xxf-muted: #64748b;
  --xxf-line: rgba(15,23,42,.12);
  --xxf-card: #fff;
  --xxf-radius: 10px;
  --xxf-shadow: none;
  --xxf-max: 100%;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font: 15px -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; color: var(--xxf-ink); background: var(--xxf-surface); line-height: 1.5; overflow-x: hidden; }
img { border: 0; display: block; max-width: 100%; height: auto; }
ul, li { list-style: none; }
a { text-decoration: none; color: var(--xxf-ink); transition: color .2s; }
a:hover { color: var(--xxf-primary); }
.clear { clear: both; width: 100%; overflow: hidden; height: 20px; }
.clearblank { clear: both; width: 100%; overflow: hidden; }
.fl { float: left !important; }
.fr { float: right !important; }
.box, article { width: 1200px; margin: auto; overflow: hidden; }
.navbox { width: 1200px; margin: auto; }
.mt20 { margin-top: 20px; }
.font16 { font-size: 16px; }
.blue { color: var(--xxf-primary); }

/* Header */
header { width: 100%; padding: 5px 0; background: var(--xxf-ink); height: 50px; }
header::before { background: #000 linear-gradient(to left, var(--xxf-accent), var(--xxf-primary), #8b5cf6, var(--xxf-primary), var(--xxf-accent)); content: ""; height: 5px; position: absolute; top: 0; width: 100%; }
.logo { float: left; margin-right: 60px; line-height: 56px; color: #fff; font-size: 22px; }
.logo a { color: #fff; }
.logo img { margin-top: 14px; }
.imgscale img { width: 100%; transition: transform .5s ease; max-height: 130px; }
.imgscale:hover img { transform: scale(1.08); }

/* Navigation */
nav { float: left; height: 50px; line-height: 50px; text-align: center; margin-top: 3px; }
#starlist li { position: relative; display: inline; float: left; width: max-content; }
#starlist li a { display: inline; float: left; padding: 0 16px; color: #fff; transition: color .2s; }
#starlist li a:hover, #starlist #selected, .selected > a, #starlist li:hover { color: var(--xxf-accent); }
#starlist li:hover a { color: var(--xxf-accent); }
#starlist ul.sub { overflow: hidden; position: absolute; left: 0; top: 50px; background: var(--xxf-ink); display: none; z-index: 9; border-radius: 0 0 var(--xxf-radius) var(--xxf-radius); }
#starlist ul.sub li { height: 30px; line-height: 30px; font-size: 14px; }
#starlist ul.sub li:last-child { padding-bottom: 10px; }
#starlist ul.sub li a { color: #fff; }
#starlist ul.sub li a:hover { color: var(--xxf-accent); }
#starlist li:hover ul.sub { display: block; }
#starlist li.menu::before { position: absolute; content: ""; top: 22px; right: 5px; background: url(../images/jt.png) no-repeat; width: 8px; height: 8px; transition: transform .5s ease; }
#starlist li.menu:hover::before { transform: rotate(180deg); }

/* Mobile nav */
#mnavh { display: none; margin: 5px 0 0; width: 24px; height: 40px; float: right; text-align: center; padding: 0 10px; }
.navicon { display: block; position: relative; width: 30px; height: 5px; background: #fff; margin-top: 20px; }
.navicon::before, .navicon::after { content: ""; display: block; width: 30px; height: 5px; position: absolute; background: #fff; transition: margin .3s, transform .3s; }
.navicon::before { margin-top: -10px; }
.navicon::after { margin-top: 10px; }
.open .navicon { background: none; }
.open .navicon::before { margin-top: 0; transform: rotate(45deg); }
.open .navicon::after { margin-top: 0; transform: rotate(-45deg); }
.menu span { display: none; width: 50px; height: 50px; background: var(--xxf-primary); opacity: .5; position: absolute; top: 0; right: 0; border-left: 1px solid var(--xxf-accent); }

/* Search */
.searchico { margin-top: 5px; width: 39px; height: 39px; float: right; display: inline; cursor: pointer; background: url(../images/bg.png) no-repeat center !important; }
.searchbox { width: 1200px; margin: 10px auto; overflow: hidden; background: var(--xxf-card); position: relative; }
.search { width: 50%; margin: 20px auto; background: var(--xxf-ink); border-radius: 0 var(--xxf-radius) var(--xxf-radius) 0; position: relative; border: 1px solid var(--xxf-line); display: none; }
.search input.input_submit { border: 0; background: none; color: #fff; outline: none; position: absolute; top: 10px; right: 10%; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; width: 72%; padding-left: 10px; outline: none; color: #fff; background: transparent; }
.open { display: block !important; }
.searchclose { background: url(../images/close.png) no-repeat; display: block; position: absolute; width: 28px; height: 30px; right: 5px; top: 5px; }

/* Main layout */
.lbox { width: 75%; float: left; overflow: hidden; }

/* Banner */
.banbox { width: 68.5%; overflow: hidden; float: left; border-radius: var(--xxf-radius); margin-bottom: 20px; }
.banner { width: 100%; overflow: hidden; float: left; }
.fader { position: relative; width: 100%; height: 260px; overflow: hidden; }
.fader .slide { position: absolute; width: 100%; top: 0; z-index: 1; opacity: 0; }
.fader .slide img { width: 100%; height: 260px; margin: auto; }
.fader .prev, .fader .next { position: absolute; height: 32px; line-height: 32px; width: 40px; top: 50%; left: 50px; z-index: 4; margin-top: -25px; cursor: pointer; opacity: 0; transition: opacity .15s; }
.fader .prev { background: url(../images/left.png) no-repeat; }
.fader .next { left: auto; right: 50px; background: url(../images/right.png) no-repeat; }
.fader .pager_list { position: absolute; width: 100%; height: 26px; padding: 0; line-height: 40px; bottom: 0; text-align: center; z-index: 4; }
.fader .pager_list li { border-radius: 10px; display: inline-block; width: 10px; height: 10px; margin: 0 7px; background: #fff; opacity: .9; text-indent: -9999px; cursor: pointer; transition: background .15s; }
.fader .pager_list li:hover, .fader .pager_list li.active { opacity: 1; background: var(--xxf-primary); }
.banner:hover .fader_controls .page.prev { opacity: .7; left: 20px; }
.banner:hover .fader_controls .page.next { opacity: .7; right: 20px; }

/* Headline */
.headline { width: 30%; float: right; overflow: hidden; }
.headline ul { height: 260px; }
.headline ul li { width: 100%; background: #000; overflow: hidden; height: 125px; margin-bottom: 10px; border-radius: var(--xxf-radius); position: relative; }
.headline ul li a { display: block; overflow: hidden; height: 100%; }
.headline ul li img { width: 100%; height: 100%; transition: transform .5s, opacity .5s; opacity: .7; }
.headline ul li:hover img { transform: scale(1.08); opacity: 1; }
.headline ul li span { position: absolute; top: 30%; left: 0; right: 0; color: #fff; text-align: center; font-size: 15px; padding: 0 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 24px; height: 48px; }

/* Tab buttons */
.tab_buttons { margin-bottom: 10px; width: 100%; overflow: hidden; border-bottom: 1px solid var(--xxf-line); }
.tab_buttons li { display: block; font-size: 16px; line-height: 40px; float: left; width: 130px; text-align: center; position: relative; cursor: pointer; }
.newscurrent::after { content: ""; background: var(--xxf-primary); width: 100%; height: 2px; position: absolute; bottom: 0; left: 0; }
.newsitem { display: none; }
.newsitem:nth-child(1) { display: block; }

/* Tab box */
.whitebg { background: var(--xxf-card); border-radius: var(--xxf-radius); padding: 20px; margin-bottom: 20px; overflow: hidden; }
.tab_box { clear: both; position: relative; }
.newslist { float: right; width: 66%; }
.newslist li { overflow: hidden; line-height: 32px; padding: 0 20px 10px; text-overflow: ellipsis; white-space: nowrap; height: 22px; transition: background .2s; }
.newslist li a { height: 32px; }
.newslist li img { width: 100%; }
.newslist li:hover { height: auto; min-height: 32px; background: var(--xxf-surface); border-radius: var(--xxf-radius); }
.newslist li:hover a { color: var(--xxf-ink); font-weight: 700; }
.newslist li:hover i { background: var(--xxf-ink); }
.newslist li:nth-child(1) { height: auto; min-height: 32px; background: var(--xxf-surface); }
.newslist li:nth-child(1) a { color: var(--xxf-ink); font-weight: 700; }
.newslist li:nth-child(1) i { background: var(--xxf-muted); }
.newslist:hover li:nth-child(1) { height: 22px; background: none; }
.newslist:hover li:nth-child(1) a { color: var(--xxf-ink); font-weight: 400; }
.newslist:hover li:nth-child(1) i { background: var(--xxf-muted); }
.newslist:hover li:nth-child(1):hover { height: auto; min-height: 32px; background: var(--xxf-surface); }
.newslist:hover li:nth-child(1):hover a { color: var(--xxf-ink); font-weight: 700; }
.newslist:hover li:nth-child(1):hover i { background: var(--xxf-ink); }
.newslist p { line-height: 24px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 48px; }
.newspic { float: left; width: 32%; height: 218px; overflow: hidden; position: relative; }
.newspic ul { overflow: hidden; }
.newspic li { height: 100px; position: relative; background: #000; overflow: hidden; margin-bottom: 10px; border-radius: var(--xxf-radius); }
.newspic li a { display: block; overflow: hidden; }
.newspic img { height: 100%; width: 100%; opacity: .7; transition: all .5s; }
.newspic span { position: absolute; bottom: 30%; left: 0; right: 0; color: #fff; text-align: center; font-size: 15px; padding: 0 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 22px; }
.newspic li:hover img { opacity: .9; transform: scale(1.08); }
.newsitem ul li i { display: block; width: 20px; height: 20px; background: var(--xxf-muted); float: left; margin-top: 6px; margin-right: 20px; position: relative; font-style: normal; border-radius: 4px; }
.newsitem ul li i::before { position: absolute; left: 0; top: 0; font-size: 9px; color: #fff; line-height: 20px; width: 20px; text-align: center; }
.newsitem ul li:first-child i { background: var(--xxf-ink); }
.newsitem ul li:first-child i::before { content: "1"; }
.newsitem ul li:nth-child(2) i::before { content: "2"; }
.newsitem ul li:nth-child(3) i::before { content: "3"; }
.newsitem ul li:nth-child(4) i::before { content: "4"; }
.newsitem ul li:nth-child(5) i::before { content: "5"; }

/* Zhuanti */
.zhuanti ul { overflow: hidden; padding: 10px 0 20px 10px; position: relative; }
.zhuanti li { float: left; width: 27.6%; border-bottom: 1px solid var(--xxf-line); border-left: 1px solid var(--xxf-line); overflow: hidden; padding: 20px; transition: all .5s ease; }
.ztpic { width: 100%; height: 160px; overflow: hidden; border-radius: var(--xxf-radius); background: #ccc; display: block; }
.ztpic img { display: inline-block; width: 100%; min-height: 100%; height: auto; vertical-align: middle; transition: transform .5s ease .1s; }
.zhuanti li b { display: block; width: 100%; overflow: hidden; height: 30px; line-height: 30px; margin: 10px 0; text-overflow: ellipsis; white-space: nowrap; }
.zhuanti li span { color: var(--xxf-muted); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 14px; height: 62px; display: block; }
.readmore { margin: 10px 0 0; color: var(--xxf-primary); display: block; }
.readmore::before { content: "+"; color: var(--xxf-primary); }
.zhuanti li:hover { background: var(--xxf-card); box-shadow: 0 2px 8px var(--xxf-line); }
.zhuanti li:hover img { transform: scale(1.05); }

/* Blog list */
.bloglist ul { padding: 10px 0 0; }
.bloglist li { overflow: hidden; margin-bottom: 20px; border-bottom: 1px dashed var(--xxf-line); padding-bottom: 20px; position: relative; min-height: 120px; }
.blogtitle { margin: 0 0 10px; font-size: 18px; overflow: hidden; }
.bloglist li:hover .blogtitle a { color: var(--xxf-primary); }
.blogtitle b { color: var(--xxf-primary); }
a.viewmore { display: block; right: 10px; bottom: 20px; position: absolute; padding: 3px 10px; background: var(--xxf-primary); color: #fff; border-radius: var(--xxf-radius); transition: opacity .2s; }
a.viewmore:hover { opacity: .85; }
.blogpic { float: left; width: 23.2%; margin-right: 20px; display: block; overflow: hidden; border-radius: var(--xxf-radius); position: relative; }
.blogpic i { display: block; position: absolute; top: 0; left: 0; z-index: 9; font-style: normal; padding: 3px 5px; background: rgba(217,70,239,.8); font-size: 14px; color: #fff; }
.blogpic i a { color: #fff; }
.bplist { display: block; overflow: hidden; }
.bplist a { display: block; float: left; width: 25%; overflow: hidden; }
.bplist a img { border-radius: var(--xxf-radius); width: 200px; height: 140px; transition: transform .5s; }
.bplist a img:hover { transform: scale(1.05); }
.blogtext { font-size: 14px; color: var(--xxf-muted); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 20px; }
.bloginfo { margin-top: 20px; overflow: hidden; color: var(--xxf-muted); line-height: 34px; }
.bloginfo span { margin: 0 5px; }
.bloginfo span a { color: var(--xxf-primary); }
.avatar { position: relative; float: left; width: 30px; height: 30px; border-radius: 100%; padding: 2px; display: block; background: linear-gradient(to top right, rgba(217,70,239,.9), rgba(240,171,252,.7)); }
.avatar img { width: 100%; border-radius: 50%; height: 30px; }

/* Links */
.sqlink { float: right; margin-right: 10px; font-size: 14px; }
.sqlink a { color: var(--xxf-muted); }
.sqlink a:hover { color: var(--xxf-ink); text-decoration: underline; }
.links ul { overflow: hidden; margin-top: 20px; }
.links li { display: inline-block; width: 50%; float: left; line-height: 30px; text-align: center; }
.links li a { display: block; }
.links li:hover { background: var(--xxf-surface); }

/* Sidebar */
.rbox { width: 23.5%; float: right; overflow: hidden; }
.card { box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 1px rgba(0,0,0,.7); border-radius: var(--xxf-radius); background: url(../images/quote-bg.png) no-repeat top right rgba(42,42,42,1); height: 260px; overflow: hidden; margin-bottom: 20px; }
.card h2 { font-size: 22px; margin: 10px; color: var(--xxf-muted); font-weight: 400; padding-bottom: 10px; }
.card p { font-size: 12px; padding: 0 0 0 20px; line-height: 28px; text-shadow: 0 1px 2px rgba(0,0,0,.5); color: #d0d2d4; }
.linkmore { margin: 15px; }
.linkmore li { width: 25%; float: left; }
.linkmore li a { height: 53px; display: block; overflow: hidden; box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 1px rgba(0,0,0,.7); border-radius: 50%; margin: 0 5px; }
.linkmore li a:hover { opacity: .5; }
#weixin { position: relative; }
#weixin i { display: block; position: absolute; bottom: 55px; right: 0; }
#weixin i img { height: 100px; display: none; }
#weixin:hover i img { display: block; }
.dashang li { margin: 0 0 10px; }
.dashang li img { margin: auto; }
.hezuo ul { padding-top: 10px; }

/* Section titles */
.htitle { font-size: 16px; line-height: 40px; border-bottom: 1px solid var(--xxf-line); color: var(--xxf-ink); font-weight: 400; position: relative; margin-bottom: 10px; }
.htitle::after { content: ""; position: absolute; width: 60px; height: 2px; background: var(--xxf-primary); left: 0; bottom: 0; transition: width .5s; }
.htitle:hover::after { width: 80px; }
.hnav { float: right; }
.hnav a { display: block; margin-right: 10px; padding-right: 10px; float: left; position: relative; }
.hnav a::after { position: relative; content: "/"; right: -10px; bottom: 0; color: var(--xxf-line); }
.hnav a:last-child::after { content: ""; }

/* Notice */
.notice ul { padding-top: 5px; }
.notice li { font-size: 12px; line-height: 28px; margin-bottom: 12px; display: block; border-radius: 4px; background: var(--xxf-surface); padding: 4px 12px 4px 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; transition: all .2s; }
.notice li::before { position: absolute; content: ""; width: 3px; height: 3px; background: var(--xxf-primary); border-radius: 10px; left: 15px; top: 14px; }
.notice li:hover { background: var(--xxf-accent); box-shadow: 0 0 10px rgba(217,70,239,.15); }

/* Top news */
.topnews { display: block; margin: 20px 0; background: #000; position: relative; overflow: hidden; border-radius: var(--xxf-radius); }
.topnews img { opacity: .7; transition: all .5s; }
.topnews span { position: absolute; bottom: 30%; left: 0; right: 0; color: #fff; text-align: center; font-size: 15px; padding: 0 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 22px; }
.topnews:hover img { opacity: .9; transform: scale(1.08); }

/* Rankings */
.paihang ul { overflow: hidden; }
.paihang ul li { height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.paihang ul li:nth-child(even) { background: var(--xxf-surface); border-radius: 4px; }
.paihang ul li i { display: block; width: 16px; height: 16px; background: var(--xxf-muted); float: left; margin-top: 8px; margin-right: 10px; position: relative; font-style: normal; border-radius: 4px; }
.paihang ul li i::before { position: absolute; left: 0; top: 0; font-size: 9px; color: #fff; line-height: 16px; width: 16px; text-align: center; }
.paihang ul li:first-child i, .paihang ul li:nth-child(2) i, .paihang ul li:nth-child(3) i { background: var(--xxf-primary); }
.paihang ul li:nth-child(4) i::before { content: "4"; }
.paihang ul li:nth-child(5) i::before { content: "5"; }
.paihang ul li:nth-child(6) i::before { content: "6"; }
.paihang ul li:nth-child(7) i::before { content: "7"; }
.paihang ul li:nth-child(8) i::before { content: "8"; }

/* Recommendations */
.tuijian ul { overflow: hidden; padding-top: 10px; }
.tuijian li { overflow: hidden; margin-bottom: 10px; height: 60px; display: flex; gap: 10px; }
.tuijian li i { width: 70px; height: 60px; line-height: 60px; overflow: hidden; display: block; float: left; }
.tuijian li i img { max-width: 100%; vertical-align: middle; display: inline-block; transition: transform .5s; }
.tuijian li p { margin-top: 10px; line-height: 20px; max-height: 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; }
.tuijian li:hover { background: var(--xxf-surface); border-radius: var(--xxf-radius); }
.tuijian li:hover img { transform: scale(1.08); }

/* Ads */
.ad ul { overflow: hidden; border-radius: var(--xxf-radius); }
.ad img { width: 100%; }

/* Wenzi list */
.wenzi li { line-height: 22px; margin-bottom: 10px; position: relative; padding-left: 15px; }
.wenzi li::before { position: absolute; content: ""; width: 3px; height: 3px; background: var(--xxf-primary); border-radius: 10px; left: 0; top: 10px; }

/* Stats */
.tongji li { margin-bottom: 8px; }
.tongji li a { color: var(--xxf-primary); }
.tongji li a:hover { text-decoration: underline; color: var(--xxf-ink); }
.tongji_gzh { width: 80%; margin: auto; }
.tongji_gzh img { width: 100%; }

/* Footer */
footer { background: var(--xxf-ink); width: 100%; border-top: 4px solid var(--xxf-primary); padding: 30px 0; color: #e2e8f0; font-size: 14px; }
.wxbox { overflow: hidden; float: left; margin-right: 20px; }
.wxbox li { float: left; margin: 0 10px; text-align: center; }
.wxbox img { height: 100px; }
.endnav b { font-size: 16px; color: var(--xxf-accent); }
.endnav p { margin-bottom: 5px; }
footer a { color: #cbd5e1; }
footer a:hover { color: var(--xxf-accent); }
.top { width: 40px; height: 40px; display: block; background: var(--xxf-ink) url(../images/top.png) no-repeat center; right: 20px; bottom: 10%; position: fixed; border-radius: 50%; transition: transform .2s; }
.top:hover { transform: scale(1.1); }

/* Category page */
.lanmu img { height: 100px; float: left; margin-right: 20px; }
.lanmu h1 { font-size: 22px; margin-bottom: 15px; }
.lanmu p { color: var(--xxf-muted); }

/* Process */
.liucheng ul { overflow: hidden; margin-top: 20px; }
.liucheng li { width: 33.3%; float: left; padding-bottom: 20px; }
.liucheng li section { display: block; margin: 0 15px; box-shadow: 0 1px 5px var(--xxf-line); border-radius: var(--xxf-radius); overflow: hidden; }
.liucheng li h2 { font-size: 16px; line-height: 36px; background: var(--xxf-ink); color: #fff; font-weight: 400; text-align: center; margin-bottom: 15px; }
.liucheng li p { padding: 0 10px; font-size: 14px; line-height: 30px; }
.liucheng li p:last-child { padding-bottom: 15px; }
.liucheng li a:hover { color: var(--xxf-primary); }
.red { color: var(--xxf-primary); }
#lc_weixin { position: relative; }
#lc_weixin i { display: block; position: absolute; bottom: 40px; right: 0; box-shadow: 0 1px 5px var(--xxf-line); }
#lc_weixin i img { height: 100px; display: none; }
#lc_weixin:hover i img { display: block; }

/* Pagination */
.pagelist { text-align: center; color: var(--xxf-muted); width: 100%; clear: both; margin: 0 0 10px; }
.pagelist a { color: var(--xxf-muted); margin: 0 5px 10px; padding: 5px 10px; background: var(--xxf-surface); display: inline-block; border-radius: var(--xxf-radius); transition: all .2s; }
.pagelist a:nth-child(1) { background: none; margin: 0; padding: 0 50px 0 0; position: relative; }
.pagelist a:nth-child(1)::after { position: absolute; content: "篇文章"; right: 0; bottom: 0; }
.pagelist a:nth-child(1):hover { background: none; color: var(--xxf-muted); }
.pagelist a:hover, .pagelist > b { color: #fff; background: var(--xxf-primary); }
.pagelist > b { padding: 5px 10px; }
a.curPage { color: #fff; font-weight: 700; background: var(--xxf-ink); border-radius: var(--xxf-radius); padding: 5px 10px; }

/* Tags */
.cloud ul a { line-height: 24px; height: 24px; display: block; background: var(--xxf-muted); float: left; padding: 3px 10px; margin: 10px 5px 0 0; border-radius: var(--xxf-radius); transition: all .5s; color: #fff; }
.cloud ul a:nth-child(8n-7) { background: var(--xxf-primary); }
.cloud ul a:nth-child(8n-6) { background: #eb6841; }
.cloud ul a:nth-child(8n-5) { background: #3fb8af; }
.cloud ul a:nth-child(8n-4) { background: #fe4365; }
.cloud ul a:nth-child(8n-3) { background: var(--xxf-accent); color: var(--xxf-ink); }
.cloud ul a:nth-child(8n-2) { background: #edc951; }
.cloud ul a:nth-child(8n-1) { background: #c8c8a9; }
.cloud ul a:nth-child(8n) { background: #83af9b; }
.cloud ul a:first-child { background: var(--xxf-ink); }
.cloud ul a:last-child { background: var(--xxf-primary); }
.cloud ul a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px; }

/* Share page */
.videoview { border: 20px solid #000; border-radius: 20px; width: 92%; }
.top_box { float: right; display: block; overflow: hidden; width: 53%; }
.top_one h2 { font-size: 18px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.top_pic { display: block; overflow: hidden; width: 45%; float: left; position: relative; }
.top_pic img { width: 94%; border-radius: 8px; border: 10px solid #222; border-bottom: 10px solid #444; }
.top_info { margin: 10px; font-size: 14px; color: var(--xxf-muted); border-left: 2px solid var(--xxf-primary); border-right: 2px solid var(--xxf-primary); padding: 5px 20px; background: var(--xxf-surface); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; height: 62px; }
.top_link { display: block; }
.top_link a { display: inline-block; padding: 5px 10px; margin: 5px 10px; background: var(--xxf-primary); color: #fff; border-radius: var(--xxf-radius); transition: opacity .2s; }
.top_link a:hover { opacity: .85; }
.top_link .fufei { background: #c00; }
.top_link a:last-child { background: #00ab26; }

/* Navigation page */
.site_tj { overflow: hidden; padding-top: 20px; }
.site_tj li { width: 16.6%; float: left; text-align: center; line-height: 30px; margin-bottom: 10px; }
.site_tj li a { border-radius: var(--xxf-radius); display: block; border: 1px solid var(--xxf-line); margin: 0 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: all .2s; }
.site_tj li:hover a { box-shadow: 0 4px 10px -4px rgba(48,63,107,.2); background: var(--xxf-ink); color: #fff; }

/* About page */
.about { overflow: hidden; background: url(../images/abbg.png) no-repeat right top var(--xxf-card); padding: 20px 40px; border-radius: var(--xxf-radius); }
.ab_box { overflow: hidden; margin: 20px 0; }
.ab_box h3 { margin: 10px 0; font-size: 18px; }
.ab_box p { color: var(--xxf-muted); margin-bottom: 5px; }
.avatar_pic { position: relative; float: left; margin-right: 10px; background: linear-gradient(to top right, rgba(217,70,239,.9), rgba(240,171,252,.7)); display: block; padding: 2px; width: 100px; border-radius: 50%; }
.avatar_pic img { width: 100%; border-radius: 50%; }
.ly_button { float: right; width: 100px; background: var(--xxf-ink); text-align: center; border-radius: var(--xxf-radius); line-height: 30px; }
.ly_button a { color: #fff; }
.gd_title { margin: 20px 0; font-size: 18px; background: url(../images/hline.png) no-repeat bottom right; width: 120px; clear: both; background-size: 40px; border-bottom: 1px dashed var(--xxf-ink); padding-left: 10px; padding-bottom: 5px; display: inline-block; }

.xinlu li { width: 25%; float: left; overflow: hidden; margin-bottom: 20px; }
.xinlu li a { display: block; margin: 0 10px; background: var(--xxf-surface); padding: 20px; border-radius: var(--xxf-radius); }
.xinlu li i { display: block; overflow: hidden; height: 120px; margin-bottom: 10px; }
.xinlu li i img { width: 100%; min-height: 120px; transition: transform .5s; }
.xinlu li i:hover img { transform: scale(1.08); }
.xinlu li p { font-weight: 700; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.xinlu li span { color: var(--xxf-muted); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 14px; height: 62px; display: block; }

.myblog { overflow: hidden; clear: both; }
.myblog li { width: 20%; float: left; display: block; text-align: center; padding-bottom: 10px; position: relative; overflow: hidden; }
.myblog li::after { position: absolute; content: ""; right: 0; top: 0; background: var(--xxf-line); height: 100%; width: 1px; }
.myblog li:last-child::after { content: none; }
.myblog li b { display: block; line-height: 30px; margin-bottom: 10px; }
.buttons { display: block; margin: 10px auto; width: 130px; text-align: center; background: var(--xxf-primary); padding: 5px 0; border-radius: var(--xxf-radius); color: #fff; transition: opacity .2s; }
.buttons:hover { opacity: .85; color: #fff; }
.myblog li:nth-child(even) .buttons { background: var(--xxf-ink); }

/* Article content */
.con_tilte { font-size: 22px; margin-top: 20px; }
.con_nav { float: right; font-size: 14px; color: var(--xxf-muted); }
.con_nav a { color: var(--xxf-muted); }
.con_nav a:hover { color: var(--xxf-ink); }
.con_info { color: var(--xxf-muted); border: 1px solid var(--xxf-line); padding: 10px; margin: 10px auto 0; line-height: 23px; background: var(--xxf-surface); border-radius: var(--xxf-radius); }
.con_info b { margin-right: 10px; color: var(--xxf-ink); }
.con_text { line-height: 24px; padding-top: 20px; }
.con_text a { color: var(--xxf-primary); word-break: break-all; }
.con_text a:hover { text-decoration: underline; }
.con_text p { margin: 15px 0; }
.con_text img { display: block; max-width: 90% !important; height: auto !important; margin: auto; border: 1px solid var(--xxf-line); padding: 10px; background: var(--xxf-surface); border-radius: var(--xxf-radius); }
.con_text video { margin: 20px auto; max-width: 90% !important; display: block; background: #000; padding: 20px; border-radius: 20px; }
.share { padding: 10px 20px; background: var(--xxf-surface); border-left: 3px solid var(--xxf-primary); overflow: hidden; }
.share img { width: 100px; float: left; margin-right: 20px; }
.diggit { display: block; width: 160px; margin: 20px auto; background: var(--xxf-primary); color: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.2); border-radius: var(--xxf-radius); line-height: 40px; text-align: center; transition: opacity .2s; }
.diggit a { color: #fff; }
.otherlink { margin: 10px 0; overflow: hidden; }
.otherlink li { position: relative; line-height: 26px; height: 26px; display: block; width: 50%; float: left; overflow: hidden; }
.otherlink li a { display: block; margin-right: 30px; padding-left: 10px; }
.otherlink li a:hover { text-decoration: underline; color: var(--xxf-ink); }
.otherlink li::before { position: absolute; content: ""; width: 3px; height: 3px; background: var(--xxf-primary); border-radius: 10px; left: 0; top: 12px; }
.nextinfo a { color: var(--xxf-ink); }
.biaoqian { overflow: hidden; margin-bottom: 20px; }
.biaoqian a { background: var(--xxf-primary); color: #fff; padding: 3px 10px; border-radius: var(--xxf-radius); display: block; float: left; margin-right: 10px; transition: opacity .2s; }
.biaoqian a:nth-child(2) { background: #8b5cf6; }
.biaoqian a:nth-child(3) { background: #6366f1; }
.biaoqian a:nth-child(4) { background: #8b5cf6; }
.biaoqian a:nth-child(5) { background: var(--xxf-ink); }

/* Template info page */
.free li { float: left; width: 50%; overflow: hidden; text-align: center; }
.free li img { max-width: 100%; margin: auto; }
.free li p { width: 200px; line-height: 30px; border-radius: var(--xxf-radius); margin: auto; background: var(--xxf-primary); }
.free li a { color: #fff; }
.xiangsi { margin-top: 20px; overflow: hidden; }
.xiangsi li { width: 25%; float: left; overflow: hidden; margin-bottom: 20px; }
.xiangsi a { display: block; margin: 0 5px; background: var(--xxf-surface); padding-bottom: 10px; border-radius: var(--xxf-radius); }
.xiangsi li i { display: block; overflow: hidden; height: 120px; margin-bottom: 10px; }
.xiangsi li i img { width: 100%; min-height: 120px; transition: transform .5s; }
.xiangsi li i:hover img { transform: scale(1.08); }
.xiangsi li p { font-weight: 700; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0 8px; }
.xiangsi li span { color: var(--xxf-muted); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; font-size: 14px; height: 62px; padding: 0 8px; }

/* Timeline */
.timebox { background: url(../images/abbg.png) no-repeat right top var(--xxf-card); padding: 30px; border-radius: var(--xxf-radius); }
.timebox ul { overflow: hidden; }
.timebox span { position: relative; line-height: 32px; padding-right: 40px; color: var(--xxf-muted); }
.timebox span::after { position: absolute; content: ""; width: 2px; height: 40px; background: var(--xxf-line); right: 18px; }
.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.timebox li i { position: relative; font-style: normal; }
.timebox li i::before { content: " "; height: 10px; width: 10px; border: 2px solid var(--xxf-muted); background: var(--xxf-card); position: absolute; top: 4px; left: -26px; border-radius: 50%; transition: all .5s; }
.timebox li:hover i::before { background: var(--xxf-primary); border-color: var(--xxf-primary); }
.pagelist.mt20 { margin-top: 20px; }
.hezuo.whitebg img { margin: auto; }

/* Customer service */
.kf { right: 40px; z-index: 999; width: 150px; text-align: center; }
.kf h2 { background: var(--xxf-ink); font-size: 15px; color: #fff; font-weight: 400; line-height: 30px; padding-left: 5px; }
.kf ul li { margin: 15px 0 0; font-size: 14px; }
.kf ul li span { margin: 0 5px; }
.kf ul li img { display: inline-block; vertical-align: middle; }
a.qqservice_list_link { width: 80%; display: block; text-align: center; margin: auto; padding: 5px 0; border-radius: var(--xxf-radius); color: #fff; background: linear-gradient(to right, var(--xxf-ink), var(--xxf-primary)); }

/* Toolbar */
.toolbar { position: fixed; right: 0; top: 0; z-index: 999; background: var(--xxf-ink); width: 40px; min-height: 100%; transition: width .4s; }
.toolbar-open { background: url(../images/zhankai.png) no-repeat center var(--xxf-ink); background-size: 16px; width: 0; height: 40px; position: fixed; right: 0; top: 20%; border-radius: 5px 0 0 5px; transition: width .4s; }
#toolbar-menu > li i { width: 40px; height: 40px; display: block; font-style: normal; color: #fff; text-align: center; line-height: 40px; }
#toolbar-menu { position: absolute; top: 30%; }
#toolbar-menu > li { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.05); cursor: pointer; position: relative; }
#toolbar-menu > li:first-child { border-top: none; }
.toolbar-nav section { display: none; position: absolute; right: 40px; top: 0; background: var(--xxf-card); border: 1px solid var(--xxf-line); padding: 30px; box-shadow: -5px 3px 3px rgba(0,0,0,.1); width: max-content; }
#toolbar-menu > li.current section { display: block; }
#toolbar-menu > li.current { background: #000; }
.icon-top { background: url(../images/istop.png) no-repeat center var(--xxf-card); background-size: 22px; width: 40px; height: 40px; position: fixed; right: 20px; bottom: 10%; opacity: 0; transition: all .3s; z-index: 9999999; border: 1px solid var(--xxf-line); border-radius: 50%; }
.icon-top.cd-is-visible { visibility: visible; opacity: 1; }
.userinfo .inputText { line-height: 30px; text-indent: 1em; border-radius: var(--xxf-radius); border: 1px solid var(--xxf-line); width: 200px; margin-bottom: 20px; display: block; }
.userinfo .inputsub-dl { display: inline-block; float: left; background: var(--xxf-primary); color: #fff; border: none; line-height: 35px; width: 100%; border-radius: var(--xxf-radius); cursor: pointer; }
.userinfo .inputsub-zc { color: var(--xxf-primary); text-align: right; padding-top: 20px; display: block; clear: both; }
.userinfo .logged { text-align: center; }
.userinfo .logged b { color: var(--xxf-primary); font-size: 14px; }
.userinfo .logged a { display: block; width: 100px; text-align: center; margin: 10px auto; padding: 5px 0; border-radius: var(--xxf-radius); background: linear-gradient(to right, var(--xxf-ink), var(--xxf-primary)); color: #fff; }
.qq-section { padding: 20px !important; }
.weixin-section, .dashang-section { padding: 10px !important; }
.qqinfo a { display: block; text-align: center; margin: 0 auto 10px; padding: 5px 0; border-radius: var(--xxf-radius); width: 140px; color: #fff; background: linear-gradient(to right, var(--xxf-ink), var(--xxf-primary)); }
.qqinfo a:last-child { margin-bottom: 0; }
.weixin-info { text-align: center; }
.weixin-info img { max-width: 140px; margin: auto; }
.weixin-info .text12 { font-size: 12px; line-height: 24px; }
.dashang-section p { padding: 0 10px 5px; }
.dashang-section ul { text-align: center; }
.dashang-section ul li { display: inline-block; }
.dashang-section ul li img { width: 140px !important; height: 140px !important; }

/* News box */
.newsbox { overflow: hidden; margin-bottom: 10px; }
.newsbox section { width: 49.5%; float: left; margin-bottom: 10px; }
.newsbox section:nth-child(odd) { float: right; }
.newsbox .news { background: var(--xxf-card); border: 1px solid var(--xxf-line); border-radius: var(--xxf-radius); }
.newstitle { line-height: 40px; font-size: 15px; border-bottom: 1px solid var(--xxf-line); background: var(--xxf-surface) url(../images/newslist.png) no-repeat left 14px center; padding: 0 20px 0 46px; font-weight: 400; }
.newstitle span { float: right; font-size: 14px; }
.newstitle span a { color: var(--xxf-muted); }
.newstitle b { display: block; border-left: 1px solid var(--xxf-line); padding-left: 10px; }
.newsbox .news ul { padding: 10px; }
.newsbox .news ul li { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 28px; width: 96%; line-height: 28px; font-size: 14px; background: url(../images/li.png) no-repeat left center; padding-left: 15px; }
.newsbox .news ul li span { float: right; color: var(--xxf-muted); font-size: 12px; margin-left: 20px; }
.newsbox .news ul li a:hover { color: var(--xxf-primary); }

/* Hotspot */
.hotspot li { width: 33.33%; float: left; margin-bottom: 20px; }
.hotspot li img { height: 80px; }
.hotspot li a { background: var(--xxf-card); display: block; height: 80px; padding: 15px; border-radius: var(--xxf-radius); transition: box-shadow .2s; }
.hotspot li a:hover { box-shadow: 0 2px 15px rgba(0,0,0,.1); }
.hotspot h2 { line-height: 22px; font-size: 16px; color: var(--xxf-ink); height: 22px; margin-top: 10px; }
.hotspot p { line-height: 17px; font-size: 14px; color: var(--xxf-ink); height: 17px; margin-top: 12px; }

/* Pagination (bootstrap style) */
.pagination { float: right; margin-right: 15px; display: inline-block; padding-left: 0; margin: 20px 0; border-radius: var(--xxf-radius); }
.pagination > li { display: inline; }
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { z-index: 3; color: #fff; cursor: default; background: var(--xxf-primary); border-color: var(--xxf-primary); }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: var(--xxf-primary); text-decoration: none; background: var(--xxf-card); border: 1px solid var(--xxf-line); }
.endnav .friend-link ul li { display: inline-block; margin-left: 10px; margin-bottom: 15px; }
.endnav .text-center { text-align: center; }
a.headad img { margin: auto; }
