.faq{
    padding: 0.9rem 0;
}
.faq .content .max_720{
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}
.faq .content .max_720 .top{
    margin-bottom: 0.9rem;
}
.faq .content .max_720 .f{
    margin-bottom: 0.3rem;
}
.faq .content .max_720 .f .tit{
    width: 100%;
    padding: 0.2rem;
    background-color: #F9F9F9;
    position: relative;
    cursor: pointer;
}
.faq .content .max_720 .f .tit h3{
    font-family: 'SemiBold';
    color: #1c1c1c;
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.faq .content .max_720 .f .tit img{
    position: absolute;
    top: 28px;
    transform: scale(1.5);
    right: 20px;
    display: none;
}
.faq .content .max_720 .f .tit img.active{
    display: block;
}
.faq .content .max_720 .f .q{
    padding: 0.4rem 0.2rem;
    border: 1px solid #EAEAEA;
    border-top: none;
}
.faq .content .max_720 .f .q p{
    max-width: 820px;
    width: 100%;
    color: #999;
    line-height: 1.5;
}
.faq .content .max_720 form input{
    width: 100%;
    height: 66px;
    border-radius: 15px;
    margin-bottom: 0.3rem;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.faq .content .max_720 form textarea{
    width: 100%;
    border-radius: 15px;
    margin-bottom: 0.3rem;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.faq .content .max_720 form button{
    border: none;
    color: #fff;
    margin: 0;
}
.faq .content .max_720 form input[type="submit"].more.btn{
    transition: all 0.5s;
}
.faq .content .max_720 form input[type="submit"].more.btn:hover{
    background-color: #b77400;
}

@media (max-width:1023px) {
    .faq .content .max_720 .f .tit h3{
        font-size: 0.32rem;
    }
    .faq .content .max_720 .f .tit img{
        top: 12px;
    }
}




