﻿#middle {
	width: 100%;
}

.middle {
	margin: 30px auto;
	height: 700px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0px 115px;
        box-sizing: border-box;
}

.mid-tip-top {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 45px;
}

.tip-left {
	width: calc((100% - 190px) / 2);
	height: 1px;
	float: left;
	background: #E5E5E5;
}

.tip-content {
	float: left;
	width: 190px;
	height: 40px;
	text-align: center;
	margin-top: -28px;
	font-size: 36px;
	color: #333333;
}

.tip-right {
	width: calc((100% - 190px) / 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: 14px;
	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%;


}

.item-input {
	width: 100%;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	padding: 0px 15px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	margin-top: 35px;
	border-radius: 5px;

}

/* ============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 {
        margin-top: 35px;
	padding: 0px 0px 0px 0px;
}

.item-yzm {
	width: calc(100% - 160px);
	margin: 0px 20px 0px 0px;
	box-sizing: border-box;
	float: left;
        height: 43px;
	line-height: 43px;
}

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;   
}

button.form-button:disabled {
	border: 1px solid #DEDEDE;
	background-color: #F5F5F5;
	color: #b8b8b8;
}

.form-state {
	width: 100%;
	text-align: right;
	margin-top: 15px;
}

.form-state a {
	width: 100%;
	text-align: right;
	color: #546ccf;
	font-size: 14px;
}