.last-notice {
    padding: 20px 15px 50px;
    height: 100%;
}

.last-notice h2 {
    text-align: center;
}

.last-notice p {
    text-align: justify;
    line-height: 24px;
}

.last-notice .know-btn {
    background: #157DFB;
    color: #fff;
    font-size: 18px;
    height: 42px;
    border: 0;
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    left: 15px;
    right: 15px;
}

.last-notice .know-btn:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    background: #fff;
    height: 10px;
}

.last-notice .blue-text {
    color: #157DFB;
}


.out-box {
    padding: 15px;
}


.out-box .weui_cells:before, .weui_cells:after {
    display: none;
}

.out-box .weui_cell:before {
    left: 0;
    width: initial;
    right: 0;
}

.out-box .weui_label {
    width: 6em;
}

.out-box .weui_select {
    height: initial;
}

.out-box .weui_label {
    padding-left: 10px;
}

.out-box .weui_cell_require {
    position: relative;
}

.out-box .weui_cell_require:before {
    position: absolute;
    content: '*';
    color: red;
}

.out-box .weui_select {
    padding-left: 0;
}

.out-box form {
    overflow: hidden;
}

.out-box .next-btn {
    margin-top: 20px;
}

.form-all .weui_cells_title {
    display: flex;
    justify-content: space-between;
}

.form-all .weui_cells_title span {
    color: red;
}
