.jmcd {
  margin: 50px 0 0;
}

.vip {
  margin: 50px 0;
}

.vip-list {
  display: flex;
  justify-content: space-between;
}

.vip-list p {
  width: 23%;
}

.vip-icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 50px;
}

.vip-icons div p {
  width: 82px;
  height: 83px;
}

.vip-icons div p img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.vip-icons div span {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

@media (max-width: 800px) {
  .jmcd {
    margin: 2vw 0 0;
  }

  .vip {
    margin: 5vw 0;
  }

  .vip-list {
    flex-wrap: wrap;
  }

  .vip-list p {
    width: 90%;
    margin-bottom: 2vw;
    margin: 0 5% 4vw;
  }
  .vip-list p img {
    width: 100%;
  }
  .vip-icons {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .vip-icons div {
    margin: 2vw;
  }
  .vip-icons div p {
    width: 16vw;
    height: 16vw;
  }

  .vip-icons div p img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }

  .vip-icons div span {
    font-size: 3.5vw;
    margin-top: 2vw;
    display: block;
  }
}

.ysbd {
  background-color: #f4f2ec;
  padding: 50px 0;
}

.ysbd .content {
  background: url(/content/images/ysbd_back.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 1830px;
}

.ysbd .content div {
  display: flex;
  padding: 100px 100px;
  flex-wrap: wrap;
}

.ysbd .content div a {
  width: 30.33%;
  margin-right: 4.2%;
  margin-bottom: 30px;
}

.ysbd .content div a:nth-child(3n) {
  margin-right: 0;
}

.ysbd .content div a img {
  width: 100%;
}

@media (max-width: 800px) {
  .ysbd {
    padding: 5vw 0;
  }

  .ysbd .content {
    background: none;
    background-size: 100% 100%;
    min-height: auto;
  }

  .ysbd .content div {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ysbd .content div a {
    width: 48%;
    margin: 2vw 0;
  }

  .ysbd .content div a:nth-child(3n) {
    margin-right: 0;
  }

  .ysbd .content div a img {
    width: 100%;
  }
}

.zcjs-title {
  color: #dd5e2a;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin: 50px 0;
}

.zcjs-video {
  position: relative;
}

.zcjs-video::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  z-index: 9;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .zcjs-title {
    color: #dd5e2a;
    font-size: 5vw;
    text-align: center;
    font-weight: 600;
    margin: 5vw 0;
  }
}
