.sign_box {
	width: 800px;
	margin: 100px auto 0;
	overflow: hidden;
}
.tab_box {
	border-bottom: 1px solid #eee;
	height: 30px;
	width: 100%;
}
.tab_items {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #999;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	float: left;
	margin-right: 30px;
}
.tab_items_selected {
	color: #0E89DF;
	border-bottom-color: #0E89DF;
}
.go_login {
	float: right;
	line-height: 30px;
	color: #999;
	font-size: 14px;
}
.sl_box {
	width: 460px;
	margin: 50px auto 0;
	display: block;
}
.sl_box li {
	margin-bottom: 20px;
}
.kv_unit {
	height: 42px;
	position: relative;
}
.k_info {
	display: block;
	height: 42px;
	width: 100px;
	float: left;
	text-align: right;
	line-height: 42px;
	color: #333;
	font-size: 16px;
}
.v_info {
	width: 350px;
	height: 42px;
	float: right;
	overflow: hidden;
}
.conmmon_inp {
	padding: 0 8px;
	line-height: 40px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ddd;
	width: 100%;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
}
.conmmon_inp:focus {
	border-color: #0E89DF;
}
.hit {
	color: red;
	font-size: 13px;
	line-height: 32px;
	padding-left: 110px;
	display: none;
}
.cod {
	width: 180px;
	float: left;
}
.get_code {
	height: 42px;
	width: 142px;
	text-align: center;
	line-height: 42px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	float: right;
	background: #0E89DF;
}
.conmmon_select {
	height: 34px;
	float: left;
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 162px;
	padding: 0 6px;
	margin-top: 4px;
}
.conmmon_select_r {
	float: right;
}
.clause {
	box-sizing: border-box;
	padding-left: 110px;
	width: 100%;
	height: 20px;
}
.clause_check {
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 2px;
}
.cl_text {
	float: left;
	line-height: 20px;
	font-size: 13px;
	color: #333;
	margin-left: 10px;
}
.clause_href {
	color: #0E89DF;
}
.allready_box {
	width: 42px;
	width: 100%;
	margin-top: 20px;
}
.allready_btn {
	height: 42px;
    width: 350px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    float: right;
    background: #0E89DF;
}
.show_password {
	display: block;
	height: 36px;
	width: 36px;
	background: url(../../images/show-password.png) no-repeat center center;
	background-size: 24px;
	position: absolute;
	top: 1px;
	right: 5px;
	cursor: pointer;
}
.i_footer {
	position: relative !important;
}
