@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSansLatin-Normal.ttf") format("truetype");
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("../fonts/MiSansLatin-Bold.ttf") format("truetype");
}

html {
  font-size: 16px;
  width: 100%;
}

.banner .imgs {
  width: 720px;
  margin: 180px auto 0;
  display: flex;
  justify-content: space-between;
}

.banner .imgs img {
  height: 121px;
}

.banner .imgs img:nth-child(2) {
  height: 96px;
}

.banner .banner-content {
  margin-top: -40px;
  display: flex;
  color: #fff;
}

.banner .banner-content .banner-content-semicircle {
  background-color: rgba(1, 101, 194, 0.9);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 9;
}

.banner .banner-content .banner-content-text {
  background-color: rgba(0, 106, 203, 0.6);
  backdrop-filter: blur(4px);
  margin-left: -10rem;
  width: 1130px;
  min-width: 1130px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.banner .banner-content .banner-content-text p {
  width: 66%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 32px;
}

.banner .banner-content .banner-content-text .title {
  font-size: 40px;
  font-family: "MiSans-Bold";
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
  color: #fff;
}

.banner .banner-content .banner-content-text a {
  margin: 3rem auto;
  display: block;
  width: 12rem;
  line-height: 3rem;
  font-size: 1.2rem;
  border-radius: 9rem;
  background-color: #006acb;
  color: #fff;
  border: 0;
}

.banner .banner-content .banner-content-semicircle2 {
  background-color: rgba(0, 175, 186, 0.25);
  width: 100%;
  height: 22rem;
  position: relative;
  z-index: -1;
  margin-left: -10rem;
}

.text {
  background-color: #fff7dc;
}

.text .text-img1 {
  margin-top: -130px;
}

.text .text-content .title {
  color: #00afba;
  margin-bottom: 0;
  margin-top: 20px;
}

.text .text-content .title1 {
  font-size: 36px;
}

.text .text-content p:nth-child(2) {
  font-size: 24px;
}

.text .text-content p:nth-child(6) {
  font-size: 24px;
}

.complain .title {
  color: #5a5a5a;
}

.complain .complain-box {
  width: 1130px;
  height: 350px;
  margin: 30px auto;
  border: 4px solid rgba(183, 183, 183, 0.5);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.complain .complain-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.complain .complain-box div span {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}

.complain .complain-box div a {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
  cursor: pointer;
}

.complain .complain-box div .complain-box-content1 {
  color: #00afba;
}

.complain .complain-box div .complain-box-content2 {
  color: #006acb;
}
