/* BASIC css start */
 
#faqWrap .pd10 {margin:10px 0;}
#faqWrap .search-wrap {background-color: #eaeaea; padding:10px;}
#faqWrap .search-wrap .item-search {margin-bottom:10px;}
#faqWrap .search-wrap .item-search select {width: 30%; display: inline-block;}
#faqWrap .search-wrap .item-search .wrap {width: 40%; display: inline-block;}
#faqWrap .search-wrap .item-search .wrap input {width:99%;}
#faqWrap .search-wrap .item-search .btn_Red {width:24%; display: inline-block; margin-left: 8px;}
#faqWrap .keywords {zoom:1; position:relative; overflow:hidden;}
#faqWrap .search-wrap .keywords h5 {font-weight:bold; margin-bottom:5px;}
#faqWrap .search-wrap .keywords li {float:left; margin-right:10px;}
#faqWrap .search-wrap .keywords li a {color:#707070;}
#faqWrap .faq-menu {border-top:2px solid #464646; text-align: center; padding-top:10px;}
#faqWrap .faq-menu a {display: block; width: 33.3%; float: left; border-left: 1px solid #d6d6d6; margin-bottom: 10px; margin-left: -1px;}
#faqWrap #faqTable {width:100%;border-top: 1px solid #000;margin-top: 40px;}
#faqWrap #faqTable tr {
    border-bottom: 1px solid #ddd;
}
#faqWrap #faqTable tr th, #faqWrap #faqTable tr td {padding: 20px 16px;}
#faqWrap #faqTable tr.slide-hide td, #faqWrap #faqTable tr.slide-show td {background-color: var(--subcolor);padding: 0;}
#faqWrap #faqTable tr td .q {margin-bottom: 10px; background-color: #1e85dc; color:#fff; padding: 0 3px; margin-right: 10px;}
#faqWrap #faqTable tr td .a {background-color: #f30733; color:#fff; padding: 0 3px; margin-right: 10px;}
/* FAQ custom */
#faqWrap .faq-tit {
    padding: 40px 16px 24px;
    font-size: 24px;
    font-weight: bold;
}
#faqWrap .faq-search { height:110px; text-align: center; border: 1px solid #d8d8d8; background:#fff }
#faqWrap .search-wrap { margin:30px auto 0; position:relative; width:812px }
#faqWrap .search-wrap .keyword input { padding-left:10px; width:483px; height:28px; line-height:28px; border:1px solid #ddd }
#faqWrap .search-wrap .select-category { width:183px; height:32px; font-size:14px; color:#7b7b7b; border:1px solid #ddd }
#faqWrap .search-wrap .btn-submit { width:118px; height:30px; font-size:13px; line-height:30px }

#faqWrap .search-wrap .best-keyword { position: absolute; left:192px; top:40px; width:495px }
#faqWrap .search-wrap .best-keyword dt,
#faqWrap .search-wrap .best-keyword dd,
#faqWrap .search-wrap .best-keyword dd ul,
#faqWrap .search-wrap .best-keyword dd ul li { display: inline; float: left; width: auto; height: 17px; font-size:14px; line-height: 17px; }
#faqWrap .search-wrap .best-keyword dt { color: #000 }
#faqWrap .search-wrap .best-keyword dd ul li { margin-left:5px }
#faqWrap .search-wrap .best-keyword dd ul li a { white-space: nowrap; font-size:14px; color: #7b7b7b; vertical-align:top }

.tab {
    display: flex;
    padding: 0 16px 24px;
}

.tab a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    height: 47px;
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

.tab a:hover {color:#000;}
.tab a.active {
    border: 1px solid #000;
    border-bottom: 0;
    color: #000;
    border-radius: 15px 15px 0 0;
}
.banner {margin-bottom: 64px;padding: 0 16px;}
.banner img {width:100%;}
.form {
    border-radius: 15px;
    background: var(--subcolor);
    display: flex;
    gap: 8px;
    padding: 28px 20px;
    flex-direction: column;
    margin-bottom: 24px;
}

.form select {
    border: 1px solid #ddd;
    border-radius: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 48px;
    font-size: 13px;
    background: #fff url(/design/bigdata/images/detail_select_bg.svg) no-repeat right 15px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.form .keyword-wrap {
    width: 100%; 
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.form .keyword-wrap .keyword {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 48px;
    position: relative;
    }

.form .keyword-wrap .keyword input {
    margin: 0;
    padding: 0;
    height: 46px;
    line-height: 46px;
    border: 0;
    box-sizing: border-box;
    outline: 0;
    width: 97%;
    font-size: 13px;
}

.form .keyword-wrap .best-keyword {
    margin-top: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.form .keyword-wrap .best-keyword dt {
    font-weight: bold;
    width: 65px;
}

.form .keyword-wrap .best-keyword dd {
    padding-left: 20px;
    width: calc(100% - 65px);
    box-sizing: border-box;
}

.form .keyword-wrap .best-keyword dd .list {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 12px;
}

.form .keyword-wrap .best-keyword dd ul li  {
    display: inline-block;
    vertical-align: middle;
}
.form .keyword-wrap .best-keyword dd ul li + li {
}
.form .keyword-wrap .best-keyword dd ul li a {
    font-size: 12px;
}
.faq-search2 {margin: 0 16px;}

.form .keyword-wrap .keyword a.btn-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.faq-menu-flex {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    /* border-left: 1px solid #ddd; */
}

.faq-menu-flex a {
    width: 33.333%;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #858585;
    height: 48px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 16px;
    border-left: 0;
    border-top: 0;
} 
.faq-menu-flex a:nth-child(3n) {border-right:0;}
.faq-menu-flex a.now {color:#0040A7;font-weight:bold;}
#faqWrap #faqTable tr td .question {
    position: relative;
}

#faqWrap #faqTable tr td .question .cate {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    padding-left: 21px;
}

#faqWrap #faqTable tr td .question .subject {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 21px;
    background: url(/design/bigdata/images/Q.svg) no-repeat left top 5px;
    padding-right: 39px;
}

#faqWrap #faqTable tr td .question .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#faqWrap #faqTable tr.slide-show td .answer {
    background: url(/design/bigdata/images/A.svg) no-repeat left 16px top 37px;
    padding: 32px 18px 32px 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

/* BASIC css end */

