[v-cloak]{display:none}
body{
    font:14px "microsoft yahei",Arial,Helvetica,sans-serif;
    background:#fff;
    list-style:none;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd{
    margin:0;
    padding:0;
    list-style:none;
    font-weight:400;
    color:#3a3a3a
}
img{
    vertical-align:middle;
    border:none;
}
.left{float:left;}
.right{float:right;}
.clear:after{
    content:'';
    clear:both;
    display:block;
}
a{
    color:#333;
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
i{
    font-style:normal;
}
em{
    font-style: normal;
}
input{
    outline:none;
    border:0;
}


/*****************************************登录页面 start*******************************************/
.login{
    width:100%;
    height:100%;
    background-size:cover;
    position:fixed;
    overflow:hidden;
}
.login_box{
    width: 770px;
    /*height: 390px;*/
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    position: absolute;
    top: 24%;
    left: 28%;
}
.login_box .slogan{width: 50%;
    float: left;
    /*height: 410px;*/
    overflow: hidden;}
.login_box .slogan img{
    object-fit: contain;
    width: 330px;
    margin-top: 80px;
    margin-left: 50px;
}
}


.login_box .login{width: 50%;float: right}
.login_title{
    width:100%;
    text-align: center;
    overflow:hidden;
    padding-top: 40px
}
.login_title a{
    display:block;
    background:none;
    border-radius:50%;
    margin:0 auto;
    overflow:hidden;
}
.login_title a div img{
    width: 100%;
    border-radius: 10%;
}
.login_title h2{
    width:100%;
    font-size:24px;
    color: #283443;
    margin-top:10px;
    overflow:hidden;
}
.login_biaodan{
    width:304px;
    margin:12px auto 0;
    overflow:hidden;
}
.kuang{
    width:100%;
    height:50px;
    border-bottom:1px solid #999;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kuang p{
    float:left;
    color:#606266;
    font-size:15px;
    margin-top:13px;
    width: 38px;
}

.kuang p i{
    font-size: 24px;color: var(--themeColors);
}
.kuang p img{
    float:left;
    width: 20px;
}
.kuang p span{
    float:left;
    margin-left:8px;
    line-height:23px;
}
.kuang input{
    line-height: 50px;
    margin-top: 1px;
    background: none;
    overflow: hidden;
}
.submit{
     width:304px;
     height:40px;
     background:var(--themeColors);
     color:#fff;
     font-size:16px;
     margin-top:34px;
     overflow:hidden;
 }
.submit:hover,.submit:focus{
    background:var(--buttonHoverColors);
    color:#fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #A9A9A9;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A9A9A9;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A9A9A9;
    font-size: 14px;
}


.slide_verify{
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    position: relative;
    background-color: rgba(212, 212, 212, 1);
    left: 2px;
    top: 12px;
}
#slide_verify_line{
    width: 54px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color:#fff;
    position: absolute;
    background: #7BBB55;
}
#slide_verify_btn{
    cursor: pointer;
    width: 54px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(212, 212, 212, 1);
    float: right;
}






























