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 {
  /* Firefox */
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes touImg {
  /* Safari 和 Chrome */
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes touImg {
  /* Opera */
  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 .contentMiddle {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(70deg, #304F71 0%, #1E3855 34%, #273D56 51%, #222D3B 76%, #212730 85%);
  /*通告*/
  /*活动*/
  /*loading*/
  /*more*/
}
.content .contentMiddle .img {
  margin: 3% auto;
  width: 98px;
}
.content .contentMiddle .middleTop {
  width: 100%;
  margin-top: 20px;
  /*图片标题*/
}
.content .contentMiddle .middleTop h4 img {
  width: 98px;
}
.content .contentMiddle .middleTop .imgPTop {
  width: 100%;
  padding: 0.4rem;
  margin-top: -0.26666667rem;
}
.content .contentMiddle .middleTop .imgPTop li {
  float: left;
  overflow: hidden;
  width: 50%;
  height: 2.93333333rem;
  margin-bottom: 0.24rem;
}
.content .contentMiddle .middleTop .imgPTop li .midBorder {
  box-sizing: border-box;
  height: 100%;
  margin: 0 5px;
  position: relative;
}
.content .contentMiddle .middleTop .imgPTop li .midBorder .pic {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/policy/4@2x.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
}
.content .contentMiddle .middleTop .imgPTop li .midBorder .pic p {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 18px;
  width: 3.41333333rem;
  /*height: 1.01333333rem;*/
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .contentMiddle .middleTop .imgPTop li .midBorder .pic i {
  display: inline-block;
  font-family: PingFangSC-Light;
  font-size: 12px;
  color: #D0D0D0;
  letter-spacing: 0.56px;
  margin-top: 0.53333333rem;
  text-align: left;
  width: 3.41333333rem;
  height: 0.37333333rem;
  padding-left: 0.18666667rem;
}
.content .contentMiddle .middleBottom {
  padding: 0 0.4rem;
  margin-bottom: 0.53333333rem;
}
.content .contentMiddle .middleBottom > ul {
  width: 100%;
  margin: 0 auto;
}
.content .contentMiddle .middleBottom li {
  width: 100%;
  margin-bottom: 0.4rem;
  float: left;
  position: relative;
  overflow: hidden;
  height: 5.06666667rem;
  font-size: 0;
}
.content .contentMiddle .middleBottom li .midBorder {
  box-sizing: border-box;
  height: 100%;
  margin: 0 5px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  font-size: 0;
}
.content .contentMiddle .middleBottom li img {
  width: 100%;
  display: block;
  transform: scale(1.03, 1.02);
}
.content .contentMiddle .middleBottom li .imgBG {
  width: 100%;
  height: 30%;
  position: absolute;
  padding-left: 8px;
  bottom: 2.4px;
  opacity: 1;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 36%, rgba(0, 0, 0, 0.3) 41%, #000000 112%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 36%, rgba(0, 0, 0, 0.3) 41%, #000000 112%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 36%, rgba(0, 0, 0, 0.3) 41%, #000000 112%);
}
.content .contentMiddle .middleBottom li .imgBG p {
  text-align: left;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.89px;
}
.content .contentMiddle .middleBottom li .imgBG p:first-child {
  font-size: 10px;
  color: #D0D0D0;
  margin-bottom: 5px;
}
.content .contentMiddle .loadingIcon {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
.content .contentMiddle .loadingIcon img {
  width: 50px;
  height: 50px;
}
.content .contentMiddle .btn {
  width: 100%;
  text-align: center;
  margin-bottom: 0.8rem;
}
.content .contentMiddle .btn .more {
  width: 2.96rem;
}
/*# sourceMappingURL=policy.css.map */
