.vip_banner {
  background: url('/shop/img/vip/banner-bg.png') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.vip_banner_title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 64px;
  margin-bottom: 30px;
}
.vip_banner_desc {
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  margin-bottom: 56px;
}
.vip_banner_img {
  position: absolute;
  right: 10px;
  bottom: 80px;
  width: 510px;
}
.vip_module1 {
  background-color: #fff;
  padding: 94px 0 40px;
}
.vip_module1_content {
  height: 564px;
  position: relative;
  margin-top: 50px;
  background: url('/shop/img/vip/module1-bg.png') 78px center no-repeat;
  -o-background-size: 562px auto;
  background-size: 562px auto;
}
.vip_module1_item {
  position: absolute;
}
.vip_module1_item.item1 {
  top: 52px;
  left: 564px;
}
.vip_module1_item.item2 {
  top: 188px;
  left: 650px;
}
.vip_module1_item.item3 {
  top: 340px;
  left: 650px;
}
.vip_module1_item.item4 {
  top: 472px;
  left: 564px;
}
.vip_module1_name {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  margin-bottom: 10px;
}
.vip_module1_desc {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
}
.vip_module2 {
  background-color: #fff;
  padding: 50px 0;
}
.vip_module2_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 44px;
}
.vip_module2_item {
  width: 389px;
  height: 303px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 0 36px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vip_module2_item ~ .vip_module2_item {
  margin-left: 16px;
}
.vip_module2_img {
  width: 100%;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: auto 86px;
  background-size: auto 86px;
}
.vip_module2_img.img1 {
  background-image: url('/shop/img/vip/module2-img01.png');
}
.vip_module2_img.img2 {
  background-image: url('/shop/img/vip/module2-img02.png');
}
.vip_module2_img.img3 {
  background-image: url('/shop/img/vip/module2-img03.png');
}
.vip_module2_name {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 36px;
}
.vip_module2_desc {
  font-size: 14px;
  color: #808080;
  text-align: center;
  line-height: 28px;
  margin-top: 20px;
}
.vip_module3 {
  background-color: #fff;
  padding: 60px 0 80px;
}
.vip_module3_row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 46px;
}
.vip_module3_row.row2 {
  margin-top: 60px;
}
.vip_module3_card {
  width: 279px;
  height: 420px;
  padding: 30px 20px 0;
  border: 1px dashed transparent;
  border-radius: 10px;
  position: relative;
}
.vip_module3_card ~ .vip_module3_card {
  margin-left: 140px;
}
.vip_module3_card_index {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.vip_module3_card_name {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin: 16px 0 24px;
}
.vip_module3_card_label {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.vip_module3_card_label ~ .vip_module3_card_label {
  margin-top: 14px;
}
.vip_module3_card.card1 {
  border-color: #156DEB;
  background-color: #E0ECFF;
}
.vip_module3_card.card1 .vip_module3_card_index {
  background-color: #1472FF;
}
.vip_module3_card.card1 .vip_module3_card_label {
  background: -webkit-linear-gradient(bottom, #1472FF 3%, #4E8FF0 100%);
  background: -moz-linear-gradient(bottom, #1472FF 3%, #4E8FF0 100%);
  background: -o-linear-gradient(bottom, #1472FF 3%, #4E8FF0 100%);
  background: linear-gradient(0deg, #1472FF 3%, #4E8FF0 100%);
}
.vip_module3_card.card2::before,
.vip_module3_card.card3::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 50%;
  width: 42px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vip_module3_card.card2 {
  border-color: #03C368;
  background-color: #E1FFF1;
}
.vip_module3_card.card2::before {
  background-image: url('/shop/img/vip/arrows01.png');
}
.vip_module3_card.card2 .vip_module3_card_index {
  background-color: #03C368;
}
.vip_module3_card.card2 .vip_module3_card_label {
  background: -webkit-linear-gradient(bottom, #02C267 3%, #18D278 100%);
  background: -moz-linear-gradient(bottom, #02C267 3%, #18D278 100%);
  background: -o-linear-gradient(bottom, #02C267 3%, #18D278 100%);
  background: linear-gradient(0deg, #02C267 3%, #18D278 100%);
}
.vip_module3_card.card3 {
  border-color: #F06B1E;
  background-color: #FCE7DA;
}
.vip_module3_card.card3::before {
  background-image: url('/shop/img/vip/arrows02.png');
}
.vip_module3_card.card3 .vip_module3_card_index {
  background-color: #F06B1E;
}
.vip_module3_card.card3 .vip_module3_card_label {
  background: -webkit-linear-gradient(bottom, #F06A1D 3%, #F78645 100%);
  background: -moz-linear-gradient(bottom, #F06A1D 3%, #F78645 100%);
  background: -o-linear-gradient(bottom, #F06A1D 3%, #F78645 100%);
  background: linear-gradient(0deg, #F06A1D 3%, #F78645 100%);
}
.vip_module3_item {
  width: 240px;
  margin: 0 40px;
}
.vip_module3_item:first-child {
  margin-left: 0;
}
.vip_module3_item:last-child {
  margin-right: 0;
}
.vip_module3_item_img {
  width: 100%;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: auto 142px;
  background-size: auto 142px;
}
.vip_module3_item_img.img1 {
  background-image: url('/shop/img/vip/module3-img01.png');
}
.vip_module3_item_img.img2 {
  background-image: url('/shop/img/vip/module3-img02.png');
}
.vip_module3_item_img.img3 {
  background-image: url('/shop/img/vip/module3-img03.png');
}
.vip_module3_item_img.img4 {
  background-image: url('/shop/img/vip/module3-img04.png');
}
.vip_module3_item_name {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 36px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .vip_banner .ys_banner_left {
    padding: 2.5rem 0 0;
    text-align: center;
  }
  .vip_banner_title {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .vip_banner_desc {
    width: 100%;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.05rem;
    margin-bottom: 1.4rem;
    padding: 0 2.2rem;
  }
  .vip_banner_img {
    right: 4rem;
    bottom: -0.9rem;
    width: 11rem;
  }
  .vip_module1 {
    padding: 2rem 1rem 1rem;
  }
  .vip_module1_content {
    height: auto;
    position: relative;
    margin-top: 0.75rem;
    background: url('/shop/img/vip/module1-bg-phone.png') 1.65rem top no-repeat;
    -o-background-size: auto 7.55rem;
    background-size: auto 7.55rem;
    padding-top: 9rem;
  }
  .vip_module1_item {
    position: relative;
    padding: 0 0.75rem 0 2rem;
  }
  .vip_module1_item::before {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #1472FF;
    font-family: 'ys-iconfont';
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
  }
  .vip_module1_item ~ .vip_module1_item {
    margin-top: 1.2rem;
  }
  .vip_module1_item.item1 {
    top: 0;
    left: 0;
  }
  .vip_module1_item.item1::before {
    content: "\e68f";
  }
  .vip_module1_item.item2 {
    top: 0;
    left: 0;
  }
  .vip_module1_item.item2::before {
    content: "\e981";
  }
  .vip_module1_item.item3 {
    top: 0;
    left: 0;
  }
  .vip_module1_item.item3::before {
    content: "\e6fb";
  }
  .vip_module1_item.item4 {
    top: 0;
    left: 0;
  }
  .vip_module1_item.item4::before {
    content: "\e690";
  }
  .vip_module1_name {
    font-size: 0.75rem;
    line-height: 0.95rem;
    margin-bottom: 0.3rem;
  }
  .vip_module1_desc {
    font-size: 0.6rem;
    color: #666;
    line-height: 0.9rem;
  }
  .vip_module2 {
    padding: 1rem 0;
  }
  .vip_module2_list {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.1rem;
    padding: 0 0.5rem;
  }
  .vip_module2_item {
    width: 8.7rem;
    height: 9.05rem;
    border-radius: 0.25rem;
    border: 1px solid #E6E6E6;
    padding: 0.1rem 0.6rem 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .vip_module2_item ~ .vip_module2_item {
    margin-left: 0;
  }
  .vip_module2_item:last-child {
    width: 100%;
    height: 7.65rem;
    margin-left: 0;
    margin-top: 0.5rem;
    padding: 0.1rem 0.95rem 0;
  }
  .vip_module2_img {
    width: 100%;
    height: 3.1rem;
    -o-background-size: auto 1.9rem;
    background-size: auto 1.9rem;
  }
  .vip_module2_name {
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: bold;
  }
  .vip_module2_desc {
    font-size: 0.55rem;
    line-height: 0.85rem;
    margin-top: 0.4rem;
  }
  .vip_module3 {
    padding: 1rem 0 2rem;
  }
  .vip_module3_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.15rem;
    padding: 0 0.5rem;
  }
  .vip_module3_row.row2 {
    margin-top: 1rem;
    padding: 0 1rem;
  }
  .vip_module3_card {
    width: 8.35rem;
    height: 12.55rem;
    padding: 0.9rem 0.6rem 0;
    border-radius: 0.25rem;
    position: relative;
  }
  .vip_module3_card ~ .vip_module3_card {
    margin-left: 0;
  }
  .vip_module3_card_index {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.85rem;
    margin: 0 auto;
  }
  .vip_module3_card_name {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0.5rem 0 0.75rem;
  }
  .vip_module3_card_label {
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    border-radius: 0.25rem;
    font-size: 0.6rem;
  }
  .vip_module3_card_label ~ .vip_module3_card_label {
    margin-top: 0.4rem;
  }
  .vip_module3_card.card2::before,
  .vip_module3_card.card3::before {
    left: -1.05rem;
    width: 1.05rem;
    height: 0.75rem;
  }
  .vip_module3_card.card3 {
    margin: 0.95rem auto 0;
  }
  .vip_module3_card.card3::before {
    left: 50%;
    top: -1.05rem;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .vip_module3_item {
    width: 6.25rem;
    margin: 0 auto 0.5rem;
  }
  .vip_module3_item:nth-child(2n-1) {
    margin-left: 0;
  }
  .vip_module3_item:nth-child(2n) {
    margin-right: 0;
  }
  .vip_module3_item_img {
    height: 4.75rem;
    -o-background-size: auto 4.15rem;
    background-size: auto 4.15rem;
  }
  .vip_module3_item_name {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-top: 0.25rem;
  }
}
