body, html {
    height: 100%;
    overflow: auto;
}

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_v9.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-content-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% - 70px));
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

.login_form {
    background: url(../images/login_form_v9.png) no-repeat;
    background-size: 100% 100%;
    width: 532px;
    height: 327px;
    padding: 50px 100px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_form.login_form2 {
    height: 377px;
}

.login-content-center .title {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin: 20px 0 30px 0;
    color: #fff;
    font-family: PingFang-SC-Heavy, PingFang-SC, Microsoft YaHei, serif;
}

.icon_logo {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 62px;
}

.icon_logo_top{
    width: 32px;
    height: 28px;
    margin-right: 10px;
}

.logo {
}

.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: calc(50%);
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    bottom: 85px;
    display: flex;
    align-items: center;
}

.down a {
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

.down .line {
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    margin: 0 10px 0 20px;
    border-right: 1px solid #d3d3d3
}

.login .footer{
    display: flex;
    position: absolute;
    bottom: 5px;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    color: #FFFFFF;
}


.txtb {
    position: relative;
    margin: 13px 0;
    width: 473px;
    height: 60px;
    box-shadow: 0px 1px 6px 10px rgba(154, 212, 255, 0.15);
    border-radius: 8px;
    border: 2px solid #5BA8FF;
    display: flex;
    align-items: center;
}

.login_form.login_form2 >.txtb {
    margin: 10px 0;
}

.login_form > .txtb:first-child {
    margin-top: 28px;
}

.txtb .txtb-border {
    position: absolute;
}

.txtb .txtb-border.txtb-border-top {
    width: 51px;
    height: 2px;
    top: -2px;
    left: 86px;
    background: #5BA8FF;
    box-shadow: 0px 1px 5px 2px rgba(255,255,255,0.3);
}


.txtb .txtb-border.txtb-border-bottom {
    width: 51px;
    height: 2px;
    bottom: -2px;
    left: 329px;
    background: #5BA8FF;
    box-shadow: 0px 1px 4px 2px rgba(255,255,255,0.2);
}

.txtb.verification_code .txtb-border.txtb-border-bottom {
    left: 179px;
}

.txtb .txtb-border.txtb-border-left {
    width: 2px;
    height: 25px;
    left: -2px;
    top: 17px;
    background: #5BA8FF;
    box-shadow: 0px 1px 6px 1px rgba(255,255,255,0.45);
}


.txtb .txtb-border.txtb-border-right {
    width: 2px;
    height: 25px;
    right: -2px;
    top: 17px;
    background: #5BA8FF;
    box-shadow: 0px 1px 6px 1px rgba(255,255,255,0.45);
}


.txtb img {
    font-size: 14px;
    color: #adadad;
    margin-left: 18px;
}

.txtb input {
    font-size: 15px;
    color: #f1f1f1 !important;
    border: none;
    width: 100%;
    outline: none;
    background: none;
    padding: 0 5px;
    height: 100%;
    text-indent: 20px;
}

.txtb input::placeholder {
    color: #909EC2;
    font-size: 16px;
}

.logbtn {
    display: block;
    width: 475px;
    height: 64px;
    background: linear-gradient(270deg, #0078FF 0%, #12A5FF 100%);
    border-radius: 8px;
    border: none;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 12px;
}

.logbtn:hover {
    background-position: right;
}

#phraseLogin {
    flex: 1;
}

#phraseLoginwarp {
    display: flex;
    align-items: center;
    width: 473px;
    margin: 10px 0;
}

.verification_code {
    width: 353px;
    margin-top: 0;
    display: flex;
    margin: 0;
}

.login_code {

}

.verification_code_img {
    width: 100px;
    height: 50px;
    cursor: pointer;
    margin-left: 15px;
}

.login_lang{
    margin-right: 8px;
}

.lang a {
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    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;
}

.title-top{
    position: absolute;
    top: 25px;
    left: 85px;
    font-size: 20px;
    color: #FFFFFF;
    display: none;
}

.title-top-1{
    display: flex;
    align-items: center;
}
.title-top #spanTitleTop{
    font-size: 14px;
    margin-left: 43px;
}
