.page {
    font-family: Helvetica, Arial, Ping Fang, Microsoft YaHei, serif;
    min-width: 375px;
    position: absolute;
    width: 100%;
    min-height: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.el-form-item .el-form-item__label {
    width: 85px;
}

.logonContainer {
    border-radius: 15px;
    width: 80%;
    min-width: 300px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    border: 1px #eaeaea;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.step-box {
    min-width: 242px;
    margin: 40px auto 0 auto;
    width: 60%
}

.el-step__head.is-process {
    color: #ca2c35;
    border-color: #ca2c35
}

.el-step__title.is-process {
    color: #ca2c35
}

.success-box {
    margin: 40px auto 0 auto
}

.success-box img {
    width: 60px
}

.success-box span {
    font-size: 22px;
    margin-left: 20px;
    font-weight: 600
}

.success-text {
    color: #ca2c35;
    text-align: center
}

.success-text {
    vertical-align: middle
}

.success-btn {
    margin-top: 40px;
    text-align: center
}

a {
    text-decoration: none;
    color: #0cbbef
}

.el-checkbox__inner {
    width: 20px;
    height: 20px
}

.el-checkbox__inner:after {
    height: 10px;
    left: 7px;
    top: 2px
}

.left-bg {
    height: 100%;
    background-color: rgb(239 246 255)
}

.right-bg {
    height: 100%;
    background: #fff
}

.bottom-bg {
    background-color: #FFF;
    width: 80%;
    border-radius: 15px;
    margin: 0 auto;
    min-width: 300px;
    padding-top: 20px;
}

.loginTitle {
    text-align: center;
    font-size: 25px
}

.el-input__inner {
    border-radius: 15px;
    padding: 0 10px
}

.add {
    font-weight: 500;
    font-size: 16px;
    background-color: #0cbbef;
    color: #fff;
    width: 125px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}

.add[data-v-738e6032]:hover {
    color: #fff;
    background-color: rgba(42, 101, 173, .8)
}

.get {
    font-weight: 500;
    font-size: 14px;
    background-color: #0cbbef;
    color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    width: 65px;
    padding: 0 10px;
}

.get[data-v-738e6032]:hover {
    color: #fff;
    background-color: rgba(42, 101, 173, .8)
}

.text {
    font-size: 14px;
    color: #fff
}

@media (max-width:880px) {
    #head1[data-v-738e6032],
    #head2 {
        min-width: 50px
    }
    #head1 {
        display: none
    }
}

@media (min-width:880px) {
    #head2 {
        display: none
    }
}

.el-checkbox,
.el-form-item__label {
    color: #000
}

.el-step__title.is-success {
    color: #0cbbef
}

.el-step__head.is-success {
    color: #0cbbef;
    border-color: #0cbbef
}

.loginContainer {
    border-radius: 15px;
    width: 250px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    border: 1px #eaeaea;
    margin: auto;
}

.loginTitle {
    text-align: center;
    font-size: 25px;
    padding: 40px 0 25px 0;
}