@charset "utf-8";
#bo_cate {
    padding: 7px;
    margin: 10px 0;
    border: 1px solid #ddd;
}

#bo_cate h2 {
    position: absolute;
    display: none;
    overflow: hidden
}

#bo_cate ul {
    zoom: 1;
    margin: 0;
    padding: 0;
}

#bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_cate li {
    display: inline-block;
    padding: 2px;
}

#bo_cate a {
    display: block;
    background: #ecf2f3;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 3px;
    border: 1px solid transparent
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    text-decoration: none;
    background: #d2d6dc;
}

#bo_cate #bo_cate_on {
    z-index: 2;
    background: var(--default-color);
    color: #fff;
    font-weight: bold;
    border-bottom-color: var(--default-color);
}

#faq_wrap {
    margin: 10px 0 30px
}

#faq_wrap h2 {
    position: absolute;
    display: none;
    overflow: hidden
}

.faq_admin {
    text-align: right
}

#faq_wrap ol {
    margin: 0;
    padding: 0;
    list-style: none
}

#faq_wrap li {
    border: 1px solid #ddd;
    background: #fff;
    margin: 5px 0;
}

#faq_wrap li h3 {
    min-height: 50px;
    line-height: 36px;
    padding: 10px;
    padding-left: 50px;
    position: relative
}

#faq_wrap li h3 a {
    font-size: 18px;
    line-height: 36px;
}

#faq_wrap li h3 .tit_bg {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 6px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 20px;
}

#faq_con .con_inner {
    display: none;
    border-top: 1px solid #ddd;
    padding: 15px;
    padding-left: 50px;
    position: relative;
    background: #f7f7f7;
    font-size: 14px;
}

#faq_con .con_inner .tit_bg {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 6px;
    text-align: center;
    background: #777;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    line-height: 36px;
    height: 36px
}

#faq_con .con_inner .closer_btn {
    height: 25px;
    font-size: 0.92em;
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
}

#faq_con .con_closer {
    text-align: right
}

#faq_sch {
    text-align: center;
    border: 0;
    background: #fff;
    padding: 30px;
    margin: 10px 0
}

#faq_sch form {
    display: inline-block;
    position: relative
}

#faq_sch .sch_tit {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

#faq_sch .frm_input {
    border-color: #dddddd;
    border-radius: 0;
    width: 200px
}

#faq_sch .btn_submit {
    padding: 0 10px;
    height: 50px;
    color: #000;
    font-size: 1.083em;
    font-weight: bold;
    color: #fff;
    background: var(--default-color);
}