﻿#middle {
	width: 100%;
}

.middle {
	margin: 30px auto;
	height: 800px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0px 115px;
        box-sizing: border-box;
}

.mid-tip-top {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

.tip-left {
	width: calc((100% - 160px) / 2);
	height: 1px;
	float: left;
	background: #E5E5E5;
}

.tip-content {
	float: left;
	width: 160px;
	height: 40px;
	text-align: center;
	margin-top: -28px;
	font-size: 36px;
	color: #333333;
}

.tip-right {
	width: calc((100% - 160px) / 2);
	height: 1px;
	float: left;
	background: #E5E5E5;
}

/* 表单 */
.mid-form {
	width: 420px;
	margin: 0px auto;
}

/* 单选框组 */
.form-radio {
	width: 100%;
	border: 1px solid #DEDEDE;
	height: 45px;
	line-height: 45px;
	border-radius: 40px;
}

.form-radio input[type="radio"] {
	display: none;
}

.form-radio span {
	display: inline-block;
	background: #FFFFFF;
	color: #999999;
	font-size: 16px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-radius: 40px;
	cursor: pointer;
	width: 50%;
	float: left;
}

.form-radio input:checked+span {
	background: #556CCF;
	color: #FFFFFF;
}
/* 单选框组end */

.form-item {
	width: 100%;
	margin-top: 35px;
	position:relative; 
}

.form-item2{position:relative;}
.form-item span{ color:#F35B67; position:absolute; bottom:-28px;}

.item-input {
	width: 100%;
	font-size: 16px;
	height: 45px;
	line-height: 45px; color:#333;
padding: 0px 15px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	border-radius: 5px;
}
.form-item input:focus{border:1px solid #546CCF !important;}
.item-input2 {
	padding: 0px 40px 0 15px;
}
/* 密码icon  sign-eye隐藏 sign-eye-active显示*/
.sign-eye{
	width: 18px;
	height: 12px;
	margin-top: 18px;
	position:absolute;right:10px; top:0;
	display: inline-block;
	background: url(/cms/templates/10543911413640000/images/middle_icon_04.png);
	cursor: pointer;
}

.sign-eye-active{
	width: 18px;
	height: 12px;
	margin-top: 18px;
	position:absolute;right:10px; top:0;
	display: inline-block;
	background: url(/cms/templates/10543911413640000/images/middle_icon_05.png);
	cursor: pointer;
}
.sign-eye-qr{
	width: 18px;
	height: 12px;
	margin-top: 18px;
	position:absolute;right:10px; top:0;
	display: inline-block;
	background: url(/cms/templates/10543911413640000/images/middle_icon_04.png);
	cursor: pointer;
}

.sign-eye-active-qr{
	width: 18px;
	height: 12px;
	margin-top: 18px;
	position:absolute;right:10px; top:0;
	display: inline-block;
	background: url(/cms/templates/10543911413640000/images/middle_icon_05.png);
	cursor: pointer;
}


/* ============input========= */
.mid-form input::-webkit-input-placeholder {
	color: #999999;
}

.mid-form input:-moz-placeholder {
	color: #999999;
}

.mid-form input::-moz-placeholder {
	color: #999999;
}

.mid-form input:-ms-input-placeholder {
	color: #999999;
}

/* 验证码 */
.yzm-item {
	padding: 0px;
}

.item-yzm {
	width: calc(100% - 160px);
	padding: 0px 15px!important;
	box-sizing: border-box;
	float: left;
        margin-right: 20px;
}

button {
	margin: 0;
	padding: 0;
	outline: none;
	border-radius: 0;
	background-color: transparent;
	line-height: inherit;
	border: none;
}

button:after {
	border: none;
}

.item-yzm-button {
	width: 140px;
	height: 45px;
	background: #556CCF;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	float: left;
	cursor: pointer;
}

.form-rules {
	width: 100%;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
}

.form-rules input {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.form-rules a {
	color: #1780f4;
}

/* 复选框组 */
.form-rules input[type="checkbox"] {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	position: relative;
}

.form-rules input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #DEDEDE;
}

.form-rules input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #556CCF;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #556CCF;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

/* 注册 */
.form-button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #DEDEDE;
	background: #556CCF;
	color: #FFFFFF;
	border-radius: 5px;
	margin-top: 15px;  font-size:16px;cursor: pointer;
}



.form-button:hover:after{content:" "; display:block;height:32px; width:418px;background:url(/cms/templates/460649897425020000/images/form-button-bg.jpg) no-repeat left top;margin-top: -2px;}

button.form-button:disabled {
	border: 1px solid #DEDEDE;
	background-color: #F5F5F5;
	color: #b8b8b8;cursor: auto;
}
button.form-button:disabled:after{background:none;}

.form-state {
	width: 100%;
	text-align: right;
	margin-top: 15px;
}

.form-state a {
	width: 100%;
	text-align: right;
	color: #546ccf;
	font-size: 14px;
}