[v-cloak]{
    display:none!important;
}
html{
    font-size: 16px;
}
/* nav */
.header-logo{
    font-size: 18px;
    line-height: 50px;
}
.header-logo a {
    color: #e7e7e7;
    text-decoration:none;
}
.header-logo a:hover{
    text-decoration: none;
    position: relative;
    left: 1px;
    top: 1px;
}
.header-logo img{
    height:50px;
    float:left;
    top:5px;
    left:5px;
}
.navbar{
    margin-bottom: 2px;
}


.wrapper{
    min-width:1200px;
}

.wrap-contains{

    text-align: center;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.wrap-contains img {
    width: 100%;
}



/* login */
.navLogo{
    height:50px;
    position: absolute;
    left: 30px;
    top: 0px;
}
.login-body{
    background: url(../images/login-body.jpg) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position-y: 0;
    height: 680px;
    position: relative;
    padding-top: 2rem;
}
.login-form{
    width: 400px;
    height: 560px;
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 12.65rem);
    transform: translateY(10%);
    border-radius: 0.5rem;
    padding: 1.5rem 4.8rem;
    box-shadow:0px 8px 18px 3px rgba(239,239,239,1);
    background-color: #ffffff;
}
.login{
    height: 380px;
}
.login-form .login-title{
    text-align: center;
    font-size: 1.4rem;
    color: #004481;
    font-weight: 600;
    margin-bottom: 3rem;
}
#login-form{
    margin-bottom: 1rem;
}
.phone-input-body,.password-body,.yzmImg-big-body,.message-big-body,.confirm_password{
    margin-bottom: 1.1rem;
    border-bottom: 1px solid #eeeeee;
}
#login-form input{
    border: none;
    border-radius: 0 0.2rem 0.2rem 0;
    height: 2.4rem;
    width: 100%;
    outline:none;
}
#login-form input[name='verifyCode'],#login-form .yzmInput{
    width: 7rem;
}
#login-form input:focus{
    outline: none !important;
    border-radius: 0 0.2rem 0.2rem 0;
}
.error{
    color:red;
}
.password-body,.yzmImg-big-body,.message-big-body{
    position: relative;
}
.forgetPwd{
    font-size: 0.6rem;
    color: #3ACBC6;
    position: absolute;
    bottom: 0.8rem;
    right: .5rem;
    cursor: pointer;
}
.yzmImg-big-body .yzmImg{
    position: absolute;
    bottom: 0.2rem;
    right: 0;
}
.message-big-body .yzmImg{
    position: absolute;
    bottom: 0.2rem;
    right: 0;
}
.send-btn{
    height : 20px;
}
.phone_message{
    width:7rem;
}
.captcha{
    width: 120px;
    height: 2rem;
    cursor: pointer;
}
.forgetPwd{
    font-size: 0.6rem;
    color: #004481;
    position: absolute;
    bottom: 0.8rem;
    right: .5rem;
    cursor: pointer;
}

.login-btn,.do-forget-btn{
    width: 100%;
    line-height: 2.25rem;
    height: 2.25rem;
    text-align: center;
    font-size: 0.8rem;
    color: #ffffff;
    border-radius: 0.2rem;
    cursor: pointer;
    background-color: #004481;
    /*margin-bottom: 0.8rem;*/
}

.goto-register {
    line-height: 1.5rem;
}
.goto-register a{
    color: #C4C8C8;
    font-size: 1rem;
    vertical-align: top;
}
.goto-register a:hover{
    color: #004481;
}

.forget-password{
    line-height:2rem;
    color: #C4C8C8;
    font-size:1rem;
}
.forget-password a:hover{
    color: #004481;
}

.aside-wrap{
    position: fixed;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:48px;
    background:#fff;
    -webkit-box-shadow: -1px 1px 10px rgba(0,0,0,0.2);
    box-shadow: -1px 1px 10px rgba(0,0,0,0.2);
}
.aside-wrap .aside-list{
    padding:15px 8px;
    line-height:18px;
    text-align: center;
    cursor:pointer;
}
.aside-wrap .aside-list-code{
    padding:15px 3px;
}
.aside-wrap .aside-list:not(:last-child){
    position:relative;
    border-bottom:1px solid #e5e5e5;
}
.aside-wrap .aside-list:hover{
    color:#59ACFF;
}
.aside-wrap .aside-list i{
    font-size:32px;
}
.aside-wrap .aside-list span{
    font-size:13px;
    padding-top: 4px;
    display: inline-block;
}
.aside-wrap .aside-fluid{
    display:none;
    position:absolute;
    right:65px;
    top:50%;
    transform:translateY(-50%);
    transition:all .2s;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.aside-wrap .aside-fluid-phone i{
    margin-right: 6px;
    float: left;
}
.aside-wrap .aside-fluid-phone b{
    font-size: 14px;
    line-height: 50px;
    float: left;
}
.aside-wrap .aside-fluid-code{
    padding:8px;
    background:#fff;
    text-align: center;
}
.aside-wrap .aside-fluid-code b{
    color:#666;
    font-size:12px;
    font-weight:normal;
}
.aside-wrap .aside-fluid-code img{
    width:110px;
    height:110px;
}
.aside-wrap .aside-list:hover .aside-fluid{
    display:block;
}