@font-face {
  font-family: "MiSans-Regular";
  src: url("https://zlmn-fbc.oss-cn-beijing.aliyuncs.com/font/MiSans-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "MiSans-Semibold";
  src: url("https://zlmn-fbc.oss-cn-beijing.aliyuncs.com/font/MiSans-Semibold.ttf")
    format("truetype");
}

body {
  font-family: "MiSans-Regular" !important;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #f5f6f8;
  position: relative;
}

:root {
  --color1: #c0a1cc;
  --color2: #e2d75b;
  --color3: #343434;
}

.bau-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background-color: #000000;
  padding: 0 60px;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
}

.bau-logo {
  display: flex;
  gap: 30px;
}

.bau-logo img {
  height: 40px;
}

.bau-func {
  display: flex;
  gap: 30px;
}

.btn {
  background-color: var(--color1);
  border-radius: 8px;
  transition: 0.3s all;
  /*font-weight: bold;*/
  display: inline-block;
}

.btn:hover {
  background-color: rgb(173, 146, 183);
}

.btn a {
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 768px) {
  .bau-header {
    padding: 0 15px;
  }
  .bau-logo {
    gap: 15px;
  }
  .bau-logo img {
    height: 30px;
  }
  .btn {
    border-radius: 5px;
  }
  .btn a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .bau-func {
    gap: 10px;
  }
}
.bau-video {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}

.video-background {
  /*height: 100%;*/
  width: 100%;
}

.video-background video {
  width: 100%;
  object-fit: cover;
  /*aspect-ratio: 16/9;*/
  height: 70vh;
  display: block;
}

.video-title {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 8%;
  gap: 40px;
}

.title-box .btn {
  font-size: 20px;
}

.video-title .title {
  font-size: 54px;
  color: white;
}

.video-title .title-en {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .title-box {
    padding-top: 20%;
  }

  .title-box .btn {
    font-size: 16px;
  }

  .video-title .title {
    font-size: 36px;
  }
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .main {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.brightSpot {
  max-width: 1200px;
  margin: 0 auto;
  /*padding-top: 80px;*/
  /*padding-bottom: 80px;*/
  /*height: 30vh;*/
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*min-height: 250px;*/
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .brightSpot {
    /*height: 45vh;*/
  }

  .brightSpot-en {
    /*height: 70vh;*/
  }
}

.brightSpot .title {
  font-size: 36px;
  line-height: 1.5em;
  text-align: center;
  color: var(--color1);
  font-weight: bold;
}

.brightSpot .title-en {
  font-size: 36px;
}

.brightSpot .content {
  padding-top: 40px;
  text-align: center;
  line-height: 1.5em;
  color: var(--color3);
  font-size: 18px;
}

.brightSpot .content-en {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .brightSpot .title {
    font-size: 24px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .brightSpot .content {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.including {
  background-color: var(--color2);
  /*padding-top: 20px;*/
  /*padding-bottom: 60px;*/
  padding: 90px 0;
}

.including .title {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: black;
  /*padding: 30px 0;*/
}

.including .flex-box {
  display: flex;
  gap: 40px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .including .flex-box {
    flex-direction: column;
  }
}

.card {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.card-img {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  /*background-color: var(--color3);*/
  background-size: cover;
}

.card-img img {
  position: absolute;
  bottom: 10%;
  zoom: 0.5;
  left: 50%;
  transform: translateX(-50%);
}

.card-title {
  height: 90px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.card-btn {
  text-align: center;
}

.recommended {
  padding: 60px 0;
}

.presented {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .recommended {
    height: 300px;
  }

  .presented {
    flex-direction: column;
    gap: 10px;
  }
}

.presented .title {
  font-weight: bold;
  font-size: 36px;
  flex: 2;
}

@media screen and (max-width: 768px) {
  .presented .title {
    flex: inherit;
    height: auto;
    padding: 30px 0;
  }
}

.presented .imgBox {
  flex: 0.5;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .presented .imgBox {
    flex: 1;
  }
}

.swiperBox {
  border: 1px solid;
  border-right: none;
  border-left: none;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background-color: white;
}

.swiperBox .title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: black;
  /*padding: 30px 0;*/
}

#Swiper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: clip;
  padding-top: 40px;
}

.swiper-slide {
  display: flex;
  /*gap: 100px;*/
  justify-content: space-around;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    display: flex;
    /*gap: 10px;*/
  }
}

.box {
  /*height: 200px;*/
  /*flex: 1;*/
  /*background-color: red;*/
  text-decoration: none;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .box {
    width: 20%;
  }
}

.box img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 10px;
  transition: 0.3s all;
}

.box img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.box .introduced {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .box .introduced {
    font-size: 12px;
  }
}

.footer {
  background-color: white;
}

.footer-body {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}

.footer-body .right {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .footer-body {
    flex-direction: column;
    gap: 10px;
    height: 100px;
    justify-content: center;
    font-size: 12px;
  }

  .footer-body .right {
    flex-direction: column;
    gap: 10px;
  }
}

.footer-icp {
  text-decoration: none !important;
  color: #000;
}

