.secs-tobuy .banner-foot-title{
  background: url(/images/new_kkidc/cloud_secs/banner-foot-title.png) no-repeat;
  width: 321px;
  margin-bottom: 0;
  background-size: 100% 100%;
}
.secs-tobuy .advantage{
  padding: 0;
  padding-left: 43px;
  justify-content: start;
}
.secs-tobuy .advantage::after{
  display: none;
}
.secs-tobuy .banner-foot{
  padding: 12px 0 0;
  background-color: #f5f7fa;
}
.secs-tobuy .banner-foot-link{
  padding-left: 258px;
  padding-bottom: 15px;
}
.secs-tobuy .banner-foot-link::-webkit-scrollbar{
  height: 4px;
}
.secs-tobuy .banner-foot-link::-webkit-scrollbar-track{
  background: transparent;
}
.secs-tobuy .banner-foot-link::-webkit-scrollbar-thumb{
  background: #c5d4e8;
  border-radius: 4px;
}
.secs-tobuy .banner-foot-link::-webkit-scrollbar-thumb:hover{
  background: #92afd1;
}
.secs-tobuy .banner-foot-item{
  margin-right: 16px;
  min-height: 135px;
  min-width: 315px;
  box-shadow: 0px 4px 10px 0px 
  rgba(18, 51, 100, 0.08);
  background: url(/images/new_kkidc/cloud_secs/desc_bg.png) 0 100% no-repeat;
  background-size: 100% 100%;
  background-position: top right;
  padding: 15px 24px 14px;
}
.secs-tobuy .banner-foot-item:last-child{
  margin-right: 0;
}
.secs-tobuy .banner-foot-item::before{
  display: none;
}
.secs-tobuy .banner-foot-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* section-a1 产品优势：每行3个，两行布局 */
.secs-tobuy .section-a1 .product-advantage{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.secs-tobuy .section-a1 .product-advantage > li{
  width: calc(33.333% - 14px);
  box-sizing: border-box;
}
.secs-tobuy .section-a1 .product-advantage>li h4{
  font-weight: 500;
}
.secs-tobuy .section-a1 .product-advantage>li .product-top-box{
  text-align: center;
}

/* 三层安全防护体系 */
.secs-tobuy .security-system{
  display: flex;
  box-shadow: 0px 6px 24px 0px 
		rgba(18, 51, 100, 0.06);
  background: #fff;
  background-image: url(/images/new_kkidc/cloud_secs/security-system_bg.png);
  background-size: 100% 100%;
  padding: 20px;
  padding-right: 0;
}
.secs-tobuy .security-img{
  flex-shrink: 0;
  height: 380px;
  object-fit: cover;
}
.secs-tobuy .security-tabs{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.secs-tobuy .security-tab{
  cursor: pointer;
  transition: margin-left .3s cubic-bezier(0.4,0,0.2,1),
              background-color .3s cubic-bezier(0.4,0,0.2,1);
  will-change: margin-left, background-color;
}
.secs-tobuy .security-tab .tab-inner{
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 27px 20px 23px 34px;
}
.secs-tobuy .security-tab .tab-content h4{
  font-size: 18px;
  font-weight: bold;
  color: #323235;
  margin-bottom: 10px;
  line-height: 1;
  transition: color .25s cubic-bezier(0.4,0,0.2,1);
}
.secs-tobuy .security-tab .tab-content p{
  font-size: 14px;
  color: #626266;
  line-height: 22px;
  transition: color .25s cubic-bezier(0.4,0,0.2,1);
}
.secs-tobuy .security-tab .tab-arrow{
  opacity: 0;
  width: 29px;
  flex-shrink: 0;
  object-fit: contain;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .3s cubic-bezier(0.4,0,0.2,1),
              transform .3s cubic-bezier(0.4,0,0.2,1);
}
/* 激活态 */
.secs-tobuy .security-tab.active{
  margin-left: -34px;
  background-color: #2981ff;
}
.secs-tobuy .security-tab.active .tab-inner{
  padding-left: 40px;
}
.secs-tobuy .security-tab.active .tab-content h4{
  color: #fff;
  font-size: 18px;
}
.secs-tobuy .security-tab.active .tab-content p{
  color: rgba(255,255,255,.85);
}
.secs-tobuy .security-tab.active .tab-arrow{
  opacity: 1;
  transform: scaleX(1);
}

/* 优势对比 */
.secs-tobuy .compare-table {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.secs-tobuy .compare-col-left,
.secs-tobuy .compare-col-vs,
.secs-tobuy .compare-col-right {
  box-sizing: border-box;
}
.secs-tobuy .compare-col-left {
  flex: 1;
  background: #f5f7fc;
}
.secs-tobuy .compare-col-vs {
  width: 182px;
  flex-shrink: 0;
  background: url(/images/new_kkidc/cloud_secs/vs_bg.png) center top / 100% auto no-repeat #edf2f9;
  box-shadow: 0 0 24px 0 rgba(22,91,189,0.15);
  position: relative;
  z-index: 1;
}
.secs-tobuy .compare-col-right {
  flex: 1;
  background: #ecf4ff;
}
.secs-tobuy .compare-header-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #323235;
  padding: 0 30px;
  height: 64px;
  box-sizing: border-box;
}
.secs-tobuy .compare-col-left .compare-header-cell { background: #dbe1ea; }
.secs-tobuy .compare-col-vs .compare-header-cell { background: #75a1e0; font-size: 20px; color: #fff; }
.secs-tobuy .compare-col-right .compare-header-cell { background: #2981ff; color: #fff; }
.secs-tobuy .compare-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 80px;
  font-size: 14px;
  height: 85px;
  position: relative;
  box-sizing: border-box;
}
.secs-tobuy .compare-cell::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 45px;
  height: 1px;
  background: #dde5f1;
}
.secs-tobuy .compare-cell:last-child::after { display: none; }
.secs-tobuy .compare-col-left .compare-cell { color: #636363; justify-content: center; }
.secs-tobuy .compare-col-left .compare-cell .cell-inner { display: inline-flex; align-items: center; gap: 10px; width: 300px; }
.secs-tobuy .compare-col-vs .compare-cell { color: #323235; justify-content: center; text-align: center; padding: 0 20px; }
.secs-tobuy .compare-col-vs .compare-cell::after { left: 30px; right: 30px; }
.secs-tobuy .compare-col-right .compare-cell { color: #2981ff; justify-content: center; }
.secs-tobuy .compare-col-right .compare-cell .cell-inner { display: inline-flex; align-items: center; gap: 10px; width: 100%; }
.secs-tobuy .compare-cell img { width: 14px; height: auto; flex-shrink: 0; }

/* 应用场景 */
.secs-tobuy .secs-scene-list {
  display: flex;
  gap: 20px;
  margin: 0;
}
.secs-tobuy .secs-scene-item {
  flex: 1;
  background-color: #fff;
  will-change: transform, box-shadow;
  transition: transform .3s cubic-bezier(0.25,0.46,0.45,0.94),              box-shadow .3s cubic-bezier(0.25,0.46,0.45,0.94);
  -webkit-transition: transform .3s cubic-bezier(0.25,0.46,0.45,0.94),              box-shadow .3s cubic-bezier(0.25,0.46,0.45,0.94);
  -moz-transition: transform .3s cubic-bezier(0.25,0.46,0.45,0.94),              box-shadow .3s cubic-bezier(0.25,0.46,0.45,0.94);
  -ms-transition: transform .3s cubic-bezier(0.25,0.46,0.45,0.94),              box-shadow .3s cubic-bezier(0.25,0.46,0.45,0.94);
  -o-transition: transform .3s cubic-bezier(0.25,0.46,0.45,0.94),              box-shadow .3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.secs-tobuy .secs-scene-item:hover {
  background: #fff url(/images/new_kkidc/cloud_secs/app_scene_bg.png) center / 100% 100% no-repeat;
  transform: translateY(-16px);
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  -o-transform: translateY(-16px);
  box-shadow: 0px 6px 24px 0px 
		rgba(18, 51, 100, 0.06);
}
.secs-tobuy .secs-scene-header {
  margin-top: 40px;
  text-align: center;
}
.secs-tobuy .secs-scene-header h4 {
  font-size: 18px;
  font-weight: 400;
  color: #1c1d1f;
  margin-bottom: 24px;
}
.secs-tobuy .secs-scene-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.secs-tobuy .secs-scene-tags span {
  width: 94px;
	height: 34px;
  line-height: 34px;
  background: #e9f2ff;
  color: #2981ff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
}
.secs-tobuy .secs-scene-body {
  padding: 30px 19px 30px 26px;
  font-size: 14px;
  color: #626266;
}
.secs-tobuy .secs-scene-label {
  font-weight: bold;
  color: #1c1d1f;
  line-height: 1;
  margin-bottom: 15px;
}
.secs-tobuy .secs-scene-body ol {
  line-height: 24px;
  margin-bottom: 25px;
}
.secs-tobuy .secs-scene-tip {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-top: 21px;
  margin-right: 7px;
  border-top: #ebedf0 solid 1px;
  line-height: 24px;
}
.secs-tobuy .secs-scene-tip img {
  width: 18px;
  height: auto;
  flex-shrink: 0;
  margin-top: 3px;
}
/* 底部三项 */
.secs-tobuy .secs-benefit-list {
  display: flex;
  gap: 20px;
  padding-top: 32px;
  border-top: 1px solid #ebedf0;
  margin-top: 32px;

}
.secs-tobuy .secs-benefit-list li {
  flex: 1;
  height: 208px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #fff;
  padding: 0 37px;
  text-align: center;
  border: solid 1px #ebedf0;
  transition: transform .3s cubic-bezier(0.25,0.46,0.45,0.94),              box-shadow .3s cubic-bezier(0.25,0.46,0.45,0.94);
}
.secs-tobuy .secs-benefit-list li img {
  width: auto;
  height: 38px;
  margin-bottom: 20px;
}
.secs-tobuy .secs-benefit-list li h4 {
  font-size: 18px;
  font-weight: 400;
  color: #1c1d1f;
  line-height: 1;
  margin-bottom: 13px;
}
.secs-tobuy .secs-benefit-list li p {
  font-size: 14px;
  color: #626266;
  line-height: 24px;
}

.secs-tobuy .secs-benefit-list li:hover { 
  background: #fff url(/images/new_kkidc/cloud_secs/scene_bg_2.png) center / 100% 100% no-repeat;
  transform: translateY(-16px);
  -webkit-transform: translateY(-16px);
  -moz-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  -o-transform: translateY(-16px);
  box-shadow: 0px 6px 24px 0px 
		rgba(18, 51, 100, 0.06);
}
/* section-a5 奖项资质 */
.secs-tobuy .honor { overflow: hidden; }
.secs-tobuy .honor .swiper-slide { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: auto !important; }
.secs-tobuy .honor .swiper-center { text-align: center; line-height: 1; min-width: 100px; }
.secs-tobuy .honor .swiper-center img { height: 60px; width: auto; }
.secs-tobuy .honor .honor-swiper { margin-bottom: 30px; }
.secs-tobuy .honor .swiper-wrapper { transition-timing-function: linear !important; }
/* section-a6 底部购买区 */
.secs-tobuy .section-a6 {
  background: url(/images/new_kkidc/cloud_secs/foot_bg.png) no-repeat center center;
  background-size: cover;
  height: 160px;
  padding: 0;
}
.secs-tobuy .section-a6 .secs-a6-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secs-tobuy .section-a6 .secs-a6-text h2 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 18px;
}
.secs-tobuy .section-a6 .secs-a6-text p {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 26px;
}
.secs-tobuy .section-a6 .secs-a6-btns {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.secs-tobuy .section-a6 .secs-a6-btn-consult,
.secs-tobuy .section-a6 .secs-a6-btn-buy {
  display: inline-block;
  width: 126px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.secs-tobuy .section-a6 .secs-a6-btn-consult::before,
.secs-tobuy .section-a6 .secs-a6-btn-buy::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: width 0.3s;
  z-index: -1;
}
.secs-tobuy .section-a6 .secs-a6-btn-consult::before {
  background-color: #fff;
}
.secs-tobuy .section-a6 .secs-a6-btn-buy::before {
  background-color: #f5a623;
}
.secs-tobuy .section-a6 .secs-a6-btn-consult:hover::before,
.secs-tobuy .section-a6 .secs-a6-btn-buy:hover::before {
  width: 100%;
}
.secs-tobuy .section-a6 .secs-a6-btn-consult {
  border: 1px solid #fff;
  color: #fff;
}
.secs-tobuy .section-a6 .secs-a6-btn-buy {
  border: 1px solid #fce341;
  color: #fbe341;
}
.secs-tobuy .section-a6 .secs-a6-btn-consult:hover {
  color: #2981ff;
}
.secs-tobuy .section-a6 .secs-a6-btn-buy:hover {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  /* 产品优势 */
  .secs-tobuy .section-a1 .product-advantage{gap: 14px;}
  .secs-tobuy .section-a1 .product-advantage > li { width: 30%; }

  /* 优势对比 */
  .secs-tobuy .compare-cell { padding: 0 40px; }

  /* 应用场景 */
  .secs-tobuy .secs-scene-tags span { width: 80px; font-size: 13px; }
  .secs-tobuy .secs-scene-body { padding: 24px 14px 24px 18px; }
}

@media screen and (max-width: 1200px) {
  .section{width: 100vw;}
  .w1400 { width: 1000px; }
  /* 三层安全防护体系 */
  .secs-tobuy .security-img { height: 250px; }
  .secs-tobuy .security-tab .tab-inner { gap: 20px; padding: 20px 16px 18px 24px; }
  .secs-tobuy .security-tab .tab-content h4 { font-size: 16px; }
  .secs-tobuy .security-tab.active { margin-left: -24px; }
  .secs-tobuy .security-tab.active .tab-inner { padding-left: 30px; }

  /* 优势对比 */
  .secs-tobuy .compare-col-vs { width: 150px; }
  .secs-tobuy .compare-cell { padding: 0 24px; height: 75px; }
  .secs-tobuy .compare-cell::after { left: 24px; right: 24px; }
  .secs-tobuy .compare-col-vs .compare-cell::after { left: 16px; right: 16px; }

  /* 应用场景 */
  .secs-tobuy .secs-scene-list { gap: 12px; }
  .secs-tobuy .secs-benefit-list { gap: 12px; }
  .secs-tobuy .secs-scene-header h4 { font-size: 16px; margin-bottom: 16px; }
  .secs-tobuy .secs-scene-tags span { width: 72px; height: 30px; line-height: 30px; font-size: 12px; }

  /* section-a6 */
  .secs-tobuy .section-a6 .secs-a6-text h2 { font-size: 22px; }
  .secs-tobuy .section-a6 .secs-a6-text p { font-size: 14px; }
}

@media screen and (max-width: 1023px) {
  .w1400 {
    width: calc(100% - 30px);
  }
  .secs-tobuy .banner-single .banner-ani{
    background: url(/images/new_kkidc/cloud_secs/m-banner.png) no-repeat  0 -18px;
    background-size: 100% 58%;
    background-color: #dce0ed;
  }
  /* 导航tab横向滚动 */
  .secs-tobuy #skip-nav .m {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .secs-tobuy #skip-nav .menu-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .secs-tobuy #skip-nav .menu-tab::-webkit-scrollbar {
    display: none;
  }
  .secs-tobuy #skip-nav .menu-tab li {
    flex-shrink: 0;
    white-space: nowrap;
    width: auto !important;
    margin-right: 40px;
  }
  .secs-tobuy #skip-nav .menu-tab li:last-child {
    margin-right: 0;
  }

  /* 荣誉区块 */
  .secs-tobuy .m-honor-box {
    padding: 20px 0 0;
    box-sizing: border-box;
    background-color: #f5f7fa;
  }
  .secs-tobuy .m-honor-title {
    background: url(/images/new_kkidc/cloud_secs/u-banner.png) no-repeat;
    background-size: 100% 100%;
    height: 110px;
    padding: 20px 15px;
    margin-left: 15px;
    box-sizing: border-box;
  }
  .secs-tobuy .m-honor-title p {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .secs-tobuy .m-honor-title span {
    font-size: 12px;
    margin-left: 10px;
  }

  /* what-box 横向滚动卡片 */
  .secs-tobuy .what-box { margin-top: -54px; }
  .secs-tobuy .what-box ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .secs-tobuy .what-box ul::-webkit-scrollbar { display: none; }
  .secs-tobuy .what-box ul > li {
    flex: 0 0 auto;
    width: 80%;
    display: flex;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
  }
  .secs-tobuy .what-box ul > li > div {
    width: 100%;
    padding: 20px 19px 15px;
    margin-right: 15px;
    box-sizing: border-box;
    background: url(/images/new_kkidc/cloud_secs/banner-foot-bg.png) no-repeat;
    background-size: 100% 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px 0px 
		rgba(18, 51, 100, 0.1);
  }
  .secs-tobuy .what-box li:not(:last-child) { margin-bottom: 0; }
  .secs-tobuy .what-box li:first-child { margin-left: 30px; }
  .secs-tobuy .banner-foot-inner{
    gap: 5px;
  }
  .secs-tobuy .what-item-li span {
    font-size: 12px;
    color: #626266;
    line-height: 22px;
  }
  .secs-tobuy .what-item-li img {
    max-height: 35px;
  }


  /* 产品优势 手风琴 */
  .secs-tobuy .section-a1 .product-advantage li:hover .hover-icon-80,
  .secs-tobuy .section-a1 .product-advantage li.slide-detail-drop .hover-icon-80{
    animation: none;
  }
  .secs-tobuy .section-a1 .product-advantage{
    display: block;
    gap: 0;
  }
  .secs-tobuy .section-a1 .product-advantage > li{
    width: 100%;
    align-items: flex-start;
    height: 55px;
    overflow: hidden;
    margin: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border: solid 1px #eaebef;
  }
   .secs-tobuy .section-a1 .product-advantage li:not(:last-child) {
    border-bottom: none;
  }
  .secs-tobuy .section-a1 .product-top-box{
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 55px;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    border-top: 1px solid transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .secs-tobuy .section-a1 .product-top-box h4{
    margin: 8px 12px;
    font-size: 14px;
    color: #1c1d1f;
    line-height: 1;
  }
  .secs-tobuy .section-a1 .product-top-box .iconfont-iconclass{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }
  .secs-tobuy .section-a1 li .advantage-desc{
    box-sizing: border-box;
    max-width: none;
    width: 100%;
    height: 72px;
    padding: 17px 13px;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    background: url(/images/new_kkidc/loophole/m-top-banner.png)  no-repeat;
    background-size: 100% 100%;
  }

  /* 点击展开 */
  .secs-tobuy .slide-detail-drop{
    height: 127px!important;
  }
  .secs-tobuy .slide-detail-drop .box-top-bg{
    box-shadow: 0px 3px 8px 0px
		rgba(199, 208, 222, 0.25),
		inset 0px 0px 0px 0px
		#ffffff,
		inset -2px 19px 40px 0px
		rgba(225, 227, 235, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.8)!important;
  }
  .secs-tobuy .slide-detail-drop .box-top-bg h4{font-weight: 700!important}
  .secs-tobuy .slide-detail-drop .icon-rotate{
    transform: translateY(-60%)  rotate(-90deg)!important;
    -webkit-transform: translateY(-60%)  rotate(-90deg)!important;
    -moz-transform: translateY(-60%)  rotate(-90deg)!important;
    -ms-transform: translateY(-60%)  rotate(-90deg)!important;
    -o-transform: translateY(-60%)  rotate(-90deg)!important;
  }
  .secs-tobuy .slide-detail-drop .icon-rotate .icon-icon_xiala_normal{
    color: #2981ff;
  }

  .secs-tobuy .section-header p{
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .secs-tobuy .section-header
  {
    margin-bottom: 25px;
  }

  /* 三层安全防护体系 移动端 */
  .secs-security-nav {
    display: flex;
    justify-content: space-around;
    margin: 0 0 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #e1e5eb;
  }
  .secs-security-nav span {
    position: relative;
    padding: 0 0 13px;
    font-size: 14px;
    color: #323235;
    margin: 0;
  }
  .secs-security-nav span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 3px;
    background-color: #2981ff;
    transition: all .3s;
  }
  .secs-security-nav span.active {
    font-weight: 700;
    color: #323235;
  }
  .secs-security-nav span.active::after {
    width:100%;
  }
  .secs-tobuy .nav-list {
    background-image: linear-gradient(0deg, 
		#f2f5fa 0%, 
		#ffffff 100%);
    box-shadow: 0px 3px 12px 0px 
		rgba(18, 51, 100, 0.08);
    padding: 15px;
    border: solid 1px #ffffff;
  }
  .secs-security-item {
    text-align: center;
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
}
  .secs-security-item.visible {
    opacity: 1;
  }
  .secs-security-item img {
    width: 100%;
    height: auto;
  }
  .secs-security-item p {
    font-size: 14px;
    color: #626266;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
  }

  /* 优势对比 移动端 */
  .secs-tobuy .section-a3.m-show .section-header {
    margin-bottom: 16px;
  }
  .secs-tobuy .m-advantage-contrast {
    border: 1px solid #e1e5eb;
  }
  .secs-tobuy .m-tab-contrast {
    display: flex;
    background: #f6f9fc;
  }

  .secs-tobuy .m-tab-contrast-r ,
  .secs-tobuy .m-tab-contrast-l {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #626266;
  }

  .secs-tobuy .r-drop,
  .secs-tobuy .l-drop {
    background: url(/images/new_kkidc/cloud_secs/m-contrast-r.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 0;
    min-height: 44px;
    box-sizing: border-box;
  }

  .secs-tobuy .l-drop{
    padding-right: 15px;
  }
  .secs-tobuy .r-drop {
    background: url(/images/new_kkidc/cloud_secs/m-contrast-l.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 15px;
  }

  .secs-tobuy .m-tab-bottom-r,
  .secs-tobuy .m-tab-bottom-l {
    padding: 20px 15px;
  }
  .secs-tobuy .m-tab-bottom-r {
    display: none;
  }
  .secs-tobuy .l-m-drop {
    display: block;
  }

  .secs-tobuy .m-tab-p-up {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    font-size: 15px;
  }
  .secs-tobuy .m-tab-p-up img {
    height: 13px;
  }
  .secs-tobuy .m-tab-p-l {
    font-weight: bold;
    color: #1c1d1f;
    padding-left: 9px;
  }
  .secs-tobuy .m-tab-p-down {
    font-size: 13px;
    color: #626266;
    line-height: 20px;
    margin-bottom: 18px;
  }

  /* 应用场景 */
  .secs-scene-list{
    flex-direction: column;
  }
  .secs-tobuy .secs-scene-list>li{
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
    padding: 19px 12px;
    box-shadow: 0px 3px 12px 0px 
		rgba(18, 51, 100, 0.06), 
		inset 0px 1px 0px 0px 
		#fcfdff;
	  border: solid 1px #ebedf0;
    background: url(/images/new_kkidc/cloud_secs/m-scene-bg.png) no-repeat top left;
    background-size: 100% 100%;
  }
  .secs-tobuy .secs-scene-header{
    margin-top: 0;
    text-align: left;
  }
  .secs-tobuy .secs-scene-header h4{
    margin-bottom: 15px;
  }
  .secs-tobuy .secs-scene-tags{
    justify-content: flex-start;
  }
  .secs-tobuy .secs-scene-body{
    padding: 0;
    padding-top: 20px;
  }
  .secs-tobuy .secs-scene-label{
    margin-bottom: 12px;
  }
  .secs-tobuy .secs-scene-body ol{
    margin-bottom: 17px;
    line-height: 20px;
  }
  .secs-tobuy .secs-scene-list ol li{
    border: none;
    margin-bottom: 0;
    font-size: 13px;
  }
  .secs-tobuy .secs-scene-tip{
    font-size: 13px;
    color: #626266;
    line-height: 20px;
    gap: 12px;
  }
  .secs-tobuy .secs-scene-item:hover{
    background: url(/images/new_kkidc/cloud_secs/m-scene-bg.png) no-repeat top left;
    background-size: 100% 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    border: solid 1px #ebedf0;
    box-shadow: 0px 3px 12px 0px 
		rgba(18, 51, 100, 0.06), 
		inset 0px 1px 0px 0px 
		#fcfdff;
  }


  .secs-tobuy .secs-benefit-list{
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
  }
  .secs-tobuy .secs-benefit-list>li{
    width: 100%;
    height: 122px;
    flex: none;
    margin-bottom: 0;
    box-shadow: 0px 3px 12px 0px 
		rgba(18, 51, 100, 0.06);
    padding: 0 16px;

    text-align: left;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background: #fff url(/images/new_kkidc/cloud_secs/scene_bg_2.png) center / 100% 100% no-repeat;
    align-content: center;

  }
  .secs-tobuy .secs-benefit-list>li:hover{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    box-shadow: 0px 3px 12px 0px 
		rgba(18, 51, 100, 0.06);
  }
  .secs-tobuy .secs-benefit-list>li img{
    height: 20px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-bottom: 14px;
  }
  .secs-tobuy .secs-benefit-list li h4{
    font-size: 15px;
    flex: 1;
    margin-bottom: 14px;
  }
  .secs-tobuy .secs-benefit-list li p{
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }

  .secs-tobuy .secs-scene-tags span {
    flex: 1;
  }

  /* 奖项资质 */
  .secs-tobuy .section-a5 .honor-swiper-6 .swiper-center{
    font-size: 0;
    line-height: 16px;
    width: auto;
    zoom: .5;
  }
  .secs-tobuy .section-a5 .honor .honor-swiper-6 .swiper-slide{
    margin-right: 15px !important;
  }
  .secs-tobuy .honor .swiper-center img { height: auto; max-width: 100%; }
  .secs-tobuy .honor .honor-swiper:last-child{
    margin-bottom: 0;
  }

  /* //底部咨询 */
  .secs-tobuy .section-a6{
    background: url(/images/new_kkidc/cloud_secs/m_foot_bg.png) no-repeat center center;
    background-size: 100% 100%;
    height: 100px;
  }
  .secs-tobuy .section-a6 .secs-a6-inner{
    flex-direction: column;
    padding: 0 5px;
    align-items: start;
    justify-content: center;
  }
  .secs-tobuy .section-a6 .secs-a6-text p{
    display: none;
  }
  .secs-tobuy .section-a6 .secs-a6-text h2{
    font-size: 16px;
    margin-bottom: 13px;
  }
  .secs-tobuy .section-a6 .secs-a6-btn-consult, .secs-tobuy .section-a6 .secs-a6-btn-buy{
    width: 100px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
  }
  .secs-tobuy .secs-a6-btn-consult{
    display: none!important;
  }
  .secs-tobuy .section-a6 .secs-a6-btn-buy:hover{
    color: #fbe341;
  }
  .secs-tobuy .section-a6 .secs-a6-btn-consult:hover::before, .secs-tobuy .section-a6 .secs-a6-btn-buy:hover::before{
    display: none;
  }

  .secs-tobuy .secs-scene-tip img {
    margin-top: 0;
  }
}
