body.home {
  position: relative;
  display: flex;
  flex-direction: column;
  /* background-color: aqua; */
  font-family: "Noto Sans SC";
}

body.home * {
  font-family: "Noto Sans SC";
}

/* 背景 */
body.home .back-img {
  position: absolute;
  top: 0;
  width: 100%;
}

/* 一屏 --------------------------------------------------------------------*/
.new-wrapper.revision-wrapper {
  padding-bottom: 0;
}

.new-wrapper .home-card {
  min-height: 500px;
}

.new-wrapper .home-card .banner-box {
  height: 700px;
}

.new-wrapper .home-card .banner-box .swiper-wrapper .swiper-slide {
  width: 100%;
}

.new-wrapper .home-card .banner-box .swiper-pagination .swiper-pagination-bullet {
  background: #F8F8F8;
  opacity: 1;
}

.new-wrapper .home-card .banner-box .swiper-pagination .swiper-pagination-bullet-active:after {
  height: 100%;
  border-radius: 10px;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
}

/* 固定轮播图 */
.new-wrapper .home-card .banner-box .first-swiper-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* padding-top: 96px; */
  width: 1280px;
  height: 100%;
}

.new-wrapper .home-card .banner-box .first-swiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 380px;
  width: 100%;
}

.new-wrapper .home-card .banner-box .first-swiper * {
  box-sizing: border-box;
}

/* 左侧文字 */
.first-swiper .left h2 {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
}

.first-swiper .left h2 span {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 600;
  line-height: 78px;
}

.first-swiper .left p {
  margin-top: 22px;
  color: #333;
  font-size: 24px;
}

.first-swiper .left .try-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
  width: 206px;
  height: 58.367px;
  flex-shrink: 0;
  border-radius: 100px;
  border: none;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
}

/* 右侧示例 */
.first-swiper .right {
  margin-left: auto;
}

.first-swiper .right .system-card {
  display: flex;
  width: 702px;
  height: 380px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 1.574px 4.721px 60px 0 rgba(223, 223, 223, 0.50);
  font-size: 8px;
  color: #999999;
}

.first-swiper .right .system-card:hover {
  /* animation: shakeSystemCard .5s; */
}

@keyframes shakeSystemCard {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}


/* 示例菜单 */
.first-swiper .right .system-card .sys-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  width: 52px;
  height: 100%;
}

.first-swiper .right .system-card .sys-menu ul li {
  margin-bottom: 20px;
  cursor: pointer;
}

.first-swiper .right .system-card .sys-menu ul li::marker {
  display: none;
}

.first-swiper .right .system-card .sys-menu ul li svg {
  fill: #D8D8D8;
}

.first-swiper .right .system-card .sys-menu ul li:hover svg {
  /* fill: #00CCEF; */
  fill: url(#paint0_linear_1649_759);
}

/* 示例主要内容 */
.first-swiper .right .system-card .sys-main {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  width: 100%;
  background: #FBFBFB;
}

.first-swiper .right .system-card .sys-main .item {
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
}

.first-swiper .right .system-card .sys-main .item:nth-child(1) {
  display: flex;
  flex-direction: column;
  width: 252px;
  height: 148px;
}

.first-swiper .right .system-card .sys-main .item:nth-child(2) {
  width: 166px;
  height: 148px;
}

.first-swiper .right .system-card .sys-main .item:nth-child(3) {
  width: 195px;
  height: 148px;
}

.first-swiper .right .system-card .sys-main .item:nth-child(4) {
  width: 428px;
  height: 90px;
}

.first-swiper .right .system-card .sys-main .item:nth-child(5) {
  width: 195px;
  height: 90px;
}

.first-swiper .right .system-card .sys-main .item:nth-child(6) {
  width: 100%;
  height: 104px;
}

/* 标题 */
.first-swiper .right .system-card .sys-main .item .title {
  color: #333;
  font-family: "PingFang SC";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* 指标1 */
.system-card .sys-main .item:nth-child(1) .content {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
  height: 100%;
}

.system-card .sys-main .item:nth-child(1) .content .list {
  display: flex;
  justify-content: space-between;
}

.system-card .sys-main .item:nth-child(1) .content .list ul {}

.system-card .sys-main .item:nth-child(1) .content .list ul li {}

.system-card .sys-main .item:nth-child(1) .content .chart {
  margin-top: 5px;
  height: 100%;
  width: 100%;
}

/* 指标2 */
.system-card .sys-main .item:nth-child(2) .content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.system-card .sys-main .item:nth-child(2) .content .chart {
  width: auto;
  height: 100%;
}

.system-card .sys-main .item:nth-child(2) .content .chart img {
  position: relative;
  height: 66px !important;
}

/* 指标3 */
.system-card .sys-main .item:nth-child(3) .content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.system-card .sys-main .item:nth-child(3) .content .chart {
  position: relative;
  width: auto;
  height: 100%;
}

.system-card .sys-main .item:nth-child(3) .content .chart svg {
  position: absolute;
  top: -30px;
  right: -25px;
}

.system-card .sys-main .item:nth-child(3) .content .chart .count-num {
  position: absolute;
  right: 22px;
  top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
}

/* 指标4 */
.system-card .sys-main .item:nth-child(4) .title {
  display: flex;
  justify-content: space-between;
}

.system-card .sys-main .item:nth-child(4) .title .tip {
  color: #999;
  font-size: 6px;
  font-weight: 400;
}

.system-card .sys-main .item:nth-child(4) .content {
  margin-top: 8px;
}

.system-card .sys-main .item:nth-child(4) .content ul {
  display: flex;
  justify-content: space-between;
}

.system-card .sys-main .item:nth-child(4) .content ul li {
  width: 80px;
}

.system-card .sys-main .item:nth-child(4) .content ul li .progress {
  position: relative;
  margin-top: 5px;
  width: 80px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #E5E5E5;
  overflow: hidden;
}

.system-card .sys-main .item:nth-child(4) .content ul li .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #4ddbf3;
  border-radius: 10px;
}

.system-card .sys-main .item:nth-child(4) .content ul li .tip-box {
  margin-top: 10px;
  height: 6px;
  border-radius: 10px;
  background: #F8F8F8;
}

.system-card .sys-main .item:nth-child(4) .content ul li .tip-box1 {
  width: 80%;
}

.system-card .sys-main .item:nth-child(4) .content ul li .tip-box2 {
  margin-top: 5px;
  width: 50%;
}

/* 指标5 */
.system-card .sys-main .item:nth-child(5) .content {
  margin-top: 5px;
}

.system-card .sys-main .item:nth-child(5) .content ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.system-card .sys-main .item:nth-child(5) .content ul li p {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}

/* 指标6 */
.system-card .sys-main .item:nth-child(6) .content {
  margin-top: 2px;
}

.system-card .sys-main .item:nth-child(6) .content ul {
  display: flex;
  gap: 20px;

}

.system-card .sys-main .item:nth-child(6) .content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #F8F8F8;
  cursor: pointer;
}

.system-card .sys-main .item:nth-child(6) .content ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  background: none;
}



.new-wrapper .banner-box {
  margin-top: 80px;
}

.streamline,
.provider {
  background: transparent;
}

/* 产品功能 -------------------------------------------------------------------- */
.new-wrapper .new-container .business-type {
  margin-bottom: 0;
}

.new-wrapper .new-container .business-type .business-ul {
  display: flex;
  justify-content: space-between;
}

.new-wrapper .new-container .business-type .business-ul li {
  padding: 0;
  width: fit-content;
}

.new-wrapper .new-container .business-type .business-ul li .hf-widget {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  padding-top: 30px;

  width: 297.674px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
}


.new-wrapper .new-container .business-type .business-ul li .hf-widget .type-icon {
  position: absolute;
  left: 0;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72.163px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 20px 0;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
}

.new-wrapper .new-container .business-type .business-ul li .hf-widget h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
}

.new-wrapper .new-container .business-type .business-ul li .hf-widget p {
  margin-top: 7px;
  color: #666;
  text-align: center;
  font-size: 14px;
}

.new-wrapper .new-container .business-type .business-ul li .hf-widget a {
  float: none;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* 资质和成果 -------------------------------------------------------------------- */
.provider {
  margin: 0 auto;
  margin-top: 50px;
  padding: 0;
  width: 1280px;
}

.provider .title h2 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

.provider .title span {
  margin-top: 10px;
  color: #666;
  text-align: center;
  font-size: 18px;
}

.provider .provider-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.provider .provider-content .provider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 239.957px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #F7F8F9;
}

.provider .provider-content .provider-item:nth-child(5) {
  margin-right: 0;
}

.provider .provider-content .provider-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 47px;
}

.provider .provider-content .provider-item .img img {
  max-height: 47px;
}

.provider .provider-content .provider-item p {
  margin-bottom: 14px;
}

.provider .provider-content .provider-item.results .results-num {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.provider .provider-content .provider-item.results span {
  margin-bottom: 15px;
  color: #666;
  text-align: center;
  font-size: 14px;
}

/* 功能展示 -------------------------------------------------------------------- */
.func-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  width: 100%;
  min-width: 1280px;
  min-height: 1000px;
  border-radius: 400px 400px 0 0;
  background: linear-gradient(180deg, #F7F8F9 14.11%, #FFF 93.78%);
}

.func-main .func-title {
  margin-top: 138px;
}

.func-main .func-title h2 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}

.func-main .func-title span {
  margin-top: 10px;
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.func-main .func-warpper {
  padding-top: 125px;
  width: 1280px;
}

.func-main .func-warpper .func-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.func-main .func-warpper .func-item.x-mirror {
  flex-direction: row-reverse;
  /* background-position: left; */
}

.func-main .func-warpper .func-item+.func-item {
  margin-top: 65px;
}

/* 列表项 */
.func-item .left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.func-item .left .title {
  margin-bottom: 30px;
  margin-left: 25px;
  color: #000;
  font-size: 36px;
}

.func-item .left ul {
  position: relative;
}

.func-item .left li {
  box-sizing: border-box;
  /* margin: 30px 0; */
  padding: 20px 25px;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.func-item .left ul li:first-of-type {
  margin-top: 0;
}

.func-item .left li .name {
  width: fit-content;
  color: #000;
  font-size: 20px;
}

.func-item .left li .tips {
  margin-top: 8px;
  color: #666;
  font-size: 18px;
}

.func-item .left .btn-try {
  display: flex;
  margin-top: auto;
  margin-left: 25px;
  width: 170px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border: none;
}


/* 功能项内容 */
.func-item .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  overflow: hidden;
}

.func-item .right ul {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
}

.func-item .right .card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.func-item .right .card img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* 选中时 */
.func-item .left li.active {
  /* padding: 20px 25px; */
  background: #FFF;
  box-shadow: 2px 6px 20px 0 rgba(223, 223, 223, 0.50);
  transform: translateY(-6px);
}

.func-item .left li.active .name {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* AI 广告 */
.func-item.func-ai {
  background: url(../img/home_page/func-card-back1.png) no-repeat;
  background-size: 620px 420px;
  background-position: top 56px right 0px;
}

.func-item.func-ai .left {
  width: 44%;
  height: 480px;
}

.func-item.func-ai .right {
  --AICardY: 0px;
  height: 370px;
}

.func-item.func-ai .right ul {
  transform: translateY(var(--AICardY));
}

.func-item.func-ai .right .card {
  height: 370px;
}

/* 站外引流 */
.func-item.func-drainage {
  background: url(../img/home_page/func-card-back2.png) no-repeat;
  background-size: 610px 481px;
  background-position: left 0 top 0px;
}

.func-item.func-drainage .left {
  width: 44%;
  height: 480px;
}

.func-item.func-drainage .right {
  --DrainageCardY: 0;
  height: 397px;
}

.func-item.func-drainage .right ul {
  transform: translateY(var(--DrainageCardY));
}

.func-item.func-drainage .right .card {
  justify-content: flex-start;
  height: 397px;
}

/* 数据分析 */
.func-item.func-data {
  /* 单独设置高度是因为第一个li对应右边的图片高度要高一些 */
  height: 657px;
  background: url(../img/home_page/func-card-back3.png) no-repeat;
  background-size: 541px 500px;
  height: 657px;
  background-position: right 30px top 140px;
}

.func-item.func-data .left {
  width: 40%;
  height: 585px;
}

.func-item.func-data .right {
  --DataCardY: 0;
  height: 597px;
}

.func-item.func-data .right ul {
  transform: translateY(var(--DataCardY));
}

.func-item.func-data .right .card {
  height: 597px;
}

/* 运营工具 */
.func-item.func-operation {
  background: url(../img/home_page/func-card-back4.png) no-repeat;
  background-size: 586px 454px;
  background-position: left 0 top 62px;
}

.func-item.func-operation .left {
  width: 45%;
  height: 530px;
}

.func-item.func-operation .right {
  --OperationCardY: 0;
  height: 392px;
}

.func-item.func-operation .right ul {
  transform: translateY(var(--OperationCardY));
}

.func-item.func-operation .right .card {
  justify-content: flex-start;
  height: 392px;
}

/* 品牌客户案例 -------------------------------------------------------------------- */
.exhibition-hall {
  position: relative;
  margin-top: 133px;
  width: 100%;
  min-width: 1280px;
  min-height: 1000px;
  border-radius: 400px 400px 0 0;
  background: linear-gradient(180deg, #F7F8F9 14.11%, #FFF 93.78%);
}

/* 品牌 */
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.brand .brand-title h2 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.brand .brand-warpper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 76px auto 0;
  width: 1280px;
}

.brand .brand-warpper .brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 36px;
  width: 400px;
  height: 469px;
  border-radius: 18px;
  background: #FFF;
  overflow: hidden;
  transition: all 0.3s ease;
}

.brand .brand-warpper .brand-item:hover {
  filter: drop-shadow(2px 6px 20px rgba(223, 223, 223, 0.50));
  transform: translateY(-6px);
}

.brand .brand-warpper .brand-item .logo-box {
  position: relative;
  /* 图片上面有一条白线，不知道为啥，往上移1px遮住 */
  margin-top: -1px;
  width: 100%;
  height: 240px;
  background-color: transparent;
}

.brand .brand-warpper .brand-item .logo-box::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.brand .brand-warpper .brand-item .logo-box .back {
  width: 100%;
  height: 100%;
}

.brand .brand-warpper .brand-item .logo-box .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.brand .brand-warpper .brand-item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 18px 20px;
  height: 100%;
}

.brand .brand-warpper .brand-item .info .name {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.brand .brand-warpper .brand-item .info .details {
  margin-top: 10px;
  color: #666;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.brand .brand-warpper .brand-item .info .brand-more {
  position: relative;
  flex: 0 0 auto;
  margin-top: auto;
  width: 364px;
  height: 40px;
  line-height: 38px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%);
  text-align: center;
  overflow: hidden;
}

.brand .brand-warpper .brand-item .info .brand-more::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 362px;
  height: 38px;
  background: #fff;
  border-radius: 7px;
  z-index: -1;
}

.brand .brand-warpper .brand-item .info .brand-more span {
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}


.brand .brand-warpper .brand-item .info .brand-more:hover::before {
  background: transparent;
}

.brand .brand-warpper .brand-item .info .brand-more:hover span {
  background: transparent;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

/* 客户 */
.customer {
  margin-top: 90px;
}

.customer .customer-title h2 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.customer .customer-warpper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 76px auto 0;
  width: 1280px;
}

.customer .customer-warpper .customer-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 163.941px;
  height: 73.143px;
  flex-shrink: 0;
  background: #FFF;
  border-radius: 8px;
  filter: drop-shadow(2px 6px 20px rgba(223, 223, 223, 0.50));
}

.customer .customer-more {
  display: flex;
  margin: 46px auto 0;
  width: 246px;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  border-radius: 50px;
  border: none;
  background: linear-gradient(90deg, #00CCEF 0%, #09E1B1 100%);
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
}

/* 平台 */
.platform {
  margin-top: 158px;
  padding-bottom: 335px;
  background: url(../img/home_page/back-map.png) no-repeat;
  background-size: auto;
  background-position: top;
}

.platform .platform-title h2 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.platform .platform-warpper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 76px auto 0;
  width: 1280px;
}


.platform .platform-warpper .platform-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.platform .platform-warpper .platform-list .platform-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 246px;
  height: 172px;
  flex-shrink: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 2px 6px 20px 0 rgba(223, 223, 223, 0.50);
}

.platform .platform-warpper .platform-list .platform-item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 55px;
}

.platform .platform-warpper .platform-list .platform-item .tips {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.platform .platform-warpper .platform-country-list {
  position: relative;
  margin-top: 55px;
  padding: 70px 50px 45px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 2px 6px 20px 0 rgba(223, 223, 223, 0.50);
}

.platform .platform-warpper .platform-country-list::before {
  content: "";
  position: absolute;
  top: -76px;
  left: 75px;
  border: 38px solid transparent;
  border-bottom: 38px solid #fff;
  filter: drop-shadow(0px -10px 10px rgba(223, 223, 223, 0.5));
}

.platform .platform-warpper .platform-country-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.platform .platform-warpper .platform-country-list li {}

.platform .platform-warpper .platform-country-list li .county {
  width: 74.081px;
  height: 74.081px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 2.927px solid #00CAEB;
  box-shadow: 0 5.853px 14.633px 0 rgba(0, 0, 0, 0.25) inset;
}

.platform .platform-warpper .platform-country-list li .county img {
  width: 100%;
  height: 100%;
}

.platform .platform-warpper .platform-country-list li p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.266px;
  letter-spacing: -0.32px;
}

/* 邀请注册 */
.invite-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 1280px;
  height: 554px;
  flex-shrink: 0;
  background: #EDF9FE;
}

.invite-register h2 {
  color: #000;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
}

.invite-register .btn-try {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  width: 246px;
  height: 70px;
  gap: 22px;
  flex-shrink: 0;
  border-radius: 50px;
  background: var(--2, linear-gradient(90deg, #00CCEF 28.85%, #09E1B1 100%));
  /* background: #00CCEF; */
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
}