.footer {
    display: none !important;
}

.top_title {
    margin-top: 110px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: rgb(204, 0, 0);
}

.top_title .s01 {}

.log_box {}

.log_box .item {
    width: 90%;
    height: 42px;
    margin: 0 auto;
    background: #fff;
    /* padding: 0 0.1rem; */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: -1px;
    font-size: 14px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.log_box .item .s01 {
    width: 32%;
    padding-left: 20px;
}

.log_box .item .input_wrap {
    width: 68%;
    text-align: left;
    width: 68%;
    height: 42px;
    line-height: 42px;
    text-align: left;
    position: relative;
}

.log_box .item .input_wrap input {
    width: 100%;
    z-index: 1;
    position: relative;
}

.log_box .item .input_wrap .hide_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    opacity: 0.5;
}

.all_inner {
    background: #fff !important;
}

.confirm_button {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}

.confirm_button .s01 {
    display: block;
    background: rgb(205,1,1);
    height: 46px;
    line-height: 46px;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.other_text {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

.other_text .s01 {
    color: #999;

    cursor: pointer;
    font-size: 14px;
}

.other_text .s02 {
    margin: 0 15px;
}

.log_box .item01 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.log_box .item02 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}