body {
	margin: 0;
	color: #555;
	font-family: helvetica neue, Helvetica, pingfang sc, hiragino sans gb, microsoft yahei, Arial, sans-serif;
	font-size: 15px;
	overflow: auto;
}

a {
	color: #555;
	text-decoration: none
}




input,
textarea {
	border: 1px solid #EEEEEE;
}

input[type=submit],
input[type=button] {
	cursor: pointer
}

input {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	outline: none;
	margin-bottom: 5px;
	border-radius: 5px;
	border-radius: 90px;
}

.hint {
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 8px;
	visibility: hidden
}

.right {
	border-color: #1dc091
}

.hint_right {
	color: #1dc091
}

.wrong {
	border-color: #ea5a70
}

.hint_wrong {
	color: #ea5a70
}

input[type=submit],
.button {
	display: block;
	margin: 0 auto;
	line-height: 0px;
	font-size: 20px;
	color: #fff;
	background: #3889FF;
	border: 0;
	border-radius: 90px;
}

.lable {
	display: inline-block
}

.nav {
	width: 400px;
	height: 40px;
	margin: 0 auto;
	background: #0f88eb
}

.nav_left,
.nav_right {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 49%;
	height: 30px;
	line-height: 30px;
	font-size: 24px
}

.nav_left a,
.nav_right a {
	color: #fff
}

.nav_left {
	padding-left: 20px;
	text-align: left
}

.nav_right {
	padding-right: 20px;
	text-align: right
}

.number,
.time {
	display: inline-block;
	width: 50%
}

.time,
.msge {
	text-align: right
}

.msge a {
	color: #fb752d
}




.login_cont {
	margin: 35px auto 0;
	width: 300px;
}

.login_cont .input_signup,
.login_cont .input_signin {
	display: none
}

.login_cont .active {
	display: block
}

.login_nav {
	width: 300px;
	height: 45px;
	text-align: center;
	margin-bottom: 20px
}

.nav_slider {
	display: inline-block
}

.nav_slider a {
	display: inline-block;
	width: 255px;
	height: 43px;
	line-height: 35px;
	font-size: 22px;
	text-decoration: none;
	margin: 0px 25px;
}

.nav_slider .focus {
	border-bottom: 0px solid #3889FF;
}

.forget {
	width: 100%;
	text-align: right;
	height:40px;
	line-height: 40px;
}

.forget a {
	text-decoration: none
}
