* {
    padding: 0;
    color: #1a1e21;
}

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    /*background-color: #FBFBFB;*/
    background-color: #f6f6f6;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

/*header start*/
header {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.nav-container {
    background-color: #fff;
    width: 100%;
    height: 68px;
    position: fixed;
    z-index: 100;
    box-shadow: 0 1px #ddd;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    overflow: hidden;
    box-sizing: border-box;
}

.logo {
    padding-top: 4px;
    padding-bottom: 4px;
}

.logo-head_img {
    height: 60px;
}

.nav-right .nav-row {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    padding: 0;
    margin: 0;
}

.nav-item {
    padding-left: 24px;
    padding-right: 24px;
}


.contact {
    height: 68px;
    display: flex;
    align-items: center;

}

.contact .btn-contact {
    width: 96px;
    height: 32px;
    background-color: #007bff;
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}

.nav_navbar {
    display: none;
}

/*
   * 按钮
 */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #333;
}

.hamburger-box {
    width: 40px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.header_height {
    height: 68px;
}


.nav_phone {
    display: none;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc(100vh - 68px);
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.98);
}

.nav_phone-box {

    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 24px;
    padding-top: 120px;

}

.nav_phone-box .nav-row {
    padding: 0;
}

.nav_phone-box .nav-row .nav-item {
    display: block;
    padding: 12px 0;
    font-size: 24px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.nav_phone-box .nav-row .nav-item a {
    font-size: 16px;
    color: #333;
}


/*header  end*/
/*footer start*/
footer {
    background-color: #ffffff;
    box-shadow: 0 -1px #FBFBFB;
    /*margin-top: 48px;*/
    padding-top: 60px;
}

.footer-container {
    width: 1448px;
    margin: 0 auto;
    display: flex;
}

.footer-left {
    width: 80%;
    overflow: hidden;
    padding: 24px;
}

.footer_logo {
    border-bottom: 1px solid #ccc;
    margin-bottom: 24px;
    padding-bottom: 24px;

}

.footer_logo img {
    height: 60px;
}

.footer_intro {
    color: #999;
}


.footer_nav {
    padding-top: 0px;
}

.footer_nav-ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;

}

.footer_nav-item {
    padding: 0px 24px;
    border-right: 1px solid #ccc;
    line-height: 26px;
    /*margin-top: 24px;*/
}


/* 取消最后一个导航项的右边框 */
.footer_nav-item:last-child {
    border-right: none;
}

.footer-right {
    width: 20%;
    overflow: hidden;
    padding: 24px;
    /*background-color: #3dd5f3;*/
}

.footer_service-time {
    margin-top: 24px;
    text-align: center;
}

.footer_service-time p {
    color: #999;
}

.footer-container-btn-wx {
    display: block;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 12px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #007aff;
    border: 1px solid #007aff;
    cursor: pointer;
}

.footer-container-btn-qq {
    display: block;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 12px;
    border-radius: 5px;
    font-size: 16px;
    color: #007aff;
    background-color: #3858f61a;
    border: 1px solid #3858f61a;
    cursor: pointer;
}

.footer_contact-ul {
    padding-left: 24px;
    padding-top: 24px;
}

.footer_contact-ul li {
    /*line-height: 28px;*/
    margin-bottom: 6px;
    font-size: 14px;
}

.footer-copyright {
    background-color: #F0F2F7;
    padding: 24px 24px;
    overflow: hidden;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.copyright p {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    font-size: 14px;
}


/*footer end*/

/*首页*/

.section-slide {
    padding: 24px;
    background: linear-gradient(180deg, #FBFBFB, #FBFBFB 45.78%, #F0F3FA);
}

.slide-box {
    width: 1448px;
    margin: 0 auto;
    padding: 12px 0;
}


.section-product_home {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 48px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-color: #F7F8FA;
}

.product-inlin-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product-inlin-list li {
    padding: 12px;
    list-style: none;
}

.product-inlin-list_item {
    background-color: #fff;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    padding: 12px 24px;
    border-radius: 32px;
    box-shadow: 0px 15px 20px -8px rgba(61, 67, 77, .08);
}

.product-inlin-list_item.active {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0px 10px 15px -8px rgba(61, 67, 77, .5);
}

.home-product_row {
    width: 1448px;
    margin: 0 auto;
    padding: 12px 0;
    box-sizing: border-box;
}

.product-item {
    height: 480px;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    box-shadow: 0px 15px 20px -8px rgba(61, 67, 77, .08);
    /*box-shadow: 0 8px 30px rgba(61, 67, 77, .08);*/
}

.product-item.active {
    display: block;
}

.product_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_box .product-item_left {
    width: 40%;

}

.product_box .product-item_right {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.product_box .product-item_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-partner {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 48px;
    padding-bottom: 60px;
    /*background: linear-gradient(180deg, #F0F3FA 0%, #F8F9FC 100%);*/
    /*background-image: url("/images/home_article_back.jpg");*/
    /*background-size: 100% 100%;*/
    /*background: linear-gradient(180deg, #fff, #def3ff 45.78%, #def3ff);*/
    background-image: linear-gradient(180deg, #f9f9f9, #ceedff 37.28%, #ceedff 51.55%, #F0F3FA 94.37%);
}

.partner-container {
    width: 1448px;
    margin: 0 auto;
    /*background-color: #ccc;*/
    padding-bottom: 24px;
}

.title-row {
    padding: 12px 0;
    text-align: center;
}

.title-row h2 {
    font-size: 26px;
    color: #333;
}

.partner-row {
    display: flex;
    flex-wrap: wrap;
}

.partner-item {
    width: 20%;
    padding: 12px;
    box-sizing: border-box;
}


.partner-box {
    height: 90px;
    overflow: hidden;
    border-radius: 5px;
}


.partner-box img {
    border-radius: 5px;
    border: 1px solid #f9f9f980;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 15px 20px -8px rgba(125, 125, 125, 0.1);
}

.partner-box img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.partner-more {
    padding-top: 36px;
    width: 100%;
    text-align: center;
}

.container-partner-page {
    width: 1448px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-partner-page {
    padding-top: 48px;
    padding-bottom: 60px;

}

/*首页文章*/
.section-article_home {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 48px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url("/images/home_article_back.jpg");
    background-size: 100% 100%;
    /*background: linear-gradient(180deg, #fff, #def3ff 45.78%, #def3ff);*/
}

.article—title {
    padding: 12px 0;
    text-align: center;
}

.article—title h2 {
    font-size: 26px;
    color: #333;
}

.section-home-article_row {
    width: 1448px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.section-home-article_row .article-item {
    width: 25%;
    padding: 12px;
    box-sizing: border-box;
}

.article-box {
    background-color: #fff;
    box-shadow: 0px 15px 20px -8px rgba(125, 125, 125, 0.1);
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #f0f3fa;
}

.article-box_cover {
    width: 100%;
    height: 220px;
    overflow: hidden;
    box-shadow: 0px 15px 20px -8px rgba(125, 125, 125, 0.1);
}

.article-box_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-box_cover:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.article-box_info {
    padding: 24px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.article-box_info_title {
    height: calc(1.6em * 2);
    overflow: hidden;
    box-sizing: border-box;
}

.article-box_info_title_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #333;
}

.article-box_info_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    color: #666;
    box-sizing: border-box;
    line-height: 22px;
}

/*单页开始*/
.section-page-top {
    height: 180px;
    background-image: url("/images/top-bg.jpg");
    background-size: 100% 100%;
}

.section-page-top .page-container {
    width: 1448px;
    margin: 0 auto;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-page-top .banner-title {
    text-align: center;

}

.section-page-top .banner-title h2 {
    color: #333;
}

.section-page {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 48px;
    margin-top: 24px;
}

.editor-html {
    width: 100%;
    background-color: #fff;
    padding: 24px;
    padding-bottom: 48px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 15px 20px -8px rgba(125, 125, 125, 0.1);
}

/*文章列表*/
.section-article {
    padding-top: 24px;
    padding-bottom: 60px;
}

.section-article .article-container {
    width: 1448px;
    margin: 0 auto;
}

.container_row {
    display: flex;
    flex-wrap: wrap;
}

.article_box {
    width: 25%;
    padding: 12px;
    box-sizing: border-box;
}

.section-article-detail {

}

.section-help-detail_container {
    width: 1448px;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.col-3 {
    width: 25%;
}

.col-9 {
    width: 75%;
}

.col-12 {
    width: 100%;
}


/*文章列表*/

.section-top-banner {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    background-color: #3858f61a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-top-banner .container {

}

.section-top-banner .banner_title {
    text-align: center;
}

.banner_title h1 {
    font-size: 36px;
    color: #333;
    letter-spacing: 5px;
}

/*产品开始*/
.section-product-top{
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #EDF0F9;
}

.product-details-container{
    width: 1448px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.section-product-detail {
    padding-top: 24px;
    padding-bottom: 48px;
}
.product-details-info{
    width: 50%;
    height: 380px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.product-details-img{
    width: 50%;
    height: 380px;
}
.product-details-img img{

    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;

}
/* 第1、3、5...个区块（奇数）设为白色 */
.section-product-detail:nth-child(odd) {
    background-color: rgb(255, 249, 244);
}

/* 第2、4、6...个区块（偶数）设为灰色 */
.section-product-detail:nth-child(even) {
    background-color: #fff; /* 浅灰色，可根据需求调整 */
}

.product-container {
    width: 1448px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    align-items: center;
}

.product-info {
    width: 40%;
    box-sizing: border-box;

}

.product-info h2 {
    display: block;
    font-size: 28px;
    color: #333;
    font-weight: 600;
}

.product-info-item {
    padding: 12px;
    box-sizing: border-box;
}

.product-info-item ul li {
    list-style: none;
}

.product-info-item .product-info-item_title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.product-info-item .product-info-item_details {
    padding-top: 12px;
    /*font-size: 14px;*/
    color: #666;
    padding-bottom: 24px;
}

.product-img {
    width: 60%;
    box-sizing: border-box;
    padding: 12px;
}

.product-img img {
    width: 100%;
}

/*产品结束*/
/*帮助*/

.section-help {
    padding-bottom: 80px;
    margin-top: 24px;

}


.section-help-top {
    height: 240px;
    background-image: url("/images/help_banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.search-box {
    width: 1448px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 240px;
    box-sizing: border-box;
    /*background-color: #0a53be;*/
}

.section-article_home {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 120px;
    background-image: url("/images/home_article_back.jpg");
    background-size: 100% 100%;
}

.search-box_title {
    width: 100%;
    text-align: center;
}

.search-box_title h3 {
    font-size: 32px;
    margin-bottom: 16px;
    margin-top: 12px;
}

.search-box_form {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.search-box_form form {
    position: relative;
}

.search-box_form_time {
    width: 100%;
    text-align: center;
}

.search-box_form_description {
    width: 100%;
    margin-top: 24px;
}

.search-box_form form .inp {
    width: 350px;
    height: 48px;
    border-radius: 20px;
    padding-left: 24px;
    border: 0;
}

.search-box_form form .inp:focus {
    outline: none;
}

.search-box_form form button {
    height: 48px;
    position: absolute;
    right: 0;
    border-radius: 0 20px 20px 0;
    padding: 0 12px;
    border: 0;
    background: #fff;
}

.search-icon {
    height: 36px;
    line-height: 48px;
}

.help_container {

    width: 1448px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}

.help-col-box {
    width: 33.33%;
    box-sizing: border-box;
    padding: 12px;
}

.help-box {
    background-color: #fff;
    width: 100%;
    height: 305px;

    border-radius: 12px;
    box-shadow: 0px 20px 25px -8px rgba(125, 125, 125, 0.15);
    /*box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;*/
}

.help-box:hover {

    box-shadow: 0px 15px 20px -8px rgba(125, 125, 125, 0.5);
    /*时间1秒*/
    transition: all 0.3s ease-in-out;
}

.help-box_top {
    height: 60px;
    line-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.help-box_title {
    color: #333;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 70%;
}


.help-box_title img {
    height: 32px;
    margin-right: 12px;
}

.help-box_title_text {
    color: #333;
    width: 80%;
    font-size: 20px;
    display: flex;

}

.help-box_more a {
    font-size: 18px;
    color: #2268F7;
}

.help-box_content {
    padding: 24px;
    /*padding-bottom: 32px;*/
}

.help-box_content ul {
    margin: 0;
    list-style: none;
}

.help-box_content ul li {
    height: 32px;
    line-height: 32px;
}

.help-box_content ul li a {
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-help-detail {

}

.section-container {
    width: 1448px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 12px;

}

.search-list {
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
}

.search-results-list {
    width: 100%;

}

.search-result-title {
    /*color: #1154c0;*/
    font-size: 18px;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    color: #1366ec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-item {
    margin-bottom: 24px;
}

.search-result-snippet {
    color: #666;
    padding-bottom: 8px;
}

.search-result-meta {
    color: #999;
    font-size: 14px;
}


.no-results {
    text-align: center;
    margin-top: 80px;
}

.help_container-fluid {
    width: 1448px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}

.doc-nav_row {
    width: 20%;
    overflow-y: auto;
    position: sticky;
    top: 68px;
    height: calc(100vh - 84px);
    /*background-color: #fff;*/
    /*border-left: #ccc solid 1px;*/
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    box-sizing: border-box;
    scrollbar-width: thin; /* Firefox滚动条宽度 */
    scrollbar-color: #888 #f1f1f1; /* Firefox滑块和轨道颜色 */
}


/* 自定义滚动条样式 */
.doc-nav_row::-webkit-scrollbar {
    width: 6px; /* 减小滚动条宽度为6px */
}

.doc-nav_row::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道背景色 */
    border-radius: 3px; /* 轨道圆角 */
}

.doc-nav_row::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块颜色 */
    border-radius: 3px; /* 滑块圆角 */
}

.doc-nav_row::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}

.doc-nav {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    overflow-y: auto;
    padding-bottom: 120px;
}

.doc_nav-item {
    margin-bottom: 12px;
    margin-top: 12px;
    color: #333;
}

.doc-nav .act-link {
    color: #2268F7;
}

.doc-nav .nav-item-child {
    padding-left: 1.2rem;
    margin-bottom: 6px;
    margin-top: 6px;
    background-color: #f9f9f9;
    color: #666;
}

.doc-content {
    width: 60%;
    box-sizing: border-box;
    padding: 12px;
}

.doc-toc {
    width: 20%;

}


.doc-nav-next-prev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 24px;
}


.doc-content .doc-content-header {
    background-color: #fff;
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 24px;
    box-shadow: 0px 20px 25px -8px rgba(125, 125, 125, 0.15);
}

.md-html {
    box-shadow: 0px 20px 25px -8px rgba(125, 125, 125, 0.15);
    margin-bottom: 48px;
}

/* TOC目录样式 - 使用现有的.md-toc元素 */
.md-toc {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 0;
    position: sticky;
    top: 100px;
    z-index: 50;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    box-shadow: 0px 20px 25px -8px rgba(125, 125, 125, 0.15);
}

/* 自定义滚动条样式 */
.md-toc::-webkit-scrollbar {
    width: 6px; /* 减小滚动条宽度为6px */
}

.md-toc::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道背景色 */
    border-radius: 3px; /* 轨道圆角 */
}

.md-toc::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块颜色 */
    border-radius: 3px; /* 滑块圆角 */
}

.md-toc::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停颜色 */
}

.md-toc h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    color: #1a1e21;
}


.toc-list {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.toc-list li {
    margin-bottom: 5px;
}

.toc-list li a {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    transition: color 0.3s;
}

.toc-list li a:hover {
    color: #2268F7;
}

/* 层级缩进 */
.toc-h2 {
    padding-left: 0;
}

.toc-h3 {
    padding-left: 16px;
}

.toc-h4 {
    padding-left: 32px;
}

.toc-h5 {
    padding-left: 48px;
}

.toc-h6 {
    padding-left: 64px;
}

.toc-list li.active a {
    color: #2268F7;
    font-weight: bold;
}

.breadcrumb {
    display: flex;
    align-items: center;
}

.breadcrumb-item {
    padding-right: 24px;
    list-style: none;
}

/*关于我们*/

.section-about-intro {

}

.about-intro_container {
    width: 1448px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px;

}

.section-about-certificate {
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.about-certificate_container {
    width: 1448px;
    padding: 24px 12px;
    margin: 0 auto;
    box-sizing: border-box;
}

.row-title {
    width: 100%;
    text-align: center;
}

.row-title h2 {
    font-size: 26px;
    color: #333;
}

.certificate_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.certificate-col-2 {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    box-sizing: border-box;
}

.about-certificate-box {
    height: 360px;
    margin-bottom: 24px;
    border-radius: 5px;
    box-shadow: 0px 20px 25px -8px rgba(125, 125, 125, 0.15);
    overflow: hidden;
    width: 100%;
}

.about-certificate-box:hover {
    box-shadow: 0px 20px 25px -8px rgba(125, 125, 125, 0.5);
    transition: all 0.3s ease-in-out;
}

.about-certificate-box:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.section-about-map {
    padding-top: 48px;
    padding-bottom: 60px;
}

.section-about_container {
    display: flex;
    flex-wrap: wrap;
    width: 1448px;
    margin: 0 auto;
    box-sizing: border-box;
}

.section-about_container .col4 {
    width: 40%;
    padding: 0 24px;
    box-sizing: border-box;
}

.section-about_container .col4 h2 {
    font-size: 26px;
    color: #333;
    margin-top: 0;
}


.about-map-box {
    padding-left: 24px;
    box-sizing: border-box;

}

.about-map-box p {
    font-size: 18px;
    color: #666;
}

.about-map-box ul {

}

.about-map-box ul li {
    margin-bottom: 6px;
    color: #333;

}

.section-about_container .col8 {
    width: 60%;
    padding: 0 24px;
    box-sizing: border-box;
}

.page-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;

}


.pagination {
    list-style: none;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;

}

.page-item {
    list-style: none;
    padding: 6px;

}

.page-link {
    display: block;
    text-decoration: none;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    color: #888;
}

.pagination .active .page-link {
    background-color: #0a53be;
    border: 1px solid #0a53be;
    color: #fff;
}

.empty {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 60px;

}

.empty-text {
    text-align: center;
    color: #999;
}

.section-home-quality {
    padding-top: 48px;
    padding-bottom: 48px;
}

.section-home-quality_row {
    width: 1448px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-home-quality_item {
    width: 20%;
    padding: 12px;
    box-sizing: border-box;
}

.quality_box{
    padding: 24px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 20px 25px -8px rgba(125, 125, 125, 0.15);
}
.quality_cover {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
}

.quality_cover img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.quality_text {
    width: 100%;
    text-align: center;
    color: #666;
    margin-top: 12px;
    font-size: 16px;
}

@media (max-width: 1447px) {
    .footer-container {
        width: 100%;
    }

    .slide-box {
        width: 100%;
    }

    .home-product_row {
        width: 100%;
    }

    .partner-container {
        width: 100%;
    }

    .section-page-top .page-container {
        width: 100%;
    }

    .section-page {
        width: 100%;
    }

    .section-home-article_row {
        width: 100%;
    }

    .section-article .article-container {
        width: 100%;
    }

    .section-help-detail_container {
        width: 100%;
    }

    .search-box {
        width: 100%;
    }

    .help_container {
        width: 100%;
    }

    .help-col-box {
        width: 33.33%;
    }

    .section-container {
        width: 100%;
    }

    .help_container-fluid {
        width: 100%;
    }


    .about-intro_container {
        width: 100%;

    }

    .about-certificate_container {
        width: 100%;
    }

    .product-container {
        width: 100%;
    }

    .section-about_container {
        width: 100%;
    }

    .container-partner-page {
        width: 100%;
    }

    .section-home-quality_row{
        width: 100%;
    }
    /*.doc-nav_row{*/
    /*    width: 250px;*/
    /*}*/
}

@media (max-width: 1200px) {


    .footer_nav-item {
        padding: 0px 12px;
    }

    .footer_nav-item {
        padding: 0px 14px;
        font-size: 16px;
    }

    .partner-item {
        width: 25%;
    }

    .article-box_cover {
        height: 140px;
    }

    .help-col-box {
        width: 50%;
    }

    .certificate-col-2 {
        width: 25%;

    }

    /*.doc-nav_row{*/
    /*   width: 180px;*/
    /*}*/

}

@media (max-width: 992px) {
    .contact {
        display: none;
    }

    .nav-item {
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer_nav-item {
        padding: 0px 12px;
        font-size: 14px;
        margin-top: 12px;
    }

    .footer_contact-ul {
        padding-top: 12px;
    }

    .partner-item {
        width: 33.33%;
    }

    .section-home-article_row .article-item {
        width: 33.33%;
    }

    .article-box_cover {
        height: 160px;
    }

    .article_box {
        width: 33.33%;
    }

    .doc-nav_row {
        display: none;
    }

    .doc-content {
        width: 70%;
    }

    .doc-toc {
        width: 30%;
    }

    .certificate-col-2 {
        width: 33.33%;

    }

}

@media (max-width: 768px) {
    .header_height {
        height: 48px;
    }

    .nav-container {
        height: 48px;
        box-shadow: 0 1px #ddd;
        padding: 0 12px;
    }

    .logo {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .logo-head_img {
        height: 40px;
    }

    .nav_phone {
        display: none;
    }

    .nav_navbar {
        display: block;
    }

    .nav-right {
        display: none;
    }

    footer {
        /*margin-top: 24px;*/
        padding-top: 24px;
    }

    .footer-container {
        width: 100%;
    }


    .footer-left {
        width: 100%;
    }

    .footer_logo {
        text-align: center;
    }

    .footer-right {
        display: none;
    }

    .footer_nav {
        padding-top: 12px;
    }

    .footer_nav-ul {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .footer_nav-item {
        padding: 0px 12px;
        font-size: 14px;
        margin-top: 12px;
    }

    .footer-copyright {
        padding: 12px 24px;
    }

    .copyright {
        display: block;
        text-align: center;
    }

    .copyright p {
        font-size: 12px;
    }

    .section-slide {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .partner-item {
        width: 50%;
        padding: 6px;
    }

    .partner-box {
        height: 60px;
        overflow: hidden;
        border-radius: 5px;
    }

    .pagination {
        list-style: none;
        display: flex;

    }

    .page-item {
        list-style: none;
    }

    .section-home-article_row .article-item {
        width: 50%;
    }

    .article-box_cover {
        height: 140px;
    }

    .help-col-box {
        width: 100%;
    }

    .article_box {
        width: 50%;
    }

    .doc-content {
        width: 100%;
    }

    .doc-toc {
        display: none;
    }

    .certificate-col-2 {
        width: 50%;

    }

    .section-home-quality_item {
        width: 50%;

    }


}

@media (max-width: 576px) {
    .section-article_home {
        width: 100%;
        padding-left: 6px;
        padding-right: 6px;
    }

    .section-home-article_row .article-item {
        padding: 6px;
    }

    .article-box_info {
        padding: 12px;
    }

    .article-box_info_title_text {
        font-size: 14px;
    }

    .article-box_info_bottom {
        line-height: 16px;
        font-size: 12px;
        margin-top: 0;
    }

    .md-html {
        padding: 12px;

    }
}
