#vip .sub_tabs {
  background: #Fff;
}
#vip .sub_tabs .safe_width {
  height: 0.84rem;
  line-height: 0.84rem;
}
#vip .content {
  padding: 0.8rem 0;
  background: url(../images/other/vip_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
#vip .content .common_tit {
  text-align: center;
}
#vip .content .common_tit .font40 {
  font-size: 0.4rem !important;
  color: #fff !important;
}
#vip .content .common_tit .font16 {
  font-size: 0.16rem !important;
  color: #7D7D7D;
}
#vip .content .common_tit .font16.en {
  margin: 0.1rem 0 0.15rem;
  color: #BBBBBB;
  text-transform: uppercase;
}
#vip .content .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
#vip .content .list a {
  flex: none;
  width: 2.72rem;
  height: 2.72rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
#vip .content .list a:nth-child(5n) {
  margin-right: 0;
}
#vip .content .list a img {
  transition: all ease-in-out 0.3s;
}
#vip .content .list a:hover img {
  transform: scale(1.12);
}
@media screen and (max-width: 1024px) {
  #vip .sub_tabs {
    display: none;
  }
  #vip .content {
    padding: 0.6rem 0;
  }
  #vip .content .common_tit .font16.en {
    font-size: 0.18rem !important;
  }
  #vip .content .list a {
    width: 31.59%;
    height: auto;
    margin-right: 2.6%;
    margin-bottom: 2.6%;
  }
  #vip .content .list a img {
    width: 100%;
  }
  #vip .content .list a:nth-child(3n) {
    margin-right: 0;
  }
  #vip .content .list a:nth-child(5n) {
    margin-right: 2.6%;
  }
}
