﻿@charset "utf-8";
@import url('normalize.min.css');

html, body {
    width: 100%;
    height: 100%;
    font-family: '\5fae\8f6f\96c5\9ed1';
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}

img {
    vertical-align: middle;
}

.f-bgf {
    background: #fff;
}

.f-fs12 {
    font-size: 12px;
}

.f-fs14 {
    font-size: 14px;
}

.f-fs16 {
    font-size: 16px;
}

.f-fs18 {
    font-size: 18px;
}

.f-fs20 {
    font-size: 20px;
}

a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.g-wrap {
    height: 100%;
    background: #0079FE;
}

.g-login{
    background: #0079FE;
}

.m-login{
    width: 350px;
    padding: 0 55px 55px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.m-login.login-box{
    margin: 180px auto 0;
}

.m-login.reg-box{
    margin: 115px auto 0;
}

.m-login .u-logo a{
    width: 140px;
    height: 140px;
    display: inline-block;
    margin-top: -70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.m-login .u-logo a img{
    width: 100%;
    height: 100%;
}

.u-login .tabs{
    margin-bottom: 30px;
}

.u-login .tabs li{
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-bottom: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.u-login .tabs li a{
    display: block;
    color: #666;
    font-weight: bold;
}

.u-login .tabs li.active{
    border-bottom: 2px solid #0079FE;
}

.u-login .tabs li.active a{
    color: #0079FE;
}

.u-login h2{
    margin: 20px 0 50px;
    text-align: center;
    font-size: 20px;
    color: #999;
}

.u-login .formbox li{
    display: none;
}

.u-login .formbox li.active{
    display: block;
}

.u-login .formbox li label{
    position: relative;
    width: 94%;
    height: 50px;
    display: inline-block;
    padding: 0 3%;
    margin-bottom: 20px;
    line-height: 50px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.u-login .formbox li label.focus{
    border-color: #0079FE;
    -webkit-box-shadow: 0 0 2px #0079FE;
    box-shadow: 0 0 2px #0079FE;
}

.u-login .formbox li label.error{
    position: absolute;
    left: 0;
    bottom: -16px;
    margin-bottom: 0;
    border: 0;
    height: auto;
    line-height: normal;
    font-size: 12px;
    text-align: right;
    color: #f00;
}

.u-login .formbox li label i{
    font-size: 20px;
    color: #ccc;
    vertical-align: middle;
}

.u-login .formbox li label input{
    width: 290px;
    line-height: 20px;
    margin-left: 5px;
    border: 0;
    font-size: 14px;
    font-family: '\5fae\8f6f\96c5\9ed1';
}

.u-login .formbox li label span.sendcode{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #0079FE;
    cursor: pointer;
}

.u-login .formbox li label span.sendcode.not{
    color: #ccc;
    cursor: not-allowed;
}

.u-login .formbox li button{
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    background: #0079FE;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-family: '\5fae\8f6f\96c5\9ed1';
    font-weight: bold;
    color: #fff;
}

.u-login .formbox li button:hover{
    background: #52a4fe;
}

.u-login .formbox li button img{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 125px;
    display: none;
}

.u-login .other{
    margin-bottom: 40px;
}

.u-login .other input{
    vertical-align: middle;
}

.u-login .other span{
    position: relative;
    color: #999;
}

.u-login .other span a{
    color: #0079FE;
}

.u-login .other span a:first-child{
    margin-right: 20px;
}

.u-login .other span a:hover{
    color: #79b9ff;
}

.u-login .other span label.error{
    text-align: left;
}

.u-login .fastlogin a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 20px;
    background: #e4e4e4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
}

.u-login .fastlogin a:hover{
    background: #0079FE;
}

.m-login.reg-box li .other{
    margin-bottom: 20px;
}

.u-login span.icon{
    display: inline-block;
    margin-top: 45px;
    font-size: 100px;
    color: #4BD863;
}

.u-login h3{
    margin: 20px 0;
    font-size: 24px;
    color: #666;
}

.u-login p{
    font-size: 14px;
    color: #999;
}

.u-login a.login{
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #0079FE;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #0079FE;
}

.u-login a.login:hover{
    color: #79b9ff;
}

.m-bottom{
    margin: 50px 0;
    color: #ccc;
}