.bg{
    max-width: 1920px;
    min-width: 1160px;
    width: 100%;
    height: 100%;
    background-image: url(../static/images/loginbg.png);
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    /*侧轴居中对齐*/
    align-items: center;
    top:0;
    background-repeat: no-repeat;
    min-height: 680px;
}
.logo{
    position:absolute;
    left: 50%;
    z-index: 10;
    top: 16px;
    transform: translateX( -50%);
}
.login:active{
    background-color: #4caa36 !important;
}
.box{
    width: 853px;
    height: 490px;
    position: relative;
    display: flex;
    border-radius: 14px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 21px 0px rgba(163, 163, 163, 0.12);
    z-index: 22;
}
.box-left{
    width: 362px;
    height: 490px;
    border-radius: 15px 0 0 15px;
}
.box-right{
    position: relative;
    width: 512px;
}
.password{
    font-size: 16px;
    color: #808080;
    position: absolute;
    width: 78px;
    left: 95px;
}
.iphone{
    font-size: 16px;
    color: #808080;
    position: absolute;
    width: 78px;
    left: 195px;
}
.xian{
    position: absolute;
    left: 78px;    
    top: 113px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #eeeeee;
}
.input{
    position: absolute;
    top: 159px;
    left: 78px;
    border: 1px solid #e6e6e6;
    width: 345px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    color: #4d4d4d;
}
.input2{
    position: absolute;
    top: 227px;
    left: 78px;
    border: 1px solid #e6e6e6;
    width: 345px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    color: #4d4d4d;
}
.login{
    position: absolute;
    top: 305px;
    left:78px;
    width: 345px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #6bc955;
    text-align: center;
    font-size: 16px;
}
.kuang{
    position: absolute;
    left: 78px;
    bottom: 79px;
    width: 18px;
    height: 18px;
    border: 1px solid #bfbfbf;
}
.jizhu{
    width: 120px;
    position: absolute;
    bottom: 78px;
    left: 105px;
    color: #4d4d4d;
    font-size: 16px;
}
.registered{
    width: 80px;
    position: absolute;
    left: 300px;
    bottom: 78px;
    color: #4d4d4d;
    font-size: 16px;
}
.forget{
    width: 120px;
    position: absolute;
    left:348px;
    bottom: 78px;
    color: #4d4d4d;
    font-size: 16px;
}
.box-login{
   width: 345px;
   height: 68px;
   line-height: 68px;
   border-bottom: 1px solid #eeeeee;
   position: absolute;
   top: 50px;
   left: 78px;
}
.xian2{
    width: 10px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left:340px;
    bottom: 82px;
}
.code{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    color: #4d4d4d;
    position: absolute;
    top: 227px;
    left: 78px;
    border: 1px solid #e6e6e6;
}
.setCode{
    background-color: #e6e6e6;
    width: 140px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 227px;
    right:65px;
}
.active_type{
    color: #6bc955;
}
.active_type::after{
    display: block;
    width: 40px;
    height: 2px;
    content:'';
    margin-left: 16px;
    background-color: #6bc955;
}
.login-tips{
    color: #c00;
    width: 100%;
    position: absolute;
    left: 0;
    top: 276px;
    text-align: center;
}
.foot-foot{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}