.banner {
  position: relative;
}
.banner .m-banner-img {
  display: none;
}
.banner .banner-img {
  width: 100%;
  height: 7rem;
}
.banner .banner-texts {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.banner .banner-texts h2 {
  font-family: Libre Franklin;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 0.4);
}
.main {
  padding-top: 1rem;
}
.main .mall {
  padding: 0 3.2rem;
  margin-bottom: 1rem;
}
.main .mall .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.4rem;
  row-gap: 0.4rem;
}
.main .mall .list .item {
  padding-bottom: 0.05rem;
}
.main .mall .list .item:hover {
  transition: all 0.5s;
  box-shadow: 0 10px 20px rgba(1, 29, 17, 0.2);
  transform: translateY(-5px);
}
.main .mall .list .item .cover {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 2.5rem;
}
.main .mall .list .item h3 {
  margin-top: 0.2rem;
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}
.main .mall .list .item .date {
  margin-top: 0.2rem;
  font-family: Libre Franklin;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #555555;
}
.main .mall .more-btn {
  margin: 0.67rem auto 1rem;
  display: block;
  width: 2.54rem;
  height: 0.65rem;
  border-radius: 0.65rem;
  opacity: 1;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  font-family: Libre Franklin;
  font-size: 0.24rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #222222;
  background-color: transparent;
}
.main .ad {
  padding-top: 1.27rem;
  height: 4rem;
  background-image: url('/skin/default/images/kayo-news/bg.png');
  background-position: center;
}
.main .ad p {
  font-family: Libre Franklin;
  font-size: 0.62rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}
.main .ad a {
  display: block;
  margin: 0.46rem auto 0;
  width: 2.54rem;
  height: 0.65rem;
  line-height: 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-family: Libre Franklin;
  font-size: 0.28rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .banner .m-banner-img {
    display: block;
    width: 100%;
    height: 6rem;
  }
  .banner .banner-img {
    display: none;
  }
  .banner .banner-texts {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  .banner .banner-texts h2 {
    font-family: Libre Franklin;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-shadow: 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.4);
  }
  .main .mall {
    padding: 0 0.3rem;
  }
  .main .mall .list {
    display: block;
  }
  .main .mall .list .item:last-child {
    margin-bottom: 0;
  }
  .main .mall .list .item {
    height: auto;
    margin-bottom: 0.6rem;
  }
  .main .mall .list .item .cover {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 4.3rem;
  }
  .main .mall .list .item h3 {
    margin-top: 0.35rem;
    font-family: Libre Franklin;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.52rem;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #222222;
  }
  .main .mall .list .item .date {
    margin-top: 0.3rem;
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #555555;
  }
  .main .ad {
    padding-top: 1rem;
    height: 4.6rem;
    background-image: url('/skin/default/images/kayo-news/m_bg.png');
    background-position: center;
    background-size: cover;
  }
  .main .ad p {
    font-family: Libre Franklin;
    font-size: 0.62rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
  }
  .main .ad a {
    display: block;
    margin: 0.36rem auto 0;
    width: 4rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-radius: 0.88rem;
    border: 0.02rem solid #FFFFFF;
    background-color: transparent;
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    cursor: pointer;
  }
}
