/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
.loginbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg.png');
    background-size: cover;
    left:0;
    top:0;
}
.logk {
    width: 390px;
    height: auto;
    padding-bottom: 40px;
    border-radius: 15px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 20vh;
    position: relative;
}
.logki {
    position: absolute;
    margin-left: -20px;
    margin-top: 30px;
}
.logki img {
    width: 105%;
    height: 64px;
}
.logn {
    position: absolute;
    padding-top: 30px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    line-height: 54px;
    padding-left: 40px;
}
.denglucon {
    padding-top: 110px;
    padding-left: 40px;
    padding-right: 40px;
}
.loinp {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 5px;
    height: 44px;
    padding: 0px 15px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.code {
    width: 46%;
    height: 46px;
    text-align: right;
    float: right;
    border-radius: 5px;
    overflow: hidden;
}
.code img {
    display: block;
    width: 100%;
    height: 100%;
}
.denglu {
    display: inline-block;
    padding: 12px 20px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 4px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}
.logjishu {
    width: 526px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
    color: #999;
}
.logjishu a {
    color: #fff;
    text-decoration: none;
}