body {
  background-image: linear-gradient(70deg, #304f71 0%, #1e3855 34%, #223a55 51%, #222d3b 76%, #212730 85%);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/*footer 隐藏盒子top不同*/
#footer .tool-info {
  top: -1.3rem;
}
/*top*/
#top {
  position: fixed;
  bottom: 20%;
  right: 0.13333333rem;
  width: 0.90666667rem;
  opacity: 0;
}
/*====中部内容===*/
.content {
  width: 100%;
  min-height: 15rem;
  /*头部图片*/
}
.content .titleImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*头图*/
  /*头图渐渐变远的动画*/
  /*文字图*/
}
.content .titleImg img:nth-child(1) {
  width: 100%;
  vertical-align: middle;
  animation: touImg 15s linear;
  -moz-animation: touImg 15s linear;
  /* Firefox */
  -webkit-animation: touImg 15s linear;
  /* Safari 和 Chrome */
  -o-animation: touImg 15s linear;
  /* Opera */
}
@keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes touImg {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
.content .titleImg img:nth-child(2) {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -1.35rem;
  width: 2.7rem;
  vertical-align: middle;
}
.content .w {
  width: 100%;
  padding-bottom: 60px;
  /*筛选文字*/
  /*15张图片*/
  /*loading*/
}
.content .w .wenziList {
  width: 100%;
  margin-top: 0.58666667rem;
  margin-left: 0.37333333rem;
  overflow: hidden;
}
.content .w .wenziList .outSwpier {
  width: 50rem;
}
.content .w .wenziList .outSwpier span {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 2px 0;
  margin-right: 0.50666667rem;
}
.content .w .wenziList .outSwpier .active {
  border-bottom: 2px solid #D7533C;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 2px;
  color: #D7533C;
}
.content .w .pics {
  width: 100%;
  padding: 0 0.4rem;
  margin-top: 0.64rem;
  /*图片*/
}
.content .w .pics .mpics {
  width: 100%;
  font-size: 0;
  /*loading动图*/
}
.content .w .pics .mpics > li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  border-radius: 0.66666667rem;
  -moz-border-radius: 0.66666667rem;
  -webkit-border-radius: 0.66666667rem;
}
.content .w .pics .mpics > li a {
  display: block;
  margin: 0.13333333rem;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.content .w .pics .mpics > li a img {
  width: 100%;
  transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.content .w .loadingIcon {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
.content .w .loadingIcon img {
  width: 100px;
  height: 100px;
}
