@charset "UTF-8";
/*
    使对应标签展示
*/
.list_item:nth-child(5) > div {
  display: block !important;
}

.banner {
  width: 100%;
  height: 400px;
}
.banner .banner-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .banner-content > img {
  width: 100%;
  height: 100%;
}
.banner .banner-content > h2 {
  font-size: 48px;
  font-family: PingFang;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
  letter-spacing: 10px;
}

.friend-show {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.friend-show .showtime {
  width: 80%;
  min-height: 400px;
  position: relative;
}
.friend-show .showtime .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px;
  margin-bottom: 100px;
}
.friend-show .showtime .list > li {
  width: 180px;
  height: 140px;
  margin: 10px 20px;
}
.friend-show .showtime .list > li > img {
  width: 100%;
  height: 100%;
}
.friend-show .showtime .page {
  display: flex;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translatex(-50%);
}
.friend-show .showtime .page > div {
  width: 40px;
  height: 40px;
  background: #EEE;
  font-size: 16px;
  font-family: "黑体";
  font-weight: 400;
  color: #999999;
  margin-left: 20px;
  text-align: center;
  line-height: 40px;
}
.friend-show .showtime .page .active {
  background: red;
  color: #fff;
}

.addShadow {
  box-shadow: 0px 0px 18px 0px #c9d4e6;
}

@media only screen and (max-width: 750px) {
  .banner .banner-content {
    background: url("../images/mob/others/parnter.png") no-repeat;
    background-size: 100% 100%;
  }
  .banner .banner-content > img {
    display: none;
  }
  .banner .banner-content > h2 {
    font-size: 2rem;
    font-weight: normal;
    top: 50%;
    letter-spacing: 0.1rem;
  }

  .friend-show {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .friend-show .showtime {
    width: 100%;
    height: auto;
  }
  .friend-show .showtime .list {
    padding: 1rem;
  }
  .friend-show .showtime .list > li {
    width: 5rem;
    height: 3.5rem;
    margin: 1rem 0;
  }
  .friend-show .showtime .list > li > img {
    width: 100%;
    height: 100%;
  }
  .friend-show .showtime .page {
    bottom: 40px;
  }
  .friend-show .showtime .page > div {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.6rem;
    line-height: 1.5rem;
    margin-left: 0.3rem;
  }
}

/*# sourceMappingURL=partner.css.map */
