/*以下文登录区域样式*/
.login-box{
	width: 300px;
	background: #FFFFFF;
	padding-bottom: 1px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
}
.login-box table tr td{height: 43px;}
.select-div a{
	display:inline;
	float:center;
	text-decoration:none;
	width:18px;
	font-size: 18px;
	color: #757575;
}

/* 点击登录、注册选项后，在登录或注册下方产生下划线 */
.login-regist-active{
	border-bottom:2px solid #9C561E;
	padding-bottom:2px;
}
.select-div{
	height:10px;
	text-align:center;
	margin: 20px;
	margin-bottom:35px;
	padding-top:30px;
	border-radius:4px;
}
.login-box-inner input{
	width: 219px;
	height: 32px;
	line-height:16px;
	padding:5px 0 5px 5px;
	border: 1px solid #DADADA;
	border-radius:3px;
	background: url("/Content/Images/Mascot/bgx.png") repeat-x scroll 0 -72px transparent;
	font-size: 14px;
	position:relative;
}
.input-wrapper{
	float: none;
	height: 48px;
	border: 1px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.input-wrapper input{
	padding: 15px 8px;
	height: 100%;
	width: 100%;
	font-size: 15px;
	color: #A3A0A0;
	line-height: 18px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	text-align: left;
}

.login-box-inner .notM{padding: 25px 0 0 60px;}
.login-box-inner .notM a{display: inline-block; width: 74px; height: 23px; border: 1px solid #D8D9DC; border-radius: 5px; text-align: center;line-height: 23px; background:#FDFDFD; color: #757575; }

.login-regist_input_groups{
	margin-left:20px;
	margin-right:20px;
}

/*登录、注册模块中的input装饰器*/
.login-regist_input_wrapper{
	float: none;
	width:100%;
	height: 100%;
	border: none;
	position: relative;
	border-bottom: 1px solid #eee;
}
/*登录、注册模块中的input样式*/
.login-regist_input_wrapper input{
	padding: 15px 8px;
	height: 100%;
	width: 100%;
	font-size: 15px;
	color: #A3A0A0;
	line-height: 18px;
	border: none;
	outline: 0;
	box-sizing: border-box;
}
/*登录、注册模块中的button装饰器*/
.login-regist_button_wrapper{
	margin: 20px;
}
/*登录、注册模块中的button装饰器中的button*/
.login-regist_button_wrapper button{
	width:100%;
	color:#FFFFFF;
	height: 30px;
	font-size: 14px;
	text-align: center;
	background: #9C561E;
	border-radius: 4px;
	border: 1px solid #D1D1D1;
	outline: 0;
	cursor: pointer;
}

input:checked{background-color: #f4a100;}

/*以下文QQ、微信第三方登录部分*/
.third-login{
	padding-left: 20px;
    padding-right: 20px;
	height: 45px;
	margin-bottom:10px;
}
.third-login a {
    color: #999;
}
.third-login .qq-login i {
    background-image: url(/templates/v2/tpls/cloudzhouyi/tools/lypaipan/web/images/pc_login_sprite.png);
    background-position: -138px -248px;
}
.third-login .qq-login i:hover{
    background-image: url(/templates/v2/tpls/cloudzhouyi/tools/lypaipan/web/images/pc_login_sprite.png);
    background-position: -179px -248px;
}
.third-login i {
    display: inline-block;
    width: 42px;
    height: 42px;
}
.third-login span {
	background-color:#fff;
    position: relative;
    top: -15px;
}
.third-login .wx-login i {
    background-image: url(/templates/v2/tpls/cloudzhouyi/tools/lypaipan/web/images/pc_login_sprite.png);
    background-position: -306px -248px;
}
.third-login .wx-login i:hover {
    background-image: url(/templates/v2/tpls/cloudzhouyi/tools/lypaipan/web/images/pc_login_sprite.png);
    background-position: -96px -248px;
}

/*以下为登录后用户信息展示部分*/
.userinfo-list .userinfo-item {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
	margin: 0 auto;
	text-align: left;
    width: 35%;
	display: inline;
}
.userinfo-list .user-message-icon {
    background-position: -18px -107px;
}
.userinfo-list .user-profile-icon {
    background-position: -87px -145px;
}
.userinfo-list .user-point-icon {
    background-position: -208px -145px;
}
.userinfo-list .cld-icon {
    margin-right: 7px;
    vertical-align: -2px;
}
.cld-icon {
    width: 16px;
    height: 16px;
    background-image: url(../../../styles/images/alksf-icon-1.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.userinfo-list{
	padding:20px;
	text-align:center;
}
.userinfo-list a {
    display: inline-block;
    color: #554F4F;
}
a:visited {
    color: #333333;
    text-decoration: none;
}


.avatar{
	width:90px;
	height:90px;
	margin-top:10px;
	margin-bottom:5px;
	border-radius: 50%;
}