*{
    margin: 0;
    padding: 0;
}
html,body{
    height: 100%;
    font-size: 14px;
}
body{
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    min-height: 100%;
    background-color: white;
}
.login-body{
    min-height: 100%;
    box-sizing: border-box;
    background-color: white;
    /*background: url(/static/front/assets/image/header-bg.jpg) no-repeat;*/
    background-size: 100% 100%;
}
.login-body .login-main{
    padding: 20px 0;
    margin: 250px auto;
    width: 550px;
    height: 460px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    /*padding: 56px 100px 70px 300px;*/
   /* box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.25);*/
    border-radius: 10px;
}
.login-body .login-head{
    height: 79px;
    line-height: 79px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}
.login-body .login-head .login-head-content{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.login-body .login-head .login-head-left{
    float: left;
}
.login-body .login-head .login-head-left img{
    height: 60px;
    cursor: pointer;
}
.login-body .login-head .login-head-right{
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #0db5fb;
    margin-top: 19px;
    border: 1px solid #0db5fb;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}
.login-body .login-head .login-head-right .back-index{
    text-decoration: none;
    color: #0db5fb;
}
.login-body .login-img{
    vertical-align: top;
    margin: 0px auto;
    width: 550px;
    margin-bottom: 40px;
    line-height: 100%;
}
.img-first-div{
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 0 20px;
    border-right: 2px solid white;
}
.img-second-div{
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px 0 15px;
}
.login-body .login-img .login-logo{
    width: 85px;
    height: 85px;
    background-color: white;
    border-radius: 85px;
    margin-left: 20px;
}
.login-body .login-main .back-index{
    width: 70px;
    height: 113px;
    background-color: #0db5fb;
    box-sizing: border-box;
    padding: 32px 17px;
    position: absolute;
    top: 0;
    right: -100px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.login-body .login-main-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.login-body .login-main{
    width: 1000px;
    margin: 50px auto;
}
.login-main-right{
    float: right;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 0px rgba(100, 100, 100, 0.25);
    padding: 20px 0;
    width: 430px;
}
.login-main-left{
    float: left;
    width: 440px;
    margin-left: 30px;
}
.login-main-left img{
    width: 100%;
    height: 100%;
}
.login-body .login-main .login-tab{
    box-sizing: border-box;
    height: 46px;
    padding-left: 30px;
    line-height: 46px;
    margin-bottom: 25px;
}
.login-body .login-main .login-tab .tab-style{
    font-size: 20px;
    color: #4c4c4c;
    display: inline-block;
    vertical-align: middle;
    width: 185px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}
.login-body .login-main .login-tab .tab-style-active{
    border-bottom: 1px solid #0db5fb;
}
.login-body .login-main .username-input,.password-input,.verification-input{
    width: 370px;
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
    height: 40px;
    margin-left: 30px;
}
.login-body .login-main .username-input .username-logo:before,.password-input .password-logo:before{
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 28px;
    color: #dcdcdc;
}
.login-body .login-main .username-input .username,.password-input .password{
    width: 370px;
    height: 40px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    padding-left: 50px;
    font-size: 14px;
}
.login-body .login-main .verification-input .verification{
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    font-size: 14px;
    margin-right: 30px;
    vertical-align: top;
    padding-left: 12px;
    border-radius: 5px;
}
.login-body .login-main .verification-input .send-message{
    /*padding: 5.5px;*/
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    line-height: 34px;
    height: 34px;
    width: 82px;
    text-align: center;
    /*padding: 0 5px;*/
    cursor: pointer;
    background-color: #0db5fb;
    color: #fff;
    display: none;
}

.login-body .login-main .remember-forget{
    margin-bottom: 20px;
    margin-left: 30px;
}
.login-body .login-main .remember-forget .remember-password-button{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: rgba(223, 223, 223, 0.72);
    border: solid 1px rgba(220, 220, 220, 0.72);
    opacity: 0.72;
    box-sizing: border-box;
    cursor: pointer;
    margin: -2px 0 0;
}
.login-body .login-main .remember-forget .remember-phone-button{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: rgba(223, 223, 223, 0.72);
    border: solid 1px rgba(220, 220, 220, 0.72);
    opacity: 0.72;
    box-sizing: border-box;
    cursor: pointer;
    margin: -2px 0 0;
}
.login-body .login-main .remember-forget .remember-password{
    margin-left: 15px;
    margin-right: 212px;
    font-size: 14px;
    color: #a2a2a2;
}
.login-body .login-main .remember-forget .remember-phone{
    margin-left: 15px;
    margin-right: 212px;
    font-size: 14px;
    color: #a2a2a2;
}
.login-body .login-main .remember-forget .forget-password{
    font-size: 14px;
    color: #0db5fb;
    cursor: pointer;
}
.login-body .login-main .login-button{
    width: 370px;
    height: 40px;
    line-height: 40px;
    background-color: #0db5fb;
    box-shadow: 0px 0px 5px 0px #646464;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 30px;
}
.login-body .login-main .click-register{
    font-size: 14px;
    color: #0db5fb;
    cursor: pointer;
    margin-left: 30px;
}

.login-body .login-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
}
.login-body .login-bottom .footer-list {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 25px 0 15px;
    font-size: 18px;
    color: white;
}
.login-body .login-bottom .footer-list li {
    display: inline-block;
}
.login-body .login-bottom .footer-list li a {
    color: #333;
    cursor: pointer;
}
.login-body .login-bottom .footer-list li a:hover {
    text-decoration: none;
}
.login-body .login-bottom .footer-list li i:before {
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 7px;
    color: #333333;
}
.login-body .login-bottom .copyright {
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.login-loading-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, .5);
    z-index: 10;
}
.login-loading-div .login-loading-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}

