@charset "utf-8";
/* 
Name: list.css
For : http://www.hecha.cn/
Date: 201408  Sincol
*/
@import url("main.css");
@import url("plus.css");
body{}


body.hc_users{}

.hc_reg {
}
.hc_reg .left{
	height: 550px;
	width: 570px;
	padding-top: 30px;
}
.hc_reg .left img {
	height: 500px;
	width: 500px;
	overflow: hidden;
}
.regbox {
	margin-top: 35px;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
	float: right;
    height: 474px; /*418px;*/
	width: 608px;
	font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
	-webkit-box-shadow: 1px 0px 5px 0px #dbdbdb;
	-moz-box-shadow: 1px 0px 5px 0px #dbdbdb;
	box-shadow: 1px 0px 5px 0px #dbdbdb;
}
.regbox .title {
	height: 46px;
}
.regbox .title ul{
	margin-top: -1px;
	position: relative;
}
.regbox .title ul li{
	float: left;
	width: 50%;
	height: 46px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	margin-left: -1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e4e4e4;
}
.regbox .title ul li a{
	background-color: #f5f5f5;
	display: block;
	text-align: center;
	line-height: 44px;
	border: 1px solid #ffffff;
}
.regbox .title ul li.on{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #60a411;
	height: 44px;
}
.regbox .title ul li.on a{
	background-color: #ffffff;
	color: #358000;
}
.regbox .title ul li a:hover{
	text-decoration: none;
}
.regbox .input {
	background-image: url(../images/home/inp_bg1.png);
	background-repeat: no-repeat;
	border: 1px solid #b4b6b7;
	font-size: 14px;
	line-height: 29px;
	height: 29px;
	width: 231px;
	padding-right: 5px;
	padding-left: 5px;
}

.regbox .list {}
.regbox .list ul {
	padding-right: 30px;
	padding-left: 20px;
}
.regbox .list ul li {
	margin-bottom: 18px;
}
.regbox .list ul.reg {
	margin-top: 60px;
	height: 212px;
}
.regbox .list ul.reg li{
	margin-bottom: 33px;
}
.regbox .list ul.login {
	margin-top: 28px;
	height: 390px;
}
.regbox .list ul li p {
	float: left;
	line-height: 32px;
	height: 32px;
}
.regbox .list ul li p.ta {
	width: 70px;
	padding-right: 15px;
	font-size: 16px;
	color: #666666;
	text-align: right;
}
.regbox .list ul li p.ip {
	float: left;
	width: 240px;
}
.regbox .list ul li p.ip em {
	float: right;
}

.regbox .list ul li p.in {
	width: 210px;
	padding-left: 20px;
	height: 32px;
	overflow: hidden;
}
.regbox .list ul li p.in span {
	color: #999999;
}
.regbox .list ul li p.in strong {
	color: #cd0606;
	font-weight: normal;
	background-image: url(../images/users/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.regbox .list ul li p.in small {
	font-size: 12px;
	color: #169709;
	background-image: url(../images/users/right.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


.regbox .list ul li p a{
	color: #3366cc;
}
.regbox .list ul li.reginp1 {
	padding-top: 25px;
}
.regbox .list ul li.reginp1 .in a {
	font-size: 16px;
}

.regbox .list .txt{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e4e4e4;
	background-color: #f9f9f9;
    margin-top: 10px;
}
.regbox .list .txt .msg {
	/*line-height: 40px;*/
	text-align: center;
	height: 40px;
	color: #999999;
}

.regbox .list dl {
	height: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.regbox .list dl dt{
	padding-left: 6px;
}
.regbox .list dl dd{
	padding-top: 10px;
}
.regbox .list dl dd a{
	float: left;
	height: 22px;
	width: 78px;
	line-height: 100px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.regbox .list dl dd a.l_alipay{
	background-image: url(../images/users/login_alipay.png);
}
.regbox .list dl dd a.l_taobao{
	background-image: url(../images/users/login_taobao.png);
}
.regbox .list dl dd a.l_qq{
	background-image: url(../images/users/login_qq.png);
}
.regbox .list dl dd a.l_360{
	background-image: url(../images/users/login_360.png);
}
.regbox .list dl dd a.l_wx {
    background-image: url(../images/users/login_wx.png);
}
.regbox .list dl dd a.l_wb{
	background-image: url(../images/users/login_weibo.png);
}
.users_bg {
	background-color: #f5f5f5;
}
