<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*reset*/
.uetab ul li a, .uetab ul .tabcur, .artprev, .artnext, .foldround, .foldround b, .morecomment a, .ctags li, .ctags li a, .share li a, .cates li a .sca, .cates li, .cates li a, .likeatag ul li a:hover, .likeatag ul .tagselected a, .likeatag ul li a:hover .sca, .likeatag ul .tagselected .sca, .addfavorite, .searchtags li, .closetag, .searchbtn, .pages li a, .share .sinal a, .postbtn a, .userpanel dt, .userpanel dd li a, .upmenu a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.common {
	min-width: 280px;
	margin: 0 auto;
	position: relative;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}

.mt5 {
	margin-top: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	margin-bottom: 80px;
}
.pd10 {
	padding: 10px;
}
.pd15 {
	padding: 15px;
}
.pd20 {
	padding: 20px;
}
.pd25 {
	padding: 25px;
}
.pdh20 {
	padding: 20px 0;
}
.pdw20 {
	padding: 0 20px;
}
.pd50 {
	padding: 50px;
}
.pdh40 {
	padding: 40px 0;
}
.arial {
	font-family: "arial";
}

.logininput input {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.logininput input:focus {
	border-color: #ff9600;
}
.loginwrap h3 span {
	font-size: 14px;
	font-weight: 500;
	height: 26px;
	color: #292929;
	display: block;
	float: left;
	line-height: 26px;
}
.loginwrap .login_warning {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #ff7200;
	color: #fff;
	padding: 0 4px;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 14px;
	margin-top: 3px;
	display: none;
}

.openlogin i,.reg i {
	/* font-size: 12px;
	background: url('../image/icons.png') no-repeat -40px -430px;
	margin-right: 2px;  yyh */
	font-size: 16px;
	margin-right: 5px;
}

.openlogin a {
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.openlogin a:hover {
	color: #fff;
}
.logintoggle .loginmenu a {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #505050;
	background-image: url('../image/icons.png');
	background-repeat: no-repeat;
	background-position: -215px -220px;
}
.logintoggle .loginmenu a:hover {
	background-color: #6BC30D;
}
.login {
	position: relative;
	height: 34px;
	/* padding-right:20px; yyh */
	line-height: 34px;
	/* margin-top: 8px; yyh */
    margin-bottom: 5px;  /* yyh add */
}
.login ul 
{
	/* yyh  add */
	margin: 0;
	padding: 0;
}
.login li {
	float: left;
	display: block;	
}
.login li a {
	text-align: center;
	font-size: 14px;
	float: left;
	display: block;
	width: 70px;
	height: 34px;
	line-height: 34px;
	/*background: #505050; 
	color: #acacac; yyh */
	background: #da0000;
	color: #fff;
	width: 115px;
	font-weight: bold;
	font-size: 16px;
}
.login .reg a {
	/* background: #6BC30D;
	color: #fff;  yyh */
	background: #da0000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.login li a:hover {
	 background: #b10000;
	 cursor: pointer;
}
.hide {
	display: none;
}
.show {
	display: block;
}



/**/
.logininput .desc_div{
	float: both; 
	font-size: 12px; 
	width: 100%; 
	height: 20px; 
	line-height: 20px;
	padding-left:54px;
	color:#666666;
}
.logininput .username_div{
	float: left; 
	font-size: 14px; 
	width: 60px; 
	height: 30px; 
	line-height: 30px;
}
.logininput .pw_div{
	float: left; 
	font-size: 14px; 
	width: 60px; 
	height: 30px; 
	line-height: 30px;
}
.logininput .yzm_div{
	float: left; 
	font-size: 14px; 
	width: 60px; 
	height: 30px; 
	line-height: 30px;
    margin-top: 10px;
}

/*快速登录代码*/
.loginmask {
	width: 100%;
	height: 100%;
	z-index: 88;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
#loginalert {
	width: 440px;
	background: #fff;
	position: fixed;
	top: -600px;
	left: 50%;
	margin-left: -220px;
	z-index: 99;
	display: none;
}
.closealert {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url('../image/icons.png') no-repeat -220px -315px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.closealert:hover {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
.loginwrap {
	width: 340px;
	margin: 0 auto;
}
.loginh {
	height: 40px;
	margin-top: 20px;
}
.loginh .fl {
	font-size: 30px;
	line-height: 40px;
	color: #292929;
}
.loginh .fr {
	font-size: 18px;
	line-height: 50px;
	color: #707070;
}
.loginh .fr a {
	font-size: 18px;
	line-height: 50px;
	color: #FF4200;
	margin-left: 5px;
}
.loginwrap h3 {
	font-size: 14px;
	font-weight: 500;
	height: 20px;
	margin-top: 15px;
	color: #292929
}
.loginbtn {
	line-height: 70px;
	color: #6B6A6A;
	clear: both;
}
.logininput input {
	display: block;
	overflow: hidden;
	color: #979696;
	/* height: 14px;
	line-height: 14px; 
    padding-top: 13px;
	padding-bottom: 13px; yyh */
    width: 270px;
	border: #DAE2E5 1px solid;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
	
}
.ok{
margin-top:15px;
margin-left:5px;
margin-right:5px;
float:left;
width:19px;
height:20px;
display:inline;
background-image:url(/template/image/ok.gif)
}
.no{
margin-top:15px;
margin-left:5px;
margin-right:5px;
float:left;
width:19px;
height:20px;
display:inline;
background-image:url(/template/image/no.gif)
}
.yzma {
	float: left;
}
.yzma input 
{
	/* display: block;
	overflow: hidden; */
	color: #979696;
    width: 50px;
	border: #DAE2E5 1px solid;
	text-indent: 10px;
	height: 30px;
	line-height: 30px;
}
.yzma_img {
 margin-top: 10px;
 float: left;
}
.yzma_img img {
	height: 30px; 
	width:80px;
	margin-right: 10px;
	margin-left: 10px;
}
.logininput .loginusername {
	margin-bottom: 10px;
}
.loginuserpasswordp {
	margin-top: 10px;
	margin-bottom: 10px;
}
.loginsignup input {
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #da0000;
	margin-top: -5px;
	text-align: center;
	font-size: 16px;
	border: none;
	font-family: '微软雅黑';
	cursor: pointer;
}
.loginsignup input:hover {
	background: #b10000;
}
.loginsubmit input {
	width: 330px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	/* background: #70CA10; yyh*/
	background: #da0000;
	display: block;
	text-align: center;
	font-size: 20px;
	border: none;
	font-family: '微软雅黑';
	cursor: pointer;
}
.loginsubmit input:hover {
	background: #b10000;
}
.loginsubmit {
	width: 330px;
	height: 40px;
	margin: 15px 20px 0 0;
	position: relative;
}
.logintag{
	height:20px;
	float:right;
	width:190px;
	margin-top:15px;
}
.loginsubmiting {
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}
.loginsubmiting_inner {
	height: 40px;
	background: url('../image/loading.gif') no-repeat 50% 50%;
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
}
.loginpd {
	border-bottom: 1px solid #ecf2f5;
}
.thirdlogin .pd50 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.thirdlogin h4 {
	color: #6B6A6A;
	font-weight: 500;
	margin-bottom: 20px;
}
.thirdlogin ul li {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.thirdlogin ul li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-indent: 60px;
}
#sinal a {
	background: #d63b22 url('../image/share/weibo.png') no-repeat 0px -5px;
}
#qql a {
	background: #3eb0d8 url('../image/share/qq.png') no-repeat 0px -5px;
}
#renrenl a {
	background: #1f87cc url('../image/share/renren.png') no-repeat 0px -5px;
}
#doubanl a {
	background: #319947 url('../image/share/douban.png') no-repeat 0px -5px;
}
.thirdlogin ul li {
	margin-right: 20px;
}
.userpanel {
	position: relative;
}
.userpanel dt {
	padding: 10px;
	background: #36393b;
	position: relative;
	height: 30px;
	overflow: hidden;
}
.userpanel dt.userpanel_cur {
	background: #2a2a2a
}
.userpanel dt span {
	display: block;
	height: 16px;
	line-height: 16px;
	background: red;
	color: #fff;
	padding: 0 2px;
	top: 0;
	right: 0;
	position: absolute;
}
.userpanel dt img {
	width: 30px;
}
.userpanel dl, .userpanel dt, .userpanel dd {
	display: block;
}
.userpanel dd {
	position: absolute;
	top: 50px;
	right: 0;
	width: 145px;
	background: #2a2a2a;
	display: none;
}
.userpanel dd li a {
	height: 30px;
	line-height: 30px;
	color: #ccc;
	display: block;
	text-indent: 30px;
}
.userpanel dd li a:hover {
	background-color: #6BC30D;
	color: #fff;
}
.userpanel dd li .fl {
	margin-left: 15px;
}
.userpanel dd li .fr {
	margin-right: 15px;
	color: red
}

/* */
.pd50 ul {
	margin: 0;
	padding: 0;
}

/*快速注册代码*/

#reg_setp {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	top: 0;
	left: 100%;
	display: none;
}
#reg_setp h3 {
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	height: 80px;
	line-height: 90px;
}
#setp_quicklogin {
	width: 440px;
	height: 210px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 230px;
	text-align: center;
	display: none;
}
#setp_quicklogin ul {
	margin:0 0 0 20px; 
	padding:0;
}
.blogo {
	width: 150px;
	height: 180px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -75px;
}
.quicklogin_socical li {
	display: block;
	float: left;
}
.quicklogin_socical li a {
	width: 186px;
	height: 46px;
	display: block;
	float: left;
	line-height: 46px;
	color: #fff;
	text-align: left;
	text-indent: 68px;
	font-size: 16px;
}
.quicklogin_socical_weibo {
	margin-bottom: 20px;
}
.quicklogin_socical {
	margin-bottom: 20px;
}
.quicklogin_socical_weibo a {
	margin-right: 20px;
	background: #d63b22 url('../image/share/weibo.png') no-repeat 0 0;
	border: 2px solid #d63b22;
}
.quicklogin_socical_qq a {
	margin-bottom: 20px;
	background: #3eb0d8 url('../image/share/qq.png') no-repeat 0 -2px;
	border: 2px solid #3eb0d8;
}
.quicklogin_socical_renren a {
	margin-right: 20px;
	background: #1f87cc url('../image/share/renren.png') no-repeat 0 0;
	border: 2px solid #1f87cc;
}
.quicklogin_socical_douban a {
	background: #319947 url('../image/share/douban.png') no-repeat 0 0;
	border: 2px solid #319947;
}
.back_setp {
	width: 100px;
	height: 50px;
	line-height: 50px;
	background: #8F8F90;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.back_setp:hover {
	/* background-color: #6BC30D; */
	background: #d10000;
}
.thirdlogin{ width: 438px}
.icons-box {width: 154px;margin: 0 auto}

.button{background:#4386f5;color:#fff;padding:6px 0;height:25px;line-height:25px;border-radius:5px;width:90%;border-radius:22px;display:inline-block;cursor:pointer}.page-con .sep{border-top:1px solid #ddd;height:20px;text-align:center}.page-con label{color:#666;display:inline-block;padding:0 10px;background:#fff}.page-con .signup{font-size:12px;margin-top:19px;color:#666;text-align:left;padding-left:26px}.page-con .signup a{color:#333}#bg-canvas{position:absolute;z-index:-1}#logo-text{display:inline-block;margin-left:8px;font-size:35px;vertical-align:7px;font-family:arial;height:60px;text-shadow:1px 1px 2px #bbb inset}#logo-text .logo-dot{width:68px;height:6px;display:inline-block;position:absolute;left:50%;top:50%;margin-left:-34px;margin-top:-3px;display:none}#logo-text .logo-dot:after{width:6px;background:#4386f5;height:6px;display:inline-block;position:absolute;right:-4px;border-radius:50%;content:""}#logo-text label{display:inline-block;background:#4386f5;border-radius:50%;color:#fff;padding:11px 8px;margin-left:6px;position:relative;box-shadow:1px 1px 6px #ccc}.login-input{position:relative}.login-input a{position:absolute;right:33px;top:13px;width:auto;height:20px;line-height:20px;text-align:right;color:#888;z-index:1}.weixin-con{display:none;padding:15px;background:#fff;position:absolute;z-index:9;width:362px;height:410px;left:50%;top:50%;margin-left:-181px;margin-top:-205px;text-align:center;border-raidus:5px;box-shadow:1px 1px 4px #ccc}.error-tip{height:30px;line-height:30px;position:absolute;right:32px;color:red;bottom:6px;font-size:12px;z-index:2;background:#fff}.success-tip{position:absolute;width:194px;top:155px;display:none;right:96px;padding:5px 8px;border:1px solid green;border-radius:3px;box-shadow:1px 1px 5px #d6e9c6;background-color:#dff0d8;color:#468847;text-shadow:0 1px 0 rgba(255,255,255,.5)}.icons{background:url(../image/share/login.png) no-repeat;display:inline-block;width:42px;height:42px}.icons.weixin{background-position:0 0;background-size:42px}.icons.qq{background-position:0 -85px;background-size:43px}.icons.weibo{background-position:0 -131px;background-size:44px}.icons.google{background-position:0 -45px;background-size:44px}.icons.somemore{border-radius:100%;border:1px solid #ddd;background-position:-1px -165px;background-size:42px;width:38px;height:38px}.icons.somemore:hover{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.2);-moz-box-shadow:inset 0 0 1px rgba(0,0,0,.2);box-shadow:inset 0 0 1px rgba(0,0,0,.2);cursor:pointer}.morelogo-con{background-color:#fff;padding:10px;position:absolute;left:249px;opacity:0;top:30px;z-index:3;border-radius:5px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.morelogo-con.popover{opacity:1;top:45px}.morelogo-con&gt;span{display:block;font-size:13px;color:#3d474d}.morelogo-con .mingdao{display:inline-block;vertical-align:middle;background-position:0 -257px;background-size:44px;margin-right:11px}.rotate{animation:.8s infinite rotate;-webkit-animation:.8s infinite rotate;-o-animation:.8s infinite rotate;-moz-animation:.8s infinite rotate;-ms-animation:.8s infinite rotate}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes rotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}@-o-keyframes rotate{from{-o-transform:rotate(0)}to{-o-transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.bind{width:600px;margin-left:-300px}.bind .button,.bind .txt{width:55%}.bind #logo-text{vertical-align:-7px}.bind .icons{background:url(/assets/images/login/login.png) no-repeat;display:inline-block;width:74px;height:74px;vertical-align:top}.bind .icons.weixin{background-position:0 0;background-size:70px;width:70px;height:68px}.bind .icons.qq{background-position:0 -141px;background-size:70px;width:70px;height:68px}.bind .icons.weibo{background-position:0 -211px;background-size:70px;width:70px;height:68px}.bind .icons.google{background-position:0 -73px;background-size:70px;width:70px;height:68px}.bind_item{position:relative}.bind-arrow{margin-left:30px;display:inline-block;position:relative;color:#666;margin-right:30px}.bind-tip{margin-top:40px}.des{margin-top:10px;font-size:14px}@media screen and (max-width:760px){.page-con{width:100%;left:0;margin-left:0}}</pre></body></html>