@CHARSET "UTF-8";
/* 页面 */
body {
    margin: 0;
    color: #555;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
    font-size: 15px; }

a {
    color: #555;
    text-decoration: none; }

input, textarea {
    border: 1px solid #ddeafb; }

input[type=submit],
input[type=button] {
    cursor: pointer; }

input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    margin-bottom: 5px;
    border-radius: 5px; }

.hint {
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 15px;
    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: 20px;
    font-size: 20px;
    color: #fff;
    background: #2fbbf9;
    border: 0; border-radius: 5px;text-align: center;padding: 10px 0;}

.lable {
    display: inline-block; }

.nav {
    width: 400px;
    height: 40px;
    margin: 0 auto;
    background: #2fbbf9; }

.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: white; }

.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: 50px auto 0;
    width: 100%; }
.login_cont .input_signup,
.login_cont .input_signin {
    display: none; }
.login_cont .active {
    display: block; width: 80%;margin: auto;font-size: 12px;}

.login_nav {
    width: 100%;
    height: 45px;
    text-align: center;
    margin-bottom: 20px; }

.nav_slider {
    display: inline-block; width: 100%;    border-bottom: 1px solid #efefef;}
.nav_slider a {
    display: inline-block;
    width: 40%;
    line-height: 45px;
    font-size: 18px;
    text-decoration: none; }
.nav_slider .focus {
    border-bottom: 2px solid #3cf; }

.forget {
    width: 100%;
    text-align: right; margin-top: 5px;}
.forget a {
    text-decoration: none; }
.forget a:first-child{color: #000000;}