.carousel-inner .container {
    height: inherit;
    position: relative;
}
.carousel-inner .container .carousel-caption {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 0;
}
.carousel-caption h1{font-weight: bold; }
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: left;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.indicator.active .schedule:after {
    -webkit-animation: countdown 5s linear both;
    -moz-animation: countdown 5s linear both;
    animation: countdown 5s linear both;
    will-change: width;
    background: #0055ff;
}
.indicator:not(.active):hover .schedule {
    background: rgba(65,70,79,.5);
}
.schedule {
    height: 3px;
    position: relative;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    background: rgba(65,70,79,.15);
}
.schedule:after {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

@-webkit-keyframes countdown {
    to {
        width: 100%
    }
}

@-moz-keyframes countdown {
    to {
        width: 100%
    }
}

@keyframes countdown {
    to {
        width: 100%
    }
}
.indicator {
    padding: 15px 0 32px;
    width: 40px;
    cursor: pointer;
    margin-right: 10px;
}
.btn-x1 {
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(46,70,146,.05);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 2.2;
    letter-spacing: .003em;
    text-align: center;
    -webkit-transition: color .3s,background .3s;
    -o-transition: color .3s,background .3s;
    -moz-transition: color .3s,background .3s;
    transition: color .3s,background .3s;
    width: 158px;
}

@media (max-width: 768px) {
.carousel-indicators {
        justify-content: center;
}
    .btn-x1 {
        font-size: 12px;
        width: 80px;
        height: 30px;
        line-height: 1.5;
    }
}
.right-slide {
    width: 100%;
    /*height: calc(100% - 0px);*/
    height: max-content;
}
li.safety-card-item:hover {
    background: #edf3ff;
    margin: -1rem -3rem;
    padding: 1rem 3rem;
    border-radius: 16px;
}
.section-more a {
    color: #191919;
    font-size: 18px;
}

.solutions {
    background-color: #fff;
}

.solutions {
    ;
}

.solutions h1 {
    font-weight: 700;
}

.solutions .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.solutions .carousel-indicators a {
    color: #595959;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    margin: 0 40px;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
}

.solutions .carousel-indicators a {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    cursor: pointer;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    opacity: 1;
    transition: opacity .6s ease;
    position: relative;
    text-align: center;
}

.solutions .carousel-indicators a:hover,
.solutions .carousel-indicators a.active {
    color: #191919;
    font-weight: 700;
}

.solutions .carousel-item {
    width: 75%;
    height: 32rem;
    margin: 0 auto;
    border-radius: 20px;
}

.solutions .solution-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.solutions .carousel-control-prev,
.solutions .carousel-control-next {
    display: block;
    background: #555;
    height: 48px;
    width: 48px;
    margin: auto 0;
    border-radius: 50%;
}

.solutions .carousel-control-prev .carousel-control-prev-icon,
.solutions .carousel-control-next .carousel-control-next-icon {
    ;
}


.consultation .card h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.consultation .card p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.consultation .card {
    border-radius: 16px;
    text-align: left;
    padding: 32px;
    border: none;
}

.consultation .card img {
    background-size: cover;
    display: block;
    height: 48px;
    margin-bottom: 20px;
    width: 48px;
}

.consultation .card h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.consultation .card p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.por-btn-large {
    border-color: #999 !important;
    border-radius: 24px;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.por-btn-large:hover {
    background: #fff !important;
    color: #0055ff !important;
    border-color: #0055ff !important;
}

.btn-primary {
    color: #fff;
    background-color: #0055ff;
    border-color: #0055ff;
}

.tab-pane .card {
    margin: 8px;
}
/* 鍘绘帀姣忎竴琛岀涓€涓崱鐗囩殑宸︿晶闂磋窛 */
.tab-pane a:nth-child(4n+1) .card{
    margin-left: 0;
}
/* 鍘绘帀姣忎竴琛岀鍥涗釜鍗＄墖鐨勫彸渚ч棿璺� */
.tab-pane a:nth-child(4n) .card {
    margin-right: 0;
}

@media (max-width:748px) {
.solution-wrap {
    width: 100%;
}
}
.solution-wrap .card {
    width: 285px;
    height: 495px;
    background: 50% / cover url('img/983aace40707c3f28e9ef6087a869de2_1710930523702.png');
    border: none;
    border-radius: 16px;
    transition: width .3s;
    overflow: hidden;
}
.solution-wrap.active .card {
    width: 668px;
    background: 50% / cover url('img/52b40a754fc2139da54eec7e2441faad_1712670339283.png');
    opacity: 1;
}
.solution-wrap .card-body {
    padding: 2rem;
}
.solution-wrap .blurb {
    width: 200px;
}
.solution-wrap.active .card-body, .solution-wrap.active .blurb {
    width: 610px;
}
.solution-wrap .blurb {
    overflow: hidden;
    height: 122px;
}
@media (max-width: 768px) {
    .solution-wrap .card {
        width: 100%;
    }
    .solution-wrap .blurb {
        height: auto;
    }
}
.solution-wrap .card .card-title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.solution-wrap .card .card-title i {
    font-size: 18px;
}
.solution-wrap.active .card .card-title {
    color: #1d273f;
}
.solution-wrap.active .card .card-title i {
    display: none;
}
.solution-wrap .card .card-text {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.solution-wrap.active .card .card-text {
    color: #50627f;
}
.solution-wrap.active .card .card-text strong {
    color: #1d273f;
}
.solution-wrap .detailed {
    display: none;
}
.solution-wrap.active .detailed {
    display: block;
    margin-top: 1rem;
}
.solution-btn {
    display: grid;
    column-gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.solution-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-white {
    background: #fff;
    color: #333;
}
@media (max-width: 470px) {
    .section-body {
        padding: 28px 20px 0;
    }
}

@media (max-width: 768px) {
    .section-body {
        background-color: #fff;
        border-radius: 16px;
        padding: 28px 20px 0;
        text-align: center;
    }
}
.customers .tab-content .card {
    border-radius: 16px;
    /*padding: 76px 32px;*/
    border: none;
    height: 520px;
    overflow: hidden;
}
.customers .tab-content .card h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}

.customers .tab-content .card p {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.customers .tab-content .card .card-img {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    padding-bottom: 73%;
    position: absolute;
    width: 100%;
    border-radius: inherit;
}
.customers .tab-content .card .detail {
    position: relative;
    top: 180px;
    border-radius: inherit;
    background: #fff;
    height: 100%;
    transition: top .5s;
}
.customers .tab-content .card .detail .btn {
    padding: 10px;
}
.customers .tab-content .card:hover .detail {
    top: 0;
}
.customers .tab-content .card .detail .detailed {
    display: none;
}
.customers .tab-content .card:hover .detail .blurb {
    display: none;
}
.customers .tab-content .card:hover .detail .detailed {
    display: block;
}
.customers .tab-content .card .detail .card-logo {
    height: 60px;
}
.customers .tab-content .card .detail .card-text {
    font-size: 14px;
    line-height: 28px;
}
.style {
    display: flex;
    align-items: center;
}
.customers .divider-text {
    font-size: 18px;
    line-height: 26px;
    margin: 0 32px;
}
.customers .divider-line:first-child {
    background: -moz-linear-gradient(right, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
    background: linear-gradient(-90deg, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
}
.customers .divider-line {
    background: -moz-linear-gradient(left, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
    background: linear-gradient(90deg, #d5dce8 -4.86%, rgba(213, 220, 232, 0) 90.62%);
    flex: 1 1;
    height: 1px;
}

@media (max-width: 768px) {
    .consultation .card {
        padding: 0;
        margin-bottom: 1rem;
    }
    .consultation .card-body {
        display: flex;
    }
    .consultation .card img {
        background-size: cover;
        display: block;
        height: 48px;
        margin-bottom: 0;
        width: 48px;
    }
}

.por-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid transparent;
    outline: none;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 2px;
    padding-left: 24px;
    padding-right: 24px
}

.por-btn {
    border-radius: 20px
}

.por-btn-dark {
    border-color: #595959;
    color: #191919
}

.por-btn-dark:hover {
    border-color: #999;
    color: #191919
}

.por-btn-light:hover {
    border-color: hsla(0,0%,100%,.6)
}

.por-btn-large {
    border-radius: 24px;
    height: 48px;
    line-height: 46px;
    padding: 0 40px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.zonkvm-index {
  font-family: "Microsoft YaHei", sans-serif;
  background: #f4f7fc;
  padding: 60px 0;
}
.zonkvm-index .title {
  text-align: center;
  margin-bottom: 40px;
}
.zonkvm-index .title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.zonkvm-index .title h2 span {
  color: #0055ff;
}
.zonkvm-index .title p {
  font-size: 16px;
  color: #666;
  margin-top: 8px;
}
.zonkvm-index .item {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}
.zonkvm-index .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.zonkvm-index .item a{
  color: inherit;
  text-decoration: none;
  display: block;
}
.zonkvm-index .item .head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.zonkvm-index .item .head i {
  font-size: 20px;
  color: #0055ff;
  margin-right: 10px;
  width: 24px;
}
.zonkvm-index .item .head h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #222;
}
.zonkvm-index .item .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
}
.zonkvm-index .item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.zonkvm-index .item .tags span {
  background: #f1f3f6;
  color: #666;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 12px;
}
.zonkvm-index .item .link {
  font-size: 14px;
  color: #0055ff;
  display: inline-flex;
  align-items: center;
}
.zonkvm-index .item .link i {
  margin-left: 4px;
  font-size: 12px;
}
.zonkvm-index-monitor {
    padding: 80px 0;
    background: #ffffff;
}

/* 布局行 */
.zonkvm-index-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;

}

/* 左侧 */
.zonkvm-index-col-left {
    flex: 1;
    min-width: 300px;
}

/* 右侧 */
.zonkvm-index-col-right {
    flex: 1;
    min-width: 300px;
}

/* 角标 */
.zonkvm-index-badge {
    display: inline-block;
    background: #e6f0ff;
    color: #165DFF;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 12px;
}

/* 主标题 */
.zonkvm-index-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #1d2129;
}

/* 描述 */
.zonkvm-index-desc {
    font-size: 16px;
    color: #4e5969;
    line-height: 1.6;
    margin-bottom: 36px;
}

/* 功能列表 */
.zonkvm-index-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.zonkvm-index-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* 图标 */
.zonkvm-index-feature-icon {
    width: 40px;
    height: 40px;
    background: #e6f0ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #165DFF;
    flex-shrink: 0;
}

/* 功能文字 */
.zonkvm-index-feature-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #1d2129;
}

.zonkvm-index-feature-text p {
    font-size: 15px;
    color: #4e5969;
    line-height: 1.5;
    margin: 0;
}

/* 图片盒子 */
.zonkvm-index-image-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.zonkvm-index-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

/* 图片右上角标签 */
.zonkvm-index-image-label {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

/* 响应式 */
@media (max-width: 768px) {
    .zonkvm-index-row {
        flex-direction: column;
    }
    .zonkvm-index-title {
        font-size: 26px;
    }
}



.zonkvm-index-news {
    padding: 70px 20px;

}


/* 标题区域 */
.zonkvm-index-news-header {
    text-align: center;
    margin-bottom: 50px;
}

.zonkvm-index-news-tag {
    display: inline-block;
    padding: 5px 14px;
    background: #eef5ff;
    color: #165DFF;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 12px;
}

.zonkvm-index-news-title {
    font-size: 28px;
    font-weight: 700;
    color: #1d2129;
    margin-bottom: 10px;
}

.zonkvm-index-news-desc {
    font-size: 15px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* 卡片网格 */
.zonkvm-index-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

/* 响应式 */
@media (max-width: 992px) {
    .zonkvm-index-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .zonkvm-index-news-grid {
        grid-template-columns: 1fr;
    }
}

/* 卡片 */
.zonkvm-index-news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}
.zonkvm-index-news-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* 卡片头部 */
.zonkvm-index-news-card-head {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zonkvm-index-news-card-head.company {
    background: linear-gradient(to right, #eef5ff, #f8faff);
    border-bottom: 1px solid #e6f0ff;
}
.zonkvm-index-news-card-head.industry {
    background: linear-gradient(to right, #eff8ff, #f8fcff);
    border-bottom: 1px solid #d1e9ff;
}
.zonkvm-index-news-card-head.update {
    background: linear-gradient(to right, #f0fff4, #f8fff9);
    border-bottom: 1px solid #d1fae5;
}

.zonkvm-index-news-card-head-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
}

/* 图标 */
.zonkvm-index-news-card-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}
.zonkvm-index-news-card-head.company .zonkvm-index-news-card-icon {
    background: #165DFF;
}
.zonkvm-index-news-card-head.industry .zonkvm-index-news-card-icon {
    background: #2596be;
}
.zonkvm-index-news-card-head.update .zonkvm-index-news-card-icon {
    background: #059669;
}

/* 英文小字 */
.zonkvm-index-news-card-en {
    font-size: 11px;
    color: #999;
}

/* 卡片内容 */
.zonkvm-index-news-card-body {
    padding: 20px;
}

/* 新闻列表项 */
.zonkvm-index-news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.zonkvm-index-news-item:hover {
    color: #165DFF;
}

.zonkvm-index-news-item span:first-child {
    display: flex;
    align-items: center;
    gap: 6px;
}
.zonkvm-index-news-item span:last-child {
    font-size: 12px;
    color: #999;
}

.zonkvm-index-news-item i {
    font-size: 8px;
}
.zonkvm-index-news-card-head.company i {
    color: #165DFF;
}
.zonkvm-index-news-card-head.industry i {
    color: #2596be;
}
.zonkvm-index-news-card-head.update i {
    color: #059669;
}

/* 查看更多 */
.zonkvm-index-news-more {
    text-align: center;
}
.zonkvm-index-news-more a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 22px;
    border: 1px solid #165DFF;
    color: #165DFF;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}
.zonkvm-index-news-more a:hover {
    background: #165DFF;
    color: #fff;
}


.zonkvm-index-features {
  padding: 30px 0;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 标题区域 */
.zonkvm-index-features-header {
  text-align: center;
  margin-bottom: 70px;
}
.zonkvm-index-features-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 16px;
}
.zonkvm-index-features-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.25;
}
.zonkvm-index-features-desc {
  font-size: 17px;
  color: #64748b;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

/* 网格布局 */
.zonkvm-index-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .zonkvm-index-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .zonkvm-index-features-grid {
    grid-template-columns: 1fr;
  }
}

/* 卡片 */
.zonkvm-index-feature-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 36px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.zonkvm-index-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
  border-color: #e2e8f0;
}

/* 头部：图标 + 标题 */
.zonkvm-index-feature-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
.zonkvm-index-feature-text {
  flex: 1;
}
.zonkvm-index-feature-text h3 {
  font-size: 21px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 8px;
}
.zonkvm-index-feature-text p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* 图标 */
.zonkvm-index-feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.zonkvm-index-feature-icon.blue {
  background: #eff6ff;
  color: #1d4ed8;
}
.zonkvm-index-feature-icon.green {
  background: #f0fdf4;
  color: #047857;
}
.zonkvm-index-feature-icon.yellow {
  background: #fffbeb;
  color: #d97706;
}
.zonkvm-index-feature-icon.red {
  background: #fef2f2;
  color: #dc2626;
}
.zonkvm-index-feature-icon.purple {
  background: #faf5ff;
  color: #7e22ce;
}

/* 功能列表 */
.zonkvm-index-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zonkvm-index-feature-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #334155;
  padding: 7px 0;
  line-height: 1.5;
}
.zonkvm-index-feature-list li i {
  color: #10b981;
  margin-right: 10px;
  font-size: 12px;
  width: 14px;
  text-align: center;
}