*,
::before,
::after {
  margin: 0;
  padding: 0;
  /*清除移动端默认的点击高亮效果*/
  -webkit-tap-highlight-color: transparent;
  /*设置以边框开始计算宽度*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  /*设备默认字体*/
  font-family: "Microsoft YaHei", sans-serif;
  background: #FFFFFF;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
input,
textarea,
button {
  border: none;
  outline: none;
}
textarea {
  resize: none;
}
input {
  /*清除移动端默认的表单样式*/
  -webkit-appearance: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  max-height: 266.64rem;
}
img {
  display: block;
}
p {
  max-height: 266.64rem;
}
i {
  display: block;
  font-style: normal;
}
.back {
  width: 0.61333333rem;
  height: 1.12rem;
  position: absolute;
  top: 0.82666667rem;
  left: 1.12rem;
  z-index: 9;
}
.back img {
  width: 100%;
  height: 100%;
}
#wrap {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-top: 8.8rem;
}
.banner {
  width: 100%;
  height: 8.8rem;
  position: absolute;
  top: 0;
  z-index: 1;
  padding-top: 3.73333333rem;
}
.banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.banner p {
  color: #F9F9F9;
  text-indent: 2.93333333rem;
  font-size: 0.8rem;
}
.banner p:nth-of-type(1) {
  font-size: 0.96rem;
  letter-spacing: 0.26666667rem;
}
.list {
  padding: 0.66666667rem 0.8rem;
}
.list li {
  width: 100%;
  height: 4.74666667rem;
  margin-bottom: 0.53333333rem;
  position: relative;
}
.list li img {
  float: left;
  width: 8.85333333rem;
  height: 4.74666667rem;
  margin-right: 0.8rem;
}
.list li h1 {
  width: 6.13333333rem;
  float: left;
  font-size: 0.96rem;
  color: #1C1C1C;
  line-height: 1.5;
}
.list li a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icon-play.png) no-repeat;
  background-size: 100% 100%;
}
