@charset "utf-8";
/* CSS Document */
body {
	width:100%;
}
.register {
	padding-top: 80px;
}
.main .register .regc {
	width:450px;
	min-height: 450px;
	height: auto;
	margin: 0 auto;
	border: none;
	border-radius: 5px;
	overflow: visible;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-top: 3px solid #E84332;
}
.main .register .regc .reg_con{
	width: 100%;
	margin:0 auto;
	border: none;
	padding:0;
	overflow: visible;
} 
.main .register .regc .reg_con .reg_top {
	height: 50px;
	/* border-bottom: 1px solid #E3E3E3; */
	text-align: center;
	margin-bottom: 0px;
	padding: 0;
}
.main .register .regc .reg_con .reg_top p {
	color: #E84332;
	font-size: 22px;	
	line-height: 50px;
}
.main .register .regc .reg_con .reg_top a {
	display: inline-block;
	float:right;
	text-decoration: none;
	color: #8A8A8A;
	height:45px;
	margin-top:5px;
}
.reg_con div {
	line-height: 35px;
}

.reg_con .reg_info .reg_title {
	display: inline-block;
	float:left;
	font-size:14px;
	width: 80px;
	color: #000;
	font-weight: bolder;
	margin-left:20px;
}
.reg_con .reg_info input {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	width: 328px;
}
.reg_con .reg_info input:focus {
	outline: none;
}
/*输入行样式*/
.reg_con div.reg_info {
	width: 350px;
	height: 45px;
	margin: 0 auto;
	margin-top: 10px;
	padding:0;
	position: relative;	
	overflow: visible;
} 
.reg_con div.reg_info .login_checkbox {
	width: 18px;height: 18px;float: none;vertical-align: middle;padding: 0;
}

.reg_con .reg_info input.reg_iptxtv,
.reg_con .reg_info input.reg_iptxt2,
.reg_con .reg_info input.rp_ipbtn_phone   {
	width:110px;
}

.reg_con .reg_info input.rp_ipbtn_phone   {
	margin-left: 10px;
	background-image: none;
	font-size:14px;
	background-color: #eee;
}


.reg_con .imgVerify {
	height:35px;
	width:100px;
}
.reg_con input.reg_btns {
	border:none;
	width:160px;
	height:40px;
	background-image: none;
	background-color: #FE5454;
	color: white;
	font-size:16px;
	font-family:'Microsoft YaHei';
	border-bottom: 3px solid #A81C1C;
	border-radius: 5px;
	float: left;
}
.reg_con input.reg_btns.log-in {
	background-color: #009CFF;
	border-bottom: 3px solid #0055FF;
	margin-right:25px;	
}
/*
判断密码强度的样式
*/
#strength_bar {
	display: block;
	width: 100%;
	height:20px;
	/* margin-left:20px; */
	margin-top:7px;
}
#strength_bar li {
	list-style: none;
	float:left;
	display: inline-block;
	width:30px;
	height: 20px;
	line-height:20px;
	padding-left:20px;
	background-color: rgb(238, 238, 238);
}
/**
	提示框 样式
*/
.reg_con div.reg_info .pop-warning {
	width: 100%;
	position: absolute;
	left: 350px;
	top:0;
	padding-left:10px;
	margin-bottom: 0;
}
.reg_warntxt {
	border: 1px solid #dd6f75;
	border-left-width: 3px;
	padding: 0 10px;
	position: relative;
}
.reg_warntxt:before {
	content: "";
	display: inline-block;
	border: 10px solid;
	border-color: transparent #dd6f75 transparent transparent;
	position: absolute;
	left: -20px;
	top: 7px;
}
.reg_hinttxt {
	border: 1px solid #ccc;	
	border-left-width: 3px;
	padding: 0 10px;
	position: relative;
	overflow: visible;
}
.reg_hinttxt:before {
	content: "";
	display: inline-block;
	border: 10px solid;
	border-color: transparent #ccc transparent transparent;
	border-top-left: transparent;
	position: absolute;
	left: -20px;
	top: 7px;
}
.reg_con .reg_warn {
	background: url('../images/icon-warn.png') no-repeat;
	margin-top:10px;
	
}
.reg_con .reg_warntxt {
	font-size: 12px;
	line-height:35px;
}
.reg_con .reg_hint {
	margin-top:10px;
}
.reg_con .reg_hinttxt {
	font-size: 12px;
	line-height:35px;
}
.reg_con .reg_ok {
	background: url('../images/icon-success.png') no-repeat;
	margin-top:10px;
	
}
/* @media (max-width: 1290px){
	.main .register .regc {
		width: 70%;
	}
}
@media screen and (max-width: 1290px\9){
	.main .register .regc {
		width: 70%;
	}
}
@media screen and (max-width: 1440px\9){
	.main .register .regc {
		width: 65%;
	}
}
@media (max-width: 1440px){
	.main .register .regc {
		width: 65%;
	}
} */
