:root{
    --maincolor:#63065F;
    --bgcolor:#edebdf;
}
html,body{
    background-color: var(--bgcolor);
    min-height: 100vh;
}
.top{
    background-color: var(--maincolor);
    padding: 15px 0px;
   
}

.footer{
    min-height: 45px;
    background-color: var(--maincolor);
    text-align: center;
    color: #fff;
    line-height: 45px;
    width: 100%;   
}
.zjmain{
    min-height: calc(100vh - 141px);
}
.login_box{
    background-color: #fff;
    border-top: 3px solid var(--maincolor);
    box-sizing: border-box;
    padding: 20px 40px;
    box-shadow: 0px 3px 20px 1px rgba(4,8,35,0.0900);
}
.login_title{
    font-size: 26px;
    font-weight: bold;
    color: var(--maincolor);
    text-align: center;
}
.login_item{
    margin-top: 20px;
}
.login_item .yzm{
    margin-left: 10px !important;
}
.login_btn{
    background-color: var(--maincolor);
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border: 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.welcome_box{
    background-color: #fff;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 40px;
    font-size: 20px;
    color: #92232C;
    line-height: 36px;
}
.welcome_box span{
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: bold;
}
.nextstep{
    background-color: var(--maincolor);
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: block;
    margin: 40px auto;
    width: 120px;
    text-decoration: none;
}
.nextstep:hover{
    color: #fff;
}
.form_item{
    align-items: center;
    margin-top: 20px;
}
.form_item .form_text{
    margin-right: 20px;
    font-size: 15px;
    color: #333;
    width: 100px;
    text-align: right;
}
.form_item .form_text i{
   color: red;
   font-style: normal;
   display: inline-block;
   margin-right: 5px;
}
.form_btn{
    background-color: var(--maincolor);
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 0px 15px;
    width: 120px;
    margin-bottom: 20px;
    text-decoration: none;
}
.form_row{
    margin-top: 20px;
}
.qr_box{
    text-align: center;
}
.qr_box img{
    width: 200px;
    height: 200px;
}
.qr_box .nextstep{
    margin: 20px auto;
}
.shuoming{
    text-align: center;
}
.shuoming span{
    color: red;
}
.xuzhi_box{
    background-color: #fff;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 40px;
    font-size: 20px;
   margin-top: 40px;
   margin-bottom: 40px;
    line-height: 36px;
}
.xuzhi_box h2{
    text-align: center;
}
.xuzhi_content{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}
.zjcontainer{
    padding-top: 1px;
}

.shuoming{
    text-align: center;
}
.shuoming span{
    color: red;
}
.exit_btn {
    border: 1px solid var(--maincolor);
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
    color: var(--maincolor);
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 0px 15px;
    width: 120px;
    margin-bottom: 20px;
}