/*-----------------------------------注册样式---------------------------*/
input {
	border: 0;
	outline: none;
}
.register-box {
	width: 100%;
	position: relative;
	height: 40px;
	margin-bottom: 30px;
}
.qyzc_form label {
	float: left;
	width: 220px;
	height: 40px;
	text-align: right;
	line-height: 40px;
	font-size: 14px;
	color: #999;
}
.qyzc_form label span {
	color: #fc0000;
	margin-right: 2px;
}
/*表单项样式设置*/
.register-box .box {
	width: 441px;
	height: 100%;
	line-height: 40px;
	position: relative;
	font-size: 12px;
	float: left;
	margin-left: 20px;
}
.register-box .box a {
	color: #005aa0;
	margin-left: 5px;
}
.register-box .box.error {
	border: 1px solid red;
	height: 42px;
}
.register-box .box input {
	width: 433px;
	height: 38px;
	border: 1px solid #e5e4e4;
	font-size: 14px;
	color: #333;
	padding-left: 5px;
	float: left;
	line-height: 40px;
}
.phionyzm {
	width: 263px !important;
	height: 38px;
	border: 1px solid #e5e4e4;
	font-size: 14px;
	color: #333;
	padding-left: 5px;
	float: left;
	line-height: 40px;
}
.select_1 {
	width: 140px;
	height: 40px;
	border: 1px solid #e5e4e4;
	padding-left: 20px;
	outline: none;
	line-height: 40px;
	background: #fff url(../img/select_bg.png) no-repeat;
	background-position: 115px 18px;
	color: #999;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select_2 {
	width: 420px;
	height: 40px;
	border: 1px solid #e5e4e4;
	padding-left: 20px;
	outline: none;
	line-height: 40px;
	background: #fff url(../img/select_bg.png) no-repeat;
	background-position: 395px 18px;
	color: #999;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select_3 {
	width: 144px;
	height: 40px;
	border: 1px solid #e5e4e4;
	padding-left: 10px;
	outline: none;
	line-height: 40px;
	background: #fff url(../img/select_bg.png) no-repeat;
	background-position: 115px 18px;
	color: #999;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.yzm {
	float: left;
	width: 111px !important;
	height: 40px !important;
	margin-left: 5px;
}
.yzm_img {
	width: 111px;
	height: 40px;
	cursor: pointer;
}
.cn {
	border-right: 1px solid #ddd;
}
/*验证通过*/
.register-box .box.right i {
	width: 20px;
	height: 20px;
	background: url(../img/right.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 6px;
}
/*提示信息样式设置*/
.register-box .tip {
	width: 292px;
	font-size: 12px;
}
.register-box .tip i {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.register-box .tip span {
	color: #CCCCCC;
}
/*提示信息隐藏样式*/
.register-box .tip.hide {
	display: none;
}
/*提示信息默认样式*/
.register-box .tip.default {
	width: 292px;
	border: 1px solid #e5e4e4;
	float: left;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 70px;
	background: #fcfbfb;
	height: 40px;
}
.register-box .tip.default i {
	width: 0;
	height: 0;
}
.register-box .tip.default span {
	color: #999;
}
/*提示信息错误样式*/
.register-box .tip.error {
	width: 292px;
	border: 1px solid #e5e4e4;
	float: left;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 70px;
	background: #ffebeb;
	border: 1px solid #ffbdbe;
	height: 40px;
}
.register-box .tip.error i {
	width: 0;
	height: 0;
}
.register-box .tip.error span {
	color: red;
}
/*提示信息密码弱*/
.register-box .tip.ruo, .register-box .tip.zhong, .register-box .tip.qiang {
	width: 292px;
	float: left;
	font-size: 12px;
	position: absolute;
	top: 45px;
	right: 250px;
	height: 40px;
}
.register-box .tip.ruo span, .register-box .tip.zhong span, .register-box .tip.qiang span {
	float: left;
	margin-right: 10px;
}
.register-box .tip.ruo i {
	background-position: 0 0;
	margin-top: 2px;
	width: 104px;
	height: 13px;
	background: url(../img/pwdstrength.png) no-repeat;
}
/*提示信息密码中*/
.register-box .tip.zhong i {
	background-position: 0px -13px !important;
	margin-top: 2px;
	width: 104px;
	height: 13px;
	background: url(../img/pwdstrength.png) no-repeat;
}
/*提示信息密码中*/
.register-box .tip.qiang i {
	background-position: 0 -26px !important;
	margin-top: 2px;
	width: 104px;
	height: 13px;
	background: url(../img/pwdstrength.png) no-repeat;
}
/*京东用户注册协议*/
.register-box.xieyi {
	width: 100%;
	height: 20px;
}
.register-box.xieyi .box {
	line-height: normal;
	padding: 0;
	border: none;
}
.register-box.xieyi .box.error {
	line-height: normal;
	padding: 0;
	border: 1px solid red;
}
.register-box.xieyi .box input {
	width: auto;
	margin-top: 3px;
	margin-right: 5px;
	height: auto;
}
.register-box.xl {
	width: 100%;
	height: 20px;
}
.lx {
	width: 653px !important;
}
.register-box.xl .box {
	line-height: normal;
	padding: 0;
	border: none;
}
.register-box.xl .box label {
	width: 85px !important;
	text-align: left !important;
}
.register-box.xl .box.error {
	line-height: normal;
	padding: 0;
	border: 1px solid red;
}
.register-box.xl .box input {
	width: auto;
	margin-top: 3px;
	margin-right: 5px;
}
/*邮箱*/
.yz_show, .yz_hide {
	float: right;
	color: #38f;
	right: 0;
	top: 58px;
	cursor: pointer;
	position: absolute;
}
/*获取验证码*/


.hq {
	display: block;
	float: left;
	margin-left: 10px;
	height: 42px !important;
	width: 160px !important;
	padding:0 !important;
	border: 1px solid #e5e4e4;
	background: #f4f4f4;
	text-align: center;
	line-height: 40px;
	color: #666;
	font-size: 14px;
}

/*注册*/
.sub {
	width: 263px !important;
	height: 35px !important;
	color: #fff !important;
	background: #ee2222;
	border: 0;
	line-height: 32px !important;
	font-size: 16px;
	cursor: pointer;
}
