.faq_box{width:60%;    margin: 0 auto;padding: 2% 0;}
.faq_title>h3{display: inline-block;font-size: .25rem;}
.faq1{color: #ecf3ec;margin-right: 2%;}
.faq2{color: #bbcee7;opacity: 0.3;}
.faq_content{margin-top:2%}
.faq_item{background-color: #232433;padding: 1%;margin-bottom: 1%;/* width:100%; */display: flex;flex-direction: column;}
.faq_q>p{color: #fff;font-weight: 400;font-size: 0.18rem;display: flex;width: 100%;align-items: center;justify-content: space-between;cursor: pointer;}
.faq_a>p{color: #fff;font-weight: 400;font-size: 0.18rem;display: inline-block;width: 100%;}
.faq_a{transition: height 0.3s ease-in-out; height: 0px;overflow: hidden; }
.faq_line{background-color: #0D0E19;height: .025rem;margin-bottom: 1%;}
.faq_q_down{width:.2rem;display: inline-block;cursor: pointer;}
.showfaq{height: .35rem;padding: 1% 0;}
.showfaq2 {
    height: .5rem;
    padding: 1% 0;
}
