@charset "utf-8";

body {
	padding-top: 56px !important;
	min-width: 768px;
	font-family: -apple-system, SF UI Text, Arial, PingFang SC,
		Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
	font-size: 17px;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.logo {
	position: absolute;
	top: 2px;
	left: 180px;
}

.sign {
	background-color: #f1f1f1;
	height: 660px;
	padding-top: 30px;
}

.sign h4 {
	text-align: center;
	padding-top: 15px;
}

.main {
	margin-left: 38%;
	background-color: white;
	padding-top: 20px;
	width:400px;
	height: 550px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	/* box-shadow: #666 0px 0px 10px;  */
}

.active2:HOVER {
	border-bottom: 2px solid #ea6f5a;
}

.sign .reset-title .active, .sign .title .active {
	font-weight: 700;
	color: #ea6f5a;
	border-bottom: 2px solid #ea6f5a;
}

.sign .reset-title a, .sign .title a {
	padding: 10px;
	color: #969696;
}

.sign-up-container {
	margin-top: 55px;
}

.input-prepend {
	text-align: center;
	border: 1px solid Silver;
	border-radius: 4px;
	width: 320px;
	height: 50px;
	margin: 20px auto;
	line-height: 50px;
	background-color: #f1f1f1;
}

.input-prepend input {
	background-color: #f1f1f1;
	border: 0px;
	width: 260px;
	outline: none;
	height: 40px;
	margin-top: 5px;
}

.user {
	height: 18px;
	width: 18px;
	position: relative;
	left: -4px;
	top: 2px;
}

.sign .sign-up-button {
	width: 280px;
	text-align:center;
	margin-left:48px;
	padding: 9px 18px;
	font-size: 18px;
	border: none;
	border-radius: 25px;
	color: #fff;
	background: LimeGreen;
	cursor: pointer;
}

.sign-up-button:HOVER {
	background: Lime;
}

.sign-up-msg {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #969696;
}

.sign-up-msg a {
	color: #3194d0;
}
/* 标题两根线 */
.content {
	width: 230px;
	margin: 40px auto;
	border-top: 1px solid #969696;
	position: relative;
}

.content .title {
	width: 120px;
	height: 50px;
	background: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	color: #969696;
	position: absolute;
	top: -35px;
	left: 50px;
}
/*使用须知*/
.tishi #toggle {
	position: absolute;
	top: 40px;
	right: 430px;
}

.tishi #content {
	font-size: 14px;
	position: absolute;
	top: 70px;
	right: 30px;
}

table, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 10px;
}

