.faq{
    padding: 92px 0 138px;
    min-height: 65vh;
}
.faq .wrap{
    width: 1120px;
    margin: auto;
}

.faq .wrap .brand{
    display: flex;
    align-items: center;
}
.faq .wrap .brand a,
.faq .wrap .brand span{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.faq .wrap .brand span{
    margin: 0 10px;
}
.faq .wrap .brand a:last-child{
    color: #222222;
}
.faq .wrap .title{
    margin: 78px 0 0 0;
    text-align: center;
}
.faq .wrap .title .p1{
    font-weight: 500;
    font-size: 36px;
    color: #222222;
}
.faq .wrap .title .p2{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 24px 0 0 0;
}
.faq .wrap .content{
    margin: 86px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq .wrap .content .list{
    width: 47%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0 0 30px;
    margin: 0 0 42px;
    position: relative;
}
.faq .wrap .content .list p:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #E72410;
    border-radius: 50%;
    opacity: 0;
    transition: .6s ease;
}
.faq .wrap .content .list p{
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    position: relative;
    transition: .6s ease;
}
.faq .wrap .content .list:hover p:after{
    opacity: 1;
}
.faq .wrap .content .list:hover p{
    padding: 0 0 0 14px;
    color: #E72410;
}
.faq .wrap .faq_content{
    margin: 50px 0 0 0;
}
.faq .wrap .faq_content .cut{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}
.faq .wrap .faq_content .cut .item{
    position: relative;
    cursor: pointer;
}
.faq .wrap .faq_content .cut .item:not(:last-child) {
    margin: 0 20px 0 0;
}

.faq .wrap .faq_content .cut .item .show{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding: 0 21px 0 13px;
}
.faq .wrap .faq_content .cut .item .show p{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.faq .wrap .faq_content .cut .item .show .iconfont{
    color: #999999;
    font-size: 13px;
}

.faq .wrap .faq_content .cut .item .hide{
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    padding: 10px 0;
    transition: .3s ease;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}
.faq .wrap .faq_content .cut .item.on .hide{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.faq .wrap .faq_content .cut .item .hide p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    padding: 0 15px;
    transition: .3s ease;
}
.faq .wrap .faq_content .cut .item .hide p:hover{
    background: #E72410;
    color: #fff;
}
.faq .wrap .faq_content .cut .item_search{
    position: relative;
}
.faq .wrap .faq_content .cut .item_search input{
    width: 260px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    padding: 0 13px;
    font-weight: 400;
    font-size: 16px;
}

.faq .wrap .faq_content .cut .item_search input::placeholder{
    color: #999999;
}
.faq .wrap .faq_content .cut .item_search button{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #333333;
    background: transparent;
}
.faq .wrap .brand a{
    transition: .6s ease;
}
.faq .wrap .brand .hide{
    align-items: center;
}
.faq .wrap .brand a.last1.on{
    color: #222222;
}
.faq .wrap .faq_content  .weti{
    margin: 52px 0 0 0;
    display: none;
}
.faq .wrap .faq_content  .weti .jump{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.faq .wrap .faq_content  .weti .pick{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 0 0 43px;
}
.faq .wrap .faq_content  .weti .list{
    width: 511px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 30px;
    margin: 0 0 42px;
    position: relative;
}
.faq .wrap .faq_content  .weti .list p:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #E72410;
    border-radius: 50%;
    opacity: 0;
    transition: .6s ease;
}
.faq .wrap .faq_content  .weti .list p {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    position: relative;
    transition: .6s ease;
}

.faq .wrap .faq_content  .weti .list:hover p{
    padding: 0 0 0 14px;
    color: #E72410;
}
.faq .wrap .faq_content  .weti .list:hover p:after{
    opacity: 1;
}
.faq .wrap .page{
    margin: 78px 0 0 0;
}
.faq .wrap .page .page_title{
    font-weight: 500;
    font-size: 36px;
    color: #222222;
    padding: 0 0 38px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.faq .wrap .page .page_content p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.faq .wrap .page .page_content p a{
    color: #0089E9;
}

@media screen and (max-width: 1919px) {
    .faq .wrap{
        width: 58.33333333vw;
    }
}

@media screen and (max-width: 1200px) {
    .faq .wrap{
        width: 75%;
    }
}
@media screen and (max-width: 1023px) {
    .faq{
        padding: 90px 0 40px;
    }
    .faq .wrap {
        width: 90%;
    }
    .faq .wrap .title{
        margin: 40px 0 0 0;
    }
    .faq .wrap .title .p1{
        font-size: 26px;
    }
    .faq .wrap .title .p2{
        font-size: 13px;
    }
    .faq .wrap .content{
        margin: 70px 0 0 0;
        flex-direction: column;
    }

    .faq .wrap .content .list {
        width: 100%;
        padding: 0 0 14px;
        margin: 0 0 25px;
    }
    .faq .wrap .content .list p{
        font-size: 14px;
    }
    .faq .wrap .brand a, .faq .wrap .brand span{
        font-size: 12px;
    }
    .faq .wrap .brand{
        flex-wrap: wrap;
        gap: 10px 8px;
    }
    .faq .wrap .brand span {
        margin: 0 5px;
    }

    .faq .wrap .faq_content{
        margin: 35px 0 0 0;
    }
    .faq .wrap .faq_content .cut{
        flex-direction: column;
    }

    .faq .wrap .faq_content .cut .item{
        width: 100%;
        margin: 0 0 15px!important;
        position: relative;
        z-index: 6;
    }
    .faq .wrap .faq_content .cut .item .show{
        width: 100%;
    }
    .faq .wrap .faq_content .cut .item_search{
        width: 100%;
    }
    .faq .wrap .faq_content .cut .item_search input{
        width: 100%;
    }
    .faq .wrap .faq_content .weti .pick{
        font-size: 13px;
    }

    .faq .wrap .faq_content .weti .list {
        width: 100%;
        padding: 0 0 14px;
        margin: 0 0 25px;
    }
    .faq .wrap .faq_content .weti .list p {
        font-size: 14px;
    }

    .faq .wrap .page{
        margin: 50px 0 0 0;
    }
    .faq .wrap .page .page_title{
        font-size: 24px;
        padding: 0 0 20px;
    }
    .faq .wrap .page .page_content p{
        font-size: 14px;
        line-height: 30px;
    }

}
