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

.top-swiper {
  width: 100%;
  height: 570px;
  background-image: url("../images/register-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.top-swiper-info h1 {
  font-family: DingTalk JinBuTi;
  font-weight: bold;
  font-size: 68px;
  background: linear-gradient(48deg, #853CFF 0%, #4C59FF 50%, #1375FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: skewX(-5deg);
}
.top-swiper-info .subtitle {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 42px;
  padding: 20px 0;
}
.top-swiper-info .stats {
  display: flex;
  column-gap: 30px;
}
.top-swiper-info .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #7A42FF;
  width: 226px;
  border-radius: 10px;
  padding: 16px 0;
}
.top-swiper-info .stat-item .name {
  font-size: 16px;
  font-weight: bold;
}
.top-swiper-info .stat-item .name span {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, #8A39FF 0%, #1674FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-swiper-info .stat-item .desc {
  color: #161AA1;
  font-size: 14px;
  margin-top: 8px;
}
.top-swiper-view {
  display: flex;
  column-gap: 20px;
  margin-top: 40px;
}
.tips-1, .tips-2, .tips-3 {
  width: 122px;
  position: absolute;
}
.tips-1 {
  top: -50px;
  right: -60px;
}
.tips-2 {
  bottom: 75px;
  right: -93px;
}
.tips-3 {
  top: 64px;
  right: 368px;
}

.w-1280:has(.top-form) {
  position: relative;
}
.w-1280 .top-form {
  position: absolute;
  top: -20px;
  right: 0;
}
.top-form {
  width: 396px;
  padding: 24px;
  border-radius: 12px;
  background-color: #fff;
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 1px #FFFFFF99;
  position: relative;
}
.top-form .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}

.top-form input {
  height: 54px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 1px 1px 1px #FFFFFFFF;
  background-color: rgba(235,238,255,0.75);
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 18px;
  text-align: left;
  padding-left: 100px;
}
.top-form input::placeholder {
  color: #666;
}
.top-form button {
  width: 100%;
  margin-top: 10px;
}
.top-form .desc {
  font-size: 12px;
  margin-top: 30px;
  color: #4C505D;
}
.top-form .label-name {
  position: absolute;
  top: 189px;
  left: 42px;
  color: black;
}
.top-form .label-company {
  position: absolute;
  top: 265px;
  left: 42px;
  color: black;
}
.top-form .label-tel {
  position: absolute;
  top: 109px;
  left: 44px;
  color: black;
}

.register {
  background: #f2f5fc;
  padding: 70px 0;
  text-align: center;
}
.register h2 {
  margin-bottom: 20px;
  font-size: 34px;
}
.register p {
  font-size: 20px;
  color: #4F5577;
  font-weight: bold;
}
.register .form {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
}
.register .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;
}
.register .form-item label {
  position: relative;
  top: -2px;
}
.register .desc {
  position: absolute;
  top: 124px;
  left: 12px;
  font-size: 16px;
}
.register .form-item input {
  height: 50px;
  font-size: 16px;
}

.footer {
  background-image: url(../images/footer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 68px;
  padding: 70px 0;
}
.footer .content .action {
  display: flex;
  column-gap: 28px;
}
.footer .content span {
  font-size: 47px;
  transform: skewX(-5deg);
  font-family: DingTalk JinBuTi-Regular;
}