.main {
	width: 460px;
	height: 1070px;
	margin: 0 auto;
	background-color: white;
	position: relative;
	top: -80px;
}
/*以下是选项卡代码*/
.tab {
	margin: 0 auto;
}

.choose {
	
}

.cc {
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	font-weight: bold;
	color: #c1c1c1;
	padding-top: 20px;
}

.active {
	color: black;
}

.font_page {
	position: absolute;
	width: 400px;
	display: none;
	left: 30px;
}

.show {
	display: block;
}

/*
结束*/
#code {
	width: 55%;
	height: 35px;
	border: 1px solid #c1c1c1;
	background-color: #f7f7f7;
	margin: 15px 0;
	padding: 0 20px;
	font-size: 16px;
}

#code_a {
	display: inline-block;
	width: 30%;
	height: 35px;
	margin: 15px 0;
	float: right;
}

#code2 {
	display: inline-block;
	width: 220px;
	height: 35px;
	border: 1px solid #c1c1c1;
	margin-left: 10px;
	padding: 0 10px;
	font-size: 16px;
	background-color: #f7f7f7;
}

#code_a2 {
	display: inline-block;
	width: 120px;
	height: 35px;
	float: right;
	margin-right: 10px;
}

.forget {
	color: #c1c1c1;
}

.left_input {
	display: inline-block;
	width: 160px;
	height: 35px;
	border: 1px solid #c1c1c1;
	padding: 0 10px;
	font-size: 16px;
	background-color: #f7f7f7;
	margin-left: 10px;
}

.right_input {
	display: inline-block;
	width: 160px;
	height: 35px;
	border: 1px solid #c1c1c1;
	margin-left: 15px;
	padding: 0 10px;
	font-size: 16px;
	background-color: #f7f7f7;
}

.long_input {
	display: block;
	width: 360px;
	height: 35px;
	border: 1px solid #c1c1c1;
	margin-left: 10px;
	padding: 0 10px;
	font-size: 16px;
	background-color: #f7f7f7;
}

#submitbt {
	width: 100%;
	height: 40px;
	border: 1px solid #c1c1c1;
	background-color: #3aa3e4;
	font-size: 16px;
	color: white;
	margin-left: 10px;
	margin-top: 20px;
}

.necessary {
	padding-left: 10px;
}

.home_geshi, .salon {
	position: relative;
	padding-right: 18px;
	display: inline-block;
	background: url(../img/user_5.png) no-repeat right center;
}

.hover_geshi, .hover_salon {
	position: absolute;
	display: none;
	padding: 12px;
	width: 326px;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	box-shadow: 0 0 4px #e8e8e8;
	font-size: 14px;
}

.home_geshi:hover .hover_geshi {
	z-index:999;
	display: block;
}

.salon:hover .hover_salon {
	display: block;
}