.l0 {
    background-color: #fff;
}
.l1 {
    position: relative;
    height: 152px;
}
.l2 {
    position: absolute;
    left: 106px;
    top: 65px;
}
.l3 {
    position: absolute;
    right: 106px;
    top: 100px;
    font-size: 16px;
    color: #4b4948;
}

.l4 {
    display: flex;
    align-items: center;
    height: 721px;
    background: url("../images/login_bg.png") no-repeat;
    background-size: 100% 100%;
}
.l5 {
    margin-left: 137px;
}
.l6 {
    flex-grow: 1;
}

.box {
    margin: 0 auto;
    width: 440px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

.box .title {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    font-size: 14px;
}

.box .title div:nth-child(1) {
    font-size: 22px;
}

.box .title div:nth-child(2) {
    margin-left: 20px;
}

.box .title a:nth-child(3) {
    color: red;
}

.box form {
    padding-top: 25px;
}

.box form input {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.box form .code {
    display: flex;
    margin-bottom: -10px;
}

.box form .code div:nth-child(1) {
    flex-grow: 1;
}

.box form .code div:nth-child(2) {
    width: 120px;
    margin-left: 20px;
}

.box form .code div:nth-child(2) input {
    padding: 0;
    height: 44px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.box form .agree {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.box form .agree input {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.box form .agree a {
    color: #f33030;
}

.box form input[type='submit'] {
    width: 100%;
    height: 48px;
    background-color: #f40b0b;
    border-radius: 24px;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    cursor: pointer;
}

.about-text {
    color: #666;
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 52px;
    background-color: #e3e3e3;
}

.about-text .row-1 {
    display: flex;
    justify-content: center;
    line-height: 15px;
}

.about-text .row-1 div:nth-child(2) {
    width: 1px;
    height: 14px;
    background-color: #666;
    margin: 0 4px;
}

.about-text .row-2 {
    margin-top: 11px;
    text-align: center;
}

.about-text .row-3 {
    margin-top: 11px;
    text-align: center;
}