.vip_card .head {
  height: 578px;
  background: url(/v2/img/vip_card/top.png) center top no-repeat;
  padding-top: 200px;
}
.vip_card .head h2 {
  font-size: 52px;
  font-weight: 800;
}
.vip_card .head p {
  font-size: 18px;
}
.vip_card .head .tags {
  margin-top: 12px;
}
.vip_card .head .tags span {
  border-radius: 3px;
  border: 1px solid;
  font-size: 14px;
  padding: 3px 12px;
}
.vip_card .vip_scenes {
  margin-top: 100px;
}
.vip_card .vip_scenes h3 {
  width: 155px;
  height: 48px;
  background: url(/v2/img/vip_card/tit_bg.png) center center no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  padding-right: 4px;
  padding-top: 6px;
  font-weight: bold;
  margin-top: 20px;
}
.vip_card .vip_scenes ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.vip_card .vip_scenes ul.ul2 li:nth-child(1) h4::after {
  background-image: url(/v2/img/vip_card/shui.png);
}
.vip_card .vip_scenes ul.ul2 li:nth-child(2) h4::after {
  background-image: url(/v2/img/vip_card/niunai.png);
}
.vip_card .vip_scenes ul.ul2 li:nth-child(3) h4::after {
  background-image: url(/v2/img/vip_card/jiazheng.png);
}
.vip_card .vip_scenes ul.ul1 li:nth-child(2) h4::after {
  background-image: url(/v2/img/vip_card/hi.png);
}
.vip_card .vip_scenes ul.ul1 li:nth-child(3) h4::after {
  background-image: url(/v2/img/vip_card/qinzi.png);
}
.vip_card .vip_scenes ul.ul1 li:nth-child(4) h4::after {
  background-image: url(/v2/img/vip_card/xingqu.png);
}
.vip_card .vip_scenes ul.ul1 li:nth-child(5) h4::after {
  background-image: url(/v2/img/vip_card/meijia.png);
}
.vip_card .vip_scenes ul.ul1 li:nth-child(6) h4::after {
  background-image: url(/v2/img/vip_card/che.png);
}
.vip_card .vip_scenes ul.ul1 li:nth-child(7) h4::after {
  background-image: url(/v2/img/vip_card/zhuji.png);
}
.vip_card .vip_scenes ul li {
  flex-basis: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 12px;
  background: linear-gradient(#ff8c75, #ffe366 68px, #ff8c75);
  display: flex;
  flex-direction: column;
}
.vip_card .vip_scenes ul li:nth-child(4n + 3) {
  margin-right: 0;
}
.vip_card .vip_scenes ul li:last-child(-n + 4) {
  margin-bottom: 0;
}
.vip_card .vip_scenes ul li.two {
  flex-basis: 49%;
}
.vip_card .vip_scenes ul h4 {
  flex-basis: 68px;
  line-height: 68px;
  font-size: 22px;
  padding: 0 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.vip_card .vip_scenes ul h4::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  background: url(/v2/img/vip_card/yundong.png) center center no-repeat;
  background-size: contain;
}
.vip_card .vip_scenes ul p {
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin: 2px;
  flex: 1;
  padding: 18px 16px;
  font-size: 14px;
}
.vip_card .vip_why {
  height: 841px;
  background: url(/v2/img/vip_card/bg.png) center center no-repeat;
  margin-top: 100px;
  padding-top: 90px;
}
.vip_card .vip_why .con {
  display: flex;
  align-items: flex-start;
  padding: 50px 60px 0;
  margin-top: 50px;
}
.vip_card .vip_why dt {
  font-size: 20px;
  font-weight: bold;
  padding-top: 70px;
  padding-left: 36px;
  position: relative;
}
.vip_card .vip_why dt::after {
  content: "";
  width: 140px;
  height: 140px;
  display: block;
  position: absolute;
  left: 8px;
  top: -36px;
  background: url(/v2/img/vip_card/group_grey.png) center center no-repeat;
}
.vip_card .vip_why dd {
  padding-left: 36px;
  font-size: 14px;
}
.vip_card .vip_why dd:nth-child(n + 2) h3 {
  margin-top: 12px;
  font-size: 16px;
}
.vip_card .vip_why h3 {
  font-weight: bold;
  position: relative;
}
.vip_card .vip_why h3::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: -42px;
  top: 6px;
  background: url(/v2/img/vip_card/c.png) center center no-repeat;
  background-size: contain;
}
.vip_card .vip_why .item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px 82px 20px 20px;
  flex: 1;
  padding: 20px;
}
.vip_card .vip_why .item:nth-child(n + 2) {
  margin-left: 20px;
  background: #fff;
}
.vip_card .vip_why .item:nth-child(n + 2) h3 {
  color: #ffae00;
}
.vip_card .vip_why .item:nth-child(n + 2) h3::before {
  top: 0;
  background-image: url(/v2/img/vip_card/face.png);
}
.vip_card .vip_why .item:nth-child(n + 2) dd:nth-child(-n + 3) h3 {
  color: #ff7843;
}
.vip_card .vip_why .item:nth-child(n + 2) dd:nth-child(-n + 3) h3::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/v2/img/vip_card/star.png) center center no-repeat;
  background-size: contain;
  margin-left: 6px;
}
.vip_card .vip_why .item:nth-child(n + 2) dt::after {
  background-image: url(/v2/img/vip_card/group.png);
}
.vip_card .vip_how {
  margin-top: 100px;
}
.vip_card .vip_how .con {
  display: flex;
  margin-top: 40px;
}
.vip_card .vip_how .con img {
  margin-left: -80px;
  margin-right: 40px;
}
.vip_card .vip_how .con h3 {
  font-weight: bold;
  font-size: 18px;
}
.vip_card .vip_how .con h3:nth-child(n + 2) {
  margin-top: 24px;
}
.vip_card .vip_how .con p {
  margin-top: 6px;
}
.vip_card .vip_what ul {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.vip_card .vip_what ul p {
  margin-top: -24px;
}
.vip_card .title {
  text-align: center;
}
.vip_card .title p {
  margin-top: 30px;
}
.vip_card .title h2 {
  background: linear-gradient(270deg, #ffe565, #ff9985);
  border-radius: 100px;
  position: relative;
  display: inline-block;
  height: 44px;
  font-size: 28px;
  font-weight: 800;
  padding: 0 32px;
}
.vip_card .title h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 51px;
  background: url(/v2/img/vip_card/icon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -5px;
  margin-left: -32px;
}
.vip_card .wrap {
  background: #fff url(/v2/img/vip_card/foot_bg.jpg) right bottom no-repeat;
  padding-bottom: 100px;
}
.vip_card .sub_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 92px;
}
@media screen and (max-width: 800px) {
  .vip_card .head {
    padding-top: 0;
    height: auto;
    padding: 36px 0 50px;
    background-size: auto 180%;
  }
  .vip_card .head h2 {
    font-size: 32px;
  }
  .vip_card .head .sub_wrap {
    padding: 0 12px;
  }
  .vip_card .sub_wrap {
    padding: 0;
  }
  .vip_card .title h2 {
    font-size: 20px;
    height: auto;
    padding: 12px 24px;
    max-width: 80%;
    line-height: 1;
  }
  .vip_card .title p {
    font-size: 14px;
    margin-top: 16px;
    color: #999;
    padding: 0 12px;
  }
  .vip_card .vip_what {
    margin-top: 32px;
  }
  .vip_card .vip_what ul {
    margin-top: 30px;
  }
  .vip_card .vip_what ul p {
    margin-top: -12px;
    font-size: 12px;
  }
  .vip_card .vip_how {
    margin-top: 32px;
  }
  .vip_card .vip_how .con {
    display: block;
    padding: 0 12px;
  }
  .vip_card .vip_how .con h3 {
    text-align: center;
  }
  .vip_card .vip_how .con img {
    max-width: 60%;
    margin: 16px 0;
  }
  .vip_card .vip_why {
    margin-top: 32px;
    background-size: cover;
    height: auto;
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .vip_card .vip_why .con {
    display: block;
    margin-top: 0;
  }
  .vip_card .vip_why .item:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 24px;
  }
  .vip_card .vip_scenes {
    margin-top: 32px;
  }
  .vip_card .vip_scenes ul {
    display: block;
    padding: 0 12px;
  }
  .vip_card .vip_scenes ul li {
    margin-right: 0 !important;
  }
}
