.top-background {
    width: 100%;
    height: 260px;
    background-image: linear-gradient(257deg, #1d727c 0%, #1a4c55 44%, #16252e 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
}

.neo-page .title {
    line-height: 30px;
    font-family: var(--default-font-family);
    font-size: 28px;
    font-weight: bolder;
    color: white;
    letter-spacing: 0;
    text-align: center;
    padding-top: 106px;
}

.search_top {
    margin-bottom: 50px;
}

.search_top p {
    font-family: var(--default-font-family-bold);;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #4ad1cd;
}

.knowledge-page .background-end {
    width: 93%;
    height: 319px;
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
    text-align: -webkit-center;
    position: relative;
    top: 60px;
    margin: 0 auto;
    padding-top: 44px;
}

.content_kblist .kb_num {
    font-size: 24px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #4ad1cd;
    margin: 6px 16px 16px;
    float: right;
}

.content_kblist h3 {
    font-size: 24px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0;
    color: #10515a;
    margin-top: 0;
    margin-bottom: 16px;
}

.content_kblist .null-KB .info {
    font-size: 40px;
    font-weight: bolder;
    font-stretch: normal;
    letter-spacing: 0;
    color: #10515a;
    margin-top: 0;
    margin-bottom: 80px;
    text-align: center;
}

.content_kblist .null-KB .sug-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.content_kblist .null-KB .sug-title span {
    font-size: 24px;
    font-weight: bolder;
    background-color: #FFF;
    padding: 0 10px;
}

.content_kblist .null-KB .sug-title hr {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
}

.content_kblist .null-KB .sug-item {
    display: flex;
    justify-content: space-between;
}

.content_kblist .null-KB .sug-item span {
    font-size: 20px;
}

.content_kblist span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: #1c6973;
}

.knowledge-page .nav_title {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: #195059;
    margin-left: 54px;
    margin-bottom: 70px;
}

#back_details {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #4ad1cd;
}

.search_input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #4ad1cd;
    background-color: transparent;
    outline: none;
    color: #4ad1cd;
    font-size: 16px;
    padding: 0 10px;
}

.knowledge-page input::-webkit-input-placeholder {
    color: #4ad1cd;
    font-size: 18px;
    padding-left: 10px;
}

.knowledge-page input:-moz-placeholder {
    color: #4ad1cd;
    font-size: 18px;
    padding-left: 10px;
}

.knowledge-page input::-moz-placeholder {
    color: #4ad1cd;
    font-size: 18px;
    padding-left: 10px;
}

.knowledge-page input:-ms-input-placeholder {
    color: #4ad1cd;
    font-size: 18px;
    padding-left: 10px;
}

.knowledge-page input:focus::-webkit-input-placeholder {
    color: transparent;
}

.knowledge-page input:focus:-moz-placeholder {
    color: transparent;
}

.knowledge-page input:focus::-moz-placeholder {
    color: transparent;
}

.knowledge-page input:focus:-ms-input-placeholder {
    color: transparent;
}

.search-button {
    height: 50px;
    width: 50px;
    background: bottom;
    border: unset;
    font-size: 20px;
    color: #4ad1cd;

    position: relative;
    float: right;
    top: -46px;
}

.knowledge-page .end_page {
    text-align: center;
}

.knowledge-page .end_page h3 {
    font-family: var(--default-font-family);
    font-size: 40px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: white;
}

.knowledge-page .end_page p {
    font-family: var(--default-font-family);
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    color: white;
    margin-top: 36px;
}

.knowledge-page .end_page a {
    display: block;
    width: 335px;
    height: 62px;
    border-radius: 10px;
    border: solid 2px white;
    font-family: var(--default-font-family);
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0;
    color: white;
    padding-top: 13px;
    margin-top: 48px;
}

.question_icon span {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #4ad1cd;
    margin-left: 12px;
}

.answer_icon span {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #4ad1cd;
    margin-left: 12px;
}

.knowledge-page-details .nav_title span {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #4ad1cd;
}

.knowledge-page-details .nav_title {
    font-family: var(--default-font-family);
    font-size: 24px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #195059;
}

.title_msg h1 {
    font-family: var(--default-font-family);
    font-size: 24px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    margin: 20px auto 45px auto;
}

.title_msg p {
    font-family: SourceHanSansCN, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
}

.question_content span, .answer_content span {
    font-size: 16px;
}

.answer_content a {
    color: #337ab7 !important;
    text-decoration: underline !important;
    font-weight: bolder !important;

}

.score_star p {
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #4ad1cd;
}

#starScore i {
    font-size: 40px;
}

.rating-container .filled-stars {
    -webkit-text-stroke: unset;
    text-shadow: unset;
}

.rating-xs {
    float: left;
}

.score_star a {
    display: block;
    font-family: var(--default-font-family);
    font-size: 20px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #195059;
    float: right;
    margin-top: 64px;
}

.knowledge-page-details .background-end {
    width: 93%;
    height: 415px;
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    top: 60px;
    margin: 0 auto;
    padding: 30px 50px;
}

.input_email {
    width: 100%;
    height: 40px;
    background-color: #bbe9e8;
    border-radius: 5px;
    border: solid 2px #3fb7b7;
    outline-color: #4ad1cd;
}

.input_name {
    width: 100%;
    height: 40px;
    background-color: #bbe9e8;
    border-radius: 5px;
    border: solid 2px #3fb7b7;
    outline-color: #4ad1cd;
}

.input_msg {
    width: 100%;
    height: 70px;
    resize: none;
    background-color: #bbe9e8;
    border-radius: 5px;
    border: solid 2px #3fb7b7;
    outline-color: #4ad1cd;
}

.feed_icon span {
    font-family: var(--default-font-family);
    font-size: 22px;
    font-weight: bolder;
    line-height: 22px;
    letter-spacing: 0;
    color: #0d4850;
    margin-left: 8px;
}

.feed_icon img {
    margin-bottom: 10px;
}

.background-end p {
    font-family: var(--default-font-family);
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #0d4850;
    margin-top: 20px;
}

.background-end a {
    display: block;
    width: 158px;
    height: 52px;
    border-radius: 10px;
    border: solid 2px white;
    font-family: var(--default-font-family);
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: white;
    margin: 16px auto;
    padding-top: 10px;
    text-align: center;
}

.content_kblist h3:hover {
    color: #4ad1cd;
}

.bt-page li a {
    border: solid 1px #155861;
    border-radius: 16px;
    margin: 2px;
    color: #155861;
}

.pagination {
    margin-left: 54px;
}

.pagination > .active > a {
    background-color: #4ad1cd;
}

.pagination > li > a:hover {
    background-color: #4ad1cd;
    border: solid 1px #155861;
}

.answer_icon {
    margin: 40px auto;
}

.question_icon {
    margin: 40px auto 0 auto;
}

.left-arrow {
    margin-right: 10px;
}

.end_page input::-webkit-input-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page input:-moz-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page input::-moz-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page input:-ms-input-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page input:focus::-webkit-input-placeholder {
    color: transparent;
}

.end_page input:focus:-moz-placeholder {
    color: transparent;
}

.end_page input:focus::-moz-placeholder {
    color: transparent;
}

.end_page input:focus:-ms-input-placeholder {
    color: transparent;
}

.end_page textarea::-webkit-input-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page textarea:-moz-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page textarea::-moz-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page textarea:-ms-input-placeholder {
    color: #82a6ab;
    font-size: 18px;
    padding-left: 10px;
}

.end_page textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.end_page textarea:focus:-moz-placeholder {
    color: transparent;
}

.end_page textarea:focus::-moz-placeholder {
    color: transparent;
}

.end_page textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.score_star {
    margin-top: 30px;
}

.has-error {
    border: solid 2px #ca2672;
}

.has-success {
    border: solid 2px #28d12d;
}

.type_padding {
    padding-left: 60px;
}

.knowledge-page .end_page a:hover {
    color: #173B47;
    border: 2px solid #173B47;
}

.background-end a:hover {
    color: #173B47;
    border: 2px solid #173B47;
}

.score_star a:hover {
    color: #4ad1cd;
}

#success_sub {
    text-align: center;
}

.faq-content img {
    width: 100%;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: solid 1px #c9dbde;
}

.panel {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.panel-group .panel + .panel {
    margin-top: unset;
}

.panel-heading:hover a {
    color: #0fb2c6;
}

.part5-bnt {
    width: 324px;
    height: 50px;
    border-radius: 10px;
    border: solid 2px white;
    position: relative;
    top: 18%;
    padding: 9px;
    font-family: var(--default-font-family);
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0;
    color: white;
}

.part5-bnt:hover, .part5-bnt:hover a {
    border-color: #173B47;
    color: #173B47;
    cursor: pointer;
}

.type-menu {
    margin-top: 18px;
    padding-right: 30px;
    padding-left: 100px;
}

.type-menu li {
    display: block;
    background-color: #cfe6eb;
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    font-weight: bolder;
    line-height: 32px;
    letter-spacing: 0;
    color: white;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.type-menu li.active, .type-menu li:hover {
    background-color: #173b47;
    color: #4bd8e0;
}

.type-menu .footer-div .row p, .content_kblist ul li {
    margin-bottom: 65px;
}

.title_color {
    color: #0fb2c6 !important;
}

.back-top {
    float: right;
    font-family: var(--default-font-family-bold);;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #10515a;
    margin-top: 70px;
}

.back-top:hover {
    color: #4bd8e0;
}

.panel {
    background-color: transparent;
}

.question_icon img {
    width: 40px;
}

.answer_icon img {
    width: 40px;
}

@media (min-width: 1602px) {
    .knowledge-page .container {
        width: 1349px;
    }

    .knowledge-page-details .container {
        width: 1349px;
    }
}

@media (max-width: 1601px) {
    /* 	字体大小start */
    .neo-page h3 {
        font-size: 26px;
    }

    .neo-page p {
        font-size: 18px;
    }

    .content_kblist .kb_num {
        font-size: 22px;
    }

    .content_kblist h3 {
        font-size: 22px;
    }

    .content_kblist span {
        font-size: 16px;
    }

    .knowledge-page .nav_title {
        font-size: 18px;
    }

    ._htools-select {
        font-size: 16px;
    }

    ._htools-select ._select-input {
        font-size: 16px;
    }

    .search_input {
        font-size: 16px;
    }

    .knowledge-page input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .knowledge-page input:-moz-placeholder {
        font-size: 16px;
    }

    .knowledge-page input::-moz-placeholder {
        font-size: 16px;
    }

    .knowledge-page input:-ms-input-placeholder {
        font-size: 16px;
    }

    .knowledge-page .end_page h3 {
        font-size: 38px;
    }

    .knowledge-page .end_page p {
        font-size: 20px;
    }

    .knowledge-page .end_page a {
        font-size: 28px;
    }

    .question_icon span {
        font-size: 18px;
    }

    .answer_icon span {
        font-size: 18px;
    }

    .knowledge-page-details .nav_title span {
        font-size: 22px;
    }

    .knowledge-page-details .nav_title {
        font-size: 22px;
    }

    .title_msg h1 {
        font-size: 24px;
    }

    .title_msg p {
        font-size: 16px;
    }

    .score_star p {
        font-size: 18px;
    }

    #starScore i {
        font-size: 51px;
    }

    .score_star a {
        font-size: 18px;
    }

    .feed_icon span {
        font-size: 22px;
    }

    .background-end p {
        font-size: 16px;
    }

    .end_page input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .end_page input:-moz-placeholder {
        font-size: 16px;
    }

    .end_page input::-moz-placeholder {
        font-size: 16px;
    }

    .end_page input:-ms-input-placeholder {
        font-size: 16px;
    }

    .end_page input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .end_page input:focus:-moz-placeholder {
        color: transparent;
    }

    .end_page input:focus::-moz-placeholder {
        color: transparent;
    }

    .end_page input:focus:-ms-input-placeholder {
        color: transparent;
    }

    .end_page textarea::-webkit-input-placeholder {
        font-size: 16px;
    }

    .end_page textarea:-moz-placeholder {
        font-size: 16px;
    }

    .end_page textarea::-moz-placeholder {
        font-size: 16px;
    }

    .end_page textarea:-ms-input-placeholder {
        font-size: 16px;
    }

    /* 	字体大小end */
}

@media (min-width: 1441px) and (max-width: 1601px) {
    .knowledge-page .container {
        width: 77%;
    }

    .knowledge-page-details .container {
        width: 77%;
    }
}

@media (min-width: 1360px) and (max-width: 1440px) {
    .knowledge-page .container {
        width: 1120px;
    }

    .knowledge-page-details .container {
        width: 1120px;
    }
}

@media (max-width: 991px) {
    .knowledge-page .end_page h3 {
        font-size: 28px;
    }

    .type_padding {
        padding-left: unset;
    }

    .content_kblist .kb_num {
        margin: 5px auto;
    }

    .knowledge-page .nav_title {
        margin-left: 38px;
    }

    .input_name {
        height: 30px;
    }

    .input_email {
        height: 30px;
    }

    .input_msg {
        height: 65px;
    }
}


/* 移动端适配调整开始（414-360） */
@media (max-width: 414px) {
    .type_padding {
        padding-left: 15px;
    }

    .knowledge-page .background-end {
        width: 100%;
        padding: 10px;
    }

    .knowledge-page .end_page h3 {
        font-size: 20px;
    }

    .knowledge-page .end_page a {
        font-size: 18px;
        width: 200px;
        margin-top: 10px;
    }

    .content_kblist .null-KB .info {
        font-size: 24px;
    }

    .content_kblist .null-KB .sug-title span {
        font-size: 18px;
    }

    .content_kblist .null-KB .sug-item {
        display: block;
    }

    .content_kblist .null-KB .sug-item span {
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .search_top {
        margin-bottom: 0px;
    }

    .knowledge-page .nav_title {
        margin-left: 0;
        margin-bottom: 30px;
        font-size: 18px !important;
    }

    .content_kblist h3 {
        font-size: 18px;
    }

    .score_star p {
        font-size: 16px !important;
    }

    .title_msg p {
        font-size: 16px !important;
    }

    .title_msg h1 {
        line-height: 30px;
    }

    #starScore i {
        font-size: 30px;
    }

    .score_star .container, .end_page .container {
        padding-top: 0 !important;
    }

    .score_star a {
        float: left;
    }

    .knowledge-page-details .background-end {
        width: 100%;
        height: 500px;
    }

    .type-menu {
        margin: 0;
        padding: 0;
        padding-bottom: 30px;
    }

    .back-top {
        margin-top: 50px;
    }

    .bottom-layer .container h2 {
        font-size: 20px;
    }
}

/* 移动端适配调整结束（414-360） */
