@charset "UTF-8";
/* 重置样式 */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: 0 none;
  vertical-align: top;
}

i, em {
  font-style: normal;
}

ol, ul {
  list-style: none;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:visited {
  text-decoration: none;
  color: #333;
}

body {
  margin: 0 auto;
  background: url(../img/bg.jpg) repeat;
  font-size: 14px;
  font-family: "Microsoft YaHei", -apple-system, Helvetica, sans-serif;
  line-height: 1.5;
  color: #333333;
  -webkit-text-size-adjust: 100% !important;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  max-width: 540px;
  min-width: 320px;
}

img {
  width: 100%;
  vertical-align: top;
}

/* rem单位切换
---------------------------------------- */
/* html根元素大小
---------------------------------------- */
html {
  font-size: 20vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 64px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 108px;
  }
}

.pt30 {
  padding-top: 0.2rem;
}

.pt50 {
  padding-top: 0.33333rem;
}

.main {
  padding: 0.2rem;
}

.list {
  padding-top: 0.2rem;
}

.list a {
  position: relative;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.13333rem 0;
}

.list a::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 1px dashed #c9c7c3;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

a.more {
  display: inline-block;
  color: #bb0b15;
  border: 1px solid #bb0b15;
  border-radius: 3px;
  margin: 0.23333rem auto;
  padding: 0.05333rem 0.13333rem;
}

.text-center {
  text-align: center;
}

.box {
  width: 2.13333rem;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem;
  margin-bottom: 0.2rem;
}

.box-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 5px;
}

.box-desc .name {
  font-size: 14px;
  color: #bb0b15;
}

.box-desc .author {
  font-size: 12px;
  color: #000000;
}

.st-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.st-list .poster {
  width: 2.06667rem;
  height: 1.66667rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-list .item {
  margin-bottom: 0.1rem;
}

.st-list .item-img {
  position: relative;
  display: block;
  border-radius: 0.06667rem;
  overflow: hidden;
}

.st-list .item-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.38667rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.st-list .item-img .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.st-list .item-tit {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.06667rem 0;
}

/* 弹窗 */
.modal {
  visibility: hidden;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  opacity: 0;
}

.modal.visible {
  visibility: visible;
  opacity: 1;
}

.modal-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.modal-content {
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-close {
  text-align: center;
  margin: 0.26667rem auto;
  cursor: pointer;
  width: 0.34667rem;
}

.yx-box {
  padding: 0.13333rem;
  background: #fff;
}

.yx-box img {
  width: 3.33333rem;
}

.video-box {
  background: #000;
  border-radius: 0.1rem;
  overflow: hidden;
}

.video-box video {
  width: 4.66667rem;
}

.video-box .title {
  font-size: 16px;
  color: #ffffff;
  padding: 0.1rem 0.05333rem 0.13333rem;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */