.banner {
  position: relative;
  background: #f5faff;
}
.banner .banner-content {
  position: absolute;
  top: 136px;
  left: 50%;
  transform: translateX(-50%);
}


.banner .banner-content h2 {
  font-weight: 400;
  font-family: Arial-Bold;
  font-size: 54px;
  color: #1d81fd;
  margin-bottom: 32px;
}
.banner .banner-content p {
  font-family: Arial;
  font-size: 26px;
  color: #000000;
  line-height: 40px;
}
.banner .banner-content .bannerBtn {
  width: 100%;
  background: linear-gradient(90deg, #1777f6 0%, #55cfd9 100%);
  border-radius: 7px 7px 7px 7px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-top: 25px;
  width: 800px;
  font-family: PingFang MO, PingFang MO;
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
}
.swiper-pagination-bullet {
  width: 20px !important; 
  height: 5px !important; 
  border-radius: 2px !important; 
}

.banner .banner-image img {
  width: 100%;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
  display: block;
}
.application-scenarios {
  padding-top: 48px;
  padding-bottom: 84px;
}
.application-scenarios .application-title {
  position: relative;
  text-align: center;
}
.application-scenarios .application-title .en {
  font-family: Arial-Bold;
  font-weight: 400;
  font-size: 48px;
  color: rgba(51, 130, 228, 0.15);
}
.application-scenarios .application-title .cn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial;
  font-weight: 400;
  font-size: 48px;
  color: #3779e9;
}
.application-scenarios .application-list {
  display: flex;
  justify-content: space-between;
  margin-top: 180px;
}
.application-scenarios .application-list .application-item {
  margin-top: 125 px;
  position: relative;
}
.application-scenarios .application-list .application-item .item-image {
  position: absolute;
  left: 50%;
  top: -134px;
  transform: translateX(-50%);
}
.application-scenarios .application-list .application-item .item-content {
  display: flex;
  flex-direction: column;
  padding: 154px 54px 20px;
  width: 430px;
  height: 380px;
  background: #e5f6ff;
  border-radius: 20px;
}
.application-scenarios
  .application-list
  .application-item
  .item-content
  .item-title {
  font-family: Arial-Bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 24px;
  text-align: center;
}
.application-scenarios
  .application-list
  .application-item
  .item-content
  .item-desc {
  flex: 1;
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.application-scenarios
  .application-list
  .application-item
  .item-content
  .item-btn {
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid #3779e9;
  font-size: 16px;
  color: #3779e9;
  text-align: center;
  background: none;
  position: relative;
}
.add-btnjj {
  width: 372px !important;
  min-width: 372px !important;
  max-width: 372px !important;
  position: absolute;
  top: -450px;
  display: none;
  z-index: 999; /* 确保在最上层 */
  object-fit: contain;
}

/* 为package-btn中的二维码图标添加样式 */
.package-item .package-btn .add-btnjj {
  width: 372px !important;
  min-width: 372px !important;
  max-width: 372px !important;
  position: absolute;
  right: 0px;
  top: -220px;
  /* display: none; */
  z-index: 999; /* 确保在最上层 */
  object-fit: contain;
}

/* 专门针对最后三个立即咨询按钮（带width: 480px样式的） */
.package-item[style*="width: 480px"] .package-btn .add-btnjj {
  right: 50px;
}

.product-features {
  padding: 60px 0;
  background: #f3f8fe;
}
.product-features .product-title {
  position: relative;
  text-align: center;
  max-width: 1480px; /* 447px * 3 + 79px * 2 */
  min-width: 1480px; /* 447px * 3 + 79px * 2 */
  margin: 0 auto;
}
.product-features .product-title .en {
  font-family: Arial-Bold;
  font-weight: 400;
  font-size: 48px;
  color: rgba(51, 130, 228, 0.15);
  text-align: center;
}
.product-features .product-title .cn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial-Bold;
  font-weight: 400;
  font-size: 48px;
  color: #3779e9;
  white-space: nowrap;
}

/* 产品特点 */
.features-list {
  display: grid;
  grid-template-columns: repeat(3, 447px);
  gap: 69px;
  row-gap: 42px;

  margin-top: 100px;
  max-width: 1480px; /* 447px * 3 + 79px * 2 */
  min-width: 1480px; /* 447px * 3 + 79px * 2 */
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.feature-item {
  width: 447px;
  height: 170px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.feature-content {
  max-width: 70%;
  padding: 20px;
}

.feature-content h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
  white-space: nowrap;
}

.feature-content p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.feature-item1 {
  background-image: url("../image/Mask5.png");
}

.feature-item2 {
  background-image: url("../image/Mask1.png");
}

.feature-item3 {
  background-image: url("../image/Mask3.png");
}

.feature-item4 {
  background-image: url("../image/Mask.png");
}

.feature-item5 {
  background-image: url("../image/Mask2.png");
}

.feature-item6 {
  background-image: url("../image/Mask4.png");
}

/* 产品优势 */
.product-advantages {
  padding: 60px 0;
  background: #fff;
}

.product-advantages .product-title {
  position: relative;
  text-align: center;
  max-width: 1480px;
  min-width: 1480px;
  margin: 0 auto;
}

.product-advantages .product-title .en {
  font-family: Arial-Bold;
  font-weight: 400;
  font-size: 48px;
  color: rgba(51, 130, 228, 0.15);
  text-align: center;
}

.product-advantages .product-title .cn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial-Bold;
  font-weight: 400;
  font-size: 48px;
  color: #3779e9;
  white-space: nowrap;
}
/* 111 */
.product-packages {
  padding: 60px 0;
  background: #fff;
  padding-bottom: 0;
}

.product-packages .product-title {
  position: relative;
  text-align: center;
  max-width: 1480px;
  min-width: 1480px;
  margin: 0 auto;
}

.product-packages .product-title .en {
  font-family: Arial-Bold;
  font-weight: 400;
  font-size: 48px;
  color: rgba(51, 130, 228, 0.15);
  text-align: center;
}

.product-packages .product-title .cn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial-Bold;
  font-weight: 400;
  font-size: 48px;
  color: #3779e9;
  white-space: nowrap;
}
/* 111 */

.advantages-table {
  margin-top: 100px;
  border-radius: 8px;
  max-width: 1480px;
  min-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #edf1fb;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  height: 76px;
  /* border-bottom: 2px solid #edf1fb; */
}

.table-row:last-child {
  border-bottom: none;
}

.column {
  height: 100%;
  border-right: 2px solid #edf1fb;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: 400;
  font-size: 20px;
  color: #4b5b81;
  text-align: left;
}

.column:last-child {
  border-right: none;
}

.line {
  font-size: 24px !important;
  color: #2a395d !important;
  font-weight: bold !important;
}

.line2 {
  width: 377px !important;
}

.table-row.header {
  background: #e3f1ff;
}

.table-row:not(.header) {
  background: #fff;
}

.table-row:not(.header):nth-child(odd) {
  background: #f2f9ff;
}

.table-row.header .column {
  font-weight: 500;
}

.table-row.header .column:not(:first-child):not(.defast) {
  text-align: center;
  justify-content: center;
}

.table-row.header .column.defast {
  color: #3779e9;
  width: 377px;
  position: relative;
  border-right: none !important;
  border-left: none !important;

  .defast-title {
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: #fdeabf;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    border-radius: 19px 19px 0 0;
  }
}
.defast-line2 {
  position: relative;
  .defast-title {
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: #f9cb70;
    top: 0px;
    left: 0px;
    z-index: 9;
    border-radius: 0 0 19px 19px;
  }
}

.column:first-child {
  text-align: center;
  color: #333;
  font-weight: 500;
}

.good img,
.bad img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
}

.good,
.bad {
  display: inline-flex;
  align-items: center;
}

.table-row:not(.header) .column:last-child {
  background: rgba(255, 242, 204, 0.3);
}

.table-row:not(.header) .column:first-child {
  text-align: center;
}

/* 产品套餐 */
.packages-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  margin-top: 80px;
  padding: 0 20px;
  max-width: 1480px;
  min-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.package-item {
  position: relative;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding-top: 70px;
  border-radius: 18px 18px 0 0;
}

.package-tag {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 32px;
  color: #2c343c;
}

.package-desc {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 60px;
  /* min-height: 48px; */
}

.package-btn {
  width: 160px;
  height: 48px;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.package-btn:hover {
  background: #2563eb;
}

.basic {
  height: 380px;
  background: #ffffff;
  box-shadow: 0px 8px 11px 0px #d1ddec;
  border: 2px solid #f3f8fe;
  position: relative;
  /* padding-top: 120px; */
}

.basic {
  position: relative;
}

.hot-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 115px;
  height: 96px;
}

.basicimg {
  width: 100%;
  height: 100%;
}

.hot-text {
  position: absolute;
  top: 30px;
  right: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transform: rotate(45deg);
}

.standard,
.premium,
.enterprise {
  height: 380px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.basic .package-desc {
  margin-top: 20px;
  margin-bottom: 60px;
}

.basic .package-tag {
  margin-bottom: 40px;
}

.package-subtitle {
  margin-top: 44px;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

/* 关于我们 */
.about-us {
  background: #f3f8fe;
  background-image: url("../image/about-us-bg.png");
  padding-top: 170px;
}

.about-content {
  display: flex;
  align-items: flex-start;
}

.about-text p {
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.about-text {
  position: relative;
  flex: 1;
  padding-right: 145px;
  padding-top: 75px;
  .about-title {
    font-weight: bold;
    font-size: 48px;
    color: #3779e9;
  }
}
.caonima {
  position: absolute;
  /* 文字不换行 */
  white-space: nowrap;
  left: 0px;
  bottom: -250px;
  font-weight: bold;
  font-size: 218px;
  color: rgba(214, 230, 250, 0.39);
  text-align: center;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-image img {
  width: 582px;
  height: 657px;
  border-radius: 8px;
}
.about-image {
  display: flex;
  justify-content: end;
}
/* 页脚 */
footer {
  background: #001529;
  /* padding: 40px 0; */
  color: #fff;
  min-height: 290px;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.footer-left-content {
  display: flex;
  height: 100%;
  /* padding-top: 50px; */
  /* padding-bottom: 30px; */
}
.footer-left {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  font-size: 20px;
}
.poss {
  position: relative;
  font-size: 20px;
}
.footer-links12 {
  position: absolute;
  width: 90px;
  height: 90px;
  right: -60px;
  top: 0px;

  /* margin-top: 50px; */
  /* margin-left: 50px; */

  img {
    width: 100%;
    height: 100% !important;
  }
}

.footer-left img {
  height: 32px;
}

.footer-contact {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  flex: 1;
}

.footer-center img {
  width: 100px;
  height: 100px;
}

.footer-right {
  height: 100%;
  text-align: right;
  /* padding-top: 40px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.service-time {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  /* margin-bottom: 13px; */
  /* margin-top: 13px; */
}

.service-desc {
  font-weight: 400;
  font-size: 20px;
  /* margin-bottom: 7px; */
}

.footer-links {
  /* margin-top: 100px; */
  /* margin-bottom: 20px; */
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  /* margin-left: 20px; */
  font-size: 20px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-license {
  color: rgba(255, 255, 255);
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
}

.footer-license span {
  margin-left: 3px;
}

.footer-copyright {
  color: rgba(255, 255, 255);
  font-size: 12px;
}

/* 通用标题样式 */
.product-title {
  text-align: center;
}

.product-title .en {
  display: block;
  font-size: 32px;
  color: #333;
  margin-bottom: 8px;
}

.product-title .cn {
  display: block;
  font-size: 16px;
  color: #666;
}

body {
  min-width: 1480px;
  overflow-x: auto;
}

.wrapper {
  min-width: 1480px;
  margin: 0 auto;
  height: 100%;
}
.device-detect-wrapper {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 100;
  #device-detect {
    background-image: url("../../assets/image/Group.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 110px;
    height: 293px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    .wechat {
      margin-top: 80px;
      width: 80px;
      height: 80px;
      background: linear-gradient(180deg, #f8ffff 0%, #ebf2ff 100%);
      border-radius: 10px 10px 10px 10px;
      padding: 8px 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #000000;
      cursor: pointer;
      position: relative;
      .footer-linksee {
        display: none;
        cursor: default;
        background-color: #fff;
        border-radius: 15px;
        padding: 15px;
        width: 180px;
        height: 180px;
        position: absolute;
        left: -220px;
        top: -70px;
        img {
          width: 100%;
          height: 100%;
        }
      }
    }
    .wechat:hover .footer-linksee {
      display: block;
    }
    .phone {
      position: relative;
      margin-top: 16px;
      width: 80px;
      height: 80px;
      background: linear-gradient(180deg, #f8ffff 0%, #ebf2ff 100%);
      border-radius: 10px 10px 10px 10px;
      padding: 8px 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #000000;
      cursor: pointer;
      .footer-linksee {
        font-size: 20px;
        cursor: default;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: #ffffff;
        border-radius: 15px;
        padding: 15px;
        width: 170px;
        height: 90px;
        position: absolute;
        left: -205px;
        top: 40px;

        img {
          width: 100%;
          height: 100%;
        }
      }
      &:hover .footer-linksee {
        display: flex;
      }
    }
  }

  #device-detect2 {
    position: absolute;
    background-image: url("../../assets/image/Group.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: -88px;
  }
}
