
*{
    margin: 0;
    padding: 0;
}

/*    login form*/
.form{
    width: 340px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 99;
}
.fontImg{
    text-align: center;
    padding: 10px 0 10px 0;
    height: 50px;
    box-shadow: 0px 2px 17px 0px rgba(185, 185, 185, 0.49);
    opacity: 0.98;
}
.fontImg_yya{
    text-align: center;
    padding: 10px 0 10px 0;
    height: 50px;
    box-shadow: 0px 2px 17px 0px rgba(185, 185, 185, 0.49);
    opacity: 0.98;
}
.login_type{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #757575;
}
.icon{
    height: 20px;
    padding: 0 auto 0 auto;
    margin-left: 40px
}
.account_login_container{
    height: 220px;
}
.account_login{
    margin-top: 35px;
}
.account_login_container .input_div{
    height: 34px;
    width: 260px;
    margin-left: 40px;
    margin-top: 20px;
    padding-left: 10px;
    border: 1px solid #4F79E9;
    border-radius: 4px;
    padding-bottom: 2px;
}
.account_login input{
    width: 200px;
    border: none;
    height: 95%;
    margin: 2px 2px 2px 5px;
    outline:none;
    -webkit-appearance: none;
}
.qrcode{
    width: 260px;
    margin: 0 auto;
    text-align: center;
}
.qrcode_success{
    font-size: 16px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #547EEC;
}
.font_version{
    background-color: #DFDFDF;
    width: 30px;
    height: 14px;
    font-size: 10px;
    border-radius: 8px;
    line-height: 14px;
    float: right;
    margin-right: 102px;
    margin-left: -140px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333333;
}
.font_version_yya{
    background-color: #DFDFDF;
    width: 30px;
    height: 14px;
    font-size: 10px;
    border-radius: 8px;
    line-height: 14px;
    float: right;
    margin-right: 42px;
    margin-left: -90px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333333;
}
.center-vertical{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.fotter{
    height: 60px;
    width: 100%;
    position: absolute;
    /*text-align: right;*/
    bottom: 0;
    z-index: 0;
}
.test{
    border: 1px solid red;
}

.submit_ok{
    border:0;
    color:#FFFFFF;
    font-size:18px;
    line-height:30px;
    width: 260px;
    height: 40px;
    margin-left: 40px;
    margin-top:15px;
    cursor: pointer;
    outline: none;
    background: linear-gradient(0deg, #214EE1 0%, #648CEE 100%);
    border-radius: 8px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: none!important;
}

.resizeApi img{ margin-left: 40px}

.choose{
    color: #547EEC;
}
.hide{
    display: none;
}
.help{
    font-size: 16px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #3874B5;
    line-height: 25px;
}
.account_error_msg{
    font-size:14px;
    text-align:left;
    height: 17px;
    margin-left: 40px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.a_hover{
    color: #36ddec;
}
.a_hover:hover{
    color: #eff2fb;
}
.app_download_qrcode{
    width: 230px;
    position: absolute;
    top: 40px;
    right: 40px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #fff;
    display:none;
}
.header .app_download:hover .app_download_qrcode{
    display: block;
}