.main{
    background: url('../images/login_bg.png') no-repeat 0 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.box{
    width: 1200px;
    height: 680px;
    background: url('../images/login_yhzx_bg.png') no-repeat 0 0;
    position: relative;
    margin:  0px auto 0 auto;
    flex-direction: column;
    box-sizing: border-box;
}
.form{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10%;
    top: 16%;
    width: 356px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tool{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tool a{
    color: #1890ff;
}
.btn{
    width: 100%;
}
.input{
    width: 100%;
}
.verifyCode{
    display: flex;
    flex-direction: row;

}
.verify{
    width: 60%;
}
.code{
    width: 120px;
    margin-left: 16px;
}
.select{
    width: 100%;
}
