body {
  color: #505050;
  font-size: .14rem;
  line-height: 1.5;
  font-family: "Microsoft Yahei", "PingFang SC", "SimSun", "Helvetica Neue", Helvetica, Arial, sans-serif, Tahoma;
  background: #efefef;
}
html {
  font-size: 625%;
}
@media screen and (min-width: 1440px) {
html {
      font-size: 700%;
}
}
@media (max-width: 640px) and (min-width: 0) {
html {
    font-size: 20vw;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (max-width: 320px) {
html {
      font-size: 64px;
}
}
@media screen and (max-width: 640px) and (min-width: 0) and (min-width: 640px) {
html {
      font-size: 128px;
}
}
._Excel-tmp-container .explain {
  background: #fbfbe7;
  color: #aeaeae;
  margin-bottom: 15px;
}
._Excel-tmp-container .excel-list ul .active {
  color: #33ac37;
}
._Excel-tmp-container .excel-list img {
  width: 168px;
  height: 100px;
  display: inline-block;
}
._Excel-tmp-container .excel-list .no-data-img {
  height: auto;
  padding: 20px 0 10px 0;
}
._Excel-tmp-container .title {
  font-size: 0.18rem;
}
._Excel-tmp-container .page {
  text-align: center;
}

