/* 鐧婚檰椤甸潰 */
html,body {
	height: 100%;
}
body{
	background: no-repeat;
	background-size: cover;
	position: relative;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.login {
	width: 438px;
	height: auto;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.logo {
	width: 150px;
	height: 62px;
	display: block;
	background: no-repeat;
	background-size: 100%;
	margin: 0 auto 50px;
}
.login_input {
	background: #fff;
	padding: 38px 50px 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(26,26,26,0.1);
}
/*tab*/
.tab_status {
	overflow: hidden;
}
.tab_status a {
	display: inline-block;
	font-size: 16px;
	color: #999;
	float: left;
	margin-right: 30px;
	height: 42px;
	line-height: 42px;
	cursor: pointer;
	position: relative;
}
.tab_status a.curr {
	color: #ff7761;
	font-size: 20px;
}
.tab_status a.curr:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #ff7761;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.con_login {
	margin-top: 18px;
	/*display: none;*/
	overflow: hidden;
}
.form_input {
	height: 52px;
	border:none;
	width: 100%;
	outline: none;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	background: #fff;
	box-shadow: 0 0 0px 1000px white inset;
	outline: none;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.form_input::-webkit-input-placeholder {
	color: #ccc !important;
}
.form_input:focus {
	border-bottom: 2px solid #ff7761;
}
.last {
	overflow: hidden;
	line-height: 20px;
	margin-top: 20px;
}
.label,
.wjmm_a {
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.x_xian {
	display: inline-block;
	padding: 0 12px;
}
.label:hover,
.wjmm_a:hover {
	color: #ff7761;
}
/*input checkbox&radio 鎸夐挳缇庡寲*/

input[type="checkbox"] {
	-webkit-appearance: none;
	margin: 0;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #b2b2b2;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	outline: none;
	margin-right: 2px;
	vertical-align: text-bottom;
	transition: border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
}

input[type="checkbox"]:checked {
	background: ;
	background-size: 100%;
	border-color: #ff7761;
	outline: none;
}
.pull_right {
	display: block;
	width: 100%;
	background: #d5d7dc;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	color: #fefefe;
	pointer-events: none;
}
.pull_right:hover {
	color: #fff;
}
.pull_right.current {
	background: #ff7761;
	pointer-events: auto;
}
/*娉ㄥ唽*/
.form_yz {
	position: relative;
}
.form_yz .form_input {
	padding-right: 100px;
}
.form_yz .yanzhengma {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #ff7761;
	display: inline-block;
	width: auto;
	padding: 0 6px;
	border: none;
	background: none;
	outline: none;
	pointer-events: none;
	color: #d5d7dc;
}
.form_yz .yanzhengma.current {
	color: #ff7761;
	pointer-events: auto
}
/*鍗忚*/
.ty_protocol {
	text-align: center;
	margin-top: 20px;
	color: #ccc;
}
.ty_protocol span {
	color: #ff7761;
	cursor: pointer;
	display: inline-block;
	padding: 0 4px;
	cursor: pointer;
}
.protocol {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	display: none;
}
.protocol_cont {
	width: 900px;
	height: 600px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -300px 0 0 -450px;
	padding: 0 30px;
	overflow-y: scroll;
}
.protocol_cont h5 {
	text-align: center;
	font-size: 22px;
	padding: 20px 0;
}
.protocol_cont p {
	font-size: 14px;
	/*font-family: "氓戮庐猫陆炉茅鈥衡€γ┞烩€?;*/
	line-height:22px;
	color: #333;
	margin-bottom: 6px;
}
.terms {
	padding-left: 22px;
}
.record {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 98px;
}