body {
    font-family:PingFangSC-Regular,PingFang SC;
    background-color: #ffffff;
}
.navbar-brand {
    display: block;
}
#nav_faq{
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color:rgba(69,71,77,1);
}
#footer {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.faq-logo {
    width: 152px;
    display: inline-block;
    margin-top: 30.37vh;
}
input {
    padding-left: 43px;
    background: rgba(31,37,51,1);
}
input::-webkit-input-placeholder{
    width: 84px;
    font-size: 14px;
    font-weight:400;
    color:rgba(200,201,204,1);
    line-height: 21px;
}
#faq-search-before {
    outline: none;
    width: 624px;
    height: 44px;
    background: rgba(255,255,255,1);
    border-radius: 22px;
    border: 1px solid rgba(200,201,204,1);
    margin-top: 16px;
}
.faq-category {
    text-align: center;
    margin-top: 36px;
    width: 100%;
}
.faq-category a {
    display: inline-block;
    width: 120px;
    text-decoration: none;
    cursor:pointer;
}
.faq-category img {
    width: 48px;
}
#category-title {
    color:rgba(92,94,102,1);
    font-size: 12px;
    font-weight:400;
    line-height: 12px;
    margin-top: 12px;
}

#faq-search-after {
    outline: none;
    width: 1232px;
    height: 44px;
    background:rgba(255,255,255,1);
    border-radius: 22px;
    border:1px solid rgba(200,201,204,1);
    margin-top: 11.67vh;
}
.faq-search-detail {
    width: 1232px;
    display: inline-block;
    text-align: left;
    margin-left: 24px;
}

h2 {
    width: 1232px;
    height: 66px;
    font-size: 18px;
    font-weight:bold;
    color:rgba(23,24,26,1);
    line-height: 27px;
    cursor:pointer;
    background: rgba(255,255,255,1);
    border-radius: 8px;
    border:1px solid rgba(240,240,242,1);
    padding-top: 20px;
    padding-left: 24px;
    font-family:PingFangSC-Semibold,PingFang SC;
}
h2.less {
    color:rgba(87,127,247,1);
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
h2::after {
    content: '';
    display:block;
    float: right;
    width: 24px;
    height: 24px;
    background:url(/media/static/images/newweb/faq/down.png) no-repeat;
    background-size:24px 24px;
    margin-right: 12px;
}
h2.less::after {
    background:url(/media/static/images/newweb/faq/up.png) no-repeat;
    background-size: 24px 24px;
}
p {
    width: 1232px;
    display:none;
    font-size: 12px;
    font-weight:400;
    color:rgba(138,143,153,1);
    line-height: 18px;
    padding-left: 24px;
    background: rgba(255,255,255,1);
    border:1px solid rgba(240,240,242,1);
    border-top: none;
    padding-top: 24px;
    margin-top: -30px;
}