.top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(..//img/group-banner.e99a0a.png);
  width: 100%;
  height: 640px;
  background-size: cover;
}

.customer-service {
  display: flex;
  position: absolute;
  left: 0;
  top: 20px;
}

.customer-service-img {
  width: 70px;
  height: 70px;
}

.customer-service-content {
  position: relative;
  padding: 8px 26px 8px 8px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgba(0, 196, 179, 0.31);
  border: 2px solid rgba(0, 196, 179, 0.2);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #2C2F37;
  line-height: 22px;
}

.customer-service-content::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}

.top-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1080px;
}

.top-main-title {
  font-size: 60px;
  color: #2C2F37;
  font-weight: bold;
}

.top-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 32px;
  color: #fff;
  width: 570px;
  height: 56px;
  background: linear-gradient(90deg, #00C4B3 0%, rgba(0, 196, 179, 0.36) 100%);
  border-radius: 28px;
}

.advantage {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.advantage-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #00C4B3;
}

.icon-checked {
  margin-right: 2px;
  width: 18px;
  height: 18px;
}

.advantage-item:not(:last-child) {
  margin-right: 40px;
}

.submit-form {
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 20px;
  width: 420px;
}

canvas {
  width: 100%;
  height: 100%;
}

#codeImg {
  cursor: pointer;
  vertical-align: top;
}

#reset {
  cursor: pointer;
}

.form-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #2C2F37;
}

.form-item {
  margin-top: 16px;
  width: 100%;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  width: 100%;
  height: 40px;
  background: #00C4B3;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(#23BEAB20 0%, #EFF2F5 70%, #fff 100%);
}

.bright-spot-wrapper {
  position: relative;
  padding: 20px 0 36px 0;
  background-color: #fff;
  border-radius: 20px;
  width: 1080px;

}

.bright-spot-header {
  font-size: 40px;
  font-weight: bold;
  color: #2C2F37;
  text-align: center;
}

.bright-spot {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.bright-spot-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bright-spot-item-icon {
  height: 48px;
  width: fit-content;
  object-fit: contain;
}

.bright-spot-item-title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #2C2F37;
}

.bright-spot-item-desc {
  margin-top: 10px;
  font-size: 18px;
  color: #878D99;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service .service-title::after {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 357px;
  height: 73px;
  background-image: url('https://img.glztj.com/images/202401/502261439004741.png');
  background-size: 100% 100%;
  z-index: 0;
}

.service-title {
  position: relative;
  margin-top: 80px;
  font-size: 40px;
  font-weight: bold;
  color: #2C2F37;
  text-align: center;
  z-index: 1;
}

.service-sub-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #00C4B3;
  text-align: center;

}

.service-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #475266;
  text-align: center;
}

.swiper {
  margin-top: 40px;
  width: 1080px;
  height: 450px;
  padding: 0 40px;
}

.swiper-slide img {
  width: 100%;
  height: 400px;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  left: 20px;

}

.swiper-button-next {
  right: 20px;

}

.swiper-arrow {
  width: 40px;
  height: 40px;
}

.swiper-button-next:after {
  display: none;
}

.swiper-pagination-bullet-active {
  background-color: #00C4B3;
}

.service-advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-advantage .service-title::after {
  content: '';
  position: absolute;
  bottom: 28px;
  right: -13px;
  width: 93px;
  height: 64px;
  background-image: url('https://img.glztj.com/images/202401/502260638650437.png');
  background-size: 100% 100%;
  z-index: 0;
}

.service-tag {
  position: relative;
  margin-top: 40px;
  width: 1000px;
  height: 325px;
}

.service-tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 410px;
  height: 80px;
  background: rgba(0, 196, 179, 0.1);
  border-radius: 49px;
  border: 2px solid rgba(0, 196, 179, 0.2);
  font-size: 24px;
  font-weight: bold;
  color: #00C4B3;
}

.service-tag-item:nth-child(n+3) {
  background: rgba(255, 185, 16, 0.1);
  border: 2px solid rgba(255, 185, 16, 0.2);
  color: #FFB910;
}

.service-tag-item:nth-child(1) {
  bottom: 75px;
  left: 100px;
}

.service-tag-item:nth-child(2) {
  bottom: 100px;
  left: 520px;
}

.service-tag-item:nth-child(3) {
  top: 0;
  left: 0;
}

.service-tag-item:nth-child(4) {
  top: 40px;
  left: 348px;
}

.group-doctor-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 325px;
}

.cooperation-process {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 760px;
  background: #F6FCFC;
  border-radius: 100px 100px 0px 0px;
}

.cooperation-process .service-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 64px;
  background-image: url('https://img.glztj.com/images/202401/502259991666757.png');
  background-size: 100% 100%;
  z-index: 0;
}

.cooperation-process-image {
  margin-top: 40px;
  width: 1080px;
}
