.serve_body #general-question #r1 {
    min-height: 1000px;
}
.serve_body #general-question  p,span,em {
    font-size: 16px;
}
@media screen and (max-width: 1000px) {
    .serve_body #general-question  p,span,em {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .serve_body #general-question  p,span,em {
        font-size: 12px !important;
    }
}
.serve_body #general-question .general_question_title {
    display: flex;
    justify-content: center;
    padding: 100px 10px 0;
    color: #d70917;
    > * {
        font-size: 32px !important;
    }
    @media screen and (max-width: 700px) {
        > * {
            font-size: 20px !important;
        }
    }
    > span {
        margin-left: 10px;
    }
}
.serve_body #general-question .sea_box {
    width: 48%;
    margin: 0 auto .3rem;;
    background-color: #d70917;
    border-radius: .6rem;
    overflow: hidden;
    color: #fff;
    form {
        display: flex;
        overflow: hidden;
    }
    form input {
        width: calc(100% - 1rem);
        padding: .15rem;
        line-height: .3rem;
        background-color: transparent;
        border: none;
        outline: none;
        color: #fff;
    }
    form input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8);
    }
    form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: rgba(255, 255, 255, 0.8);
    }
    form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: rgba(255, 255, 255, 0.8);
    }
    form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(255, 255, 255, 0.8);
    }
    form .btn_sty {
        width: 1rem;
        padding-top: .10rem;
        padding-bottom: .10rem;
        text-align: center;
    }
    form .btn_sty > div > div i {
        margin-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .serve_body #general-question .sea_box {
        width: 80%;
    }
}
.serve_body #general-question .sea_list {
    min-height: 300px;
    padding: 0 15%;
    width: 100%;
    margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
    .serve_body #general-question .sea_list {
        padding: 0 5%;
        width: 100%;
    }
}
.serve_body #general-question .sea_list .question-list {
    font-weight: bold;
    margin-bottom: 10px;
}
.serve_body #general-question .sea_list .question-list em {
    color: #d70917;
}
.serve_body #general-question .sea_list .question-list .list-header:hover {
    cursor: pointer;
    color: #d70917;
}
.serve_body #general-question .sea_list .question-list .list-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.serve_body #general-question .sea_list .question-list .list-header > * {
    align-self: end;
}
.serve_body #general-question .sea_list .question-list .list-header .circle {
    font-weight: normal;
    margin-right: 10px;
}
.serve_body #general-question .sea_list .question-list .list-header .arrow {
    transition: all 0.3s ease-in-out;
    height: auto;
}
/* .serve_body #general-question .sea_list .question-list.active .list-header { */
    /* color: #d70917; */
/* } */
.serve_body #general-question .sea_list .question-list.active .list-header .arrow {
    transform: rotate(90deg);
}
.serve_body #general-question .sea_list .question-list .list-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: .3s;
    margin-left: 10px;
    overflow: hidden;
}
.serve_body #general-question .sea_list .question-list .list-content > div {
    min-height: 0;
}
.serve_body #general-question .sea_list .question-list.active .list-content {
    grid-template-rows: 1fr;
}

.serve_body #general-question .other {
    height: 7.2vw;
    position: relative;
}
.serve_body #general-question .other .pager-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
}
.serve_body #general-question .other .pager-box .new_prev {
    background-color: #fff;
    min-width: 11.3vw;
    height: 0.6rem;
    margin: 0;
}
.serve_body #general-question .other .pager-box .new_pager > a {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
}
.serve_body #general-question .other .pager-box .new_pager > a.on,
.serve_body #general-question .other .pager-box .new_pager > a:hover {
    color: #d70917;
}
.serve_body #general-question .other .pager-box .new_next {
    background-color: #fff;
    min-width: 11.3vw;
    height: 0.6rem;
    margin: 0;
}