body {
  margin: 0;
}
.home {
  background-image: url('../img/bg.png');
  background-size: 100% 100%;
  padding-bottom: 0.533333rem;
}
.home .swiperBox {
  overflow: hidden;
}
.home .swiperBox .slideImg {
  width: 100%;
  height: auto;
}
.home .noticeBox {
  display: flex;
  align-items: center;
  padding: 0.106667rem 0.266667rem;
  box-sizing: border-box;
  background: radial-gradient(0% 0% at 0% 0%, #1F5691 0%, #144097 100%);
  gap: 0.266667rem;
  margin: 0.266667rem 0.426667rem;
}
.home .noticeBox img {
  width: 0.426667rem;
  height: 0.426667rem;
}
.home .noticeBox div {
  flex: 1;
  font-size: 0.266667rem;
  overflow: hidden;
  color: #fff;
  display: flex;
}
.home .noticeBox div span {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home .navBox {
  margin: 0.266667rem 0.640000rem 0.213333rem;
  padding: 0 0.266667rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .navBox .navItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.home .navBox .navItem img {
  width: 1.866667rem;
  height: 1.866667rem;
}
.home .navBox .navItem div {
  font-size: 0.373333rem;
}
.home .navBox .navItem span {
  font-size: 0.213333rem;
}
.home .btnBox {
  margin: 0.320000rem 0.346667rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.home .btnBox .twoCol {
  grid-column: 2 span;
}
.home .btnBox .twoRow {
  grid-row: 2 span;
}
.home .btnBox a img {
  width: 100%;
  display: block;
  height: auto;
}
.home .author {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.266667rem;
  color: #fff;
  gap: 0.053333rem;
}
.home .author div {
  font-weight: bold;
}
