@import url(./visiting-service.css);

.top-swiper {
  width: 100%;
  height: 570px;
  background-image: url("../images/service-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-swiper-view {
  display: flex;
  gap: 24px;
  margin-top: 55px;
}
.top-swiper-info {
  position: relative;
}
.top-swiper-info1 {
  font-size: 46px;
  font-weight: 600;
  font-style: italic;
  background: linear-gradient(90deg, #853cff 0%, #1375ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-left: 10px;
  padding-right: 10px;
}
.top-swiper-info3 {
  font-size: 20px;
  margin-top: 41px;
}
.top-swiper-info3 p {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.top-swiper-info3 p span {
  font-style: italic;
  background: linear-gradient(90deg, #853cff 0%, #1375ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.top-swiper-view button:nth-child(2) {
  background: #fff;
}
.top-swiper-form {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0px 4px 6px 0px rgba(55, 56, 58, 0.06);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ffffff;
  padding: 30px;
  width: 396px;
  box-sizing: border-box;
}
.top-swiper-form .logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-swiper-form .form-item {
  margin-bottom: 20px;
}
.top-swiper-form .form-item input {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ccd9f1;
  height: 46px;
  width: 100%;
  padding: 0 10px;
}
.card {
  margin-bottom: 110px;
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
.card .w-1280 {
  display: flex;
  justify-content: center;
  gap: 0 37px;
}
.card .card-item {
  background: linear-gradient(180deg, #ffffff 0%, #e9eaff 100%);
  border-radius: 10px 10px 10px 10px;
  padding: 20px 26px;
  flex: 1;
}
.card h3 {
  font-size: 24px;
  font-weight: 500;
}
.card p {
  margin-top: 21px;
  color: #4f5577;
  font-size: 20px;
}
.card p span {
  background: linear-gradient(90deg, #853cff 0%, #1375ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 24px;
}
.solution {
  margin-top: 140px;
}
.solution .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 37px;
  margin-top: 70px;
}
.solution .item {
  width: calc((100% - 74px) / 3);
  background: #f3f6fe;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 27px;
}
.code .action, .scene .action {
  margin-top: 20px;
  display: flex;
  column-gap: 20px;
}
.solution .item p {
  margin-top: 20px;
  color: #4f5577;
}
.scene {
  margin-top: 140px;
}
.scene .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 37px;
  margin-top: 70px;
}
.scene .item {
  width: calc((100% - 74px) / 3);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  background: #f3f6fe;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
}
.scene h3 {
  color: #007EFF;
  margin-bottom: 24px;
  text-align: center;
}
.scene p {
  color: #4F5577;
  line-height: 34px;
  font-size: 20px;
}

.code {
   margin-top: 140px;
   margin-bottom: 163px;
}
.code .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 37px;
  margin-top: 70px;
}
.code .item {
  width: calc((100% - 74px) / 3);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  background: #f3f6fe;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
}
.code h3 {
  color: #007EFF;
  margin-bottom: 24px;
  text-align: center;
}
.code p {
  color: #4F5577;
  line-height: 34px;
  font-size: 20px;
}

.footer .content {
  row-gap: 51px;
}
.footer .title {
  text-align: center;
  font-style: italic;
}
.footer .title h3 {
  font-size: 30px;
  font-weight: 500;
}
.footer .title p {
  font-size: 24px;
  margin-top: 10px;
}

.footer .form {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer .form-item:not(.submit-btn) {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(84, 73, 230, 0.2);
  border-radius: 10px 10px 10px 10px;
  padding: 0 20px;
  flex: 1;
  display: flex;
  align-items: center;
}
.footer .form-item label {
  position: relative;
  top: -2px;
}
.footer .form-item input {
  height: 50px;
  font-size: 16px;
}
.footer .submit-btn {
  position: relative;
}