  .contWrap {
    height: 100vh;
    background-color: #fff;
  }

  .bannerImg {
    width: 100%;
    height: 4.24rem;
  }

  .column {
    
    padding-bottom: 1.5rem;
  }

  .videoColumn_vip {
    height: 0.4rem;
  }

  .recommend {
    padding: 0.5rem 0.4rem 0.4rem;
    border-radius: 0 0 0.4rem 0.4rem;
    box-shadow: 0px 16px 16px 0px rgba(86, 64, 247, 0.06);
    margin-bottom: 0.5rem;
  }

  .recommend p {
    font-size: 0.26rem;
    color: #9494af;
  }

  .recommend .recommendTitle {
    color: #515188;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }

  .share_img {
    width: 0.32rem;
    height: 0.32rem;
  }

  .recommend .price {
    color: #ff5a48;
    font-size: 0.4rem;
    margin-bottom: 0.3rem;

  }

  .recommend .price .line-price {
    color: #9494af;
    font-size: 0.24rem;
    text-decoration: line-through;
    margin-left: 0.12rem;
    margin-bottom: 0.1rem;
  }

  .recommend .price .prices {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .recommend .price .openVip {
    font-size: 0.26rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #feae30;
    line-height: 0.3rem;

    text-decoration: underline;
    margin-top: 0.15rem;
  }

  .recommend .price .discount {
    color: #feae30 !important;
  }

  .recommend .price .prices .original-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .recommend .price .prices .original-price .tips {
    height: 0.32rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.34rem;
    border-radius: 0.06rem;
    background-color: #ff7500;
    padding: 0 0.1rem;
    margin-right: 0.3rem;
  }

  .recommend .price .prices .original-price img {
    width: 0.36rem;
    height: 0.3rem;
  }

  .recommend .price .prices .original-price .vip-price {
    color: #ff5151;
    font-size: 0.3rem;
    font-weight: bold;
    margin-right: 0.1rem;
  }

  .recommend .price .prices .original-price .discount {
    color: #ff9c00 !important;
  }

  .shop {
    margin-bottom: 0.4rem;
  }

  .tag {
    display: inline-block;
    padding: 0.1rem 0.21rem;
    border-radius: 0.12rem;
    background: linear-gradient(to right, #8468fe, #559df9);
    color: #fff;
  }

  .type_icon {
    width: 0.26rem;
    height: 0.26rem;
    vertical-align: top;
  }

  .type_icon1 {
    width: 0.13rem;
    height: 0.26rem;
    vertical-align: top;
  }

  .sortTag {
    background: #fafafe;
    padding: 0.12rem 0.21rem;
    border-radius: 0.4rem;
    color: #646476;
    font-size: 0.22rem;
    margin-left: 0.2rem;
  }

  .colTitle {
    color: #646476;
    font-size: 0.3rem;
    display: flex;
    justify-content: space-around;
    border-bottom: 0.02rem solid #e5e5f7;
  }

  .colTitle p {
    padding: 0.12rem 0;
  }

  .active {
    color: #7955f9;
    font-weight: bold;
    border-bottom: 0.06rem solid #7955f9;
  }

  .intro_img {
    width: 100%;
  }

  .join {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #8468fe, #559df9);
    text-align: center;
    line-height: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .colList {
    padding: 0 0.4rem;
  }

  .colItem {
    padding: 0.4rem 0;
    border-bottom: 0.01rem solid #e5e5f7;
    color: #9494af;
    font-size: 0.22rem;
  }

  .itemTitle {
    color: #444452;
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }

  .type_icon {
    width: 0.26rem;
    height: 0.26rem;
  }

  .lock_img {
    width: 0.23rem;
    height: 0.26rem;
  }

  .colItem span {
    margin-right: 0.4rem;
  }

  .listen {
    color: #7955f9;
    font-size: 0.26rem;
    font-weight: bold;
  }

  .waitting {
    color: #9494af;
    font-size: 0.22rem;
    padding-top: 0.4rem;
    text-align: center;
  }

  .purchaseWrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.26rem;
  }

  .purchase {
    padding: 0.15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444452;
    box-shadow: 0px -0.1rem 0.16rem 0px rgba(86, 64, 247, 0.06);
    background: #fff;
    text-align: center;
    min-height: 0.5rem;
  }

  .purchase p {
    flex: left;
    margin-left: .3rem;
  }

  .original {
    color: #3263ff;
    font-size: 0.26rem;
    text-decoration: underline;
  }

  .save-money {
    color: #ff5151;
    font-size: 0.26rem;
  }

  .type_icon {
    width: 0.26rem;
    height: 0.26rem;
    vertical-align: top;
  }

  .original {
    color: #7955f9;
  }

  .button-group {
    display: flex;
    justify-content: center;
    margin-right: 0.3rem;
  }
  .button-group button{
    border: none;
  }
  .button-group .vip {
    display: inline-block;
    color: #663d00;
    padding: 0.15rem 0.2rem;
    border-radius: 0.4rem;
    background: linear-gradient(90deg, #f9f1d2 0%, #ebd29c 100%);
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .button-group .vip1 {
    width: 1.6rem;
  }
  .button-group .freeTypeSvip {
    width: 1.6rem;
    border-radius: 0.4rem 0 0 0.4rem !important;
    padding: 0.15rem 0 !important;
    text-align: center !important;
  }
  .button-group .svip {
    width: 1.6rem;
    display: inline-block;
    color: #ffe6bd;
    padding: 0.15rem 0;
    text-align: center;
    border-radius: 0 0.4rem 0.4rem 0;
    background: #32312f;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .vip_king {
    width: 0.45rem;
    height: 0.4rem;
  }

  .join {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #8468fe, #559df9);
    text-align: center;
    line-height: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
  }




  .vip-module {
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2999;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vip-module .content {
    width: 5.87rem;
    height: 7.18rem;
    background-image: url("../images/vip/vip-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0.02rem 0px 0px rgba(255, 255, 255, 0.52);
    box-shadow: 0px 0.02rem 0px 0px rgba(255, 255, 255, 0.52);
    border-radius: 0.28rem;
  }

  .vip-module .content .sub-title {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    text-align: center;
    font-size: 0.28rem;
    font-weight: 500;
    color: #663D00;
    position: relative;
    margin-top: 1.72rem;
    margin-bottom: 0.33rem;
  }

  .vip-module .content .sub-title:after {
    content: "";
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 44%;
    width: 0.6rem;
    height: 0.04rem;
    right: 0.42rem;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#663D00));
    background: linear-gradient(to left, #fff 0%, #663D00 100%);
  }

  .vip-module .content .sub-title:before {
    content: "";
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 44%;
    left: 0.42rem;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#663D00));
    background: linear-gradient(to right, #fff 0%, #663D00 100%);
    width: 0.6rem;
    height: 0.04rem;
  }

  .vip-module .content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.5rem;
  }

  .vip-module .content .list .item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 0.36rem;
  }

  .vip-module .content .list .item img {
    width: 0.96rem;
    height: 0.96rem;
    display: inline-block;
  }

  .vip-module .content .list .item p {
    text-align: center;
    font-size: 0.24rem;
    font-weight: 500;
    color: #32312f;
    line-height: 0.33rem;
    margin-top: 0.04rem;
  }

  .vip-module .content .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
    margin-top: 0.33rem;
  }

  .vip-module .content .group button {
    width: 2.3rem;
    height: 0.75rem;
    padding-bottom: 0.05rem;
    border-radius: 0.4rem;
    line-height: 0.4rem;
    font-weight: 400;
    font-size: 0.3rem;
  }

  .vip-module .content .group button:first-child {
    background: #fffcf7;
    border: 0.01rem solid rgba(54, 53, 49, 0.55);
    color: #8f877b;
  }

  .vip-module .content .group button:last-child {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFEACE), to(#E9C08D));
    background: linear-gradient(180deg, #FFEACE 0%, #E9C08D 100%);
    color: #663D00;
    border: none
  }

  /*# sourceMappingURL=a.css.map */

  .svip-module {
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2999;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .svip-module .content {
    width: 5.87rem;
    height: 7.18rem;
    background-image: url("../images/vip/svip-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0.02rem 0px 0px rgba(255, 255, 255, 0.52);
    box-shadow: 0px 0.02rem 0px 0px rgba(255, 255, 255, 0.52);
    border-radius: 0.28rem;
  }
  
  .svip-module .content .sub-title {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    text-align: center;
    font-size: 0.28rem;
    font-weight: 500;
    color: #32312f;
    position: relative;
    margin-top: 1.82rem;
    margin-bottom: 0.33rem;
  }
  
  .svip-module .content .sub-title:after {
    content: "";
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 44%;
    width: 0.6rem;
    height: 0.04rem;
    right: 0.42rem;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(#32312f));
    background: linear-gradient(to left, #fff 0%, #32312f 100%);
  }
  
  .svip-module .content .sub-title:before {
    content: "";
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 44%;
    left: 0.42rem;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#32312f));
    background: linear-gradient(to right, #fff 0%, #32312f 100%);
    width: 0.6rem;
    height: 0.04rem;
  }
  
  .svip-module .content .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.5rem;
  }
  
  .svip-module .content .list .item {
    width: 25%;
    text-align: center;
    margin-bottom: 0.36rem;
  }
  
  .svip-module .content .list .item img {
    width: 0.82rem;
    height: 0.82rem;
    display: inline-block;
  }
  
  .svip-module .content .list .item p {
    text-align: center;
    font-size: 0.24rem;
    font-weight: 500;
    color: #32312f;
    line-height: 0.33rem;
    margin-top: 0.04rem;
  }
  
  .svip-module .content .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
    margin-top: 0.33rem;
  }
  
  .svip-module .content .group button {
    width: 2.3rem;
    height: 0.75rem;
    padding-bottom: 0.05rem;
    border-radius: 0.4rem;
    line-height: 0.4rem;
    font-weight: 400;
    font-size: 0.3rem;
  }
  
  .svip-module .content .group button:first-child {
    background: #fffcf7;
    border: 0.01rem solid rgba(54, 53, 49, 0.55);
    color: #8f877b;
  }
  
  .svip-module .content .group button:last-child {
    background: #32312f;
    border: 0.01rem solid #32312f;
    color: #ffe6bd;
  }
  