html,
body {
  background: #f3f4ff;
}

.header {
  background: #3d4df2;
  position: relative;
  padding-top: 200px;
  z-index: 2;
}
.header .header-recommend {
  display: flex;
  align-items: center;
  gap: 80px;
}
.header .header-recommend img {
  height: 723px;
}
.header .header-recommend .content {
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-style: normal;
  margin-right: 8%;
}
.header .header-recommend .content h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 140px;
}
.header .header-recommend .content p {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  margin: 32px 0px 48px 0px;
}
.header .header-recommend .content img {
  height: 80px;
  cursor: pointer;
}
.header .box2 {
  position: absolute;
  bottom: 83px;
  width: 100%;
  height: 480px;
  background: #6573fe;
  z-index: -1;
}
.header .box2 .box-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 501px;
  height: 176px;
  flex-shrink: 0;
  background: #2dccd4;
  z-index: -1;
}

.process {
  margin: 80px auto;
}
.process h1 {
  color: #000335;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 60px;
}
.process ul {
  display: flex;
  gap: 27px;
}
.process ul li {
  flex: 1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(112, 116, 166, 0.0784313725);
  padding: 32px 22px;
  color: #727496;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.process ul li:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}
.process ul li img {
  height: 128px;
}
.process ul li h6 {
  color: #000335;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 32px 0px 24px 0px;
}

.contact-us-bg {
  background: #ffffff;
  padding-top: 80px;
}
.contact-us-bg .contact-us h1 {
  color: #000335;
  font-family: "Microsoft YaHei";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 60px;
}
.contact-us-bg .contact-us .contact-us-content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.contact-us-bg .contact-us .contact-us-content ul li {
  border-radius: 16px;
  background: rgba(45, 204, 212, 0.0705882353);
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 48px;
}
.contact-us-bg .contact-us .contact-us-content ul li:last-child {
  margin-bottom: 0px;
}
.contact-us-bg .contact-us .contact-us-content ul li img {
  height: 80px;
}
.contact-us-bg .contact-us .contact-us-content ul li h6 {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 8px;
}
.contact-us-bg .contact-us .contact-us-content .contact-img {
  height: 640px;
}

.logout {
  padding: 80px 0px 43px 0px;
}
.logout h1 {
  color: #000335;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 60px;
}
.logout .logout-content {
  display: flex;
  align-items: center;
  gap: 80px;
}
.logout .logout-content .logout-desc {
  color: #000335;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
.logout .logout-content .cancellation {
  text-align: right;
  padding: 56px 64px;
  padding-right: 168px;
  border-radius: 12px;
  opacity: 1;
  background: #6573fe;
  color: #ffffff;
  font-weight: 700;
  line-height: 64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  margin-left: -100%;
  margin-top: 24px;
  cursor: pointer;
}
.logout .logout-content img {
  height: 497px;
}/*# sourceMappingURL=home.css.map */