body, html {
    height: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
    background: url(../images/login_v0.png) no-repeat 50%;
    background-size: cover;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login_905 .login {
    display: block
}

.login {
    display: none;
    height: 100%;
    min-width: 860px;
    min-height: 700px;
    overflow: auto;
    position: relative
}


.login_form {
    background: #fff;
    width: 300px;
    height: auto;
    padding: 100px 40px 50px 40px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: calc(50% - 250px);
    transform: translate(-50%, 0);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.5);
}

.login_form .title {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 40px;
    color: #409eff;
}

.icon_logo {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 62px;
}

.logo {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 230px);
    z-index: 1;
}

.lang {
    position: absolute;
    right: 60px;
    top: 20px;
    display: flex;
    align-items: center;
}

.lang .line {
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    margin: 0 10px;
    border-right: 1px solid #d3d3d3
}

.down {
    position: absolute;
    left: 60px
}

.down {
    bottom: 60px;
    display: flex;
    align-items: center;
}

.down .line {
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    margin: 0 10px 0 20px;
    border-right: 1px solid #d3d3d3
}

.login .copyright {
    position: absolute;
    bottom: 60px;
    right: 60px;
    color: #fff;
    font-size: 12px
}

.txtb {
    border-bottom: 2px solid #adadad;
    position: relative;
    margin: 30px 0;
}


.txtb i {
    position: absolute;
    top: 14px;
    left: 5px;
    font-size: 14px;
    color: #adadad;
}

.txtb input {
    font-size: 15px;
    color: #333;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    padding: 0 5px;
    height: 40px;
    text-indent: 20px;
}

.txtb input::placeholder {
    color: #adadad;
    font-size: 12px;
}

.logbtn {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    background: #409eff;
    background-size: 200%;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: .5s;
}

.logbtn:hover {
    background-position: right;
}

.verification_code {
    width: calc(100% - 120px);
    display: inline-block;
    margin-top: 0;
}

.verification_code_img {
    float: right;
    width: 100px;
    height: 40px;
    cursor: pointer;
}

.down a {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.down a, .lang a {
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.api {
    margin: 0 25px 0 5px;
}

.icon-api {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/login_905/icon-api.png) no-repeat;
    background-size: 16px 16px;
}

.icon-logo {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 10px;
}

.icon-win {
    background: url(../images/login_905/icon-win.png) no-repeat;
}

.icon-andriod {
    background: url(../images/login_905/icon-andriod.png) no-repeat;
}

.icon-apple {
    background: url(../images/login_905/icon-apple.png) no-repeat;
}

.icon-track {
    background: url(../images/login_905/icon-track.png) no-repeat;
}

.icon-mapInfo {
    background: url(../images/login_905/icon-mapinfo.png) no-repeat;
}

.down-info{
    display: none;
    width:auto;
    height:auto;
    padding: 5px 15px;
    background:rgba(0,0,0,0.6);
    border-radius:4px;
    position: absolute;
    color: #FFFFFF;
}