@font-face {
  font-family: 'Adamina';
  src: url('../fonts/Adamina-Regular.otf') format('opentype');
  src: url('../fonts/Adamina-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #050501;
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Adamina', sans-serif;
  overflow-y: auto;
  scroll-behavior: smooth;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #050501;
}
.header-container {
  padding: 40px 20px 0;
  background: url("../images/header.png") no-repeat;
  background-size: 100% 100%;
  height: 522px;
}
.header-container .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-container .logo-wrapper .logo {
  width: 48px;
  height: 48px;
}
.header-container .logo-wrapper .logo-text {
  font-size: 20px;
  font-weight: bold;
}
.header-container .title {
  width: 57.6vw;
  min-height: 64px;
  margin-top: 40px;
  font-size: 36px;
  line-height: 32px;
}
.header-container .intro {
  margin-top: 20px;
  width: 61.86666667vw;
  min-height: 147px;
  line-height: 150%;
}
.header-container .app-logo-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.header-container .app-logo-wrapper .app-item {
  flex: 1;
}
.header-container .app-logo-wrapper .app-logo {
  width: 160px;
  height: 48px;
}
.content-container {
  position: relative;
  background: linear-gradient(180deg, #FEF9E6 0.01%, #F1C467 69.63%);
  padding-bottom: 40px;
  padding-top: 36px;
}
.content-container::before {
  position: absolute;
  top: -30px;
  left: 0;
  content: ' ';
  border-bottom: 30px solid #FEF9E6;
  z-index: 1;
  border-right: 50px solid transparent;
  width: 50%;
}
.content-container .elephant-card {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px 20px;
  z-index: 11;
}
.content-container .elephant-card .title {
  font-size: 32px;
  line-height: 36px;
}
.content-container .elephant-card .img-elephant {
  width: 60px;
  height: 34px;
}
.content-container .intro {
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
  padding: 0 20px;
}
.list {
  margin-top: 20px;
  padding: 0 16px;
}
.list .list-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.list .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.list .list-item img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}
.list .list-item .item-content-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
}
.list .list-item .item-content-wrapper .item-title {
  width: 42.66666667vw;
  font-size: 20px;
  line-height: 30px;
}
.list .list-item .item-content-wrapper .item-line {
  margin-top: 16px;
}
.list .list-item .item-content-wrapper .item-line img {
  width: 46px;
  height: auto;
}
.list-2 {
  margin-top: 16px;
  padding: 0 16px;
}
.list-2 .list-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.list-2 .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.list-2 .list-item img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}
.list-2 .list-item .item-content-wrapper {
  position: relative;
  margin-top: -36px;
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
  z-index: 1;
}
.list-2 .list-item .item-content-wrapper .item-title {
  font-size: 20px;
  line-height: 32px;
}
.list-2 .list-item .item-content-wrapper .item-line {
  margin-top: 12px;
}
.list-2 .list-item .item-content-wrapper .item-line img {
  width: 46px;
  height: auto;
}
.list-2 .list-item .item-content-wrapper .item-des {
  margin-top: 12px;
  line-height: 24px;
  color: #333;
}
.contact-list {
  position: relative;
  background: #fff;
  padding: 30px 24px;
}
.contact-list .contact-item {
  display: flex;
  gap: 16px;
}
.contact-list .contact-item:not(:last-child) {
  margin-bottom: 24px;
}
.contact-list .contact-item .contact-icon {
  width: 40px;
  height: 40px;
}
.contact-list .contact-item .contact-title {
  font-size: 14px;
  color: #333;
}
.contact-list .contact-item .contact-des {
  font-size: 16px;
  line-height: 24px;
}
.footer {
  display: flex;
  align-items: center;
  padding: 32px 0 40px;
  justify-content: center;
  background: #E5E5E5;
  gap: 32px;
}
.footer .footer-logo {
  width: 40px;
  height: 40px;
}
.footer .footer-logo img {
  width: 100%;
  height: 100%;
}
.swiper-container {
  margin-top: 20px;
  padding-left: 16px;
}
.swiper {
  width: 100%;
}
.swiper .swiper-slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper .swiper-slide .swiper-content {
  position: relative;
  margin-top: -16px;
  border-radius: 8px;
  background: #FFF;
  padding: 16px;
  z-index: 1;
}
.swiper .swiper-slide .swiper-content .item-title {
  font-size: 20px;
  line-height: 24px;
}
.swiper .swiper-slide .swiper-content .item-line {
  margin-top: 12px;
}
.swiper .swiper-slide .swiper-content .item-line img {
  width: 46px;
  height: auto;
}
