/* 108+740+65 */
.faq-detail-box {
    height: auto;
}

.faq-detail-nav {
    height: 65px;
    line-height: 65px;
}

.faq-detail-content-box {
    height: auto;
}

.faq-detail-content-box .faq-detail-back-btn {
    width: 114px;
    height: 38px;
}

.faq-detail-content-box .faq-detail-back-btn a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    border-radius: 5px;
    border: 1px rgb(54, 54, 54) solid;
}

.faq-detail-content-box .faq-detail-back-btn a:hover {
    border-color: rgb(59, 130, 255);
}

.faq-detail-content-box .faq-detail-back-btn a:hover span,
.faq-detail-content-box .faq-detail-back-btn a:hover i {
    color: rgb(59, 130, 255);
}

.faq-detail-title {
    height: auto;
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.faq-detail-title+span {
    display: block;
    width: 1080px;
    padding-bottom: 20px;
    border-bottom: 1px rgb(238, 238, 238) solid;
}

.faq-detail-content {
    height: auto;
}

.faq-detail-content p {
    font-size: 16px;
    color: rgb(54, 54, 54);
}

.direct-connection{
    border-bottom: 2px rgb(243, 243, 243) solid;
}