<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:#fff;}
::-webkit-scrollbar-thumb{background:#00a5eb;}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:#151515; opacity:.68;}
*::-moz-input-placeholder{color:#151515; opacity:.68;}
*::-ms-input-placeholder{color:#151515; opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:#fff; font-size:15px; font-weight:400; line-height:1.75; color:#151515;}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p&gt;img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:#151515; transition:.3s;}
a:hover{color:#00a5eb;}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:#00a5eb; color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:30px;}
h2{font-size:23px;}
h3{font-size:17px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir&gt;ol{margin:0 -4px; text-align:center; font-size:0;}
dir&gt;ol&gt;li{display:inline-block; margin:4px;}
dir&gt;ol&gt;li&gt;a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:15px;}
dir&gt;ol&gt;li&gt;a.on,
dir&gt;ol&gt;li&gt;a:hover{background:#00a5eb; border-color:#00a5eb; color:#fff;}
dir&gt;ol&gt;li&gt;a.on,
dir&gt;ol&gt;li&gt;a.no{cursor:no-drop;}
@media(max-width:767px){
dir&gt;ol{margin:-3px;}
dir&gt;ol&gt;li{display:inline-block; margin:3px;}
dir&gt;ol&gt;li&gt;a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:44.25px; font-size:15px;}
select[multiple],
textarea{height:123px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input&gt;input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input&gt;input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert&gt;b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert&gt;b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red&gt;b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green&gt;b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown&gt;b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow&gt;b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue&gt;b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold&gt;b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert&gt;b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input&gt;input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input&gt;input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input&gt;i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input&gt;i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights&gt;select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode&gt;ins[resend]&gt;i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div&gt;textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div&gt;p{margin-top:18px;}
div[comment] div&gt;p&gt;button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div&gt;p&gt;button:hover{background:;}
div[comment] div&gt;p&gt;label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]&gt;ul{margin-top:32px;}
div[comment] ul&gt;li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]&gt;ul&gt;li{margin-top:28px;}
div[comment] ul&gt;li:first-child{margin-top:0;}
div[comment] ul&gt;li&gt;img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]&gt;ul&gt;li&gt;img{width:36px; height:36px;}
div[comment] ul&gt;li&gt;dl{padding:0 0 0 42px;}
div[comment]&gt;ul&gt;li&gt;dl{padding:0 0 0 48px;}
div[comment] ul&gt;li&gt;dl&gt;dt:after{display:block; content:''; clear:both;}
div[comment] ul&gt;li&gt;dl&gt;dt&gt;b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]&gt;ul&gt;li&gt;dl&gt;dt&gt;b{line-height:28px;}
div[comment] ul&gt;li&gt;dl&gt;a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul&gt;li&gt;dl&gt;a:hover{color:;}
div[comment] ul&gt;li&gt;dl&gt;a&gt;i{padding-left:4px; line-height:inherit;}
div[comment] ul&gt;li&gt;dl&gt;p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]&gt;ul&gt;li&gt;dl&gt;p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul&gt;li&gt;dl&gt;p&gt;a{color:#686868;}
div[comment] ul&gt;li&gt;dl&gt;dd{display:block;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[like]:before{padding-right:2px;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[reply]:before{margin-right:4px;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[reply].on,
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[reply]:hover{color:;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul&gt;li&gt;dl&gt;div{margin:14px 0;}
div[comment] ul&gt;li&gt;dl&gt;div&gt;textarea{height:68px;}
div[comment] ul&gt;li&gt;dl&gt;div&gt;p{margin-top:12px;}
div[comment] ul&gt;li&gt;dl&gt;div&gt;p&gt;button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul&gt;li&gt;dl&gt;div&gt;p&gt;button:hover{background:;} 
div[comment] ul&gt;li&gt;dl&gt;div&gt;p&gt;label{line-height:26px;}
div[comment]&gt;a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]&gt;a&gt;i{line-height:inherit;}
div[comment]&gt;a:hover{color:;}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]&gt;ul{margin-top:28px;}
div[comment] ul&gt;li{margin-top:14px;}
div[comment]&gt;ul&gt;li{margin-top:24px;}
div[comment] ul&gt;li&gt;img{width:26px; height:26px;}
div[comment]&gt;ul&gt;li&gt;img{width:30px; height:30px;}
div[comment] ul&gt;li&gt;dl{padding:0 0 0 35px;}
div[comment]&gt;ul&gt;li&gt;dl{padding:0 0 0 40px;}
div[comment] ul&gt;li&gt;dl&gt;dt&gt;b{font-size:14px; line-height:22px;}
div[comment]&gt;ul&gt;li&gt;dl&gt;dt&gt;b{line-height:24px;} 
div[comment] ul&gt;li&gt;dl&gt;p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]&gt;ul&gt;li&gt;dl&gt;p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[like]{font-size:13px;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul&gt;li&gt;dl&gt;dd&gt;i{font-size:12px; line-height:22px;}
div[comment] ul&gt;li&gt;dl&gt;a{margin:2px 0 0 35px;}
div[comment] ul&gt;li&gt;dl&gt;div{margin:8px 0;}
}
.head{position:relative; z-index:8; padding:18px 0; background:;}
.head .logo-box{float:left; font-size:0; height:48px; line-height:48px;} 
.head .logo-box a img{display:inline-block; max-height:48px; vertical-align:middle;}
.head .menu-box{display:none;}
.head .search-box{float:right; margin-left:28px;} 
.head .search-box&gt;i{display:none;}
.head .form-box&gt;form{position:relative; display:block; height:38px;}
.head .form-box&gt;form&gt;input{display:block; width:100%; height:auto; line-height:20px; padding:8px 50px 8px 18px; transition:.3s; background:#fff; border:1px solid #f0f0f0;}
.head .form-box&gt;form&gt;input:hover,
.head .form-box&gt;form&gt;input:focus{box-shadow:0 0 5px rgba(0,0,0,.05);}
.head .form-box&gt;form&gt;button{position:absolute; top:0; right:0; width:50px; height:38px; line-height:38px; cursor:pointer; background:none; border:none; padding:0; transition:.2s; color:#131313;}
.head .form-box&gt;form&gt;button:hover{box-shadow:none; color:;}
.head .globe-box{float:right; position:relative; height:38px; line-height:38px;}
.head .globe-box img{height:18px; vertical-align:middle; margin-right:4px;}
.head .globe-box&gt;span{display:block; cursor:pointer;}
.head .globe-box&gt;span&gt;i{font-style:normal;}
.head .globe-box&gt;span:after{display:inline-block; content:'\2228'; margin-left:3px; transition:transform .3s;}
.head .globe-box&gt;ul{position:absolute; top:100%; left:-13px; width:108px; border-radius:3px; background:#fff; border:1px solid #f0f0f0; visibility:hidden; opacity:0; transform:translateY(-8px); transition:.3s;}
.head .globe-box:hover&gt;ul{visibility:visible; opacity:1; transform:translateY(0);}
.head .globe-box&gt;ul&gt;li{display:block; border-top:1px dashed #f0f0f0;}
.head .globe-box&gt;ul&gt;li:first-child{border-top:none;}
.head .globe-box&gt;ul&gt;li&gt;a{display:block; padding:0 12px;}
.head .globe-box&gt;ul&gt;li&gt;a:hover{background:#f8f8f8;}
.head .globe-box&gt;ul&gt;li&gt;a&gt;span{display:inline-block; color:;}
@media(max-width:1200px){
.head .logo-box{height:38px; line-height:38px;} 
.head .logo-box a img{max-height:38px;}
}
@media(max-width:991px){
.head .menu-box{display:block; float:right; cursor:pointer; margin-left:18px;}
.head .menu-box i{font-size:22px; line-height:38px;}
.head .search-box{margin-left:18px;} 
}
@media(max-width:767px){ 
.head{padding:8px 0;}
.head .menu-box i{font-size:18px;}
.head .search-box{margin-left:8px;}
.head .search-box&gt;i{display:block; line-height:38px; font-size:18px;}
.head .form-box{position:absolute; top:100%; left:0; right:0; padding:8px; visibility:hidden; opacity:0; transform:translateY(-8px); transition:.3s; background:;}
.head .search-box&gt;i.on+.form-box{visibility:visible; opacity:1; transform:translateY(0);}
.head .globe-box&gt;span&gt;img{margin-right:0;}
.head .globe-box&gt;span&gt;i,
.head .globe-box&gt;span:after{font-size:0; margin:0;}
.head .globe-box&gt;ul{left:-54px;}
}
.nav{position:relative; font-size:0; z-index:6; background:;}
.nav div&gt;ul&gt;li{transition:background .3s;}
.nav div&gt;ul&gt;li&gt;a,
.nav div&gt;ul&gt;li&gt;strong{transition:color .3s; font-size:15px; font-size:px;}
.nav article&gt;div&gt;ul&gt;li div&gt;ul&gt;li&gt;a,
.nav article&gt;div&gt;ul&gt;li div&gt;ul&gt;li&gt;strong{font-size:15px;}
.nav div&gt;ul&gt;li&gt;a&gt;b{font-weight:inherit;}
@media(min-width:992px){
.nav div div{background:#fff;}
.nav article&gt;div&gt;ul{white-space:nowrap;}
.nav article&gt;div&gt;ul&gt;li{display:inline-block; position:relative; text-align:center;}
.nav article&gt;div&gt;ul&gt;li&gt;a{display:block; padding:12px 22px;}
.nav article&gt;div&gt;ul&gt;li.on&gt;a,
.nav article&gt;div&gt;ul&gt;li.pn&gt;a{background:;}
.nav article&gt;div&gt;ul&gt;li.has&gt;a:after{display:inline-block; content:'\2228'; margin-left:3px; transition:transform .3s;}
.nav article&gt;div&gt;ul&gt;li.has:hover&gt;a:after{transform:rotate(180deg);}
.nav article&gt;div&gt;ul&gt;li div{position:absolute; left:100%; top:0; width:140px; visibility:hidden; opacity:0; transition:.05s; transform:scale(0); transform-origin:top center;}
.nav article&gt;div&gt;ul&gt;li div div{transform-origin:left center;}
.nav article&gt;div&gt;ul&gt;li&gt;div li.right div{left:auto; right:100%; transform-origin:right center;}
.nav article&gt;div&gt;ul li:hover&gt;div{visibility:visible; opacity:1; transition:.3s; transform:scale(1);}
.nav article&gt;div&gt;ul&gt;li&gt;div{left:50%; top:100%; width:140px; margin-left:-70px;}
.nav article&gt;div&gt;ul&gt;li div&gt;ul{box-shadow:0 0 5px rgba(0,0,0,.1);}
.nav article&gt;div&gt;ul&gt;li div&gt;ul&gt;li{position:relative; border-top:1px dashed #f0f0f0; }
.nav article&gt;div&gt;ul&gt;li div&gt;ul&gt;li:first-child{border-top:0;}
.nav article&gt;div&gt;ul&gt;li div&gt;ul&gt;li&gt;a{display:block; padding:8px 0;}
.nav div&gt;ul&gt;li:hover{ z-index:1;}
.nav div&gt;ul&gt;li:hover&gt;a{color:;}
}
@media(max-width:991px){
.nav{min-height:0 !important; z-index:9;}
.nav div{position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden; background:#fff;}
.nav div&gt;ul{height:100%; overflow-y:auto;}
.nav div&gt;ul&gt;li{display:block; border-top:1px dashed #f0f0f0; }
.nav div&gt;ul&gt;li:first-child{border-top:0;}
.nav div&gt;ul&gt;li&gt;a{display:block; padding:8px 28px 8px 16px;}
.nav div&gt;ul&gt;li.back&gt;a:before{content:'\226A';}
.nav div&gt;ul&gt;li.close&gt;a:before{content:'\2715';}
.nav div&gt;ul&gt;li&gt;div{transition:.3s; transform:translateX(100%);}
.nav div&gt;ul&gt;li.active&gt;div{transform:translateX(0);}
.nav div&gt;ul&gt;li&gt;strong{font-weight:inherit; float:right; padding:8px 16px;}
.nav div&gt;ul&gt;li&gt;strong:before{content:'\226B';}
.nav article&gt;div{position:fixed; left:25%; visibility:hidden; opacity:0; transition:.3s; transform:translateX(100%);}
.nav.active article&gt;div{visibility:visible; opacity:1; transform:translateX(0);}
.nav&gt;a.close{position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,.35); visibility:hidden; opacity:0; transition:.3s;}
.nav.active&gt;a.close{visibility:visible; opacity:1;}
.nav&gt;a.open{position:absolute; line-height:1; top:0px; right:0px; font-size:20px;}
.nav&gt;a.open:before{content:'\2261';}
}
.nav div&gt;ul&gt;li.on&gt;a,
.nav div&gt;ul&gt;li.pn&gt;a,
.nav div&gt;ul&gt;li.on&gt;strong,
.nav div&gt;ul&gt;li.pn&gt;strong{color:;}

.banner{position:relative; z-index:2; overflow:hidden; background:;}
.banner:after{display:block; content:''; clear:both;}
.banner&gt;ul{width:10000%;}
.banner&gt;ul:after{display:block; content:''; clear:both;}
.banner&gt;ul&gt;li{width:1%; float:left; position:relative;}
.banner&gt;ol{position:absolute; bottom:5%; left:0; right:0; text-align:center; font-size:0;}
.banner&gt;ol&gt;li{display:inline-block; cursor:pointer;}
.banner&gt;ol&gt;li:before{display:block; content:''; border-radius:18px; box-shadow:0 0 3px rgba(0,0,0,.08); background:rgba(185,185,185,.5);}
.banner&gt;ol&gt;li.active:before{background:;}
.banner .image img{display:block; max-width:100%; margin:0 auto; object-fit:cover;}
.banner .content{position:absolute; padding:0 15px; left:0; right:0; top:0; bottom:0; pointer-events:none;}
.banner .content&gt;article *{pointer-events:auto;}
@media(min-width:992px){
.banner&gt;ol&gt;li:before{margin:5px; width:15px; height:15px;}
.banner&gt;dl{visibility:hidden; opacity:0; transition:.3s;}
.banner:hover&gt;dl{visibility:visible; opacity:1;}
.banner&gt;dl&gt;*{position:absolute; top:50%; width:40px; height:40px; margin-top:-20px; transform:rotate(45deg); cursor:pointer; transition:.3s; border-style:solid; border-color:;}
.banner&gt;dl&gt;dt{left:30px; border-width:0 0 2px 2px;}
.banner&gt;dl&gt;dd{right:30px; border-width:2px 2px 0 0;}
.banner&gt;dl&gt;dt:hover,
.banner&gt;dl&gt;dd:hover{border-color:;}
}
@media(max-width:991px){
.banner&gt;dl{display:none;}
.banner&gt;ol&gt;li:before{margin:3px; width:10px; height:10px;}
}
.subnav{background:; position:relative; z-index:4;}
.subnav article&gt;ul&gt;li&gt;a{font-size:15px; font-size:px;}
.subnav article li.on&gt;a,
.subnav article li.pn&gt;a{color:;}
@media(min-width:992px){
.subnav article&gt;ul{text-align:center; font-size:0;} 
.subnav article&gt;ul&gt;li{display:inline-block; position:relative;}
.subnav article&gt;ul&gt;li&gt;a{display:block; padding:12px 16px;}
.subnav article&gt;ul&gt;li.has&gt;a:after{display:inline-block; content:'\2228'; margin-left:3px; transition:transform .3s;}
.subnav article&gt;ul&gt;li.has:hover&gt;a:after{transform:rotate(180deg);}
.subnav article&gt;ul&gt;li ul{position:absolute; left:100%; top:0; width:140px; white-space:nowrap; text-align:center; background:#fff; visibility:hidden; opacity:0; transition:.05s; transform:scale(0); transform-origin:top center;}
.subnav article&gt;ul&gt;li ul ul{transform-origin:left center;}
.subnav article&gt;ul&gt;li&gt;ul li.parent{display:none;}
.subnav article&gt;ul&gt;li&gt;ul li.right ul{left:auto; right:100%; transform-origin:right center;}
.subnav article&gt;ul li:hover&gt;ul{visibility:visible; opacity:1; transition:.3s; transform:scale(1);}
.subnav article&gt;ul&gt;li&gt;ul{left:50%; top:100%; width:140px; margin-left:-70px;}
.subnav article&gt;ul&gt;li ul{box-shadow:0 0 5px rgba(0,0,0,.1);}
.subnav article&gt;ul&gt;li ul&gt;li{position:relative; border-top:1px dashed #f0f0f0; }
.subnav article&gt;ul&gt;li ul&gt;li:first-child{border-top:0;}
.subnav article&gt;ul&gt;li ul&gt;li&gt;a{display:block; padding:8px 0; font-size:15px; }
}
@media(max-width:991px){
.subnav article{padding:2px 0 1px 0;}
.subnav article ul{overflow:auto; white-space:nowrap;  font-size:0; text-align:center;}
.subnav article ul&gt;li{display:inline-block; padding:8px;}
.subnav article&gt;ul&gt;li ul{position:absolute; background:#fff; top:100%; left:0; right:0; visibility:hidden; opacity:0; transition:.3s; transform:translateY(-8px);}
.subnav article&gt;ul&gt;li.active{background:#fff;}
.subnav article&gt;ul&gt;li.active&gt;ul{visibility:visible; opacity:1; transform:translateY(-2px);}
.subnav article&gt;ul&gt;li ul&gt;li&gt;a{font-size:15px;}
.subnav article&gt;ul&gt;li&gt;ul li.parent.pn&gt;a{color:;}
.subnav ul::-webkit-scrollbar{height:1px; background:;}
.subnav ul::-webkit-scrollbar-track-piece{height:1px;}
.subnav ul::-webkit-scrollbar-thumb{background:rgba(0,0,0,0); transition:.2s;}
.subnav ul:hover::-webkit-scrollbar-thumb{background:;}
}

.foot{position:relative; padding-top:18px; padding-bottom:18px; color:#f8f8f8; background:;}
.foot a{color:#f8f8f8;}
.foot a:hover{color:;}
.foot article{text-align:center;}
.foot article&gt;ol,
.foot article&gt;ul{text-align:center; font-size:0; margin-bottom:8px;}
.foot article ol li{font-size:15px; display:inline-block;}
.foot article ol li:before{content:'|'; margin:0 18px;}
.foot article ol li:first-child:before{display:none;}
.foot article ul li{display:inline-block; line-height:38px; font-size:15px; }
.foot article ul li:before{content:'/'; display:inline-block; margin:0 4px 0 8px;}
.foot article ul li:first-child:before{display:none;}
.foot article li img{height:38px; vertical-align:middle;}
.foot article li:first-child{margin-left:0;}
.foot article&gt;p&gt;span{margin-right:8px;}
.foot article&gt;p&gt;span:last-child{margin:0;}</pre></body></html>