.faq_1_title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px;padding:10px 0}.faq_content{padding-top:20px;display:none;font-size:14px}.faq_1_wrapper li{padding-bottom:15px;margin-bottom:15px}.faq_1_wrapper li:not(:last-child){border-bottom:1px solid #ccc}.faq_1-container{display:flex;align-items:flex-start;gap:.4rem}.faq_1-container .faq_1_wrapper,.faq_1-container .faq_1-form{flex:0 0 auto;width:calc(50% - .2rem)}.faq_1-form{background-color:#fff;border-radius:.06rem;overflow:hidden;border:1px solid #eee;position:sticky;top:160px}.faq_1-form form{padding:.4rem .46rem;display:flex;justify-content:space-between;flex-wrap:wrap}.faq_1-form_title{flex:0 0 100%;width:100%;font-size:30px;font-weight:bold;margin-bottom:.2rem}.faq_1-form_item{flex:0 0 auto;width:calc(50% - .2rem);margin:0}.faq_1-form_item input,.faq_1-form_item textarea{display:block;width:100%;background:#eee;border-radius:.06rem;padding:.1rem;border:none}.faq_1-form_item textarea{resize:vertical}.faq_1-form_item.full{flex:0 0 100%;width:100%}.faq_1-form_alert{display:flex;align-items:center;height:20px;padding-bottom:2px;color:#f00;font-size:12px}.faq_1-form_alert span{display:none;line-height:1}.faq_1-form_alert span.active{display:inline-block}.faq_1-form_button{flex:0 0 100%;width:100%;margin-top:.1rem}.faq_1-form_button button{display:block;width:100%;border:0;background:var(--site-color);color:#fff;border-radius:.06rem;overflow:hidden;font-size:18px;padding:.1rem .2rem}