﻿@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: 130px;
	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: 130px;
	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;
	width: 160px;
	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;
}

/*
本代码由【素材家园】收集并编辑整理;
尊重他人劳动成果;
转载请保留【素材家园】链接 - 【www.sucaijiayuan.com】
*/