.van-radio {
    padding-bottom: 10px;
}

.about_park {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.top_nav {
    background: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
}

#complain {
    background-color: #fff;
}

.top_banner_bg {
    width: 100vw;
    height: 60.2vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.complain_note {
    font-size: var(--font-size-16);
    line-height: var(--font-size-28);
    padding: 9.3vw;
    background-color: #eeeeef;
}

.news-container {
    padding: 80px 4.8vw 0 4.8vw;
}

.submit_btn {
    width: 162px;
    height: 48px;
    border-radius: 0.9vw;
}

.search_title {
    font-size: var(--font-size-25);
    line-height: 8.1vw;
    font-weight: bold;
    color: #d52738;
    letter-spacing: 1px;
    margin-bottom: 6.2vw;
}

.label {
    margin-bottom: 0;
}

.complain_board {
    margin: 7.3vw 0;
}

.content_desc {
    font-size: var(--font-size-16);
    line-height: 6.5vw;
}

.not_allow {
    color: var(--danger-color);
    font-weight: bold;
    font-size: var(--font-size-16);
    margin-top: 4.1vw;
    line-height: 8.1vw;
}

.form_title {
    font-size: var(--font-size-25);
    color: #fff;
    background-color: var(--danger-color);
    height: 11.6vw;
    line-height: 11.6vw;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 7.9vw 0;
}

.upload_info {
    font-size: var(--font-size-13);
    color: #c8c9cc;
}

.footer_btn .van-button {
    width: 162px;
    height: 48px;
    border-radius: 0.92vw;
}

.footer_btn {
    margin: 8.4vw 0 15.8vw 0;
}

.van-cell .van-cell__label {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .news-container {
        padding-top: 90px;
    }

}

@media (min-width: 1200px) {
    .news-container {
        padding-top: 100px;
    }
}

@media (min-width: 1919px) {
    .news-container {
        padding-top: 6vw;
    }
}

@media (min-width: 992px) {
    .top_banner_bg {
        width: 31.5vw;
        height: 20.3vw;
    }

    .footer_btn .van-button, .van-button {
        border-radius: 0.2vw;
    }

    .complain_board {
        height: 20.3vw;
        margin: 0;
    }

    .search_title {
        font-size: var(--font-size-35);
        line-height: 2.55vw;
        margin: 3.9vw 0 2.18vw;
    }

    .search_form {
        width: 30vw;
        margin: 0 auto;
        font-size: var(--font-size-18);
        max-width: 500px;
    }

    .search_form img {
        width: 5vw;
    }

    .content_complain {
        font-size: var(--font-size-20);
        margin-top: 3.12vw;
        line-height: var(--font-size-35);
    }

    .content_left {
        padding: 0;
    }

    .not_allow {
        margin: 1.9vw 0 0.67vw;
        font-size: var(--font-size-20);
        line-height: var(--font-size-35);
    }

    .complain_note {
        font-size: var(--font-size-20);
        line-height: var(--font-size-35);
        padding: 2vw !important;
    }

    .form_title {
        font-size: var(--font-size-30);
        height: 2.86vw;
        line-height: 2.86vw;
        margin: 0 0 2.86vw;
    }

    .footer_btn {
        margin: 4.84vw 0 8.3vw;
    }
}