.help-top {
    background: #fff;
}

.help-top .title {
    font-size: 44px;
}

.help-top .text {
    font-size: 15px;
    line-height: 32px;
    color: #333;
}

#help-page .item {
    margin-bottom: 45px;
}

#help-page .item p {
    margin: 5px 0;
}

#help-page .item p a:hover {
    color: #ed4e4f;
    text-decoration: none;
}

#help-page .item .to a {
    color: #ed4e4f;
}

#help-page .item .to a:hover {
    text-decoration: none;
    color: #ed4e4f;
}

.line-row {
    padding-top: 45px;
    border-top: 1px solid #ccc;
}

.line-bottom {
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line-bottom img {
    margin: 15px 0;
}

.line-bottom .title {
    font-size: 28px;
    margin: 0;
}

.line-bottom .text {
    font-size: 15px;
    margin: 6px 0;
}

.line-bottom span {
    display: inline-block;
    color: #ed4e4f;
    line-height: 1.8;
    border-bottom: 1px solid;
    cursor: pointer;
}

.m-line-row {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.m-line-row.title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.m-item {
    margin-bottom: 20px;
}

.m-item > p {
    margin: 2px 0;
}

.m-item > p > a {
    color: #db5a55;
    font-size: 14px;
}

.m-item > p > a:hover {
    color: #db5a55;
    text-decoration: none;
}

@media (max-width: 768px) {
    .help-top {
        margin-bottom: 0;
        padding: 2rem 0;
    }

    .help-top .title {
        font-size: 20px;
        padding: 1rem 0 2rem;
        font-weight: 600;
    }

    .help-top .text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
}
