.app-register {
    height: 100vh;
    position: relative;
    background-color: #fff;
    background: linear-gradient(180deg, #e6fffb, #fff);
}

.app-register .app-back {
    position: absolute;
    top: 20px;
    left: 20px;
}

.app-register .app-back img {
    width: 20px;
}

.app-register .data .top {
    display: flex;
    flex-direction: column;
    padding: 100px 0 30px 30px;
    align-items: center;
    justify-content: center;
}

.app-register .data .top .title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    color: rgb(51, 51, 51);
}

.app-register .data .register-a {
    display: flex;
    background: linear-gradient(90deg, #62e5b3, #36cfc9);
    box-shadow: 6px 6px 16px -8px rgba(54, 207, 201, .16), 0 9px 28px 0 rgba(54, 207, 201, .08), 0 12px 48px 0 rgba(54, 207, 201, .16);
    border-radius: 12px;
    opacity: .6;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    margin: 0 20px;
    cursor: pointer;
    justify-content: center;
}

.app-register .data .register-b {
    display: flex;
    background: #fff;
    box-shadow: 6px 6px 16px -8px rgba(54, 207, 201, .16), 0 9px 28px 0 rgba(54, 207, 201, .08), 0 12px 48px 0 rgba(54, 207, 201, .16);
    border-radius: 12px;
    color: #36cfc9;
    margin-top: 25px;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    margin: 0 20px;
    margin-top: 20px;
    cursor: pointer;
    justify-content: center;
}

.app-register-common {
    position: relative;
    height: 100vh;
    background-color: #fff;
}

.app-register-common .head {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3CD0CA;
}

.app-register-common .head .title {
    font-size: 16px;
    color: #fff;
}

.app-register-common .content {
    text-align: center;
}

.app-register-common .data {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.app-register-common .data .item {
    display: flex;
    align-items: center;
    margin-top: 3px;
    padding: 15px 5px;
    justify-content: space-between;
    border-bottom: .5px solid #eee;
}

.app-register-common .data .item p {
    opacity: 0.8;
    font-size: 14px;
    padding: 0 10px;
}

.app-register-common .data .item input {
    padding: 10px;
    font-size: 16px;
    color: #666;
    text-align: right;
    background-color: transparent;
}

.app-register-common .submit {
    background: #36cfc9;
    border-radius: 12px;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 60px 10px 0;
    cursor: pointer;
}

.app-register-common .update {
    color: #666;
    padding: 10px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.app-register-common .update p {
    color: #666;
}

.app-register-common .update img {
    width: 80px;
}