.section {
    padding: 80px 0 100px;
    background: #F9F8F6;
}

.section .wrap {
    width: 1200px;
    margin: 0 auto;
}

.section .wrap .title {
    text-align: center;
    margin-bottom: 60px;
}

.section .wrap .title h1 {
    font-family: 'Poppins sb';
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section .wrap .title p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.section .wrap .list .item {
    margin-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
    cursor: pointer;
}

.section .wrap .list .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left;
}

.section .wrap .list .item .block {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .wrap .list .item .block p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
}

.section .wrap .list .item .block .iconfont {
    width: 31px;
    height: 31px;
    background: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.6s;
    color: #111111;
    font-size: 14px;
}

.section .wrap .list .item .none {
    padding: 28px 0 0;
    display: none;
}

.section .wrap .list .item .none .none_item {
    display: flex;
    margin-bottom: 50px;
}

.section .wrap .list .item .none .none_item h5 {
    font-family: 'Poppins sb';
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    margin-right: 12px;
    transform: translateY(-1px);
}

.section .wrap .list .item .none .none_item .none_item_text {
    width: 837px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px;
}

.section .wrap .list .item:hover .block p {
    color: #F6AB00;
}

.section .wrap .list .item:hover .block .iconfont {
    background: #F6AB00;
    transform: rotate(45deg);
    color: #FFFFFF;
}

.section .wrap .list .item:hover:after {
    transform: scaleX(1);
}

.page {
    margin: 40px 0 0;
}

/*# sourceMappingURL=faq.css.map */

@media screen and (max-width: 1919px) {
    .section {
        padding: 4.1666666667vw 0px 5.2083333333vw;
    }

    .section .wrap {
        width: 62.5vw;
    }

    .section .wrap .title {
        margin-bottom: 3.125vw;
    }

    .section .wrap .title h1 {
        font-size: 2.5vw;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .title p {
        font-size: 0.9375vw;
    }

    .section .wrap .list .item {
        margin-bottom: 1.3020833333vw;
    }

    .section .wrap .list .item .block {
        height: 3.125vw;
    }

    .section .wrap .list .item .block p {
        font-size: 0.9375vw;
    }

    .section .wrap .list .item .block .iconfont {
        width: 1.6145833333vw;
        height: 1.6145833333vw;
        font-size: 0.7291666667vw;
    }

    .section .wrap .list .item .none {
        padding: 1.4583333333vw 0px 0px;
    }

    .section .wrap .list .item .none .none_item {
        margin-bottom: 2.6041666667vw;
    }

    .section .wrap .list .item .none .none_item h5 {
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin-right: 0.625vw;
    }

    .section .wrap .list .item .none .none_item .none_item_text {
        width: 43.59375vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }

    .page {
        margin: 2.0833333333vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .section {
        padding: 80px 0;
    }

    .section .wrap {
        width: 90%;
    }

    .section .wrap .title {
        margin-bottom: 30px;
    }

    .section .wrap .title h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section .wrap .title p {
        font-size: 16px;
        line-height: 1.4;
    }

    .section .wrap .list .item {
        margin-bottom: 20px;
    }

    .section .wrap .list .item .block {
        height: unset;
        min-height: 50px;
        padding: 20px 0;
    }

    .section .wrap .list .item .block p {
        font-size: 16px;
        line-height: 1.4;
        width: calc(100% - 50px);
    }

    .section .wrap .list .item .block .iconfont {
        width: 31px;
        height: 31px;
        font-size: 14px;
    }

    .section .wrap .list .item .none {
        padding: 30px 0 0;
    }

    .section .wrap .list .item .none .none_item {

    }

    .section .wrap .list .item .none .none_item h5 {
        font-size: 16px;
        line-height: 28px;
        margin-right: 5px;
    }

    .section .wrap .list .item .none .none_item .none_item_text {
        font-size: 14px;
        line-height: 28px;
        width: calc(100% - 30px);

    }
}
