.programItem {
  position: relative;
  margin-bottom: 0.533333rem;
  width: 8.56rem;
  height: 4rem;
  box-shadow: 0px 16px 56px 0px rgba(0, 0, 0, 0.6);
}
.programItem > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programItem .label {
  position: absolute;
  left: -0.426666rem;
  top: 0.453333rem;
}
.programItem .label .label-li {
  position: relative;
  display: inline-block;
  padding: 0 0.133333rem;
  margin-bottom: 0.186666rem;
  height: 0.56rem;
}
.programItem .label .label-li span {
  position: relative;
  z-index: 2;
  line-height: 0.56rem;
  font-size: 0.346666rem;
  color: #ffffff;
  font-family: "ZH";
  font-weight: bold;
}
.programItem .label .label-li i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FF6F2F;
  transform: skewX(-15deg);
  border-radius: 0.053333rem;
}
.programItem .label.vip {
  height: 0.533333rem;
}
.programItem .label.vip span {
  color: #151515;
  font-size: 0.453333rem;
}
.programItem .label.vip i {
  background-color: #ff6f2f;
}
.programItem .play-btn {
  position: absolute;
  right: -0.4rem;
  bottom: 0.266666rem;
  width: 1.066666rem;
  height: 0.853333rem;
  border-radius: 0.053333rem;
  background-color: #ffffff;
}
.programItem .play-btn .play-btn-icon {
  margin-left: 0.4rem;
  margin-top: 0.213333rem;
  width: 0.32rem;
  height: 0.426666rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAgCAYAAAAIXrg4AAABDklEQVRIS9XWvW3DQAwF4Ee3BlJRK2QWz+GU0gox4E2c1vYC2STICKJUBBBwnc9gEBmCbf1RvCLXqBI/vgNEkZD4kNZn5tcY46qu6y9vj5j5nYj2ABQ7hRDypmnEC6Isy34AvHQKlgAKETl5IArEnkIuaYYAdTVNLiJna5oxoK1rTjMVMKeZA5jSWIBZaazA5DRLgTZN73fjAQym8QSepvEG2jQHEXkDcEkFgIg2ZVl+/lvgQ0S2Ka5I/yM6HG+j3vOKng5ED+Ch6+5oXwqMjnErMNj10gSjXVuByV1bgFldzwFMXU8FzF3fAw2AdbLFi5l3f6ujGscQQuG6OrbLrz6rqvq2Llh97/1u1ynPFZaR1SEdvSEgAAAAAElFTkSuQmCC) no-repeat;
  background-size: cover;
}
.programItem .play-btn .play-btn-icon.ing {
  margin: 0 auto;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/playing.07014b2e.gif) no-repeat;
  background-size: cover;
}
@charset "UTF-8";
/* 定义页面背景色 */
@font-face {
  font-family: "ZH";
  src: url("//media.aotuyuzhou.com/assets/fonts/DIN-BlackItalicAlt.woff2");
}
@font-face {
  font-family: "CH";
  src: url("//media.aotuyuzhou.com/assets/fonts/WenYue-XinQingNianTi-NC-W8.woff2");
}
.index[data-v-57509004] {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  min-height: 100%;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  background-color: #151515;
}
.index .fm-li[data-v-57509004] {
  margin: 0 auto;
  margin-top: 0.826666rem;
  padding-bottom: 0.533333rem;
  width: 8.56rem;
}
.index .head[data-v-57509004] {
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background-color: #FFFFFF;
  transform: translateY(-100%);
  transition: transform 0.3s 0.3s;
}
.index .head.active[data-v-57509004] {
  transform: translateY(0);
}
.index .head .logo-con[data-v-57509004] {
  display: flex;
  margin-left: 0.266666rem;
  align-items: center;
}
.index .head .logo[data-v-57509004] {
  width: 1.546666rem;
  height: 1.6rem;
}
.index .head .name[data-v-57509004] {
  margin-left: 0.293333rem;
}
.index .head .name .atyz[data-v-57509004] {
  font-size: 0.426666rem;
  color: #151515;
  line-height: 0.586666rem;
  font-weight: bold;
}
.index .head .name p[data-v-57509004] {
  line-height: 0.533333rem;
  font-size: 0.373333rem;
  color: #ACB0BE;
}
.index .head .download[data-v-57509004] {
  margin-right: 0.5rem;
  width: 2.56rem;
  height: 0.8rem;
  background: linear-gradient(161deg, rgb(255, 59, 100) 0%, rgb(255, 26, 26) 100%);
  border-radius: 0.106666rem;
  line-height: 0.8rem;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.4rem;
  font-weight: 600;
}
.index .head .download span[data-v-57509004] {
  font-family: "ZH";
}
