*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.head_wrapper {
    --header-top: 0px;
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    border-bottom-width: 1px;
    border-color: #f0f0f2;
    padding-left: 0;
    padding-right: 0;
}

/* .head_wrapper .logo {
    height: 200%;
} */

.head_wrapper .logo img {
        width: 215px;
    /* height: 120px; */
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.header-btn-wrap-r {
    margin-left: 18px;
    background-color: #175DFF;
    border-radius: 20px;
}.wave-wrap::before {
    content: ' ';
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0);
    background: #1c47c9;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-out;
}
.base-tel-btn {
    width: 96px;
    height: 36px;
    background-color: #175DFF;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    border-radius: 5px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}
/* 导航栏颜色变化样式 */
.header_ones-cn-header-home {
    background-color: #fff !important;
    background: linear-gradient(90.64deg, rgba(230, 237, 250, .3) 14.94%, rgba(230, 237, 250, .3) 63.33%);
}

.head_wrapper .wrap_cent {
    height: 70px;
    display: flex;
    align-items: center; 
    justify-content: space-around;
}

.mobile_head.head_wrapper {
    border-bottom: 1px solid #e6e6e6;
}

.mobile_head.head_wrapper .wrap_cent {
    height: 50px;
    padding: 8px 0;
}

.mobile_head.head_wrapper {
    background-color: #fff !important;
}

.mobile_head.head_wrapper .logo {
    height: 80%;
}

.mobile_head.head_wrapper .logo img {
    height: 100%;
}

.mobile_head.head_wrapper .logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.head_wrapper .wrap_cent .logo {
    cursor: pointer;
}

.head_wrapper .wrap_cent .right {
    /* flex: 1; */
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 15px;
    max-width: 1260px;
}

.head_wrapper .wrap_cent .right .right_item_box {
    height: 100%;
    display: flex;
    align-items: center;
}

.head_wrapper .wrap_cent .right .right_item_box .item_cent {
    width: 110px;
    /* height: 100%; */
    display: flex;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box .item_cent .item_text {
    margin-top: 8px;
    width: 100%;
    /* height: 100%; */
    display: flex;
    font-family: PingFangSC-Regular;
  
    color: #222222;
    font-weight: 400;
    align-items: center;
    text-decoration: none;
    justify-content: center;

}

.head_wrapper .wrap_cent .right .right_item_box .item_cent:hover .item_text,
.head_wrapper .wrap_cent .right .right_item_box .item_cent .item_text.active {
    color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .item_btn {
    height: 40px;
    line-height: 40px;
    color: var(--primary-color);
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box {
    top: 80px;
    opacity: 0;
    z-index: -1;
    text-align: left;
    position: absolute;
    visibility: hidden;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box.has_child:hover>.hover_box {
    opacity: 1;
    z-index: 10;
    visibility: visible;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box .box_content {
    display: grid;
    padding: 10px 20px;
    /*background-color: #fff;*/
    /*box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16);*/
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box .box_content .box_item {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin: 10px 0;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box .box_content .box_item .icon {
    margin-right: 10px;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.index_hover {
    width: 100%;
    left: 0;
    top: 80px;
    height: 650px;
    /*    opacity: 1;
        z-index: 10;
        visibility: unset;*/
    background-color: #faf9ff;
    box-shadow: 0 5px 5px 0 rgba(100, 105, 117, .2), 0 4px 6px 0 rgba(221, 225, 232, .5);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .bg_box {
    width: calc(100% - 270px);
    height: 100%;
    right: 0;
    z-index: 0;
    position: absolute;
    background-size: 100% 100%;
    background-image: url('../images/img_bg_xl.png');
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content {
    z-index: 10;
    display: flex;
    box-shadow: none;
    position: relative;
    background-color: transparent;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left {
    padding: 20px 0;
    position: absolute;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item {
    height: 45px;
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item+.text_item {
    margin-top: 5px;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .text {
    color: #222;
    font-size: 14px;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .text:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-bottom: 2px solid var(--primary-color);
    transition: all .3s linear;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .icon {
    font-size: 17px;
    margin: 0 10px 0 0;
    position: relative;
    transition: all .25s;
    color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item.active .icon {
    display: none;
    /*position: absolute;*/
    /*margin-left: -30px;*/
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item.active .text {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: bold;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item.active .text:after {
    width: 100%;
    opacity: 1;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_left .text_item .line {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right {
    width: 100%;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .item_show_box {
    width: calc(100% - 180px);
    flex: 1;
    height: 500px;
    display: grid;
    cursor: pointer;
    padding: 25px 0;
    margin-left: 180px;
    overflow: hidden auto;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .item_show_box.hide {
    display: none;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item {
    width: 80%;
    height: 160px;
    margin: 0 auto;
    background-size: 100% 100%;
}


.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .item_cen_box {
    width: 80%;
    height: 100%;
    display: flex;
    margin: 15px auto;
    flex-direction: column;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .item_top {
    display: flex;
    align-items: center;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .text {
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    transition: all .35s;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .tag_box {
    color: #ff5050;
    font-size: 16px;
    padding: 0 5px;
    user-select: none;
    margin-left: 5px;

    border-radius: 20px 20px 20px 0;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .text:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    background-color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item .right_btm {
    color: #666;
    font-size: 14px;
    margin: 5px 0 0 14px;
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item:hover {
    background-image: url('../images/img_bg_sel.png');
}

.head_wrapper .wrap_cent .right .right_item_box .index_hover .index_content .index_right .right_item:hover .text {
    color: var(--primary-color);
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.solu_hover {
    border-radius: 10px;
    box-shadow: 0 0 12px 1px rgba(105, 94, 238, 0.16);
    background: linear-gradient(180deg, #fff 0%, #edf0f6 100%);
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.solu_hover .title_box {
    color: #4b5a79;
    font-size: 16px;
    padding: 20px 20px 10px;
}

.head_wrapper .wrap_cent .right .right_item_box .hover_box.solu_hover .line_box {
    height: 1px;
    margin: 20px 0 0;
    background-color: #bec7f5;
}

.head_wrapper.mobile_head .wrap_cent {
    justify-content: space-between;
}

.head_wrapper.mobile_head .wrap_cent .option .iconfont {
    font-size: 25px;
}

.head_wrapper.mobile_head .wrap_cent .option .iconfont.icon-guanbi {
    font-size: 22px;
    font-weight: bold;
}

.head_wrapper.mobile_head .down_option {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}

.head_wrapper.mobile_head .down_option.isopen {
    display: block;
}

.head_wrapper.mobile_head .down_option .down_option_box {
    width: 90%;
    margin: 0 auto;
    display: grid;
    padding: 10px 0;
    grid-column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.head_wrapper.mobile_head .down_option .down_option_box .option_item {
    color: #222;
    height: 50px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    align-items: center;
}

.head_wrapper.mobile_head .down_option .down_option_box .option_item:active {
    background-color: #ebebff;
}

.head_wrapper.mobile_head .down_option .down_option_box .icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

/* 解决方案 begin  */

.topNav_down_list3 {
    position: relative;
    width: 123px;
    height: 150px;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .04);
    border-radius: 4px;
    top: 116px;
    display: none;
    left: -115px;
}





.topNav_down_list3 .text-wrapper_31 {
    background-color: #fff;
    border-radius: 4px;
    height: 32px;
    width: 116px;
    margin: 8px 0 0 8px;
}

.topNav_down_list3 .text-wrapper_31 .text_107 {
    width: 56px;
    height: 22px;
    overflow-wrap: break-word;
    color: #24252a;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 5px 0 0 16px
}

.topNav_down_list3 .text-wrapper_31:hover p {
    font-weight: 500;
    color: #436df4
}

.topNav_down_list3 .text-wrapper_32 {
    background-color: #fff;
    border-radius: 4px;
    /*height: 32px;*/
    /*width: 116px;*/
    margin: 4px 0 0 8px
}

.topNav_down_list3 .text-wrapper_32 .text_108 {
    width: 56px;
    height: 22px;
    overflow-wrap: break-word;
    color: #24252a;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 5px 0 0 16px
}

.topNav_down_list3 .text-wrapper_32:hover p {
    font-weight: 500;
    color: #436df4
}

.topNav_down_list3 .text-wrapper_33 {
    height: 32px;
    background-size: 100% 100%;
    width: 116px;
    margin: 4px 0 8px 8px
}

.topNav_down_list3 .text-wrapper_33 .text_109 {
    width: 84px;
    height: 22px;
    overflow-wrap: break-word;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    margin: 5px 0 0 16px;
    color: black;
}

.topNav_down_list3 .text-wrapper_33:hover p {
    font-weight: 500;
    color: #436df4
}

/*电话图标*/

/*电话图标*/
.yzd-header-tel {
    background-color: #e5efff;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 999px;
    height: 35px;
}

.yzd-header-tel-con {
    line-height: 15px;
    color: transparent;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: center;
}

.yzd-header-tel-con img {
    height: 20px;
}

.yzd-header-tel-con p {
    color: var(--gray-120);
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 14px;
    line-height: 2px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #3D3D3D;
    margin-top: 10px;
}

/* 小图标 */
.ones-icon {
    margin-left: -18px;
    flex: none;
    font-size: 1.143em;
    vertical-align: -1.18em;
    width: 16px;
    height: 16px;
    margin-top: 11px;
    display: inline-block;




}

.right_item_box .item_cent .ones-icon {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .2s;

}

.right_item_box .item_cent .ones-icon:hover {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.head_wrapper .wrap_cent .right .right_item_box .item_cent .item_text:hover+.ones-icon {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

/* 功能模块 */
.navbar-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    display: block;
    z-index: 500;
}

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.navbar-dropdown {
    background: rgba(255, 255, 255, 1);
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}

.uk-container>:last-child {
    margin-bottom: 0
}

.sub-menu-title {
    font-size: 14px;
    color: #7a8185;
    position: relative;
}

.sub-menu-title i,
.sub-menu-title img {
    height: 18px;
    width: auto;
    display: inline-block;
    margin-left: 1%;
}

.sub-menu-item {
    float: left;
    width: 22.5%;
    margin-left: 2%;
    margin-bottom: 1%;
    margin-top: 1%;
}

.sub-menu-item ul {
    margin-top: 16px;
}

.sub-menu-item ul li {
    width: 100%;
    margin-bottom: 16px;
}

.sub-menu-item ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #dbdcdf30;
    padding: 16px;
    transition: all .3s ease;
}

.sub-menu-item ul li a:hover {
    border: 1px solid #4d6bff;
}

.sub-menu-item ul li a:hover span {
    color: #4d6bff;
}

.sub-menu-item ul li a span {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    right: 60px;
}

.sub-menu-item .sub-menu-icon {
    position: absolute;
    right: -24px;
    top: 0;
    height: 20px;
}

.nav-item-intro {
    font-size: 12px;
    color: #7a8185;
}

.navbar-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    display: none;
    z-index: 500;
}

.max-line-1,
.max-line-2,
.max-line-3,
.max-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* -webkit-box-orient: vertical */
}

.sub-menu-item ul li a span {
    color: rgba(102, 102, 102, 1);
}

.volcfe-nav-pc-menu-container {
    box-shadow: 0 10px 8px rgba(0, 0, 0, .07);
    display: -moz-box;
    display: flex;
    left: 0;
    max-height: -moz-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 60px;
    width: 100%;
    will-change: height;
    -moz-box-pack: center;
    background: -moz-linear-gradient(left, #ebf2fd 0, #ebf2fd 50%, #fff 50%, #fff 100%);
    background: linear-gradient(90deg, #ebf2fd, #ebf2fd 50%, #fff 0, #fff);
    justify-content: center
}

.left-panel-container_9a345 {
    height: 100%;
    width: 228px;
    -moz-box-pack: right;
    color: #181818;
    flex-shrink: 0;
    justify-content: right
}

.left-panel-container-inner_9a345 {
    height: 100%;
    padding: 32px 20px;
    position: relative;
    width: 100%;
    z-index: 2
}

.title_9a345 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px
}

.content_9a345 {
    color: hsla(0, 0%, 9%, .8);
    font-size: 14px;
    font-weight: 400
}

.right-panel_6a517 {
    background: #fff;
    color: #181818;
    padding: 24px 0 20px 40px;
    position: relative;
    z-index: 2;
    -moz-box-flex: 1;
    flex: 1 1;
    max-width: 1150px;
    min-width: 0;
    width: 0
}

/* 111 */
.scroll-wrap_6fc10 {
    overflow-x: hidden;
    scrollbar-gutter: stable
}

.scroll-wrap_6fc10::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

.scroll-wrap_6fc10::-webkit-scrollbar-thumb {
    background: #f4f7fb;
    border-radius: 4px
}

.scroll-wrap_6fc10 .scroll-wrap-inner_6fc10 {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.scroll-wrap_6fc10.right_6fc10 {
    padding-right: 11px;
    -moz-transform: translateX(-18px);
    transform: translateX(-18px)
}

.scroll-wrap_6fc10.right_6fc10 .scroll-wrap-inner_6fc10 {
    -moz-transform: translateX(18px);
    transform: translateX(18px)
}

.scroll-wrap_6fc10.right_6fc10 {
    padding-right: 11px;
    -moz-transform: translateX(-18px);
    transform: translateX(-18px);
}

.layout-vertical_f5729 {
    -moz-box-flex: 1;
    display: -moz-box;
    display: flex;
    flex: 1 1;
    min-width: 756px;

    flex-direction: column;
}

.layout-horizontal_f5729 {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap
}

.layout-grid_f5729 {
    display: grid;
    grid-template-columns: repeat(3, 33.3333333333%);
    min-width: 756px;
    width: 100%
}

.volcfe-flex,
.volcfe-flex-middle {
    display: -moz-box;
    display: flex;
    justify-content: space-between;
}

.scroll-wrap_6fc10.right_6fc10 {
    padding-right: 11px;
    -moz-transform: translateX(-18px);
    transform: translateX(-18px);
}

.menu-content-wrap_f5729 {
    margin-bottom: 24px
}

.menu-column_f5729 {
    padding-right: 40px;
    width: 33%
}

.menu-padding-right_f5729 {
    padding-right: 40px
}

.menu-grid-column_f5729 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.menu-title_f5729 {
    margin: 0 16px;
    color: #1664ff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .013em;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px
}

.card-item-container_437b7 {
    background-color: #f4f9ff;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    width: 361px;
}

.card-item-container_437b7 :last-child {
    margin-bottom: 0
}

.card-item-container_437b7:hover .img-container_437b7 img {
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.card-item-container_437b7:hover .content-container_437b7 h3 {
    color: #1664ff
}

.card-item-container_437b7:active .img-container_437b7 .img-overlay_437b7 {
    opacity: 1;
    visibility: visible
}

.img-container_437b7 {
    border-radius: 8px 8px 0 0;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.img-container_437b7 .img-overlay_437b7 {
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    visibility: hidden;
    width: 100%;
}

.content-container_437b7 {
    padding: 12px 16px 23px;
}

.content-container_437b7 h3 {
    color: #020814;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;

}

.content-container_437b7 h4 {
    color: #737a87;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
    margin-top: 4px;
}

.menu-title_f5729.hidden_f5729 {
    color: transparent
}

.menu-title-desc_f5729 {
    font-size: 13px;
    font-weight: 400;
    margin-left: 6px
}

.menu-topic-title_f5729 {
    color: #020814;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .013em;
    line-height: 24px;
    padding: 8px 0 12px
}

.link-container_f5729 {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.menu-item-wrap_5a04b.hasDes_5a04b {
    margin-bottom: 4px;
    padding: 8px 10px;
}

.menu-item-wrap_5a04b {
    border-radius: 4px;
    display: -moz-box;
    display: flex;
    margin-bottom: 4px;
    padding: 4px 10px;
    page-break-inside: avoid;
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
    width: 100%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.index_5a04b {
    color: #41464f;
    font-size: 14px;
    letter-spacing: .003em;
    line-height: 22px;
    padding-left: 2px;
    padding-right: 12px;
    width: 20px;
}

.title_5a04b {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: #020814;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 22px;
}

.menu-item-wrap_5a04b.hasIndex_5a04b {
    margin-top: 8px
}

.menu-item-wrap_5a04b.hasIndex_5a04b .des_5a04b {
    line-height: 17px
}

.menu-item-wrap_5a04b.hasDes_5a04b {
    margin-bottom: 4px;
    padding: 8px 10px;
}

.menu-item-wrap_5a04b:hover {
    background: #f1f5fe
}

.menu-item-wrap_5a04b:hover .title_5a04b {
    color: #05f
}

.content_5a04b {
    -moz-box-flex: 1;
    flex: 1 1;
    width: 100%
}

.index_5a04b {
    color: #41464f;
    font-size: 14px;
    letter-spacing: .003em;
    line-height: 22px;
    padding-left: 2px;
    padding-right: 12px;
    width: 20px
}

.index_5a04b.highlight_5a04b {
    color: #006eff;
    font-weight: 500
}

.title_5a04b {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: #020814;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 22px
}

.des_5a04b {
    color: #737a87;
    font-size: 12px;
    letter-spacing: .003em;
    line-height: 20px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}

.volcfe-nav-tag {
    border-radius: 4px;
    display: inline-block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin-left: 4px;
    padding: 0 5px
}

.menu-top-button_f5729 {
    background: #f6f8fa;
    border: 1px solid #dde2e9;
    border-radius: 4px;
    color: #1664ff;
    font-size: 12px;
    font-weight: 500;
    height: 34px;
    letter-spacing: .003em;
    line-height: 32px;
    margin: 10px 8px 0 0;
    padding-left: 16px;
    padding-right: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.menu-top-button_f5729 .arrow_f5729 {
    display: -moz-inline-box;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center
}

.menu-top-button_f5729 .arrow_f5729:after {
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    margin-left: 4px;
    position: relative;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: left .3s;
    transition: left .3s;
    width: 6px
}

.menu-top-button_f5729:hover .arrow_f5729:after {
    left: 5px
}

.menu-title-level-one_f5729 {
    color: #1664ff;
    color: var(--primary-color-primary-6, #1664ff);
    font-size: 18px;
    margin-bottom: 16px
}

.menu-title-level-one_f5729,
.menu-title-level-two_f5729 {
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 24px
}

.menu-title-level-two_f5729 {
    color: #0c0d0e;
    color: var(--text-color-text-1, #0c0d0e);
    font-size: 16px;
    margin-bottom: 10px
}

.hide-title_f5729 {
    margin-bottom: 34px
}

.link-container_437b7 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.menu-topic-title_f5729 {
    color: #020814;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .013em;
    line-height: 24px;
    padding: 8px 0 12px;
   width: 49px;
}
.volcfe-flex,
.volcfe-flex-middle {
    display: -moz-box;
    display: flex
}

.volcfe-flex-middle {
    -moz-box-align: center;
    align-items: center
}

.volcfe-nav-menu-title {
    font-size: 16px;
    font-weight: 500
}

.volcfe-nav-mob-button {
    cursor: pointer;
    height: 24px;
    width: 24px
}

.volcfe-nav-element {
    margin: 0 12px
}



/* 1111 */

@media screen and (min-width: 1680px) {
    .right-panel_6a517 {
        max-width: 1310px
    }
}

.right-panel-inner_6a517 {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%
}

.general-menu-list_80e34 {

    display: flex;

    transform: translateX(60px);
    width: -moz-calc(100% - 15px);

}

.general-menu-item_80e34 {
    -moz-box-flex: 0;
    border-radius: 4px;
    flex: 0 0 200px;
    height: 100%;
    padding: 6px 10px
}

.general-menu-item-link_80e34 {
    color: #1664ff;
    font-size: 16px;
    font-weight: 500;
    min-height: 21px;
    width: 200px
}

.general-menu-left-link_80e34 {
    color: #1664ff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 12px;
    position: relative
}

.general-menu-item-explain_80e34 {
    color: #737a87;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 4px;
    min-height: 21px;
    width: 200px
}

.menu-column_80e34 {
    padding-right: 40px;
    width: 33%
}

.general-menu-item-explain_80e34 {
    color: #737a87;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 4px;
    min-height: 21px;
    width: 200px;
}

/* 产品（远昶软件：左侧分类切换右侧三级内容） */
.volcfe-product-left-nav {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(24, 24, 24, .08);
}

.volcfe-product-left-item {
    height: 42px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(24, 24, 24, .86);
    cursor: pointer;
    border-radius: 8px;
    padding: 0 12px;
    margin: 6px 0;
    transition: background-color .15s ease, color .15s ease;
}

.volcfe-product-left-item:hover {
    background: rgba(22, 100, 255, .08);
    color: #1664ff;
}

.volcfe-product-left-item.is-active {
    background: rgba(22, 100, 255, .12);
    color: #1664ff;
    font-weight: 600;
}

.volcfe-product-panel {
    display: none;
}

.volcfe-product-panel.is-active {
    display: block;
}

/* 产品下拉内容支持滚动（只作用于产品菜单） */
.volcfe-product-switch .right-panel-inner_6a517 {
    height: 100%;
    min-height: 0;
}

.volcfe-product-switch .volcfe-product-panel {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    /* 给滚动条留一点空间，避免遮挡内容 */
}

.volcfe-tail-arrow:after {
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: " ";
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -moz-transition: right .3s;
    transition: right .3s;
    width: 4px;
}

.volcfe-tail-arrow {
    padding-right: 10px;
    position: relative;
}


.volcfe-nav-link-hover:hover {
    color: #1664ff
}

.volcfe-tail-arrow-trigger:hover .volcfe-tail-arrow:after,
.volcfe-tail-arrow-trigger:hover.volcfe-tail-arrow:after {
    right: -4px
}

/* 产品功能下拉菜单（volcfe 风格容器） */
.right_item_box.has-product-menu {
    position: relative;
}

.right_item_box.has-product-menu .productMenu {
    display: none;
}

.right_item_box.has-product-menu:hover .productMenu {
    display: block;
}

/* 解决方案下拉大菜单（同款结构，复用 volcfe 样式） */
.right_item_box.has-solution-menu {
    position: relative;
}

.right_item_box.has-solution-menu .solutionMenu {
    display: none;
}

.right_item_box.has-solution-menu:hover .solutionMenu {
    display: block;
}