/**!
 * 阳光直采网上商城-注册
 * date:2017-10-11
 * author: csxiang;
 */

.loginbtn {
	float: right;
	margin-top: 75px;
	font-size: 15px;
}
.loginbtn a {
	color: #ffa902;
}
.content {
	margin-top: 25px;
	margin-bottom: 60px;
}
.reg-box {
	margin-left: 50px;
}
.reg-h1 {
	font-size: 17px;
	color: #c81622;
}
.reg-item .reg-title {
	float: left;
	width:70px;
	text-align: right;
	font-size: 15px;
	height: 54px;
    line-height: 54px;
}
.reg-item .reg-con {
	position: relative;
	float: left;
	margin-left: 25px;
}
.reg-item .reg-con .reg-waring {
	position: absolute;
	margin-top: 8px;
	margin-left: 18px;
	padding-left: 22px;
	color: #ee2222;
	font-size: 12px;
	background: url(../images/mall/regwaring.png) left no-repeat;
}
.reg-waring{
	display:none;
}

.passwordwarning{
	margin-left:10px;
}
.passwordtips{
	color: rgb(204, 204, 204);
    font-size: 12px;
    margin-left: 15px;
    margin-top:8px;
    display: none;
}
/* 身份选择 */
.reg-item {
	margin-bottom: 37px;
	height:53px;
}
.reg-id {
	font-size: 15px;
    margin: 40px 0 18px;
}
.reg-id .reg-title {
	height: 20px;
	line-height: 20px;
}
.reg-id .reg-con span {
	margin-right: 40px;
	cursor: pointer;
}
.reg-id .reg-con span i {
	display: inline-block;
	height: 15px;
	width: 15px;
	vertical-align: middle;
	margin-right: 3px;
	background: url(../images/mall/regradio.png) no-repeat;
}
.reg-id .reg-con span.selected i {
	background-position-x: -15px;
}
.reg-item .input-wrap {
	position: relative;
	width: 383px;
	height: 52px;
	line-height: 52px;
	padding-left: 15px;
	border: 1px solid #dddddd;
}
.reg-item .input-wrap input {
	border: none;
	outline: none;
	float: left;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 13px;
}
.reg-item .input-wrap .regok-icon {
	display: none;
	position: absolute;
	right: 13px;
	top: 19px;
}
/* 单位名称 */
.reg-name .input-wrap input,
.reg-phone .input-wrap input {
	width:100%
}
.reg-verfiy-code .input-wrap input,
.reg-verfiy-info .input-wrap input {
	width: 260px;
}
.reg-verfiy-code .verfiy-btn,
.reg-verfiy-info .verfiy-info {
	float: right;
	width: 110px;
	height: 46px;
	margin: 3px;
}
.reg-verfiy-code .verfiy-btn {
	text-align: center;
	line-height: 46px;
	background-color: #f2f2f2;
    outline: none;
    cursor: pointer;
    border:none;
}
.reg-pwd .input-wrap input,
.reg-pwd-confirm .input-wrap input {
	width: 350px;
}
.reg-proto .proto-check {
	float: left;
    margin-top: -1px;
	width: 18px;
	height: 18px;
    margin-right: 10px;
	background: url(../images/mall/regchek.png) no-repeat;
}
.reg-proto .proto-checked {
	background-position-x: -18px;
}
.reg-proto {
	margin-left: 92px;
	margin-bottom: 30px;
	font-size: 10px;
}
.reg-proto a {
	color: #ee2222;
}
.submit-btn {
	width: 400px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	margin-left: 92px;
	background-color: #c81622;
	color: #fff;
	font-size: 17px;
}
.key-power {
	position: absolute;
	margin-top: 8px;
	margin-left: 18px;
	font-size: 12px;
	color: #666;
}
.key-power span {
/* 	display: inline-block; */
	display:none;
	width: 40px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	color: #fff;
}
.key-power span.level1 {
	background-color: #ee2222;
}
.key-power span.level2 {
	background-color: #e7962c;
}
.key-power span.level3 {
	background-color: #228a2e;
}
















