.contain .center {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 800px;
    position: relative;
}
.contain .center .box .registerForm .logo {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.contain .center .box .registerForm .el-form .verifyCode {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

#app .el-input {
    border-radius: 2px;
}

.contain .center .box .registerForm .el-form .verifyCode .el-input {
    width: 65%;
}
.el-input {
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 100%;
}

.contain .center .box .registerForm .el-form .verifyCode img{
    border-radius: 2px;
    height: 40px;
    width: 31%;
}

.contain .center .box .registerForm{
    -webkit-box-sizing: border-box;
    -webkit-transition: all .5s;
    box-sizing: border-box;
    padding: 30px;
    transition: all .5s;
    width: 100%;
}

.contain .center .box .registerForm .el-form .el-form-item{
    margin-bottom: 24px;
}

.contain .center .box .registerForm .el-form .el-form-item .registerBtn{
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
}

.contain .center .box .login{
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #ebeff5;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    width: 100%;
}

.contain .center .copyright{
    bottom: 10px;
    color: #b5bbc4;
    font-size: 12px;
    position: absolute;
}
.register a{
    text-decoration: none;
    color: #006eff;
}