
.hero {
  width: 100%;
  height: 567px;
  background: url(../image/index/banner.png) 100% no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.hero .w-1200 {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.hero-content {
  width: 534px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 125px;
}

.hero-content h2 {
  width: 100%;
  height: 92px;
  overflow-wrap: break-word;
  color: rgba(69, 90, 100, 1);
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.hero-content h2 span:last-child {
  position: relative;
  top: -12px;
}

.hero-content p {
  width: 100%;
  height: 66px;
  overflow-wrap: break-word;
  color: rgba(83, 83, 89, 1);
  font-size: 12.5px;
  font-family: Poppins-Regular;
  text-align: left;
  line-height: 23px;
  margin: 24px 0;
}

.hero-content a {
  background-color: rgba(69, 106, 118, 1);
  border-radius: 6px;
  height: 32px;
  width: 78px;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Microsoft YaHei";
}

.hero-content ul {
  display: flex;
  gap: 2px;
  margin-top: 24px;
}

.hero-content ul li {
  height: 14px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(69, 90, 100, 1);
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-family: Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  border-right: 2px solid rgba(69, 90, 100, 1);
}
.hero-content ul li:last-child {
  border-right: none;
}

.reason-selection {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason-selection .w-1200 {
  display: flex;
  flex-direction: column;
}
.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.title-text {
  height: 46px;
  overflow-wrap: break-word;
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
  line-height: 46px;
}
.title-desc {
  color: rgba(69, 90, 100, 1);
  font-size: 20px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.reason-selection .introduction-card-list {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

.reason-selection .introduction-card-list li {
  box-shadow: 5px 5px 9px 0px rgba(31, 122, 112, 1);
  background-image: linear-gradient(
    315deg,
    rgba(62, 198, 181, 1) 0,
    rgba(161, 208, 174, 1) 100%
  );
  border-radius: 44px;
  width: 350px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 12px;
}
.reason-selection .introduction-card-list li img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.reason-selection .introduction-card-list li p:nth-of-type(1) {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.reason-selection .introduction-card-list li p:nth-of-type(2) {
  width: 259px;
  overflow-wrap: break-word;
  color: rgba(69, 90, 100, 1);
  font-size: 12.5px;
  font-family: Poppins-Regular;
  line-height: 20px;
  margin-top: 8px;
}

.introduction-desc {
  box-shadow: 5px 5px 28px 0px rgba(31, 122, 112, 1);
  background-image: linear-gradient(
    135deg,
    rgba(62, 197, 181, 1) 0,
    rgba(193, 212, 172, 1) 100%
  );
  border-radius: 44px;
  width: 100%;
  height: 580px;
  margin: 49px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.introduction-desc_left {
  width: 457px;
  height: 491px;
  position: relative;
  border-radius: 44px;
  background: url(../image/index/introduction-desc-banner.png) 100% no-repeat;
}
.introduction-desc_left p {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 35px;
  width: 138px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.introduction-desc_left p span:first-child {
  overflow-wrap: break-word;
  color: rgba(62, 134, 245, 1);
  font-size: 19px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.introduction-desc_left p span:last-child {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  letter-spacing: 0.5px;
  font-family: Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.introduction-desc_left p:nth-child(1) {
  position: absolute;
  top: 48px;
  right: 0;
  transform: translateX(50%);
}
.introduction-desc_left p:nth-child(2) {
  position: absolute;
  bottom: 96px;
  right: 0;
  transform: translateX(50%);
}

.introduction-desc_left p:nth-child(3) {
  position: absolute;
  bottom: 24px;
  left: 0;
  transform: translateX(-50%);
}
.introduction-desc_right {
  width: 442px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.introduction-desc_right h2 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
}

.introduction-desc_right p {
  overflow-wrap: break-word;
  color: rgba(69, 90, 100, 1);
  font-size: 19px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 28.5px;
  margin-top: 36px;
}

.introduction-desc_right a {
  background-color: rgba(69, 106, 118, 1);
  box-shadow: 4px 8px 25px 0px rgba(46, 197, 182, 1);
  border-radius: 10px;
  height: 60px;
  width: 141px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.us-service {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}
.us-service .w-1200 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.us-service .us-service_register {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
  margin-top: 32px;
}

.us-service .us-service_register img {
  width: 900px;
  height: 448px;
  object-fit: contain;
}

.us-service .us-service_register a {
  background-color: rgba(69, 106, 118, 1);
  border-radius: 8px;
  width: 166px;
  height: 32px;
  color: rgba(255, 255, 255, 1);
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.customer-evaluation {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-evaluation .w-1200 {
  display: flex;
  flex-direction: column;
}

.customer-evaluation .swiper-wrapper {
  overflow: hidden;
}
.customer-evaluation .swiper-wrapper ul {
  width: 2000px;
  display: flex;
  gap: 200px;
  height: 300px;
  margin-top: 48px;
}
.customer-evaluation .swiper-wrapper ul li {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(221, 251, 220, 1);
  background-image: url(../image/index/evaluation-banner.png);
  background-position: center 18px;
  background-repeat: no-repeat;
  background-size: 106px 82px;
  border-radius: 50px;
  position: relative;
  justify-content: center;
  width: 457px;
  height: 258px;
  padding: 28px;
  gap: 18px;
}

.customer-evaluation .swiper-wrapper ul li p:first-child {
  color: rgba(69, 90, 100, 1);
  font-size: 12.5px;
  font-family: Poppins-Regular;
  text-align: center;
  line-height: 22px;
}

.customer-evaluation .swiper-wrapper ul li p:nth-child(2) {
  color: rgba(62, 134, 245, 1);
  font-size: 19px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.customer-evaluation .swiper-wrapper ul li p:nth-child(3) {
  color: rgba(69, 90, 100, 1);
  font-size: 19px;
  font-family: Poppins-Regular;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
}
.customer-evaluation .swiper-wrapper .avatar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.customer-evaluation .swiper-wrapper .avatar img {
  object-fit: contain;
}
.customer-evaluation .swiper-wrapper .avatar_img {
  width: 80px;
  height: 80px;
}
.customer-evaluation .swiper-wrapper .avatar_rating {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 25px;
  width: 40px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: -18px;
  font-size: 11.5px;
  font-weight: 700;
  gap: 2px;
}
.customer-evaluation .swiper-wrapper .avatar_rating img {
  width: 14px;
  height: 14px;
}

.customer-evaluation .change-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.customer-evaluation .change-btn div {
  width: 60px;
  height: 60px;
  padding: 2px;
  background-size: cover;
  cursor: pointer;
}
.customer-evaluation .change-btn .arrow-left {
  background: url(../image/index/left-arrow.png) center no-repeat;
}
.customer-evaluation .change-btn .arrow-right {
  background: url(../image/index/right-arrow.png) center no-repeat;
}

.package-purchase {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package-purchase .w-1200 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
.package-purchase_list {
  display: flex;
  margin-top: 48px;
  padding: 8px 12px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(221, 251, 220, 1);
  border-radius: 10px;
  width: 350px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-purchase_list li {
  overflow-wrap: break-word;
  color: rgba(69, 90, 100, 1);
  font-size: 12.5px;
  letter-spacing: 0.5px;
  font-family: Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.package-purchase_list li.active {
  background-color: rgba(69, 106, 118, 1);
  border-radius: 10px;
  color: #fff;
}

.package-purchase .free-package {
  width: 100%;
  height: 735px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: url(../image/index/free-package-bg.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: 72px;
}

.package-purchase .free-package p {
  color: rgba(255, 255, 255, 1);
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.package-purchase .free-package a {
  box-shadow: 4px 8px 25px 0px rgba(62, 134, 245, 0.25);
  width: 194px;
  height: 87px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 25px;
  color: rgba(62, 134, 245, 1);
  font-size: 20px;
  font-family: Poppins-Bold;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.package-purchase .expensive-package {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
}
.package-purchase .expensive-package ul {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
}
.package-purchase .expensive-package ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  background-color: rgba(221, 251, 220, 1);
  border-radius: 50px;
  width: 309px;
  height: 360px;
  padding: 8px 12px;
}
.package-purchase .expensive-package ul li img {
  width: 232px;
  height: 217px;
  object-fit: cover;
  margin: 0 auto;
}
.package-purchase .expensive-package ul li > p:nth-of-type(1) {
  width: 76px;
  height: 22.5px;
  background: #a8a7af;
  border-radius: 80px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 12.5px;
  color: #455a64;
  text-align: center;
  text-decoration: line-through;
  font-style: normal;
  text-transform: none;
  margin-top: 12px;
}
.package-purchase .expensive-package ul li > p:nth-of-type(2) {
  overflow-wrap: break-word;
  color: rgba(69, 90, 100, 1);
  font-size: 19px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  margin-top: 12px;
}
.package-purchase .expensive-package ul li > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-purchase .expensive-package .price span:nth-child(1) {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.package-purchase .expensive-package .price span:nth-child(2) {
  overflow-wrap: break-word;
  color: rgba(83, 83, 89, 1);
  font-size: 12.5px;
  font-family: Poppins-Regular;
  font-weight: normal;
  text-align: left;
}

.package-purchase .expensive-package .buy-now {
  background-color: rgba(69, 106, 118, 1);
  border-radius: 6px;
  height: 32.5px;
  width: 77.5px;
  color: #fff;
  font-size: 12.5px;
  font-family: Poppins-Regular;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.package-purchase .special-package {
  width: 100%;
  height: 735px;
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #000;
  margin-top: 72px;
  border-radius: 44px;
}
.package-purchase .special-package img {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.package-purchase .special-package p:nth-of-type(1) {
  background-image: linear-gradient(
    90deg,
    rgba(255, 59, 255, 1) 0,
    rgba(236, 191, 191, 1) 38.020834%,
    rgba(92, 36, 255, 1) 75.826311%,
    rgba(217, 79, 213, 1) 100%
  );
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  margin-top: 72px;
}

.package-purchase .special-package p:nth-of-type(2) {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

.package-purchase .special-package p:nth-of-type(3) {
  width: 625px;
  overflow-wrap: break-word;
  color: #fff;
  font-size: 12.5px;
  font-family: Poppins-Regular;
  font-weight: normal;
  text-align: center;
  z-index: 2;
}

.package-purchase .special-package a {
  background-color: rgba(0, 0, 0, 1);
  border-radius: 100px;
  border: 2px gradient;
  width: 96px;
  height: 55px;
  background: url(../image/index/special-package-btn-bg.png) 100% no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 12.5px;
  font-family: Poppins-Regular;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-purchase .package-end {
  width: 100%;
  height: 360px;
  background: url(../image/index/package-bg.png) 100% no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 72px;
  gap: 48px;
}

.package-purchase .package-end p {
  background-image: linear-gradient(
    137deg,
    rgba(255, 28, 247, 1) 0,
    rgba(0, 240, 255, 1) 100%
  );
  overflow-wrap: break-word;
  font-size: 38px;
  font-family: Poppins-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package-purchase .package-end a {
  background-color: rgba(69, 106, 118, 1);
  border-radius: 8px;
  width: 172px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
