.title {
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  line-height: 48px;
  text-align: center;
}
.subtitle {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #71798d;
  line-height: 30px;
  text-align: center;
  white-space: pre-line;
}
button.btn {
  border: none;
  cursor: pointer;
  width: 180px;
  height: 50px;
  background: linear-gradient(77deg, #1d5fff 0%, #7226ff 99%);
  border-radius: 10px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.subtitle span {
  color: #2759ff;
  font-weight: bold;
}
.banner{
  width: 100%;
  height: 500px;
}
.banner-item{
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-item img{
  width: 100%;
  height: 100%;
}
.banner-item .btn {
  position: absolute;
  left: 356px;
  bottom: 155px;
}
.centerA {
  width: 100%;
  /* height: 1269px; */
  background: url(/static/v2023/images/geo/bg1.png) no-repeat;
  background-size: 100%;
}
.centerA .A1 .title {
  margin: 70px auto 20px;
}
.centerA .icon-bar {
  width: 905px;
  height: 60px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0px 10px 10px 0px rgba(228, 235, 255, 0.2);
  border-radius: 20px;
  line-height: 60px;
  text-align: center;
  margin: 30px auto;
}
.centerA .center-video {
  display: flex;
  gap: 50px;
  margin-top: 100px;
}
.centerA video {
  box-shadow: 0px 10px 10px 0px rgba(228, 235, 255, 0.2);
  border-radius: 30px;
  border: 1px solid #fafbff;
}
.centerA .video-info .title {
  margin: 30px 0 20px;
  text-align: left;
}
.centerA .video-info .subtitle {
  text-align: left;
}
.centerA button.btn {
  margin-top: 70px;
}
.centerA .A2 {
  margin-top: 110px;
}
.centerA .A2 .subtitle {
  margin: 10px auto 20px;
}
.centerA .A2 .circle-box {
  height: 380px;
  background: url(/static/v2023/images/geo/2-pic.png) no-repeat center center;
  background-size: 509px 509px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  justify-content: space-between;
  align-content: center;
}
.centerA .circle-box .item {
  width: 480px;
  height: 110px;
  background: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(228, 235, 255, 0.2);
  border-radius: 20px;
  border: 1px solid #f3f4f7;
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px 0 20px;
}
.centerA .circle-box .item img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.centerA .circle-box .info-title {
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}
i.text-gradient {
  font-style: normal;
  background: linear-gradient(77deg, #1d5fff 0%, #7226ff 99%);
  -webkit-background-clip: text; /* 将设置的背景色限制在文字中 */
  -webkit-text-fill-color: transparent; /* 给文字设置成透明 */
}
.centerA .circle-box .info-desc {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #71798d;
  line-height: 20px;
}
.centerB .subtitle {
  margin-top: 10px;
}
.centerB-swiper {
  margin-top: 30px;
  margin-bottom: 100px;
}
.centerB-swiper .swiper-slide {
  width: 100%;
  height: 400px;
  background: linear-gradient(0deg, #f2f7ff 0%, #ffffff 58%);
  box-shadow: 0px 10px 10px 0px rgba(228, 235, 255, 0.2);
  border-radius: 20px;
  border: 1px solid #f3f4f7;
  display: flex;
}
.centerB-swiper .slide-left,
.centerB-swiper .slide-right {
  width: 50%;
}
.centerB-swiper .slide-left {
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.centerB-swiper .slide-left button {
  margin-top: auto;
}
.centerB-swiper .slide-title {
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 36px;
  margin-bottom: 30px;
}
.centerB-swiper .slide-desc {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #71798d;
  line-height: 30px;
}
.centerB-swiper .slide-desc span {
  color: #333;
}
.centerB-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.centerB-pagination .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  padding: 0 25px;
  border-radius: 999px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.centerB-pagination .nav-item.active {
  background: #f6f7fa;
}
.centerC {
  background: url(/static/v2023/images/geo/bg5.png) no-repeat;
  background-size: 100% 100%;
  padding: 86px 0 80px;
}
.centerC .subtitle {
  margin: 10px auto 24px;
}
.centerC .info-list {
  display: flex;
  flex-wrap: wrap;
}
.centerC .info-list .info-item {
  width: 33.33%;
  padding: 38px 50px;
  border: 1px solid #ecf0f6;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.centerC .info-title {
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 26px;
  color: #333;
  line-height: 36px;
}
.centerC .info-desc {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #71798d;
  line-height: 24px;
}
.centerC .info-tag-list {
  padding-left: 20px;
  background: url(/static/v2023/images/geo/line.png) no-repeat left center;
  background-size: 13px 73px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
}
.centerC p.tag {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.centerD {
  padding: 80px 0;
}
.centerD .liucheng-box {
  width: 100%;
  height: 274px;
}
.centerD .subtitle {
  margin: 10px auto 30px;
}
.centerE {
  background: url(/static/v2023/images/geo/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 80px 0 108px;
}
.centerE .title {
  color: #fff;
}
.centerE .price-info {
  border-radius: 20px;
  height: 340px;
  background: url(/static/v2023/images/geo/bg-3.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  padding: 30px;
  padding-top: 20px;
}
.centerE .price-info .price-title {
  display: flex;
  justify-content: space-between;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
}
.centerE .price-info .price-title span {
  font-size: 16px;
  font-weight: normal;
}
.centerE .price-info .price-box {
  display: flex;
  gap: 10px;
  margin: 18px 0 14px;
}
.centerE .price-info .price-box .price-item {
  height: 120px;
  background: linear-gradient(90deg, #f6f9fe 0%, #fbfdff 100%);
  box-shadow: 0px 0px 3px 0px rgba(207, 224, 233, 0.71);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}
.centerE .price-info .price-item .price-tag {
  width: 40px;
  writing-mode: vertical-lr;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: none;
  border-radius: 10px;
}
.centerE .price-info .price-item p {
  min-height: 20px;
}
.icon-plus {
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 30px;
  color: #215dff;
  line-height: 60px;
  opacity: 0.26;
}
.golden-btn {
  border: none;
  cursor: pointer;
  width: 300px;
  height: 48px;
  background: linear-gradient(90deg, #ffd3a8 0%, #fff7e7 100%);
  border-radius: 10px;
  color: #814619;
  font-weight: bold;
  font-size: 16px;
}
.centerF {
  padding: 80px 0;
  background: url(/static/v2023/images/geo/bg4.png) no-repeat;
  background-size: 100% 100%;
}
.centerF .subtitle {
  margin: 18px 0 40px;
}
.qrCode {
  width: 220px;
  height: 270px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
.qrCode img {
  width: 100%;
  height: auto;
}
.qrCode p {
  font-size: 22px;
  color: #333333;
  margin-top: 20px;
  text-align: center;
}
.qrCode_dialog_box {
  width: 300px;
  height: 340px;
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(207, 224, 233, 0.71);
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.qrCode_dialog_box .close-btn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 24px;
  color: #b7b7b7;
  cursor: pointer;
}
.qrCode_dialog_box img {
  width: 100%;
  height: auto;
}
.qrCode_dialog_box p {
  font-size: 22px;
  color: #333333;
  margin-top: 20px;
  text-align: center;
}
.centerF .form-box {
  display: flex;
  gap: 20px;
}
.centerF .layui-form {
  width: 960px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(207, 224, 233, 0.71);
  border-radius: 14px;
  padding: 20px 30px 30px;
}
.centerF .form-title {
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.centerF .form-box .layui-input-inline {
  width: 100%;
}
button.submit-btn {
  border: none;
  cursor: pointer;
  width: 300px;
  height: 48px;
  background: linear-gradient(77deg, #1d5fff 0%, #7226ff 99%);
  border-radius: 10px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.layui-layer-page {
  background-color: transparent !important;
  box-shadow: none !important;
}
