.banner-container .swiper-pagination {
  bottom: 0.4rem;
}
.banner-container a {
  display: block;
}
.banner-container img {
  width: 100%;
  display: block;
  min-height: 0;
  height: unset;
}
.banner-container .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  height: 0.08rem;
  width: 0.56rem;
  border-radius: 0.04rem;
}
.banner-container .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.banner-container .swiper-slide {
  position: relative;
}
.banner-container .banner-info {
  position: absolute;
  top: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.banner-container .banner-info .banner-title {
  font-size: 0.48rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.banner-container .banner-info .banner-desc {
  font-size: 0.28rem;
  color: #555555;
}
.banner-container .banner-info .banner-btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  margin-top: 0.5rem;
  width: unset;
  padding: 0 0.25rem;
}
#section {
  background-color: #F3F7FB;
  margin-top: -1px;
  padding-top: 1.12rem;
  --mainColor: #2AC2B6;
}
.title {
  text-align: center;
}
.title h1 {
  font-size: 0.4rem;
  color: #111;
  font-weight: 400;
}
.title h2 {
  font-size: 0.28rem;
  color: #555;
  font-weight: 400;
  margin: 0.28rem auto 0;
}
.brief-wrap {
  position: relative;
  z-index: 100;
}
.brief-wrap .inner {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  padding: 0.22rem 0;
}
.brief-wrap .inner .brief-item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0.26rem 0.7rem;
}
.brief-wrap .inner .brief-item .brief-icon {
  width: 0.48rem;
  height: 0.48rem;
}
.brief-wrap .inner .brief-item .brief-title {
  margin-left: 0.12rem;
  font-size: 0.28rem;
  font-weight: 600;
}
.promotion-wrap {
  padding: 0 0.3rem;
  margin-top: 0.22rem;
}
.promotion-wrap .inner {
  display: block;
  width: 100%;
  height: 2rem;
  background: url('../images/new_ui/promotion@2x.jpg') no-repeat;
  background-size: contain;
}
.promotion-wrap .inner .txt {
  font-size: 0.3rem;
  color: #fff;
  padding-top: 0.48rem;
  padding-left: 0.35rem;
}
.promotion-wrap .inner .btn {
  display: inline-block;
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.3rem;
  background: #ffffff;
  border-radius: 0.26rem;
  color: #0D0231;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  margin-left: 0.35rem;
}
.product-wrap {
  padding: 1.24rem 0.32rem 0;
}
.product-wrap .product-tabs {
  background-color: #fff;
  border-radius: 0.08rem;
  margin-top: 0.64rem;
  display: flex;
}
.product-wrap .product-tabs .product-tab {
  height: 0.84rem;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  border-radius: 0.08rem;
  color: #060606;
  font-size: 0.28rem;
}
.product-wrap .product-tabs .product-tab svg {
  height: 0.36rem;
}
.product-wrap .product-tabs .product-tab.actived {
  background: linear-gradient(270deg, #0af2d0 0%, #01b8f9 67%);
}
.product-wrap .product-tabs .product-tab.actived svg path {
  fill: #fff;
}
.product-wrap .product-tabs .product-tab.actived::after {
  color: #fff;
}
.product-wrap .product-tabs .product-tab::after {
  content: attr(data-title);
  color: #060606;
  font-size: 0.28rem;
  padding-left: 0.06rem;
}
.product-wrap .product-panels .product-panel {
  display: none;
}
.product-wrap .product-panels .product-panel .product-panel_inner {
  margin-top: 0.24rem;
  background-color: #fff;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.16rem 0.08rem rgba(231, 231, 231, 0.2);
  padding: 0.48rem 0.32rem;
  display: block;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-intro .prodcut-title {
  font-size: 0.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-intro .prodcut-title[badge]::after {
  content: attr(badge);
  color: #D93026;
  font-size: 0.24rem;
  padding: 0 0.06rem;
  background-color: #FEE6E4;
  line-height: 0.36rem;
  display: inline-block;
  margin-left: 0.12rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-intro .product-desc {
  color: #555555;
  margin-top: 0.12rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-advantages {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.04rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-advantages .product-advantage {
  width: 50%;
  color: var(--mainColor);
  display: flex;
  align-items: center;
  margin-top: 0.26rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-advantages .product-advantage::before {
  content: '';
  border-left: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  transform: rotate(-45deg);
  width: 0.16rem;
  height: 0.08rem;
  display: inline-block;
  margin-right: 0.08rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-advantages.horizen {
  justify-content: space-between;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-advantages.horizen .product-advantage {
  width: unset;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-advantages + .product-group {
  margin-top: 0.48rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-group .product-item {
  display: flex;
  align-items: center;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-group .product-item:not(:nth-child(1)) {
  margin-top: 0.76rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-group .product-item img {
  width: 0.8rem;
  margin-right: 0.3rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-group .product-item .product-item_intro {
  flex: 1;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-group .product-item .product-item_intro .prodcut-item_title {
  font-size: 0.32rem;
  font-weight: 600;
  margin-bottom: 0.08rem;
  color: #000;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-group .product-item .product-item_intro .product-item_desc {
  color: #555555;
  padding-right: 0.48rem;
}
.product-wrap .product-panels .product-panel .product-panel_inner .product-group .product-item .product-arrow {
  width: 0.12rem;
  height: 0.12rem;
  border: 0.02rem solid transparent;
  border-right-color: var(--mainColor);
  border-bottom-color: var(--mainColor);
  transform: rotate(-45deg);
}
.product-wrap .product-panels .product-panel.actived {
  display: block;
}
.solution-wrap {
  padding-top: 1.24rem;
}
.solution-wrap .solution-tabs {
  margin-top: 0.64rem;
  padding: 0 0.32rem;
}
.solution-wrap .solution-tabs .solution-tab {
  width: 100%;
  height: 2rem;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
.solution-wrap .solution-tabs .solution-tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.solution-wrap .solution-tabs .solution-tab::before {
  content: attr(tabname);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.36rem;
}
.solution-wrap .solution-tabs .solution-tab .solution-content {
  display: none;
}
.solution-wrap .solution-tabs .solution-tab.actived {
  height: 5.78rem;
}
.solution-wrap .solution-tabs .solution-tab.actived::before {
  display: none;
}
.solution-wrap .solution-tabs .solution-tab.actived img {
  object-position: center;
}
.solution-wrap .solution-tabs .solution-tab.actived .solution-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.8rem 0;
  top: 0;
  left: 0;
}
.solution-wrap .solution-tabs .solution-tab.actived .solution-content .solution-title {
  font-size: 0.64rem;
  color: #fff;
}
.solution-wrap .solution-tabs .solution-tab.actived .solution-content .solution-desc {
  margin-top: 0.36rem;
  color: #fff;
  font-size: 0.28rem;
}
.solution-wrap .solution-tabs .solution-tab.actived .solution-content .solution-btn {
  background-color: #119F93;
  line-height: 0.68rem;
  padding: 0 0.34rem;
  display: inline-block;
  margin-top: 0.46rem;
}
.solution-wrap .solution-tabs .solution-tab.actived .solution-content .solution-btn::before {
  content: "了解更多";
  color: #fff;
  font-size: 0.28rem;
}
.node-wrap {
  padding-top: 1.24rem;
  position: relative;
  overflow: hidden;
}
.node-wrap > img {
  width: 185%;
  position: absolute;
  top: 3.18rem;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.node-wrap .node-bases {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 0 0.36rem;
  justify-content: space-between;
}
.node-wrap .node-bases .node-base {
  width: 40%;
  margin-top: 0.96rem;
}
.node-wrap .node-bases .node-base .node-base-title {
  color: #111;
  font-size: 0.32rem;
  margin-bottom: 0.08rem;
}
.node-wrap .node-bases .node-base .node-base-data {
  background: linear-gradient(103deg, #01b5fb 0%, #0af2d0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: flex;
  align-items: baseline;
}
.node-wrap .node-bases .node-base .node-base-data h1 {
  font-size: 0.64rem;
  font-weight: 600;
  color: inherit;
}
.node-wrap .node-bases .node-base .node-base-data h2 {
  font-size: 0.4rem;
  color: inherit;
}
.node-wrap .node-credentials {
  background: linear-gradient(0deg, #ffffff 0%, #f2f5f7 100%);
  border: 1px solid #ffffff;
  border-radius: 0.08rem;
  box-shadow: 0px 0px 0.4rem 0.16rem rgba(202, 215, 211, 0.3);
  margin: 0.6rem 0.32rem 0;
  padding-top: 0.6rem;
  position: relative;
}
.node-wrap .node-credentials .node-credentials_group {
  display: flex;
  justify-content: space-around;
}
.node-wrap .node-credentials .node-credential {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../../home/image/newUI/home/node_credential_outer.png);
  background-position: center;
  background-size: cover;
  padding: 0.16rem 0.2rem 0.24rem;
  position: relative;
  margin-bottom: 1.4rem;
}
.node-wrap .node-credentials .node-credential img {
  display: block;
  width: 100%;
}
.node-wrap .node-credentials .node-credential::after {
  content: attr(label);
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.28rem;
  text-align: center;
  width: 2rem;
}
.information-wrap {
  padding: 0.84rem 0.32rem 1.08rem;
}
.information-wrap .information-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E5E9ED;
}
.information-wrap .information-tabs .information-tab {
  padding-bottom: 0.14rem;
  position: relative;
  font-size: 0.28rem;
  color: #000;
}
.information-wrap .information-tabs .information-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: transparent;
}
.information-wrap .information-tabs .information-tab.actived::after {
  background: linear-gradient(270deg, #0af2d0 0%, #01b8f9 67%);
}
.information-wrap .information-panels {
  margin-top: 0.5rem;
}
.information-wrap .information-panels .information-panel {
  display: none;
  flex-direction: column;
  align-items: center;
}
.information-wrap .information-panels .information-panel.actived {
  display: flex;
}
.information-wrap .information-panels .information_item {
  width: 100%;
  margin-bottom: 0.28rem;
  background-color: #fff;
  padding: 0.4rem 0.38rem 0.38rem 0.28rem;
  overflow: hidden;
  display: block;
}
.information-wrap .information-panels .information_item h1 {
  font-size: 0.28rem;
  color: #111;
  margin-bottom: 0.16rem;
}
.information-wrap .information-panels .information_item h2 {
  font-size: 0.24rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.information-wrap .information-panels .information-type_more {
  display: inline-block;
  margin-top: 0.44rem;
}
.information-wrap .information-panels .information-type_more::before {
  content: "了解更多";
  color: #2ac2b6;
}
.login_register {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  box-shadow: 0.08rem 0 0.08rem 0 rgba(204, 202, 202, 0.4);
  z-index: 100;
}
.login_register.wx {
  padding: 0.42rem 0.64rem 0.32rem 0.64rem;
}
.login_register.wx .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.76rem;
}
.login_register.wx .btn.solid {
  background: linear-gradient(94deg, #01b5fb 0%, #18d2b7 100%);
  color: #fff;
  font-size: 0.32rem;
  font-weight: 400;
}
.login_register.wx .btn.light {
  background: #ffffff;
  border: 1px solid;
  border-image: linear-gradient(94deg, #01b5fb 0%, #0af2d0 100%) 1 1;
  color: #2AC2B6;
  font-size: 0.32rem;
  font-weight: 400;
}
.login_register.wx .btn:first-child {
  margin-bottom: 0.2rem;
  position: relative;
}
.login_register.wx .btn:first-child::after {
  content: '\514d\8d39\8bd5\7528';
  position: absolute;
  top: -0.32rem;
  left: 3.8rem;
  width: 1.68rem;
  height: 0.48rem;
  background: linear-gradient(90deg, #ff7718 0%, #ff3913 49%, #ff1f4d 100%);
  border-radius: 0.24rem 0.24rem 0.24rem 0;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_register.h5 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.96rem;
}
.login_register.h5 .btn.solid {
  background: linear-gradient(94deg, #01b5fb 0%, #18d2b7 100%);
  color: #fff;
  font-size: 0.32rem;
  font-weight: 400;
}
.login_register.h5 .btn::after {
  content: '\514d\8d39\8bd5\7528';
  position: absolute;
  top: -0.32rem;
  left: 4.4rem;
  width: 1.68rem;
  height: 0.48rem;
  background: linear-gradient(90deg, #ff7718 0%, #ff3913 49%, #ff1f4d 100%);
  border-radius: 0.24rem 0.24rem 0.24rem 0;
  font-size: 0.32rem;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
