/*header*/

.header {
    position: fixed;

    top: 0;

    left: 0;

    z-index: 99999;

    width: 100%;

    /*transition: all 0.35s;*/

    /*opacity: 1;*/

    background: #00479d;
}

/*.header.block{

        opacity: 1;

        background: rgba(0,0,0,.8);



        transition: opacity .5s ease-in-out;

       -webkit-transition: opacity .5s ease-in-out;

       -o-transition: opacity .5s ease-in-out;

       -ms-transition: opacity .5s ease-in-out;

       -moz-transition: opacity .5s ease-in-out;

    }*/

/*.header.none{

        opacity: 0;



        transition: opacity .5s ease-in-out;

       -webkit-transition: opacity .5s ease-in-out;

       -o-transition: opacity .5s ease-in-out;

       -ms-transition: opacity .5s ease-in-out;

       -moz-transition: opacity .5s ease-in-out;

    }*/

.header_top {
    border-bottom: 1px solid #00479d;

    height: 50px;

    line-height: 50px;
}

.header_top_phone {
    float: right;

    color: #fff;

    padding-left: 25px;

    margin-right: 10px;

    background: url("/assets/shared/skin/images/header_top_phone.png") no-repeat center left;
}

.header_top_search {
    float: right;
}

.header_top_search_input {
    float: left;

    height: 50px;

    width: 0;

    border: 1px solid transparent;

    background: transparent;

    padding-left: 10px;

    color: #fff;

    transition: all 0.8s ease-in-out;

    -webkit-transition: all 0.8s ease-in-out;

    -o-transition: all 0.8s ease-in-out;

    -ms-transition: all 0.8s ease-in-out;

    -moz-transition: all 0.8s ease-in-out;
}

.header_top_search_input:focus {
    width: 300px;

    border: 1px solid #00c1de;
}

.header_top_search_button {
    cursor: pointer;

    border: none;

    float: left;

    background-color: transparent;

    background: url("/assets/shared/skin/images/header_top_search.png") no-repeat center center;

    width: 50px;

    height: 50px;

    border-right: 1px solid #00479d;
}

.header_top_search.active .header_top_search_input {
    width: 300px;

    border: 1px solid #00c1de;
}

.header_top_logo {
    display: none;

    float: left;

    font-size: 0;

    margin-left: 20px;
}

.header_nav {
    border-bottom: 1px solid #00479d;

    height: 50px;

    line-height: 50px;
}

.logo {
    float: left;

    font-size: 0;
}

.logo > img {
    vertical-align: middle;
}

.header_nav_ul {
    float: left;

    margin-left: 10px;

    position: relative;
}

.header_nav_ul > ul li {
    display: inline-block;

    padding: 0 20px;

    font-size: 16px;

    color: #fff;

    position: relative;
}

.header_nav_ul > ul li.content.active:after {
    content: "";

    position: absolute;

    left: 50%;

    margin-left: -8px;

    bottom: 0;

    border: 8px solid transparent;

    border-bottom-color: #fff;
}

.header_nav_ul > ul > li > a {
    display: block;
}

.header_nav_ul > ul > li > a:hover {
    color: #ffcb07;

    border-bottom: 1px solid #ffcb07;
}

.header_nav_ul > ul > li.on > a {
    color: #ffcb07;

    border-bottom: 1px solid #ffcb07;
}

.VIRBOX {
    float: right;

    font-size: 14px;

    color: #fff;

    padding: 0 20px;

    border-left: 1px solid #00479d;

    border-right: 1px solid #00479d;
}

.dropdown {
    position: absolute;

    left: 0;

    top: 50px;

    display: none;

    width: 100%;

    background: #fff;

    border: 1px solid #c2c2c2;
}

.dropdown_container {
    margin: 30px 20px;
}

.dropdown_container > dl {
    width: 32%;

    margin-right: 2%;

    float: left;

    line-height: 30px;
}

.dropdown_container > dl dt {
    font-size: 16px;

    color: #242424;

    font-weight: bold;

    border-bottom: 1px solid #eff3f5;

    margin-bottom: 10px;

    padding-left: 10px;
}

.dropdown_container > dl dd {
    color: #525252;
}

.dropdown_container > dl dd a {
    display: block;

    padding-left: 10px;
}

.dropdown_container > dl dd a:hover {
    background-color: #f2f4f5;
}

#nav50.dropdown_single {
    top: 100%;

    left: 50%;

    right: auto;

    transform: translateX(-50%);

    margin-top: 8px;

    width: 168px;
}

#nav50 .dropdown_container {
    margin: 12px 0;
}

#nav50 .dropdown_container > dl {
    float: none;

    width: 100%;

    margin-right: 0;

    line-height: 1.5;
}

#nav50 .dropdown_container > dl + dl {
    border-top: 1px solid #eff3f5;
}

#nav50 .dropdown_container > dl dt {
    margin-bottom: 0;

    padding-left: 0;

    border-bottom: 0;

    font-size: 14px;

    font-weight: normal;
}

#nav50 .dropdown_container > dl dt a {
    display: block;

    padding: 10px 14px;

    color: #525252;

    white-space: nowrap;
}

#nav50 .dropdown_container > dl dt a:hover {
    color: #005bac;

    background-color: #f6f8fb;
}

.all_nav {
    float: right;

    height: 50px;

    width: 50px;

    color: #fff;

    cursor: default;

    text-align: center;

    border-right: 1px solid #393b42;

    transition: all 0.2s ease-in-out;

    transition: background 0.5s ease-in-out;

    -webkit-transition: background 0.5s ease-in-out;

    -o-transition: background 0.5s ease-in-out;

    -ms-transition: background 0.5s ease-in-out;

    -moz-transition: background 0.5s ease-in-out;
}

.all_nav:hover {
    background: #00c1de;
}

.all_nav img {
    width: 18px;
}

/*鎸夐挳鏍峰紡*/

.navBtn {
    float: right;

    height: 50px;

    width: 50px;

    color: #fff;

    cursor: default;

    text-align: center;

    background: transparent;

    border-right: 1px solid #393b42;

    outline: none;

    border: none;

    cursor: pointer;

    text-align: center;

    transition: all 0.5s ease-out;

    -webkit-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;
}

.navBtn.active {
    background: #333;

    transition: all 0.5s ease-out;

    -webkit-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;
}

/*鎸夐挳鍐呯嚎鏉�*/

.navBtn > span {
    display: block;

    margin: 0 auto;

    width: 18px;

    height: 2px;

    background-color: #fff;

    margin-bottom: 2px;

    transition: all 0.5s ease-out;

    -webkit-transition: all 0.5s ease-out;

    -ms-transition: all 0.5s ease-out;

    -o-transition: all 0.5s ease-out;

    -moz-transition: all 0.5s ease-out;

    transform-origin: 0 0;

    -webkit-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    -o-transform-origin: 0 0;

    -moz-transform-origin: 0 0;
}

.navBtn.active {
    background: #0067cc;
}

.navBtn.active > span {
    /*background: #0052a7;*/

    width: 24px;
}

.navBtn.active > span:first-child {
    transform: rotate(45deg) translate(2px, -6px);

    -webkit-transform: rotate(45deg) translate(2px, -6px);

    -ms-transform: rotate(45deg) translate(2px, -6px);

    -o-transform: rotate(45deg) translate(2px, -6px);

    -moz-transform: rotate(45deg) translate(2px, -6px);
}

.navBtn.active > span:nth-child(2) {
    opacity: 0;
}

.navBtn.active > span:last-child {
    transform: rotate(-45deg) translate(-2px, 7px);

    -webkit-transform: rotate(-45deg) translate(-2px, 7px);

    -ms-transform: rotate(-45deg) translate(-2px, 7px);

    -o-transform: rotate(-45deg) translate(-2px, 7px);

    -moz-transform: rotate(-45deg) translate(-2px, 7px);
}

.dnav {
    width: 300px;

    position: absolute;

    padding: 20px 0;

    background: #00479d;

    top: 80px;

    right: -300px;

    transition: right 0.75s;

    -webkit-transition: right 0.75s;

    -ms-transition: right 0.75s;

    -o-transition: right 0.75s;

    -moz-transition: right 0.75s;
}

.dnav.active {
    right: 0px;

    transition: right 0.75s;

    -webkit-transition: right 0.75s;

    -ms-transition: right 0.75s;

    -o-transition: right 0.75s;

    -moz-transition: right 0.75s;
}

.dnav > li {
    /*height: 50px;*/

    line-height: 50px;

    color: #fff;

    text-align: left;

    position: relative;

    /*border-bottom: 1px solid #333;*/

    text-align: center;
}

.dnav > li {
    padding: 0 20px;
}

.dnav > li > a {
    display: block;
}

.dnav > li > a i {
    display: block;

    position: absolute;

    right: 30px;

    top: 20px;

    width: 15px;

    height: 11px;

    background: url("/assets/shared/skin/images/xia_bai.png") no-repeat center;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;
}

.dnav > li > a:hover {
    background: #3366cc;

    /*color: #3366cc;*/
}

.dnav > li > a:hover i {
    background: url("/assets/shared/skin/images/shang_bai.png") no-repeat center;

    margin-top: -3px;
}

.dznav {
    display: none;

    background: #00479d;

    position: absolute;

    top: 0;

    right: 298px;

    white-space: nowrap;

    padding: 20px;
}

.dznav li {
    /*border-bottom: 1px solid #333;*/
}

.dznav li a {
    display: block;

    padding: 0 20px;
}

.dznav li a:hover {
    background: #3366cc;
}

/*banner*/

.banner {
    height: 568px;

    position: relative;
}

.banner_img {
    width: 100%;

    text-align: center;

    left: 0;

    top: 0;

    position: absolute;
}

.banner_img > img {
    width: 1920px;

    position: absolute;

    left: 50%;

    margin-left: -960px;
}

.banner_img_r {
    position: absolute;

    right: 0;

    bottom: 17%;

    width: 30%;
}

.banner_img_r > img {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.banner > .swiper-pagination {
    bottom: 5%;
}

.banner > .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    background: #6b6a6f;
    border-radius: 0;
    margin: 0 10px;
    margin-bottom: 6px;
    display: inline-block;
    opacity: 1;
}

.banner > .swiper-pagination .swiper-pagination-bullet-active {
    width: 60px;
    background: #fff;
}

.banner_content {
    position: relative;

    height: 100%;
}

.banner_zi {
    position: absolute;

    left: 0;

    top: 32%;

    color: #fff;

    z-index: 9999;
}

.banner_zi > h2 {
    font-size: 48px;

    position: relative;

    opacity: 0;

    bottom: -20px;

    -webkit-transition: 0.5s 0.5s ease-out;

    -o-transition: 0.5s 0.5s ease-out;

    transition: 0.5s 0.5s ease-out;
}

.swiper-slide-active .banner_zi > h2 {
    bottom: 0;

    opacity: 1;
}

.banner_zi > p {
    font-size: 16px;

    line-height: 2.25;

    position: relative;

    opacity: 0;

    bottom: -20px;

    margin-top: 10px;

    -webkit-transition: 0.5s 0.5s ease-out;

    -o-transition: 0.5s 0.5s ease-out;

    transition: 0.5s 0.5s ease-out;
}

.swiper-slide-active .banner_zi > p {
    bottom: 0;

    opacity: 1;
}

.banner_zi > span {
    display: inline-block;

    text-align: center;

    width: 168px;

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    font-weight: bold;

    background-color: #ffcb07;

    margin-top: 15px;

    position: relative;

    opacity: 0;

    bottom: -20px;

    -webkit-transition: 0.5s 0.5s ease-out;

    -o-transition: 0.5s 0.5s ease-out;

    transition: 0.5s 0.5s ease-out;
}
.banner_zi > span a {
    display: block;
}
.swiper-slide-active .banner_zi > span {
    bottom: 0;

    opacity: 1;
}

.banner_img_r > img {
    position: relative;

    opacity: 0;

    bottom: -30px;

    -webkit-transition: 0.5s 0.5s ease-out;

    -o-transition: 0.5s 0.5s ease-out;

    transition: 0.5s 0.5s ease-out;
}

.swiper-slide-active .banner_img_r > img {
    opacity: 1;

    bottom: 0;
}

/*footer*/

/*footer*/

.footer {
    padding-top: 80px;

    padding-bottom: 30px;

    background: #212231;

    color: #898a8d;
}

.footer_m {
    width: 28%;

    float: left;

    line-height: 1.8;
}

.footer_m_title {
    font-size: 18px;

    color: #fff;

    padding-left: 0;
}

.footer_m_1 {
    background: url("/assets/shared/skin/images/foot_1.png") no-repeat 2px 4px;

    padding-left: 24px;
}

.footer_m_2 {
    background: url("/assets/shared/skin/images/foot_2.png") no-repeat 0 4px;

    padding-left: 24px;
}

.footer_m_3 {
    background: url("/assets/shared/skin/images/foot_3.png") no-repeat 2px 4px;

    padding-left: 24px;
}

.footer_l {
    width: 50%;

    float: left;
}

.footer_l > dl {
    float: left;

    width: 25%;

    line-height: 1.8;
}

.footer_l > dl dt {
    font-size: 18px;

    color: #fff;
}

.footer > .container a {
    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;
}

.footer > .container a:hover {
    color: #fff;

    text-decoration: underline;
}

.footer_r {
    width: 20%;

    float: right;
}

.footer_r > h3 {
    font-size: 18px;

    color: #fff;

    margin-bottom: 10px;
}

.footer_r img {
    width: 100px;
}

.footer_b {
    margin-top: 70px;

    padding: 20px 0;

    border-top: 1px solid #40454f;

    color: #6c6c6c;

    font-size: 12px;
}

.footer_b > p {
    margin-top: 10px;

    text-align: center;
}

.footer_b .link a {
    margin: 0 5px;
}

/*proANDser*/

.proANDser {
    padding-top: 80px;

    text-align: center;
}

.proANDser_tab {
    margin-top: 40px;
}

.proANDser_tab > li {
    width: 20%;

    max-width: 320px;

    height: 160px;

    display: inline-block;

    font-size: 18px;

    color: #000;

    cursor: pointer;

    border-bottom: 3px solid transparent;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.proANDser_tab > li.active {
    border-bottom: 3px solid #0054a6;

    color: #0067cc;
}

.proANDser_tab > li:hover {
    color: #0067cc;
}

.proANDser_tab_icon {
    height: 100px;
    background-repeat: no-repeat;
    -ms-background-position: center;
    background-position: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.proANDser_tab_icon_1 {
    background-image: url("/assets/shared/skin/images/jms_b.png");
}
.proANDser_tab_icon_2 {
    background-image: url("/assets/shared/skin/images/virbox_b.png");
}
.proANDser_tab_icon_3 {
    background-image: url("/assets/shared/skin/images/safe_b.png");
}
.proANDser_tab_icon_4 {
    background-image: url("/assets/shared/skin/images/phone_b.png");
}
.proANDser_tab_icon_5 {
    background-image: url("/assets/shared/skin/images/hxb_b.png");
}
.proANDser_tab_icon_6 {
    background-image: url("/assets/shared/skin/images/user_b.png");
}
.proANDser_tab_icon_7 {
    background-image: url("/assets/shared/skin/images/file_b.png");
}

.proANDser_tab > li.active .proANDser_tab_icon_1 {
    background-image: url("/assets/shared/skin/images/jms_a.png");
}
.proANDser_tab > li.active .proANDser_tab_icon_2 {
    background-image: url("/assets/shared/skin/images/virbox_a.png");
}
.proANDser_tab > li.active .proANDser_tab_icon_3 {
    background-image: url("/assets/shared/skin/images/safe_a.png");
}
.proANDser_tab > li.active .proANDser_tab_icon_4 {
    background-image: url("/assets/shared/skin/images/phone_a.png");
}
.proANDser_tab > li.active .proANDser_tab_icon_5 {
    background-image: url("/assets/shared/skin/images/hxb_a.png");
}
.proANDser_tab > li.active .proANDser_tab_icon_6 {
    background-image: url("/assets/shared/skin/images/user_a.png");
}
.proANDser_tab > li.active .proANDser_tab_icon_7 {
    background-image: url("/assets/shared/skin/images/file_a.png");
}

.proANDser_panel {
    width: 100%;

    margin: 0 auto;
    padding: 50px 0 0 0;

    position: relative;
    overflow: hidden;

    background: #f7f8fa;
}

.proANDser_panel li {
    min-height: 332px;

    /*opacity: 0;*/

    display: none;

    position: relative;

    z-index: 99;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.proANDser_panel_content {
    /*padding-left: 5%;

        padding-right: 3%;*/
}

.proANDser_panel li.active {
    /*opacity: 1;*/

    display: block;
}

.proANDser_panel canvas {
    position: absolute;

    left: 0;

    top: 0;
}

.proANDser_panel_item {
    width: 25%;

    float: left;

    background-repeat: no-repeat;

    -ms-background-position: left 4px;

    background-position: left 4px;

    padding-left: 30px;

    padding-right: 3%;

    margin-bottom: 50px;

    text-align: left;
}

.proANDser_panel_item > h3 {
    font-size: 18px;

    color: #010101;

    height: 30px;

    overflow: hidden;
}

.proANDser_panel_item > p {
    font-size: 14px;

    color: #848484;

    margin-top: 4px;

    height: 42px;

    overflow: hidden;
}

.proANDser_panel_item > .more {
    font-size: 18px;

    color: #010101;

    display: inline-block;

    width: 100px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    font-size: 12px;

    color: #fff;

    margin-top: 10px;

    background: #0054a6;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.proANDser_panel_item > .more a {
    display: block;
}

.proANDser_panel_item > .more:hover {
    background: #ffcb07;
}

/*solution*/

.solution {
    margin-top: 80px;
}

.solution_main {
    margin-top: 70px;
}

.solution_main > li {
    width: 25%;

    float: left;

    overflow: hidden;

    position: relative;
}

.solution_up {
    height: 100%;

    position: relative;
}

.solution_up > figure {
    line-height: 0;

    font-size: 0;
}

.solution_up > figure img {
    width: 100%;
}

.solution_up > h3 {
    position: absolute;

    left: 0;

    top: 45%;

    text-align: center;

    width: 100%;

    font-size: 30px;

    color: #fff;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.solution_down {
    height: 100%;

    position: absolute;

    left: 0;

    top: 100%;

    width: 100%;

    text-align: center;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;

    background: rgba(0, 84, 166, 0.8);
}

.solution_main > li:hover .solution_up > h3 {
    opacity: 0;
}

.solution_main > li:hover .solution_down {
    top: 0;
}

.solution_down > a {
    display: block;

    height: 100%;
}

.solution_down > a h3 {
    margin-top: 16%;

    width: 100%;

    font-size: 30px;

    color: #ffcb07;
}

.solution_down > a p {
    margin-top: 3%;

    color: #fff;
}

.solution_down > a .more {
    width: 100px;

    height: 30px;

    line-height: 30px;

    background: #ffcb07;

    color: #fff;

    margin: 0 auto;

    margin-top: 5%;
}

.security-intelligence-home {
    padding: 76px 0;

    background: #f6f9fc;
}

.security-intelligence-inner {
    text-align: center;
}

.security-intelligence-title {
    margin-bottom: 34px;
}

.security-intelligence-kicker {
    margin-bottom: 12px;

    color: #005bac;

    font-size: 14px;

    font-weight: bold;
}


.security-intelligence-desc {
    margin-top: 18px;

    max-width: 880px;

    margin-left: auto;

    margin-right: auto;

    font-weight: 500;

    color: #5d6673;

    font-size: 16px;

    line-height: 1.9;
}

.security-intelligence-link {
    display: inline-block;

    padding: 0 28px;

    height: 44px;

    line-height: 44px;

    color: #fff;

    background: #005bac;

    border-radius: 3px;
}

.security-intelligence-link:hover {
    color: #fff;

    background: #004686;
}

.security-intelligence-list {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}

.security-intelligence-list li {
    min-height: 128px;

    padding: 22px 24px;

    background: #fff;

    border: 1px solid #e3ebf3;

    border-radius: 4px;
}

.security-intelligence-list strong {
    display: block;

    margin-bottom: 10px;

    color: #1d2430;

    font-size: 18px;
}

.security-intelligence-list span {
    color: #6b7280;

    line-height: 1.8;

    min-height: 5.4em;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;
}

.security-intelligence-card-link {
    display: inline-block;

    margin-top: 16px;

    color: #005bac;

    font-weight: bold;
}

.security-intelligence-card-link:hover {
    color: #004686;
}

.security-intelligence-action {
    margin-top: 34px;
}

.kb_home_warpper {
    background: #f6f9fc;
}

.kb-home-hero {
    padding: 96px 0 88px;

    color: #fff;

    background: linear-gradient(135deg, #14375f 0%, #005bac 58%, #15a0a8 100%);
}

.kb-home-hero-inner {
    max-width: 820px;
}

.kb-home-kicker {
    margin-bottom: 14px;

    color: #bdefff;

    font-size: 14px;

    font-weight: bold;
}

.kb-home-hero h1 {
    font-size: 42px;

    line-height: 1.25;
}

.kb-home-hero p {
    margin-top: 22px;

    max-width: 760px;

    font-size: 17px;

    line-height: 1.9;
}

.kb-home-primary-link {
    display: inline-block;

    margin-top: 30px;

    padding: 0 28px;

    height: 44px;

    line-height: 44px;

    color: #005bac;

    background: #fff;

    border-radius: 3px;
}

.kb-home-overview,
.kb-home-sections {
    padding: 70px 0;
}

.kb-home-overview h2,
.kb-home-sections h2 {
    color: #1d2430;

    font-size: 30px;

    line-height: 1.35;
}

.kb-home-overview > p {
    margin-top: 16px;

    max-width: 820px;

    color: #5d6673;

    font-size: 16px;

    line-height: 1.9;
}

.kb-home-feature-grid,
.kb-home-section-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

    margin-top: 34px;
}

.kb-home-feature,
.kb-home-section-card {
    display: block;

    padding: 24px;

    background: #fff;

    border: 1px solid #e3ebf3;

    border-radius: 4px;
}

.kb-home-feature h3,
.kb-home-section-card strong {
    display: block;

    margin-bottom: 12px;

    color: #1d2430;

    font-size: 18px;
}

.kb-home-feature p,
.kb-home-section-card span {
    color: #667085;

    line-height: 1.8;
}

.kb-home-section-card:hover {
    border-color: #005bac;

    box-shadow: 0 8px 20px rgba(0, 91, 172, 0.12);
}

@media (max-width: 768px) {
    .security-intelligence-list {
        grid-template-columns: 1fr;

        text-align: left;
    }

    .kb-home-feature-grid,
    .kb-home-section-grid {
        grid-template-columns: 1fr;
    }

    .kb-home-hero h1 {
        font-size: 30px;
    }
}

/*need*/

.need {
    background: url("/assets/shared/skin/images/need.jpg") no-repeat center;

    height: 570px;

    width: 100%;

    padding-top: 70px;

    overflow: hidden;
}

.need_content {
    max-width: 1400px;

    margin: 75px auto 0;

    background: url("/assets/shared/skin/images/need_content.jpg") no-repeat center;

    padding: 35px 0 45px;

    border-radius: 5px;

    position: relative;
}

.need_num li {
    width: 33.3%;

    text-align: center;

    float: left;

    position: relative;
}

.need_num li strong {
    display: block;

    text-align: center;

    width: 100%;

    font-size: 42px;

    color: #ffcb07;

    font-weight: normal;
}

.need_num li strong::after {
    content: "+";

    font-size: 30px;

    color: #ffcb07;

    display: inline-block;

    vertical-align: middle;

    position: relative;

    top: -6px;

    margin-left: 10px;

    font-weight: normal;
}

.need_num li span {
    font-size: 14px;

    color: #fff;

    text-align: center;

    display: block;

    width: 100%;
}

/*partner*/

.partner {
    margin-top: 70px;

    overflow: hidden;

    height: 620px;

    background: url("/assets/shared/skin/images/partner.png") no-repeat center bottom;

    background-color: #fff;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;
}

.partner_content {
    margin-top: 50px;
}

.partner_content > li {
    float: left;

    width: 20%;

    height: 100px;

    text-align: center;
}
.partner_content > li figure {
    height: 100px;

    line-height: 100px;

    text-align: center;
}
.partner_content > li img {
    max-height: 100%;
    max-width: 100%;
}

.partner_content_slide > figure {
    height: 100px;

    line-height: 100px;

    text-align: center;
}

.partner_content_slide > figure img {
    max-height: 100%;

    max-width: 100%;
}

/*report*/

.report {
    overflow: hidden;

    background: #f7f8fa;

    padding-top: 40px;

    padding-bottom: 60px;
}

.report_content {
    margin-top: 50px;

    height: 450px;
}

.report_banner {
    width: 49%;

    float: left;

    height: 100%;
}

.report_banner_content {
    position: relative;
}

.report_banner_content > figure {
    text-align: center;

    margin: 0 auto;
}

.report_banner_content > h3 {
    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 84px;

    line-height: 110px;

    text-align: center;

    vertical-align: bottom;

    color: #fff;

    background: url("/assets/shared/skin/images/report_content_bg.png") no-repeat center;
}

.report_banner .swiper-button-next {
    background: rgba(0, 0, 0, 0.6);

    width: 50px;

    height: 60px;

    right: 0;
}

.report_banner .swiper-button-next:after {
    content: "";

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -2px;

    margin-top: -6px;

    border: 6px solid transparent;

    border-left-color: #fff;
}

.report_banner .swiper-button-prev {
    background: rgba(0, 0, 0, 0.6);

    width: 50px;

    height: 60px;

    left: 0;
}

.report_banner .swiper-button-prev:after {
    content: "";

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -10px;

    margin-top: -6px;

    border: 6px solid transparent;

    border-right-color: #fff;
}

.report_article {
    width: 49%;

    float: right;
}

.report_article > li {
    height: 143px;

    margin-bottom: 10px;

    background: #fff;

    padding-right: 5%;
}

.report_article_data {
    width: 20%;

    float: left;

    height: 100%;

    text-align: center;
}

.report_article_data_d {
    margin-top: 30px;

    font-size: 40px;

    font-weight: bold;

    color: #020202;

    font-family: Arial;
}

.report_article_data_ym {
    color: #8d8d8d;

    font-family: Arial;
}

.report_article_main {
    height: 100%;

    padding-top: 26px;
}

.report_article_main > h2 {
    font-size: 18px;

    color: #010101;
}

.report_article_main > p {
    line-height: 1.8;

    color: #6e6e6e;

    margin-top: 14px;

    height: 44px;

    overflow: hidden;
}

.report_article_main a:hover {
    color: #0054a6;
}

/*canvars*/

.m-virbox-canvar {
    background: #f2fbff;

    width: 100%;

    overflow: hidden;

    height: 186px;

    text-align: center;

    padding-top: 60px;

    position: relative;
}

.m-virbox-canvar .m-pos {
    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 99;
}

.m-virbox-canvar h2 {
    font-size: 32px;

    color: #0869e2;

    text-align: center;

    white-space: nowrap;
}

.m-virbox-canvar a {
    display: inline-block;

    border: 1px solid #0869e2;

    padding: 8px 28px;

    font-size: 15px;

    color: #0869e2;

    margin-top: 25px;

    border-radius: 3px;

    transition: all 0.35s;
}

.m-virbox-canvar a:hover {
    background: #0869e2;

    color: #fff;
}

.m-virbox-canvar canvas {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 200px;
}

/*鍚堜綔浼欎即椤甸潰*/

.partnerPage {
    padding-top: 60px;

    padding-bottom: 80px;

    background: url("/assets/shared/skin/images/partner.png") no-repeat center bottom;

    background-color: #fff;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;
}

.partnerPage_title {
    font-size: 36px;

    color: #2b2b2b;

    text-align: center;
}

.partnerPage .pagination {
    margin-top: 40px;
}

/*鑱旂郴鎴戜滑椤甸潰*/

.contactUs_main {
    padding-top: 50px;

    margin-bottom: 50px;
}

.contactUs_top {
    text-align: center;
}

.contactUs_top_title {
    font-size: 18px;

    color: #2c2c2c;

    line-height: 1.8;
}

.contactUs_top_icon {
    margin-top: 70px;

    text-align: center;
}

.contactUs_top_icon > li {
    display: inline-block;

    margin: 0 55px;
}

.contactUs_top_icon_img {
    display: block;

    width: 95px;

    height: 110px;
}

.contactUs_top_icon_text {
    display: inline-block;

    margin-top: 20px;
}

.img_first {
    background: url("/assets/shared/skin/images/contact-one.png") no-repeat 100% 100%;
}

.img_second {
    background: url("/assets/shared/skin/images/contact-two.png") no-repeat 100% 100%;
}

.img_three {
    background: url("/assets/shared/skin/images/contact-thr.png") no-repeat 100% 100%;
}

.img_four {
    background: url("/assets/shared/skin/images/contact-four.png") no-repeat 100% 100%;
}

.senseWx {
    position: relative;
}

.senseWx:hover .WeChats {
    display: block;
}

.WeChats {
    position: absolute;

    top: -16px;

    left: 80px;
}

.WeChats span {
    position: absolute;

    top: 66px;

    left: -9px;
}

.WeChats img,
.virBox-weChat img {
    margin-top: 4px;

    width: 150px;

    height: 150px;
}

.VirBoxWx {
    position: relative;
}

.VirBoxWx:hover .virBox-weChat {
    display: block;
}

.virBox-weChat {
    position: absolute;

    top: -16px;

    left: 80px;
}

.virBox-weChat span {
    position: absolute;

    top: 66px;

    left: -9px;
}

.common_wx {
    display: none;

    width: 160px;

    height: 160px;

    background: #ccc;

    text-align: center;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    -webkit-border-radius: 5px;

    z-index: 99;
}

.common_wx span {
    display: block;

    width: 0;

    height: 0;

    border-width: 8px 9px 8px 0;

    border-style: solid;

    border-color: transparent #ccc transparent transparent;
}

.contactUs_feedback {
    margin-top: 70px;

    text-align: center;
}

.contactUs_feedback_title {
    font-size: 30px;

    color: #2c2c2c;
}

.form {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    margin-top: 50px;
}

.form_top > input {
    width: 32%;

    margin-right: 2%;

    float: left;

    border: transparent;

    background: #f1f1f1;

    height: 44px;

    line-height: 44px;

    color: #696969;

    padding-left: 20px;
}

.form_top > input:last-child {
    margin-right: 0;
}

.form_bottom {
    margin-top: 30px;
}

.form_bottom > textarea {
    width: 88%;

    float: left;

    border: transparent;

    background: #f1f1f1;

    color: #696969;

    padding: 20px;

    height: 140px;

    line-height: 1.8;
}

.form_bottom > button {
    width: 10%;

    height: 140px;

    float: right;

    border: transparent;

    background: #0054a6;

    font-size: 24px;

    color: #ffffff;

    cursor: pointer;
}

.contactUs_map {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    margin-top: 40px;
}

.map {
    height: 368px;

    width: 100%;

    margin-bottom: 20px;
}

.map_img {
    width: 50%;

    height: 100%;

    float: left;
}

.map_text {
    width: 50%;

    height: 100%;

    float: left;

    padding-top: 6%;

    padding-left: 4%;

    border: 1px solid #e8e8e8;

    border-left: none;
}

.map_text > h2 {
    font-size: 30px;

    font-weight: bold;

    color: #0054a6;

    margin-bottom: 20px;
}

.map_text > p {
    line-height: 2;

    font-size: 18px;

    color: #2c2c2c;

    padding-left: 22px;
}

/*鏂伴椈椤甸潰*/

.newsPage {
    margin-top: 30px;
}

.newsPage_l {
    float: left;

    width: 72%;

    padding-right: 3%;

    border-right: 1px solid #e9e9e9;

    margin-bottom: 40px;
}

.newsPage_l_banner {
    width: 100%;

    float: left;

    height: 100%;
}
.newsPage_l_banner img {
    width: 100%;
}

.newsPage_l_banner_content {
    position: relative;
}

.newsPage_l_banner_content > figure {
    text-align: center;
}

.newsPage_l_banner_content > figure {
    margin: 0 auto;
}

.newsPage_l_banner_content > h3 {
    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 84px;

    line-height: 110px;

    text-align: center;

    vertical-align: bottom;

    color: #fff;

    background: url("/assets/shared/skin/images/newsPage_l_banner_content_bg.png") no-repeat center;
}

.newsPage_l_banner .swiper-button-next {
    background: rgba(0, 0, 0, 0.6);

    width: 50px;

    height: 60px;

    right: 0;
}

.newsPage_l_banner .swiper-button-next:after {
    content: "";

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -2px;

    margin-top: -6px;

    border: 6px solid transparent;

    border-left-color: #fff;
}

.newsPage_l_banner .swiper-button-prev {
    background: rgba(0, 0, 0, 0.6);

    width: 50px;

    height: 60px;

    left: 0;
}

.newsPage_l_banner .swiper-button-prev:after {
    content: "";

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -10px;

    margin-top: -6px;

    border: 6px solid transparent;

    border-right-color: #fff;
}

.newsPage_l_list {
    float: left;

    margin-bottom: 40px;
}

.newsPage_l_list > ul li {
    padding: 12px 0;

    border-bottom: 1px solid #e5e5e5;
}

.newsPage_l_list > ul li a:hover {
    color: #0054a6;
}

.newsPage_l_list_tu {
    width: 25%;

    text-align: center;

    height: 170px;

    line-height: 170px;

    font-size: 0;
}

.newsPage_l_list_tu > p {
    height: 100%;
}

.newsPage_l_list_tu > p img {
    vertical-align: middle;

    max-width: 100%;

    max-height: 100%;
}

.newsPage_l_list_zi {
    display: inline-block;

    width: 75%;

    padding: 0 20px;

    height: 170px;
}

.newsPage_l_list_zi > h3 {
    font-size: 20px;

    color: #000000;

    margin-top: 20px;

    max-height: 26.4px;

    overflow: hidden;
}

.newsPage_l_list_zi > p {
    font-size: 14px;

    color: #7a7a7a;

    line-height: 2;

    max-height: 84px;

    overflow: hidden;

    margin-top: 12px;
}

.newsPage_l_list_zi_date {
    color: #999999;

    text-align: center;

    display: inline-block;

    margin-top: 12px;
}

.newsPage_r {
    float: right;

    width: 25%;
}

.hotTag > h2 {
    font-size: 20px;

    color: #000;
}

.hotTag > ul {
    padding-right: 18px;

    margin-top: 20px;
}

.hotTag > ul li {
    display: inline-block;

    padding: 0 6px;

    height: 36px;

    line-height: 36px;

    border: 1px solid #dddddd;

    margin-right: 10px;

    margin-bottom: 10px;

    color: #545454;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.hotTag > ul li a {
    display: block;
}

.hotTag > ul li:hover {
    color: #0054a6;

    border-color: #0054a6;
}

.hotText {
    margin-top: 20px;
}

.hotText > h2 {
    font-size: 20px;

    color: #000;
}

.hotText > ul {
    margin-top: 14px;

    border-top: 1px solid #dddddd;

    padding-top: 20px;
}

.hotText > ul li {
    line-height: 2;

    padding-left: 10px;

    position: relative;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.hotText > ul li:before {
    content: "";

    position: absolute;

    left: 2px;

    top: 0;
}

.hotText > ul li:hover {
    color: #0054a6;
}

/*鍏充簬鎴戜滑椤甸潰*/

.about {
    text-align: center;
}

.about_title {
    font-size: 48px;

    color: #2b2b2b;

    font-weight: bold;
}

.about_top {
    margin-top: 66px;
}

.about_top > p {
    line-height: 1.8;

    margin-top: 40px;

    font-size: 16px;

    color: #000;
}

.about_top > p strong {
    font-size: 24px;
}

.about_top > ul {
    margin-top: 50px;
}

.about_top > ul li {
    width: 25%;

    float: left;
}

.about_top > ul li p {
    font-size: 16px;

    color: #1d1d1d;

    margin-top: 10px;
}

.about_top > ul li p strong {
    font-size: 24px;
}

.about_world {
    margin-top: 50px;

    padding-bottom: 40px;
}

.about_world_main {
    margin-top: 70px;
}

.about_patent {
    margin-top: 70px;
}

.about_patent > p {
    line-height: 1.8;

    margin-top: 20px;

    font-size: 16px;

    color: #000;
}

.about_patent_banner {
    margin-top: 70px;
}

.about_patent .swiper-father {
    position: relative;

    padding: 0 80px;
}

.about_patent_banner_content {
    border: 1px solid #efefef;

    padding: 10px;
}

.about_patent_banner_content figure {
    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.about_patent_banner_content figure img {
    width: 100%;
}

.about_patent_banner_content figure:hover {
    transform: translate3d(0, -4px, 0);

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.about_patent .swiper-button-next {
    background: rgba(0, 0, 0, 0.6);

    width: 50px;

    height: 60px;

    right: 0;
}

.about_patent .swiper-button-next:after {
    content: "";

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -2px;

    margin-top: -6px;

    border: 6px solid transparent;

    border-left-color: #fff;
}

.about_patent .swiper-button-prev {
    background: rgba(0, 0, 0, 0.6);

    width: 50px;

    height: 60px;

    left: 0;
}

.about_patent .swiper-button-prev:after {
    content: "";

    position: absolute;

    left: 50%;

    top: 50%;

    margin-left: -10px;

    margin-top: -6px;

    border: 6px solid transparent;

    border-right-color: #fff;
}

.about_idea {
    margin-top: 90px;

    padding-top: 90px;

    padding-bottom: 50px;

    background: #f1f1f1;
}

.about_idea > ul {
    margin-top: 90px;
}

.about_idea > ul li {
    width: 33.3%;

    float: left;

    padding: 0 20px;
}

.about_idea_img {
    height: 193px;

    line-height: 193px;

    background-repeat: no-repeat;

    -webkit-background-size: auto 100%;

    background-size: auto 100%;

    font-size: 36px;

    font-weight: bold;

    color: #fff;
}

.about_idea_text {
    padding: 40px 0;

    background: #f6f3f3;
}

.about_idea_text > h3 {
    font-size: 24px;

    font-weight: bold;

    color: #2b2b2b;
}

.about_idea_text > p {
    font-size: 16px;

    color: #2b2b2b;

    margin-top: 14px;
}

.about_no1 {
    margin-top: 90px;

    padding-bottom: 110px;
}

.about_no1 > ul {
    margin-top: 80px;
}

.about_no1 > ul li {
    float: left;

    width: 20%;

    padding: 0 10px;
}

.about_no1 > ul li h3 {
    font-size: 60px;

    color: #dcdcdc;

    font-family: Impact;
}

.about_no1 > ul li p {
    font-size: 18px;

    color: #2b2b2b;

    line-height: 1.8;
}

.about_future {
    text-align: center;

    height: 549px;

    padding-top: 160px;

    background: url("/assets/shared/skin/images/about_future.jpg") no-repeat center;
}

.about_future_title {
    font-size: 48px;

    font-weight: bold;

    color: #fff;
}

.about_future > p {
    font-size: 24px;

    color: #fff;

    line-height: 1.8;

    margin-top: 50px;
}

.about_service {
    margin-top: 70px;

    padding-bottom: 200px;
}

.about_service_main {
    max-width: 1400px;
    margin: 90px auto 0 auto;
}

.about_service_img {
    display: none;

    line-height: 0;

    font-size: 0;

    text-align: center;
}

.about_service_main > ul {
    position: relative;

    height: 155px;
}

.about_service_main > ul li {
    width: 212px;

    height: 140px;

    position: relative;
}

.about_service_main > ul li.l {
    left: 27%;
}

.about_service_main .about_service_main_ul2 > li.l {
    left: 14%;
}

.about_service_main > ul li.r {
    right: 27%;
}

.about_service_main .about_service_main_ul2 > li.r {
    right: 14%;
}

.diamond {
    position: absolute;

    left: 0;

    top: 0;

    width: 212px;

    height: 212px;

    -moz-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    background: #eeeeee;
}

.diamond_text {
    position: relative;

    z-index: 9;
}

.diamond_text > h3 {
    font-size: 24px;

    font-weight: bold;

    color: #0f0f0f;

    padding-top: 30px;
}

.diamond_text > p {
    font-size: 16px;

    line-height: 1.8;

    color: #4b4b4b;

    margin-top: 10px;
}

.about_service_main ul li.diamond_content {
    width: 250px;

    height: 250px;

    position: absolute;

    left: 50%;

    top: -14px;

    margin-left: -125px;
}

.diamond_content .diamond {
    width: 250px;

    height: 250px;

    background: #ffcb07;
}

.diamond_content .diamond_text > h3 {
    color: #fff;

    padding-top: 80px;
}

.about_development {
    padding-top: 100px;

    padding-bottom: 120px;

    background: url("/assets/shared/skin/images/development.png") no-repeat center;

    background-size: 100% auto;

    background-color: #f1f1f1;
}

.about_development .swiper-slide {
    width: auto;
}

.about_development_swiper {
    margin-top: 70px;
}

.tree {
    margin-top: 90px;

    height: 500px;

    list-style: none;

    margin: 0;

    padding: 0;
}

.tree li {
    width: 175px;

    float: left;

    height: 8px;

    background: #fff;

    position: relative;

    margin-top: 250px;

    border: 1px solid #dcdcdc;

    border-left: none;

    border-right: none;
}

.tree li:last-child {
    width: 350px;
}

.tree_point {
    width: 14px;

    height: 14px;

    background: #fff;

    margin-left: 175px;

    margin-top: -4px;

    border: 3px solid #dcdcdc;

    border-radius: 50%;

    position: relative;

    z-index: 999;
}

.tree_text {
    width: 100px;

    position: relative;

    margin-left: 130px;

    bottom: 50px;

    font-size: 18px;

    font-weight: bold;

    color: #2b2b2b;
}

.tree_content {
    width: 300px;

    height: 150px;

    background: #fff;

    position: absolute;

    bottom: 70px;

    /*璁剧疆鍐呭鍨傜洿灞呬腑锛屼絾ie10涓嶅吋瀹�*/

    /*display: flex;

        justify-content: center;

        align-items: center;*/

    margin-left: 30px;

    line-height: 1.8;

    padding: 24px 20px;

    color: #2b2b2b;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.tree_content:hover {
    background: #0054a6;

    color: #fff;
}

.tree_content:after {
    content: "";

    display: inline-block;

    border: 15px solid transparent;

    border-top-color: #fff;

    position: absolute;

    left: 50%;

    margin-left: -15px;

    bottom: -30px;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -moz-transition: all 0.5s;
}

.tree_content:hover:after {
    border-top-color: #0054a6;
}

.tree li:nth-child(even) .tree_content {
    top: 70px;
}

.tree li:nth-child(even) .tree_text {
    top: 10px;
}

.tree li:nth-child(even) .tree_content:after {
    border-top-color: transparent;

    border-bottom-color: #fff;

    bottom: auto;

    top: -30px;
}

.tree li:nth-child(even) .tree_content:hover:after {
    border-bottom-color: #0054a6;
}

.jj01 {
    margin: 120px auto 40px;
}
.kb-top-offset {
    position: fixed;
    z-index: 200;
    top: var(--kb-header-height, 100px);
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(12, 34, 64, 0.06);
}

.kb-top-offset .category-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    border-bottom: 1px solid #e9edf2;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 0.5rem 0 0;
}
.category-tabs .kb-tab-button {
    background: none;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 2rem 2rem 0 0;
    position: relative;
}

.category-tabs .kb-tab-button.active {
    color: #1e4a76;
    border-bottom: 2px solid #1e4a76;
    background: transparent;
}

/* kb_brand */
.kb_brand_warpper {
    --kb-brand-primary-dark: #0c2e4e;
    --kb-brand-primary: #1e4a76;
    --kb-brand-primary-light: #2d6a9f;
    --kb-brand-accent-blue: #2b6a95;
    --kb-brand-gray-bg: #f8fafc;
    --kb-brand-border-light: #e9edf2;
    --kb-brand-text-dark: #0f172a;
    --kb-brand-text-gray: #475569;
    --kb-brand-text-light: #64748b;
    background-color: #ffffff;
    color: var(--kb-brand-text-dark);
    line-height: 1.5;
    margin-top: calc(var(--kb-header-height, 100px) + 40px);
}

.kb_brand_warpper .page {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    animation: kbBrandFadeIn 0.3s ease;
}

.kb_brand_warpper .page.active-page {
    display: block;
}

.kb_brand_warpper .tab-content {
    display: none;
}

.kb_brand_warpper .tab-content.active-tab {
    display: block;
}

.kb_brand_warpper .hero {
    padding: 1rem 0;
    text-align: center;
}

.kb_brand_warpper .hero-title {
    margin-bottom: 0.5rem;
    color: var(--kb-brand-primary-dark);
    font-size: 2rem;
    font-weight: 700;
}

.kb_brand_warpper .hero-desc {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    color: var(--kb-brand-text-gray);
}

.kb_brand_warpper .timeline-wrapper {
    margin: 3rem 0 2rem;
    overflow-x: auto;
    padding: 2rem 0 3rem;
}

.kb_brand_warpper .timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-width: 800px;
}

.kb_brand_warpper .timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e2e8f0;
    transform: translateY(-50%);
    z-index: 0;
}

.kb_brand_warpper .timeline-node {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.kb_brand_warpper .timeline-node::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: var(--kb-brand-accent-blue);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px var(--kb-brand-accent-blue);
    z-index: 2;
}

.kb_brand_warpper .node-text {
    text-align: center;
}

.kb_brand_warpper .timeline-node-top .node-text {
    margin-bottom: 120px;
}

.kb_brand_warpper .timeline-node-bottom .node-text {
    margin-top: 120px;
}

.kb_brand_warpper .text-year {
    margin-bottom: 0.2rem;
    color: var(--kb-brand-accent-blue);
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
}

.kb_brand_warpper .text-title {
    margin-bottom: 0.2rem;
    color: var(--kb-brand-primary-dark);
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.kb_brand_warpper .text-desc {
    color: var(--kb-brand-text-light);
    font-size: 13px;
    white-space: nowrap;
}

.kb_brand_warpper .trust {
    margin: 2rem 0;
    padding: 2rem;
    border-radius: 1rem;
    background: var(--kb-brand-gray-bg);
    text-align: center;
}

.kb_brand_warpper .stats-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.kb_brand_warpper .stat {
    text-align: center;
    padding: 0 50px;
}

.kb_brand_warpper .stat-number {
    color: var(--kb-brand-primary-dark);
    font-size: 2rem;
    font-weight: 700;
}

.kb_brand_warpper .stat-label {
    margin-top: 0.2rem;
    color: var(--kb-brand-text-gray);
    font-size: 16px;
}

.kb_brand_warpper .badge-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.kb_brand_warpper .badge {
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    background: #eef2f6;
    color: var(--kb-brand-primary);
    font-size: 0.8rem;
    font-weight: 500;
}

.kb_brand_warpper .badge.highlight {
    border: 1px solid var(--kb-brand-accent-blue);
    background: #e6f0f9;
    color: var(--kb-brand-primary-dark);
}

.kb_brand_warpper .related-articles {
    margin: 3rem 0 2rem;
}

.kb_brand_warpper .kb-brand-article-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.kb_brand_warpper .kb-brand-article-card {
    flex: 0 1 calc(50% - 19px);
    min-width: 280px;
    display: flex;
    flex-direction: column;
}

.kb_brand_warpper .kb-brand-article-cover {
    height: 240px;
}

.kb_brand_warpper .kb-brand-article-card .kb-safety-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kb_brand_warpper .kb-safety-card-title {
    font-size: 20px;
}

.kb_brand_warpper .kb-safety-card-summary {
    margin-bottom: 18px;
}

.kb_brand_warpper .kb-brand-article-card .kb-safety-card-footer {
    margin-top: auto;
}

.kb_brand_warpper .section-title {
    margin-bottom: 1.5rem;
    color: var(--kb-brand-primary-dark);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.kb_brand_warpper .section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 0.5rem auto 0;
    border-radius: 2px;
    background: var(--kb-brand-accent-blue);
}

.kb_brand_warpper .articles-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.kb_brand_warpper .article-card {
    flex: 1;
    min-width: 280px;
    overflow: hidden;
    border: 1px solid var(--kb-brand-border-light);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}

.kb_brand_warpper .article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.kb_brand_warpper .card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    background: linear-gradient(135deg, var(--kb-brand-primary-dark), var(--kb-brand-primary-light));
    color: #ffffff;
    font-size: 2.5rem;
}

.kb_brand_warpper .card-content {
    padding: 1.2rem 1.5rem 1.5rem;
}

.kb_brand_warpper .card-title {
    margin-bottom: 0.5rem;
    color: var(--kb-brand-primary-dark);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.kb_brand_warpper .card-summary {
    display: -webkit-box;
    margin-bottom: 1rem;
    overflow: hidden;
    color: var(--kb-brand-text-light);
    font-size: 0.85rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.kb_brand_warpper .read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--kb-brand-primary);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: gap 0.2s;
}

.kb_brand_warpper .read-more:hover {
    gap: 0.6rem;
    text-decoration: underline;
}

@keyframes kbBrandFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 720px) {
    .category-tabs {
        top: 100px;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .kb_brand_warpper .page {
        padding: 1rem;
    }

    .kb_brand_warpper .timeline {
        min-width: 700px;
    }

    .kb_brand_warpper .node-text {
        width: 110px;
    }

    .kb_brand_warpper .kb-brand-article-grid {
        display: block;
    }

    .kb_brand_warpper .kb-brand-article-card + .kb-brand-article-card {
        margin-top: 20px;
    }

    .kb_brand_warpper .kb-brand-article-cover {
        height: 220px;
    }
}

.kb_brand_warpper .card-image img,
.kb_article_warpper .kb-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kb_solution_warpper .jj01,
.kb_article_warpper .newsPage {
    margin-top: 120px;
}

.kb-solution-group {
    margin-bottom: 35px;
}

.kb-solution-group-title {
    font-size: 24px;
    color: #00479d;
    margin-bottom: 18px;
}

.kb-solution-grid {
    overflow: hidden;
}

.kb-article-meta {
    color: #7a7a7a;
    margin: 18px 0;
}

.kb-article-meta span {
    margin-right: 20px;
}

.kb-tag-list {
    margin: 0 0 18px;
}

.kb-tag-list span {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 10px 10px 0;
    border-radius: 20px;
    background: #eef5fb;
    color: #00479d;
    font-size: 12px;
}

.kb-markdown-box,
.kb-richtext-box,
.kb-article-summary {
    background: #fff;
    border-radius: 12px;
    /* padding: 24px; */
    margin-bottom: 20px;
}

.kb-article-summary {
    color: #5b6673;
    line-height: 1.9;
}

.kb-showpage {
    margin-top: 24px;
}

.kb-showpage a {
    display: block;
    margin-bottom: 8px;
}

.kb-article-cover {
    margin: 18px 0;
    border-radius: 12px;
    overflow: hidden;
    max-height: 420px;
}

.kb-article-cover img {
    display: block;
}

.kb_article_warpper {
    margin-top: calc(var(--kb-header-height, 100px) + 80px);
    padding-bottom: 56px;
}

.kb_article_warpper .kb-article-shell {
    max-width: 1120px;
    margin-top: 28px;
}

.kb_article_warpper .kb-article-main {
    display: flex;
    justify-content: center;
}

.kb_article_warpper .kb-article-detail {
    width: 100%;
    max-width: 920px;
    padding: 40px 52px 48px;
    background: #fff;
    border: 1px solid #dce6f2;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(23, 57, 97, 0.06);
}

.kb_article_warpper .kb-article-header {
    text-align: center;
    margin-bottom: 28px;
}

.kb_article_warpper .kb-article-header h1 {
    margin-bottom: 14px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    color: #12355b;
}

.kb_article_warpper .kb-article-header p {
    color: #72859b;
    font-size: 14px;
}

.kb_article_warpper .kb-article-content {
    max-width: 760px;
    margin: 0 auto;
}

.kb_article_warpper .kb-article-cover {
    margin: 0 auto 24px;
}

.kb_article_warpper .kb-tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.kb_article_warpper .kb-tag-list span {
    margin: 0;
}

.kb_article_warpper .kb-richtext-box,
.kb_article_warpper .kb-markdown-box {
    /* padding: 32px 34px; */
}

.kb_article_warpper .kb-article-richtext,
.kb_article_warpper .kb-markdown-box .vditor-reset {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
}

.kb_article_warpper .kb-article-richtext p,
.kb_article_warpper .kb-markdown-box .vditor-reset p,
.kb_article_warpper .kb-markdown-box .vditor-reset ul,
.kb_article_warpper .kb-markdown-box .vditor-reset ol,
.kb_article_warpper .kb-markdown-box .vditor-reset blockquote {
    margin-bottom: 1em;
}

.kb_article_warpper .kb-article-richtext ul,
.kb_article_warpper .kb-markdown-box .vditor-reset ul {
    margin: 0 0 1em;
    padding-left: 1.5em;
    list-style: disc;
}

.kb_article_warpper .kb-article-richtext ol,
.kb_article_warpper .kb-markdown-box .vditor-reset ol {
    margin: 0 0 1em;
    padding-left: 1.7em;
    list-style: decimal;
}

.kb_article_warpper .kb-article-richtext li,
.kb_article_warpper .kb-markdown-box .vditor-reset li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.kb_article_warpper .kb-article-richtext li > ul,
.kb_article_warpper .kb-article-richtext li > ol,
.kb_article_warpper .kb-markdown-box .vditor-reset li > ul,
.kb_article_warpper .kb-markdown-box .vditor-reset li > ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.kb_article_warpper .kb-article-richtext img,
.kb_article_warpper .kb-markdown-box .vditor-reset img {
    max-width: 100%;
    height: auto;
}

.kb_article_warpper .kb-showpage {
    max-width: 760px;
    margin: 24px auto 0;
}

@media (max-width: 991px) {
    .kb_article_warpper .kb-article-detail {
        padding: 28px 20px 32px;
        border-radius: 16px;
    }

    .kb_article_warpper .kb-article-header h1 {
        font-size: 28px;
    }

    .kb_article_warpper .kb-richtext-box,
    .kb_article_warpper .kb-markdown-box {
        padding: 22px 18px;
    }
}

.kb_solution_warpper {
    margin-top: calc(var(--kb-header-height, 100px) + 80px);
    padding-bottom: 48px;
}

.kb_safety_warpper {
    margin-top: calc(var(--kb-header-height, 100px) + 60px);
    padding: 24px 0 56px;
}

.kb-safety-shell {
    max-width: 1460px;
}

.kb-safety-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.kb-safety-card {
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(12, 34, 64, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.kb-safety-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(12, 34, 64, 0.12);
}

.kb-safety-cover {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1b56 0%, #134da1 45%, #46d0ff 100%);
}

.kb-safety-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.kb-safety-card:hover .kb-safety-cover img {
    transform: scale(1.04);
}

.kb-safety-cover-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.kb-safety-badge {
    position: absolute;
    top: 26px;
    left: 26px;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 52px);
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(13, 39, 82, 0.18);
    color: #2a59d4;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.kb-safety-badge::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border-radius: 4px;
    background:
        linear-gradient(180deg, #ff9351 0 100%) 18% 72% / 18% 48% no-repeat,
        linear-gradient(180deg, #3b82f6 0 100%) 50% 60% / 18% 36% no-repeat,
        linear-gradient(180deg, #10b981 0 100%) 82% 48% / 18% 60% no-repeat,
        #eef4ff;
    border: 1px solid #d8e5ff;
    flex: 0 0 auto;
}

.kb-safety-card-body {
    padding: 20px 26px 26px;
}

.kb-safety-card-title {
    margin: 0 0 12px;
    color: #091a33;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    min-height: calc(27px * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.kb-safety-card-title a {
    color: inherit;
}

.kb-safety-card-summary {
    height: 84px;
    margin: 0 0 12px;
    color: #6a7687;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-word;
}

.kb-safety-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid #e6ecf4;
}

.kb-safety-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    color: #5d6c81;
    font-size: 14px;
}

.kb-safety-card-date,
.kb-safety-card-type {
    position: relative;
    padding-left: 29px;
    font-weight: 600;
}

.kb-safety-card-date::before,
.kb-safety-card-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    border-radius: 4px;
    border: 1px solid #c8d4e4;
}

.kb-safety-card-date::before {
    background:
        linear-gradient(180deg, #0869e2 0 3px, transparent 3px 100%),
        linear-gradient(180deg, transparent 0 5px, #ffffff 5px 100%);
}

.kb-safety-card-type::before {
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #7f8fb0 0 1px, transparent 1px),
        conic-gradient(from -90deg, #7f8fb0 0 25%, transparent 25% 100%);
}

.kb-safety-card-link-box {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 16px;
    color: #6a7687;
    font-weight: 600;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
    cursor: pointer;
}

.kb-safety-card-text {
    font-size: 14px;
}

.kb-safety-card-link {
    margin-left: 6px;
    font-size: 20px;
    margin-top: 2px;
}

.kb-safety-card:hover .kb-safety-card-link-box {
    color: #5f7cff;
    /* background: #eef3ff;
    transform: translateX(3px); */
}

.kb-solution-page {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-top: 24px;
}

.kb-solution-sidebar {
    width: 300px;
    flex: 0 0 300px;
    position: sticky;
    top: calc(var(--kb-header-height, 100px) + 80px);
    max-height: calc(100vh - 260px);
    overflow-y: auto;
}

.kb-sidebar-card {
    background: #f7f9fc;
    border: 1px solid #dce6f2;
    border-radius: 18px;
    overflow: hidden;
}

.kb-sidebar-group + .kb-sidebar-group {
    border-top: 1px solid #dce6f2;
}

.kb-sidebar-group-title {
    margin: 0;
    padding: 22px 20px 16px;
    color: #12355b;
    font-size: 18px;
    font-weight: 700;
}

.kb-sidebar-links {
    padding-bottom: 14px;
}

.kb-sidebar-link {
    display: block;
    padding: 12px 20px;
    color: #23496f;
    line-height: 1.5;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.kb-sidebar-link:hover {
    background: #edf4fb;
    color: #0f4f8c;
}

.kb-sidebar-link.active {
    background: #e8f1fb;
    color: #0f4f8c;
    border-left-color: #0f4f8c;
    font-weight: 700;
}

.kb-solution-main {
    flex: 1;
    min-width: 0;
}

.kb-solution-board {
    background: #fff;
    border: 1px solid #dce6f2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(23, 57, 97, 0.06);
}

.kb-solution-board-head {
    padding: 28px 36px;
    background: linear-gradient(90deg, #173d67 0%, #00479d 100%);
}

.kb-solution-board-head h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.kb-solution-board-body {
    padding: 28px 24px 30px;
}

.kb-solution-detail-board .kb-solution-board-body {
    padding: 36px 40px 42px;
}

.kb-solution-detail-board .kb-solution-article-content {
    max-width: 760px;
    margin: 0 auto;
}

.kb-solution-detail-board .kb-article-header {
    text-align: center;
}

.kb-solution-detail-board .kb-article-header h1 {
    margin-bottom: 14px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    color: #12355b;
}

.kb-solution-detail-board .kb-article-meta {
    text-align: center;
    color: #72859b;
    font-size: 14px;
}

.kb-solution-detail-board .kb-article-meta span {
    margin-right: 0;
}

.kb-solution-board-desc,
.kb-solution-summary {
    margin: 0 0 22px;
    color: #36506f;
    line-height: 1.9;
}

.kb-solution-section + .kb-solution-section {
    margin-top: 28px;
}

.kb-solution-section-title {
    margin: 0 0 18px;
    padding-left: 12px;
    border-left: 4px solid #2e6da4;
    color: #12355b;
    font-size: 22px;
    font-weight: 700;
}

.kb-solution-list {
    display: block;
}

.kb-solution-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
    padding: 16px 28px;
    border: 1px solid #dce6f2;
    border-radius: 16px;
    background: #f9fbfe;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    cursor: pointer;
}

.kb-solution-item + .kb-solution-item {
    margin-top: 16px;
}

.kb-solution-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(23, 57, 97, 0.08);
}

.kb-solution-item-body {
    flex: 1;
    min-width: 0;
}

.kb-solution-item-title {
    margin: 0 0 12px;
    color: #12355b;
    font-size: 20px;
    font-weight: 700;
}

.kb-solution-item-desc {
    margin: 0 0 12px;
    color: #4c6481;
    line-height: 1.8;
    min-height: 56px;
}

.kb-solution-item-meta {
    margin-bottom: 4px;
    color: #7c8da1;
    font-size: 13px;
}

.kb-solution-item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 10px 18px;
    border-radius: 999px;
    background: #163d68;
    color: #fff;
}

.kb-solution-item-btn:hover {
    background: #0f4f8c;
    color: #fff;
}

.kb-solution-tag-panels {
    margin: 20px 0 22px;
}

.kb-solution-tag-panel {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f6f8fb;
    border: 1px solid #e1e8f1;
}

.kb-solution-tag-panel-title {
    margin-bottom: 12px;
    color: #12355b;
    font-size: 16px;
    font-weight: 700;
}

.kb-solution-detail-board .kb-solution-tag-panels {
    margin: 0 0 24px;
}

.kb-solution-detail-board .kb-solution-tag-panel {
    padding: 0;
    border: 0;
    background: transparent;
}

.kb-solution-detail-board .kb-solution-tag-panel-title {
    margin-bottom: 14px;
    text-align: center;
}

.kb-solution-detail-board .kb-tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.kb-solution-detail-board .kb-tag-list span {
    margin: 0;
}

.kb-solution-detail-board .kb-richtext-box,
.kb-solution-detail-board .kb-markdown-box {
    padding: 10px 32px 32px;
}

.kb-solution-detail-board .kb-article-richtext,
.kb-solution-detail-board .kb-markdown-box .vditor-reset {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    line-height: 1.9;
}

.kb-solution-detail-board .kb-article-richtext p,
.kb-solution-detail-board .kb-markdown-box .vditor-reset p,
.kb-solution-detail-board .kb-markdown-box .vditor-reset ul,
.kb-solution-detail-board .kb-markdown-box .vditor-reset ol,
.kb-solution-detail-board .kb-markdown-box .vditor-reset blockquote {
    margin-bottom: 1em;
}

.kb-solution-detail-board .kb-article-richtext ul,
.kb-solution-detail-board .kb-markdown-box .vditor-reset ul {
    margin: 0 0 1em;
    padding-left: 1.5em;
    list-style: disc;
}

.kb-solution-detail-board .kb-article-richtext ol,
.kb-solution-detail-board .kb-markdown-box .vditor-reset ol {
    margin: 0 0 1em;
    padding-left: 1.7em;
    list-style: decimal;
}

.kb-solution-detail-board .kb-article-richtext li,
.kb-solution-detail-board .kb-markdown-box .vditor-reset li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.kb-solution-detail-board .kb-article-richtext li > ul,
.kb-solution-detail-board .kb-article-richtext li > ol,
.kb-solution-detail-board .kb-markdown-box .vditor-reset li > ul,
.kb-solution-detail-board .kb-markdown-box .vditor-reset li > ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.kb-solution-detail-board .kb-article-richtext img,
.kb-solution-detail-board .kb-markdown-box .vditor-reset img {
    max-width: 100%;
    height: auto;
}

.kb-solution-related {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e1e8f1;
}

.kb-solution-detail-board .kb-solution-related,
.kb-solution-detail-board .kb-showpage {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.kb-solution-related-title {
    margin: 0 0 12px;
    color: #12355b;
    font-size: 18px;
    font-weight: 700;
}

.kb-solution-related-list li {
    margin-bottom: 8px;
    color: #2a4665;
}

@media (max-width: 991px) {
    .kb-safety-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kb-safety-cover {
        height: 240px;
    }

    .kb-safety-card-body {
        padding: 22px 20px 20px;
    }

    .kb-safety-card-title {
        font-size: 18px;
    }

    .kb-safety-card-summary {
        max-height: 5.7em;
        min-height: 0;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.9;
    }

    .kb-safety-card-footer {
        align-items: flex-start;
    }

    .kb-solution-page {
        display: block;
    }

    .kb-solution-sidebar {
        width: auto;
        max-height: none;
        position: static;
        margin-bottom: 20px;
    }

    .kb-solution-item {
        display: block;
        padding: 20px 18px;
    }

    .kb-solution-item-btn {
        margin-top: 12px;
    }

    .kb-solution-detail-board .kb-solution-board-body {
        padding: 26px 18px 30px;
    }

    .kb-solution-detail-board .kb-richtext-box,
    .kb-solution-detail-board .kb-markdown-box {
        padding: 22px 18px;
    }
}
