[v-cloak]{
    display: none;
}
.login{
    width: 100%;
    height: 100%;
    background: url("http://feifeife.oss-cn-beijing.aliyuncs.com/zs2/login_img/login_bg.png") no-repeat;
    font-family:Microsoft YaHei;
    font-weight:bold;
    font-size:12px;
    background-size:100% 100%;
    position: relative;
    overflow: hidden;
}
.login .login_logo{
    padding-top: 78px;
    padding-left: 120px;
}
.login .login_logo span{
    font-size: 28px;
    color: #fff;
}
.login .login_logo img{
    width: 305px;
    height: auto;
}
.login_buju{
   /* display: flex;
    justify-content: center;
    align-items: center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login_content{
    width:1240px;
    /*height:770px;*/
    display: flex;
    zoom: 1;
    justify-content: space-between;
}

.login_word p{
    font-size:32px;
    font-family:Alibaba PuHuiTi;
    color:rgba(255,255,255,1);
    position: relative;
    left: 310px;
    top: 326px;
}
.login_top{
   margin-top: 2%;
    /* margin-right: 1%;*/
}
.login_top h1{
    font-size:40px;
    color:rgba(255,255,255,1);
    text-align: center;
    /*line-height:48px;*/
}
.login_main{
    width:420px;
    height:565px;
    zoom:1;
    background:rgba(255,255,255,1);
    box-shadow:0px 8px 16px 0px rgba(26,64,161,0.44);
    margin-top: 37px;
    border-radius: 6px;
}
.login_con{
    padding: 72px 39px 116px;
}
.login_con .login-title{
    font-size:22px;
    color:#000B36 ;
    cursor: pointer;
    font-weight: bold;
    height: 70px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.login-title::after{
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    border-bottom: 1px solid #E1E3F0;
    height: 40px;
}
.login_con .login-title .choose{
    color:#335CFF ;
    position: relative;
}
.login_con .login-title>div{
    z-index: 99;
}
.login_con .login-title .choose::after{
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    border-bottom: 2px solid #335CFF;
    height:9px
}
.login_con .heng{
    width:24px;
    height:6px;
    background:rgba(51,92,255,1);
    border-radius:3px;
    margin-bottom: 20px;
}
.login_con input{
    border: none;
    outline: none;
    height: 53px;
    width: 57%;
}
.login_pass{
    display: flex;
    justify-content: space-between;
    color:rgba(137,139,143,1);
    margin-top: 12px;
    height: 16px;
}
.login_right a{
    text-decoration: none;
    color:rgba(137,139,143,1);
}
.pass_left img{
    /*width: 16px;*/
    height: 16px;
    padding-right: 8px;
    position: relative;
    top: 3px;
}
.login_test{
    margin-top: 40px;
}
.login_submit{
    width:340px;
    height:40px;
    background:rgba(51,92,255,1);
    border-radius:10px;
    margin-top: 56px;
    line-height: 40px;
    text-align: center;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
.login_con input::-webkit-input-placeholder{
    font-size: 14px;
    font-weight: bold;
    color: rgba(202, 204, 214, 1);
}
.active{
    border-bottom: 1px solid #F3213A!important;
}
.activeSpan{
    color:rgba(243,33,58,1);
    line-height: 0!important;
}
.login_input{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E1E3F0;
    margin-top: 2px;
    height: 54px;
    width:340px;
}
.login_show{
    color:rgba(243,33,58,1);
}
.login_left{
    min-width: 744px;
    min-height: 744px;
    zoom:1;
    background: url("http://feifeife.oss-cn-beijing.aliyuncs.com/zs2/login_img/grid.png") no-repeat;
    /*margin:0 auto;*/
    /*background: #0a2f69;*/
    position: relative;
    overflow: hidden;
}
.login_left img{
    position: absolute;
    left: 0;
    top:0;
    transform-origin: center center;
}
/*.login_left img:nth-child(1){
    animation: circle 20s ease-in-out infinite;
}*/
.login_left img:nth-child(2){
    animation: one 20s ease-in-out infinite;
}
.login_left img:nth-child(3){
    animation: two 20s ease-in-out infinite;
}
.login_left img:nth-child(4){
    animation: three 20s ease-in-out infinite;
}
.login_left img:nth-child(5){
    animation: four 20s ease-in-out infinite;
}
.login_left img:nth-child(6){
    animation: five 20s ease-in-out infinite;
}
.login_left img:nth-child(7){
    animation: six 20s ease-in-out infinite;
}

/*@keyframes circle{
    0%{
        transform: rotate(0deg);!*从0度开始*!
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(0deg);
    }
}*/
@keyframes one{
    0%{
        transform: rotate(0deg);/*从0度开始*/
    }
    50%{
        transform: rotate(-30deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes two{
    0%{
        transform: rotate(0deg);/*从0度开始*/
    }
    50%{
        transform: rotate(60deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes three{
    0%{
        transform: rotate(0deg);/*从0度开始*/
    }
    50%{
        transform: rotate(-90deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes four{
    0%{
        transform: rotate(0deg);/*从0度开始*/
    }
    50%{
        transform: rotate(120deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes five{
    0%{
        transform: rotate(0deg);/*从0度开始*/
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
@keyframes six{
    0%{
        transform: rotate(0deg);/*从0度开始*/
    }
    50%{
        transform: rotate(-120deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.login-set{
    display: flex;
    justify-content: flex-end;
    height: 42px;
}
.login-set-word{
    width: 133px;
    background: url("/static/accounts/login_img/kuang.png");
    text-align: center;
    color: #575C6E;
    line-height: 40px;
}
.login-set-img{
    width: 40px;
    cursor: pointer;
}
.login_con p{
    font-family: PingFang SC;
}
p.top{
    font-size: 16px;
    font-weight: 400;
    color: #575C6E;
}
.login-code{
    width: 170px;
    height: 170px;
    border: 1px solid #CECECE;
    margin: 40px auto;
}
.login-code img{
    width: 100%;
    height: 100%;
}
p.bottom{
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #B2B3BE;

}
p.bottom span{
    color:#335CFF ;
}