@charset "utf-8";

#bo_cate {margin-bottom:28px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:10px 25px; font-size:17px; border-radius:30px;border:1px solid #d6e9ff;color:#000}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:var(--main-color);color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:var(--main-color);color:#fff; border:1px solid var(--main-color);}



#faq_sch {}
#faq_sch .sch_tit {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#faq_sch .frm_input {width: 334px; height: 46px; border: 0; padding: 15px 20px; background-color: transparent; float: left;  font-size: 16px;}
#faq_sch .btn_submit {padding:0;height:46px;width:46px;font-size:22px;font-weight:bold;color:#151515; background:#fff; border-radius: 0;}

#faq_sch .sch_bar{display: flex; border: 1px solid #e8e8e8; border-radius: 5px; width: 380px; border-radius: 10px; overflow: hidden;}







.sub_nav .nav_wrap {padding: 0 10%; height: 100%; position: relative;}
.sub_nav .nav_wrap .cate_title {position: absolute; top: 165px;}
.sub_nav .nav_wrap .cate_title h1 {color: #FFF; font-size: 42px; font-style: normal; font-weight: 700; margin-bottom:10px; line-height: 140%; /* 81.2px */ letter-spacing: -1.74px;}
.sub_nav .nav_wrap .cate_title p { font-size: 20px; font-style: normal; font-weight: 300; color:#fff; opacity:0.95; line-height: 140%; /* 28px */ letter-spacing: -0.6px;}
.sub_nav .nav_wrap .nav_select {display: flex; height: 80px; width: 100%; align-items: center; position: absolute; bottom: 0;}
.sub_nav .nav_wrap .nav_select a {height: 80px; display: flex; align-items: center; font-size: 16px; color: #fff; font-weight: 500;}
.sub_nav .nav_wrap .nav_select .home a {padding-right: 30px;}
.sub_nav .nav_wrap .nav_select .home::after {margin-left: 0;}
.sub_nav .nav_wrap .nav_select div {margin-right: 30px; display: flex; align-items: center;}
.sub_nav .nav_wrap .nav_select div::after {content: ''; width: 1px; height: 12px; display: inline-block; background: rgba(255, 255, 255, 0.30); margin-left: 30px;}
.sub_nav .nav_wrap .nav_select .nav3 {position: relative; width: 160px; transition: linear .2s;}
.sub_nav .nav_wrap .nav_select .nav3::after {display: none;}
.sub_nav .nav_wrap .nav_select .nav3 > a {display: flex; justify-content: space-between; align-items: center; width: 100%; white-space: nowrap;}
.sub_nav .nav_wrap .nav_select .nav3.list {position:absolute; top:65px; display: flex; flex-direction: column; background: #fff; border-radius: 10px; opacity: 0;
    border: 1px solid #e8e8e8; width: fit-content; padding: 10px 20px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); z-index: 80;}
.sub_nav .nav_wrap .nav_select .nav3 i { transition: linear .3s; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px;}
.sub_nav .nav_wrap .nav_select .nav3.menu_on .nav3.list {display: flex; opacity: 1;}
.sub_nav .nav_wrap .nav_select .nav3.menu_on i {transform: rotate(-180deg);}
.sub_nav .nav_wrap .nav_select .nav3.list li a {line-height: 32px; color: #777; font-size: 15px; font-weight: 500; width: 100%; white-space:nowrap; display: block; height: fit-content; transition: ease .3s;}
.sub_nav .nav_wrap .nav_select .nav3.list li a:hover {color: var(--main-color);}


#faq_wrapper{width: 80%; margin: 55px auto 140px;}
#faq_wrapper > h1{font-size:55px; margin-bottom:40px;}

#faq_wrapper .list_total_info {display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 30px;}
#faq_wrapper #bo_list_total {color: #151515; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: -0.6px;}
#faq_wrapper #bo_list_total .bo_sch_wrap2 .bo_sch form {padding: 0;}

#faq_wrap {margin:10px 0 30px}
#faq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.faq_admin {text-align:right}
#faq_wrap ol {margin:0;padding:0;list-style:none}
#faq_wrap li {border-bottom:1px solid #ececec; position:relative}
#faq_wrap li:first-child {border-top:3px solid #000}
#faq_wrap li h3 a{font-weight: 500; line-height: 35px; padding:35px 60px;  font-size: 20px; display: flex; justify-content: space-between; align-items: center; transition:ease .4s;}
#faq_wrap li h3 i{margin-right:5px; margin-right: 10px; font-style: normal; color:var(--main-color); font-weight: 600;;}
#faq_wrap li h3 em{font-style: normal; display:flex;}
#faq_wrap li h3 span{position:relative; width:20px;}
#faq_wrap li h3 span:after{content:''; width: 18px; height: 2px; background: #000; position: absolute; top:0; left:0;}
#faq_wrap li h3 span:before {content: ''; display: block; width: 2px; height: 18px; position: absolute; left: 8px; top: -8px; background: #000;  transition:0.4s ease;}
#faq_wrap li.faq_li_open{background:#f7f7f7;}
#faq_wrap li.faq_li_open h3 a{padding-bottom:20px;}
#faq_wrap li.faq_li_open h3 span:before {transform:rotate(90deg); background: #fff;}

#faq_con .con_inner {display:none; padding:0 60px 35px;}
#faq_con .con_inner {margin-top: 0; color: rgba(0, 0, 0, 0.7); line-height: 1.6; font-size:16px;}
#faq_con .con_inner .tit_bg {display:inline-block;position:absolute;top:10px;left:10px;text-align:center;background:#777;color:#fff;border-radius:50%;width:30px;line-height:30px;height:30px}





@media (max-width: 1260px) {
    #container_wr #faq_wrapper{width:86%;}
    #faq_wrapper > h1{margin-bottom:20px; font-size:50px;}
    #faq_wrap li h3 a{padding:25px 30px; font-size:18px;}
    
}



@media (max-width: 1024px) {
    #container_wr #faq_wrapper{width:90%; margin: 80px auto 150px; padding:0;}
    #faq_wrapper > h1{font-size:40px;}
    #bo_cate a{font-size:16px; padding:7px 20px;}
    
    #faq_wrapper .list_total_info{align-items: flex-end; margin-bottom:50px;}
    #faq_wrapper #bo_list_total{font-size:16px;}

    #faq_sch .sch_bar{width:320px;}
    #faq_sch .sch_input{font-size:15px; width:280px; height:42px;}

    #faq_wrap li h3 a{font-size:17px;}
    #faq_wrap li h3 span:after{width:16px;}
    #faq_wrap li h3 span:before{height:16px; left:7px; top:-7px;}
}
@media (max-width: 768px) {


    #container_wr #faq_wrapper{margin:40px auto 100px;}
    #faq_wrapper > h1{font-size:24px; margin-bottom:10px; }
    #faq_wrapper .list_total_info {margin-bottom: 20px; align-items: center;}
    #faq_wrapper #bo_list_total{font-size:14px;}
    #bo_cate a{font-size:13px; padding: 3px 15px;}
    #faq_sch .sch_bar {width: 210px;}
    #faq_sch .frm_input { width: 100%; height: 42px; padding: 12px 15px; font-size: 14px;}
    #faq_sch .btn_submit {width: 42px; height: 42px; color: #999; font-size: 16px;}

    #faq_wrap li h3 a{font-size:14px; padding:15px 0;}
    #faq_wrap li.faq_li_open h3 a{padding-bottom:15px;}
    #faq_con .con_inner{padding:0 15px 25px; font-size:13px;}
}