@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 {
  margin-top: 40px;
}

.banner .img {
  display: flex;
  justify-content: center;
}

.banner .img img {
  width: 550px;
  height: 474px;
  position: relative;
  z-index: 9;
}

.banner .banner-content {
  margin-top: -80px;
  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, 175, 186, 0.6);
  backdrop-filter: blur(4px);
  margin-left: -10rem;
  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";
  font-weight: 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: #70cc90;
  width: 100%;
  height: 22rem;
  position: relative;
  z-index: -1;
  margin-left: -10rem;
}

.introduce {
  width: 1130px;
  margin: 80px auto 0;
}

.introduce .introduce-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.introduce .introduce-box .introduce-box-img {
  width: 303px;
  display: flex;
  justify-content: center;
}

.introduce .introduce-box .introduce-box-text {
  width: 760px;
  font-size: 18px;
  line-height: 45px;
}

.introduce .introduce-box .introduce-box-text .title {
  text-align: left;
  color: #5a5a5a;
}

.introduce .introduce-box .introduce-box-text .introduce-box-text-p1 {
  font-size: 26px;
}

.thanks {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.thanks img {
  margin-top: 15px;
}
