.body .pages {
  text-align: center;
  margin-top: 20px;
}
.body .pages a {
  display: inline-block;
  width: 40px;
  height: 30px;
  border: 1px solid #cacaca;
  line-height: 30px;
  vertical-align: middle;
  color: #cacaca;
}
.body .pages a.current {
  border: none;
  background-color: #de261d;
  color: #fff;
}
.body .ban {
  position: relative;
  background-position: center center;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
}
.body .ban .bg {
  position: absolute;
  height: 150px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.body .ban .container {
  height: 100%;
  position: relative;
}
.body .ban .container span {
  font-weight: bold;
  position: absolute;
  color: #fff;
  font-size: 32px;
  bottom: 40px;
  left: 0;
}
.body .ph-btn {
  text-align: center;
  display: none;
}
.body .ph-btn > div {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.body .ph-btn > div .iconfont {
  position: absolute;
  right: 30px;
  font-size: 20px;
}
.body .ph-btn ul {
  display: none;
}
.body .ph-btn ul li {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 20px;
}
.body .ph-btn ul li div {
  position: relative;
  width: 100%;
  height: 100%;
}
.body .ph-btn ul li div a {
  position: absolute;
  top: 0;
  left: 0;
}
.body .ph-btn ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #1e1e1e;
}
.body .con {
  display: flex;
  margin-top: 60px;
  margin-bottom: 150px;
}
.body .con .con-left {
  animation: pageLeft 1.5s;
  animation-fill-mode: both;
  flex-shrink: 0;
  width: 270px;
}
.body .con .con-left ul {
  width: 100%;
}
.body .con .con-left ul li {
  position: relative;
  line-height: 50px;
  width: 100%;
  height: 50PX;
  margin-bottom: 10px;
  background-color: #f5f4f7;
}
.body .con .con-left ul li a {
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #1e1e1e;
}
.body .con .con-left ul li .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.body .con .con-right {
  animation: pageRight 1.5s;
  animation-fill-mode: both;
  margin-left: 35px;
  width: 100%;
}
@media (max-width: 800px) {
  .body .con {
    flex-wrap: wrap;
  }
  .body .con .con-right {
    margin-left: 0px;
  }
  .body .con .con-left {
    display: none;
  }
  .body .ph-btn {
    display: block;
  }
}
@media (min-width: 700px) {
  @keyframes pageRight {
    0% {
      opacity: 0;
      transform: translateX(200px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes pageLeft {
    0% {
      opacity: 0;
      transform: translateX(-200px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
}
@media (max-width: 1500px) {
  .body .ban {
    background-size: auto 100%;
  }
}
@media (max-width: 700px) {
  .body .ban {
    height: 200px;
    margin-top: 60px;
  }
  .body .con {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .body .ph-btn ul li a {
    font-size: 14px !important;
  }
  .body .ph-btn > div {
    font-size: 14px !important;
  }
  .body .ph-btn div span {
    font-size: 14px !important;
  }
}
