﻿/* 信创 Hero：对齐云平台聚合页 banner 布局（左文案 + 右插图） */
.innov-hero {
  padding: 0;
  margin: 0;
}

.innov-hero .hero-slide-inner {
  gap: 0 50px;
  padding-bottom: 100px; /* 给底部 switch_tab 留位 */
}

.innov-hero .hero-btns {
  margin-bottom: 0;
}

.innov-hero .hero-visual {
  width: clamp(280px, calc(100vw * 460 / 1440), 460px);
  flex-shrink: 0;
  margin-left: auto;
  line-height: 0;
}

.innov-hero .hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* 浅色 hero 上叠 tab：默认字色改为深色（sticky form_tab 仍走原白底样式） */
body[data-zcl-edition="innovation"] .switch_tab:not(.form_tab) {
  background: rgba(0, 87, 156, 0.08);
}

body[data-zcl-edition="innovation"] .switch_tab:not(.form_tab) .switch_tab_wrap li,
body[data-zcl-edition="innovation"] .switch_tab:not(.form_tab) .switch_tab_wrap p {
  color: var(--on-surface, #1a1a1a);
}

body[data-zcl-edition="innovation"] .switch_tab:not(.form_tab) .switch_tab_wrap p:hover {
  color: var(--primary, #00579c);
}

@media (max-width: 768px) {
  .innov-hero .hero-slide-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 64px;
  }

  .innov-hero .hero-visual {
    width: min(100%, 360px);
    margin-left: 0;
    margin-inline: auto;
  }
}

/* 解决方案正文：整体内容最大宽度 1440 */
body[data-innov-tab="solution"] .case_switch,
body[data-innov-tab="solution"] .solution .case_introduction,
body[data-innov-tab="solution"] .list .list_container,
body[data-innov-tab="solution"] .solution .case_href {
  width: 100%;
  max-width: var(--container-max, 1440px);
  padding-left: var(--container-px, 24px);
  padding-right: var(--container-px, 24px);
  box-sizing: border-box;
}

body[data-innov-tab="solution"] .solution .case_img {
  padding-left: var(--container-px, 24px);
  padding-right: var(--container-px, 24px);
  box-sizing: border-box;
}

body[data-innov-tab="solution"] .solution .case_img > img {
  max-width: var(--container-max, 1440px);
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 覆盖 innovationCloudProduct.css 在 ≤1440 时把内容压成 80% 的规则 */
@media screen and (max-width: 1440px) {
  body[data-innov-tab="solution"] .case_switch,
  body[data-innov-tab="solution"] .list .list_container,
  body[data-innov-tab="solution"] .solution .case_href,
  body[data-innov-tab="solution"] .solution .case_introduction,
  body[data-innov-tab="solution"] .case_img img {
    width: 100%;
    max-width: var(--container-max, 1440px);
  }
}

/* 生态图谱正文：整体内容最大宽度 1440 */
body[data-innov-tab="ecology"] .ecological_atlas .desc,
body[data-innov-tab="ecology"] .ecological_top_container .logo_container,
body[data-innov-tab="ecology"] .ecological_top_container .logo_article,
body[data-innov-tab="ecology"] .logo2_container .container,
body[data-innov-tab="ecology"] .ecological_bottom_container .chart_icon,
body[data-innov-tab="ecology"] .ecological_bottom_container .chart_list,
body[data-innov-tab="ecology"] .ecology_product_box .ecology_product_img {
  width: 100%;
  max-width: var(--container-max, 1440px);
  box-sizing: border-box;
  text-align: center;
}

body[data-innov-tab="ecology"] .logo2_container .container {
  /* 原规则已有左右 padding，叠加 container-px 时改为统一内边距 */
  padding-left: clamp(24px, 4vw, 60px);
  padding-right: clamp(24px, 4vw, 60px);
}

body[data-innov-tab="ecology"] .ecology_product_box .ecology_product_img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  body[data-innov-tab="ecology"] .ecological_atlas .desc,
  body[data-innov-tab="ecology"] .ecological_atlas .title,
  body[data-innov-tab="ecology"] .ecological_top_container .logo_container,
  body[data-innov-tab="ecology"] .ecological_top_container .logo_article,
  body[data-innov-tab="ecology"] .logo2_container .container,
  body[data-innov-tab="ecology"] .ecological_bottom_container .chart_icon,
  body[data-innov-tab="ecology"] .ecological_bottom_container .chart_list,
  body[data-innov-tab="ecology"] .ecology_product_box .ecology_product_img {
    width: 100%;
    max-width: var(--container-max, 1440px);
  }
}

/* 产品概述正文：整体内容最大宽度 1440 */
body[data-innov-tab="overview"] .advantage .advantage_list,
body[data-innov-tab="overview"] .product_img .out_con,
body[data-innov-tab="overview"] .msg_cloud ul,
body[data-innov-tab="overview"] .product_overview .list .list_container {
  width: 100%;
  max-width: var(--container-max, 1440px);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-px, 24px);
  padding-right: var(--container-px, 24px);
  box-sizing: border-box;
}

body[data-innov-tab="overview"] .product_img .out_con .in_con img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1440px) {
  body[data-innov-tab="overview"] .advantage .advantage_list,
  body[data-innov-tab="overview"] .advantage .title,
  body[data-innov-tab="overview"] .product_img .out_con,
  body[data-innov-tab="overview"] .product_img .title,
  body[data-innov-tab="overview"] .product_img .desc,
  body[data-innov-tab="overview"] .msg_cloud ul,
  body[data-innov-tab="overview"] .product_overview .list .list_container {
    width: 100%;
    max-width: var(--container-max, 1440px);
  }
}

.bt_con .telphone {
  margin-left: unset;
  position: relative;
}

.bt_con .telphone .phone_link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bt_con .header_btn_collection {
  cursor: pointer;
  width: 218px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
}

.bt_con .header_btn_collection .call .btn_text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #007FDF;
  line-height: 32px;
}

.bt_con .header_btn_collection:hover {
  transform: translateY(-5px);
}

.ecology_product_box {
  display: block;
}

.ecology_product_box .ecology_product_img {
  width: 1180px;
  margin: 0 auto;
}

.logo_article.pc {
  display: block;
}

.logo_article.wap {
  display: none;
}

.case_img_wap {
  display: none;
}

@media screen and (max-width:980px) {
  .innov-hero .hero-slide-inner {
    padding-bottom: 70px;
  }

  .switch_tab_wrap li {
    font-size: 14px;
    line-height: 44px;
  }

  .switch_tab {
    height: 44px;
    top: -44px;
  }

  .switch_tab_wrap .current_arrow {
    margin-right: -8.25px;
    border-left: 8.25px solid transparent;
    border-right: 8.25px solid transparent;
  }

  .switch_tab_wrap span {
    border-bottom-width: 7.7px;
  }

  .switch_tab_wrap {
    min-width: unset;
  }

  .ecological_atlas .ecological_top_container .title {
    font-size: 24px;
    line-height: 30px;
  }

  .ecological_top_container {
    padding-top: 60px;
  }

  .product_overview .msg_cloud .title {
    font-size: 24px;
    line-height: 30px;
  }

  .ecological_atlas .desc {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 15px;
  }

  .product_overview .advantage .title {
    font-size: 24px;
    line-height: 30px;
  }

  #middle .advantage {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product_overview .advantage .advantage_list {
    margin-top: 30px;
    justify-content: space-around;
  }

  .logo2_container .container {
    display: none;
  }

  .logo_article.pc {
    display: none;
  }

  .logo_article .article_item {
    display: block;
  }

  .logo_article .article_item {
    height: unset;
  }

  .article_item .logo_con>i {
    height: 50px;
  }

  .logo_con img {
    height: 50px !important;
  }

  .logo2_container {
    width: 100%;
  }

  .logo_article.wap {
    display: block;
    width: 100%;
  }

  .logo_article .article_item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .article_item .content .left_content p {
    font-size: 14px;
    line-height: 22px;
  }

  .chart_list {
    display: none;
  }

  .ecology_product_box {
    display: block;
    width: 90%;
    overflow: scroll;
    margin: 0 auto;
  }

  .ecology_product_box .ecology_product_img {
    width: 980px;
  }

  .ecological_bottom_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .advantage_list .item p {
    font-size: 18px;
    line-height: 24px;
  }

  .advantage_list .item i {
    transform: scale(0.67);
  }

  .advantage_list .item p {
    padding-left: 29px;
  }

  .advantage_list .item i {
    top: 5px;
    left: 2px;
  }

  .advantage_list .item {
    padding: 10px;
  }

  .advantage_list .item div {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .product_img .out_con {
    width: 90%;
  }

  .product_img .title {
    font-size: 24px;
    line-height: 30px;
  }

  .product_img .desc {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  #middle .product_img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .msg_cloud li div:first-child {
    width: 48px;
    height: 48px;
    background-image: url(/static/skin/images/product/zstack_cloud_official/xinchuangProduct/icon_overview_wap.svg);
  }

  .msg_cloud li {
    padding: 10px 15px;
  }

  .msg_cloud li>p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .msg_cloud .xc_img2 {
    background-position-x: -48px;
  }

  .msg_cloud .xc_img3 {
    background-position-x: -96px;
  }

  .msg_cloud li div:last-child {
    font-size: 14px;
    line-height: 22px;
  }

  #middle .msg_cloud {
    padding-top: 60px;
  }

  .msg_cloud .title {
    margin-bottom: 30px;
  }

  .msg_cloud li:nth-child(2) {
    margin: 10px 0;
  }

  .product_overview .feature .img {
    background-image: url(/static/skin/images/product/zstack_cloud_official/xinchuangProduct/icon_overview_wap.svg);
    width: 48px;
    height: 48px;
  }

  .product_overview .feature_img1 {
    background-position: -144px 0;
  }

  .product_overview .feature_img2 {
    background-position: -192px 0;
  }

  .product_overview .feature_img3 {
    background-position: -240px 0;
  }

  .product_overview .feature_img4 {
    background-position: -288px 0;
  }

  .product_overview .feature_img5 {
    background-position: -336px 0;
  }

  .product_overview .feature_img6 {
    background-position: -384px 0;
  }

  .list_container .feature .text {
    font-size: 18px;
    line-height: 24px;
  }

  .list_container .introduction {
    font-size: 14px;
    line-height: 22px;
  }

  .list_container li {
    margin-top: 30px;
  }

  .feature .img {
    margin-right: 5px;
  }

  .list .list_container {
    padding-top: 60px;
  }

  .list_container .title {
    font-size: 24px;
    line-height: 30px;
  }

  .case_switch>div[data-case="baremetal"] {
    background-image: unset;
    background: #EAEFF4;
  }

  .case_switch>div[data-case="government"] {
    background-image: unset;
    background: #EAEFF4;
  }

  .case_switch>div[data-case="cloud_safe"] {
    background-image: unset;
    background: #EAEFF4;
  }

  .case_switch>div.active {
    background: #E9F7FF;
  }

  .case_switch>div {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
  }

  .case_introduction .case_types {
    display: none;
  }

  .solution .case_introduction {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .business_scene .text {
    font-size: 18px;
    line-height: 24px;
  }

  .business_scene .desc {
    margin-top: 10px;
  }

  .solution .case_img {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .case_switch {
    padding-top: 60px;
  }

  .case_img .text {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .case_img img {
    display: none;
  }

  .case_img_wap {
    width: 100%;
    overflow-x: scroll;
  }

  .case_img_wap .img_wap_container {
    width: 980px;
  }

  .case_img_wap .img_wap_container img {
    width: 980px;
  }

  .business_scene .desc {
    font-size: 14px;
    line-height: 22px;
  }

  .baremetal .feature .img {
    background-image: url(/static/skin/images/product/zstack_cloud_official/xinchuangProduct/icon_baremetal_wap.svg);
  }

  .government .feature .img {
    background-image: url(/static/skin/images/product/zstack_cloud_official/xinchuangProduct/icon_gov_wap.svg);
  }

  .cloud_safe .feature .img {
    background-image: url(/static/skin/images/product/zstack_cloud_official/xinchuangProduct/icon_safe_wap.svg);
  }

  .feature .img {
    width: 48px;
    height: 48px;
  }

  .baremetal .feature_img2,
  .government .feature_img2,
  .cloud_safe .feature_img2 {
    background-position: -48px 0;
  }

  .baremetal .feature_img3,
  .government .feature_img3,
  .cloud_safe .feature_img3 {
    background-position: -96px 0;
  }

  .baremetal .feature_img4,
  .government .feature_img4,
  .cloud_safe .feature_img4 {
    background-position: -144px 0;
  }

  .baremetal .feature_img5,
  .government .feature_img5,
  .cloud_safe .feature_img5 {
    background-position: -192px 0;
  }

  .solution .case_href {
    display: none;
  }

  .list .list_container {
    padding-bottom: 60px;
  }

  .solution .list_container li {
    margin-top: 15px;
  }

  .product_overview .list .list_container {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .list_container .feature {
    flex-direction: row;
  }
  body[data-innov-tab="overview"] .product_img .out_con .in_con img{
     width: 100%;
  }
  .desc{
     padding: 0 15px;
  }

}

@media screen and (max-width: 680px) {
  .list_container li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 570px) {
  .advantage_list .item:first-child {
    margin-top: 0;
  }

  .switch_tab .tab_container {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

/* 信创概述页：区块水平居中，卡片统一官网主题配色 */
.product_overview .advantage,
.product_overview .product_img,
.product_overview .msg_cloud {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.product_overview .advantage {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 87, 156, 0.06);
}

.product_overview .advantage .advantage_list {
  margin: 36px auto 0;
}

.product_overview .product_img {
  padding: 80px 0;
  background: #fff;
}

.product_overview .product_img .out_con {
  margin-left: auto;
  margin-right: auto;
}

.product_overview .msg_cloud {
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(0, 87, 156, 0.06) 0%, #fff 100%);
}

.product_overview .msg_cloud .title,
.product_overview .list_container .title {
  text-align: center;
}

.product_overview .advantage_list .item,
.product_overview .msg_cloud li,
.product_overview .list_container li {
  box-sizing: border-box;
  background: rgba(0, 87, 156, 0.045);
  border: 1px solid rgba(0, 87, 156, 0.16);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 87, 156, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product_overview .advantage_list .item:hover,
.product_overview .msg_cloud li:hover,
.product_overview .list_container li:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 87, 156, 0.32);
  box-shadow: 0 16px 32px rgba(0, 87, 156, 0.14);
}

.product_overview .list_container li {
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .product_overview .advantage,
  .product_overview .product_img,
  .product_overview .msg_cloud {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}