/* 合作伙伴共赢 */
.win-content {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.win-item {
  border-radius: var(--radius-primary);
  background-color: var(--bg-color-1);
  padding: 4rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.win-item-img {
  width: 25.6rem;
  height: 18.2rem;
  position: relative;
}
.win-item-title {
  margin-top: 2.8rem;
  font-size: 3.6rem;
  line-height: 5.2rem;
  color: var(--text-color-1);
  font-family: "SourceHanSansCN-Medium" !important;
  font-weight: 500 !important;
}
.win-item-desc {
  margin-top: 1.8rem;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text-color-1);
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
}
.win-content2 .win-item {
  background: var(--black-light-13);
}
.win-content2 .win-item-desc {
  color: var(--black-light-4);
}
/* 成为合作伙伴 */
.become-step {
  margin-top: 10rem;
  padding: 0 10.5rem;
  display: flex;
  justify-content: space-between;
}
.step-item {
  padding: 1.8rem 0 0.2rem 0;
  width: 16.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-icon {
  margin: 0 0 3rem 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon svg {
  width: 4.2rem;
  height: 4.2rem;
  fill: #333;
}
.step-item > p {
  font-size: 3rem;
  line-height: 4.2rem;
  color: var(--text-color-1);
  /* margin-top: 4.6rem; */
}
.step-line {
  flex: 1;
  margin: 8rem 0 0 0;
  height: 1px;
  background-color: #00000026;
}
.become-link {
  display: block;
  width: fit-content;
  margin: 10rem auto 0 auto;
  padding: 1rem 7.2rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  border-radius: 8rem;
  color: var(--text-color-2);
  font-family: "SourceHanSansCN-Regular";
  border: 1px solid var(--text-color-2);
  transition: all 0.3s;
}
.become-link:hover {
  background-color: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white-primary);
}

.step-item-on .step-icon {
  background: rgba(42, 146, 255, 0.2);
}
.step-item-on .step-icon svg {
  fill: #769FDF;
}

/* become-step-cont */
.become-step-cont {
  margin: 3.2rem 0 0 0;
  font-family: "SourceHanSansCN-Regular"
}
.step-cont-mide {
  padding: 4.4rem 4rem;
  line-height: 3.6rem;
  font-size: 2rem;
  color: var(--black-light-4);
  background: #F8F8F8;
  border-radius: 2rem;
}
.step-cont-mide2 {
  padding: 3.2rem 4rem 2.4rem 4rem;
}
.step-mide-card {
  margin: 2rem 0 0 0;
  display: flex;
  gap: 2rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
}
.step-mide-card figure {
  flex: 1;
  padding: 2rem 4rem 2.3rem 4rem;
  border-radius: 2rem;
  background: #fff;
}
.step-mide-card h6 {
  margin: 0 0 0.8rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--black-light-1);
  text-align: center;
}
.mide-card-text {
  display: block;
  font-size: 1.4rem;
  min-height: 4.8rem;
}
.mcard_mode {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  margin: 2.2rem 0 0 0;
}
.mcard_mode span a { 
  display: block;
  color: #0D67FF;
  text-decoration: underline;
}
.mcard_mode span a:hover {
  color: #0D67FF;
}
.mcard_mode span a + a {
  margin: 1.5rem 0 0 0;
}
.mcard_mode span a.mcard_more {
  width: 9.6rem;
  height: 2.8rem;
  line-height: 2.6rem;
  font-size: 1.4rem;
  color: #191919;
  border-radius: 2rem;
  border: 1px solid #191919;
  text-align: center;
  text-decoration: none;
}

/* logo列表 */
.section-partner-list {
  padding: 8rem 24rem;
  background: linear-gradient(270deg, #FFFCF5 0%, #FFF4F8 29.33%, #EBF3FF 58.17%, #F7FEFC 100%);
}
.tab-container {
  margin-top: 6.5rem;
  position: relative;
}
.tab-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab-item {
  font-size: 2.6rem;
  line-height: 4.6rem;
  color: var(--text-color-3);
  cursor: pointer;
  position: relative;
}
.tab-item::after {
  left: 0;
  bottom: -3px;
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: transparent;
}
.tab-item + .tab-item {
  margin-left: 18.8rem;
}
.tab-item--active,
.tab-item:hover {
  color: var(--text-color-4);
}
.tab-item--active::after,
.tab-item:hover::after {
  background-color: var(--text-color-4);
}
.partner-list-content {
  margin-top: 4.5rem;
  width: 100%;
  overflow: hidden;
}
.partner-type-list {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.partner-type-item { 
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}
.logo-item {
  height: 11.6rem;
  padding: 0 4.7rem;
  border-radius: 1.2rem;
  background: var(--white-primary);
  border: 1px solid #F5F4F3;
}
.logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-list-link {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
}
.logo-list-link a {
  padding: 1rem 6rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-family: "SourceHanSansCN-Regular";
  border-radius: 8rem;
  border: 1px solid var(--text-color-2);
  color: var(--text-color-2);
  transition: all 0.3s; 
}
.logo-list-link a:hover {
  background-color: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white-primary);
}
/* 麒心伙伴计划 */
.plan-content {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.8rem;
}
.plan-item {
  height: 100%;
  background: #F7F9FF;
  border-radius: var(--radius-primary);
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-title {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: var(--text-color-1);
}
.step-group {
  flex: 1;
  margin: 4rem 6.4rem 0 6.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step-item + .step-item {
  margin-left: 4.8rem;
}
.step-item > img {
  width: 11.1rem;
  height: auto;
  object-fit: contain;
}
.step-item > h4 {
  margin-top: 2.4rem;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #151E56;
}
.step-low {
  height: 72.7%;
  background: linear-gradient(109.12deg, #F7FAFF 6.62%, #D7E2FA 88.6%);
}
.step-middle {
  height: 84.8%;
  background: linear-gradient(109.12deg, #FFFAF6 6.62%, #FFE6D2 88.6%);
}
.step-top {
  height: 100%;
  background: linear-gradient(71.94deg, #E1FCFF 17.39%, #C0D3FF 102.35%);
}
.plan-process-container {
  padding: 2.3rem 13.3rem 0 11.1rem;
  width: 100%;
}
.plan-process-item {
  display: flex;
  align-items: center;
}
.plan-process-item + .plan-process-item {
  margin-top: 0.8rem;
}
.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--text-color-2);
  position: relative;
}
.dot::after {
  position: absolute;
  left: 0.4rem;
  top: 1.3rem;
  width: 1px;
  height: 4.2rem;
  content: "";
  background-color: #D9D9D9;
}
.plan-process-item:last-child .dot::after {
  display: none;
}
.process-item-content {
  flex: 1;
  margin-left: 1.2rem;
  border-radius: 4px;
  background-color: var(--white-primary);
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.process-item-content > svg { 
  width: 2rem;
  height: 2rem;
}
.process-item-content > span { 
  margin-left: 1.6rem;
  font-size: 2rem;
  line-height: 3rem;
}
.plan-link {
  margin: 2.3rem 0 4rem 0;
  display: flex;
  justify-content: center;
}
.plan-link a { 
  padding: 1.3rem 3.3rem;
  font-size: 2rem;
  line-height: 2.9rem;
  border-radius: 8rem;
  border: 1px solid var(--text-color-2);
  transition: all 0.3s;
}
.plan-link a:hover {
  background-color: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white-primary);
}
.color-white {
  color: var(--white-primary);
}
.league-content {
  margin-top: 10rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.league-item {
  padding: 0 2.6rem 5.8rem 2.6rem;
}
.league-item > img {
  width: 100%;
  height: 18.4rem;
  object-fit: contain;
}
.league-item > p {
  margin-top: 3.2rem;
  font-size: 2.9rem;
  line-height: 4.4rem;
  color: var(--white-primary);
  text-align: center;
}
.league-split-line {
  flex: 1;
  height: 2px;
  background-color: #EAEAEA;
  margin-top: 8rem;
}
.link-group {
  margin-top: 10rem;
  padding: 0 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-group a {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "SourceHanSansCN-Bold";
  color: #C3D9FF;
  text-decoration: underline;
}

.step-mide-imgs {
  margin: 2rem 0 0 0;
}
.step-mide-imgs span {
  display: inline-block;
  width: 16.2rem;
  margin: 0 2rem 0 0;
}
.step-mide-imgs span img {
  display: block;
  width: 100%;
}

/* eco_system_contemt */
.eco_system_contemt {
  margin: 6rem 0 0 0;
}
.eco_system_tabs {
  padding:  0 8rem;
  border-bottom: 1px solid #9B9B9B;
}
.eco_system_tabs ul {
  display: flex;
  justify-content: space-between;
}
.eco_system_tabs li {
  position: relative;
  margin: 0 0 -2px 0;
  /* height: 3.6rem; */
  line-height: 3.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(-black-light-1);
  cursor: pointer;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eco_system_tabs li em {
  font-weight: bold;
}
.sys_line {
  display: none;
  margin: 1.8rem 0 0 0;
  padding: 0 5px;
  height: 3px;
  background: #4B88D9;
}
.eco_system_tabs li.tabs_on {
  color: #4B88D9;
}
.eco_system_tabs li.tabs_on .sys_line {
  display: block;
}

.eco_system_tcont {
  margin: 6rem 0 0 0;
  padding: 2.6rem 8rem 2.6rem 2.5rem;
  overflow: hidden;
}
.eco_sys_calls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  font-family: "SourceHanSansCN-Regular";
  color: #626262;;
}

.eco_sys_calls hgroup {
  flex: 1;
  min-width: 0;
  padding: 2.4rem 0 2.4rem 20.3rem;
  line-height: 2.6rem;
  font-size: 1.8rem;
  transition: all 0.6s ease-out 0s;
}

.eco_sys_calls hgroup h5 {
  margin: 0 0 2.1rem 0;
  line-height: 3.6rem;
  font-size: 2.4rem;
  color: var(--black-primary);
}
.eco_sys_calls hgroup p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 0 2rem 0;
}
.eco_sys_calls hgroup em {
  font-weight: bold;
}
.eco_sys_calls hgroup
.eco_sys_calls hgroup, .eco_sys_calls hgroup h5 {
  font-family: "SourceHanSansCN-Medium" !important;
  font-weight: 500;
}

.eco_sys_calls hgroup em,
.eco_sys_calls hgroup b {
  font-weight: normal;
}

.eco_sys_calls hgroup b, .eco_sys_tbox {
  flex: 1;
  min-width: 0;
}
.eco_sys_pic {
  position: relative;
  width: 58rem;
}
.eco_sys_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eco_sys_pdes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #fff;
}

.eco_cpos { 
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}
.eco_cpos p {
  padding: 0 0.975rem;
  border-radius: 0.75rem;
  background: rgba(32, 99, 242, 0.24);
  backdrop-filter: blur(3px)
}
.eco_sys_pcion {
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  margin: 0.3rem auto 0 auto;
}
.ece_y_icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../images/eco/icon_69.png') 0 0 no-repeat;
  background-size: cover;
}

.eco_cpos1 {
  z-index: 11;
  top: 13.446rem;
  right: 11.025rem;
}
.eco_cpos2 {
  z-index: 10;
  top: 14.647rem;
  right: 9.675rem;
}
.eco_cpos3 {
  z-index: 10;
  top: 28.55rem;
  right: 13.55rem;
}
.eco_cpos4 {
  z-index: 11;
  top: 30rem;
  right: 9.5rem;
}
.eco_cpos5 {
  z-index: 12;
  top: 35.2rem;
  right: 12.05rem;
}

.eco_pon, .eco_cpos:hover {
  z-index: 13;
}
.eco_pon p, .eco_cpos:hover p {
  background: rgba(32, 99, 242, 1);
}
.eco_pon .ece_y_icon, .eco_cpos:hover .ece_y_icon {
  background: url('../../images/eco/icon_70.png') 0 0 no-repeat;
  background-size: cover;
}

.sys_icon {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 0;
  margin: -0.15rem 1.2rem 0 0;
  vertical-align: middle;
}

.sys_icon2 {
  background: url('../../images/eco/icon_63.png') 0 0 no-repeat;
  background-size: cover;
}
.sys_icon3 {
  background: url('../../images/eco/icon_64.png') 0 0 no-repeat;
  background-size: cover;
}
.sys_icon4 {
  background: url('../../images/eco/icon_65.png') 0 0 no-repeat;
  background-size: cover;
}

/* show_box */
.show_box, .show_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.show_box,
.show_mask, .show_mode, .show_close {
    z-index: -1;
}
.show_mask {
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(20px);
  transition: all 0.7s ease-in-out 0s;
}

.show_mode {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem 4rem;
  max-width: 100%;
  background: #fff;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  transform: translate(-50%, -50%) scale(0.2, 0.2);
}
.show_close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url('../..//mobile/img/phone/ph_icon30.png') 0 0 no-repeat;
  background-size: cover;
}
.show_pic img {
  max-width: 100%;
}
.show_on {
  z-index: 9999;
}
.show_on .show_mask {
  z-index: 10000;
}
.show_on .show_close {
  z-index: 10005;
}
.show_on .show_mode {
  z-index: 10001;
  transform: translate(-50%, -50%) scale(1, 1);
}
@media screen and (max-width: 1280px) {
  .eco_cpos1 {
    z-index: 11;
    top: 11.046rem;
    right: 9.025rem;
  }

  .eco_cpos2 {
    z-index: 10;
    top: 12.147rem;
    right: 7.675rem;
  }

  .eco_cpos3 {
    z-index: 10;
    top: 25.55rem;
    right: 11.55rem;
  }

  .eco_cpos4 {
    z-index: 11;
    top: 26rem;
    right: 7.5rem;
  }

  .eco_cpos5 {
    z-index: 12;
    top: 30.2rem;
    right: 10.05rem;
  }

  .eco_pon,
  .eco_cpos:hover {
    z-index: 13;
  }

  .eco_pon p,
  .eco_cpos:hover p {
    background: rgba(32, 99, 242, 1);
  }

  .eco_pon .ece_y_icon,
  .eco_cpos:hover .ece_y_icon {
    background: url('../../images/eco/icon_70.png') 0 0 no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .win-content {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    grid-gap: 0.75rem;
  }
  .win-item {
    padding: 0;
  }

  .win-item-img {
    width: 100%;
    height: 8rem;
  }
  
  .win-item-title {
    margin-top: 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .win-item-desc {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
  /* 成为合作伙伴 */
  .become-step {
    margin-top: 2rem;
    padding: 0;
  }

  .step-item {
    padding: 0;
    width: 4rem;
  }

  .step-icon {
    margin: 0 0 0.5rem 0;
    width: 3rem;
    height: 3rem;
  }

  .step-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .step-item>p {
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }

  .step-line {
    flex: 1;
    margin: 1.5rem 0 0 0;
    width: 4rem;
  }

  /* become-step-cont */
  .become-step-cont {
    margin: 0.75rem 0 0 0;
  }

  .step-cont-mide {
    padding: 0.75rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
    border-radius: 0.8rem;
  }

  .step-mide-card {
    margin: 0;
    display: block;
    line-height: 1.2rem;
    font-size: 0.75rem;
  }

  .step-mide-card figure {
    margin: 0.75rem 0 0 0;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
  }

  .step-mide-card h6 {
    margin: 0 0 0.2rem 0;
    font-size: 0.75rem;
  }

  .mide-card-text {
    font-size: 0.7rem;
    min-height: 2.4rem;
  }

  .mcard_mode {
    margin: 0.5rem 0 0 0;
  }
  .mcard_mode span a + a {
    margin: 0.5rem 0 0 0;
  }

  .mcard_mode span a.mcard_more {
    width: 4.8rem;
    height: 1.4rem;
    line-height: 1.35rem;
    font-size: 0.7rem;
    border-radius: 1rem;
  }
  .step-mide-imgs {
    margin: 0.75rem 0 0 0;
  }

  .step-mide-imgs span {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }

  /* eco_system_contemt */
  .eco_system_contemt {
    margin: 1.5rem 0 0 0;
  }

  .eco_system_tabs {
    padding: 0 0.25rem;
  }

  .eco_system_tabs li {
    /* height: 1.2rem; */
    line-height: 1.2rem;
    font-size: 0.75rem;
  }

  .sys_line {
    display: none;
    margin: 0.25rem 0 0 0;
  }
  .eco_system_tabs li.tabs_on .sys_line {
    display: block;
  }

  .eco_system_tcont {
    margin: 1.5rem 0 0 0;
    padding: 0;
    display: block;
  }
  .eco_sys_calls {
    display: block;
  }

  .eco_sys_calls hgroup {
    padding: 0.5rem 1rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
  }

 .eco_sys_calls hgroup h5 {
    margin: 0 0 0.75rem 0;
    line-height: 1.2rem;
    font-size: 0.75rem;
  }

  .eco_sys_calls hgroup p {
    margin: 0 0 0.5rem 0;
  }

  .eco_sys_pic {
    width: 100%;
  }

  .sys_icon {
    width: 1.4rem;
    height: 1.4rem;
    margin: -0.15rem 0.5rem 0 0;
  }

  .eco_cpos p {
    padding: 0 0.485rem;
    border-radius: 0.375rem;
  }

  .eco_sys_pcion {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    margin: 0.15rem auto 0 auto;
  }

  .eco_cpos1 {
    z-index: 11;
    top: 3.246rem;
    right: 2.525rem;
  }

  .eco_cpos2 {
    z-index: 10;
    top: 3.546rem;
    right: 2.025rem;
  }

  .eco_cpos3 {
    z-index: 10;
    top: 7.85rem;
    right: 3.55rem;
  }

  .eco_cpos4 {
    z-index: 11;
    top: 8.55rem;
    right: 2.75rem;
  }

  .eco_cpos5 {
    z-index: 12;
    top: 10.0rem;
    right: 2.95rem;
  }


  /* show_box */
  .show_mode {
    padding: 1.5rem 1.5rem;
    width: 90%;
  }
  .show_close {
    right: 0.25rem;
    top: 0.25rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}