/*VIP会员*/

 .windsns_vipbox{
            overflow: hidden;
        width: 100%;
        /*border: 1px solid red;*/
    }
    .windsns_vipbox .windsns_viplist{
         overflow: hidden;
         width: 100%;
         margin-bottom: 20px;
    }
    .windsns_vipbox .windsns_viplist ul{
        
        margin: 0;
        padding: 0;
    }
    .windsns_vipbox .windsns_viplist ul li{
list-style-type: none;
    float: left;
    width: 221px;
    height: auto;
        border-radius: 6px;
    margin-left: 7px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    border-top: 1px solid rgba(0,0,0,0.15);

    }
       .windsns_vipbox .windsns_viplist ul li:hover{
           
           border-bottom: 1px solid rgba(162 208 255);
    box-shadow: 0px 0px 5px 0px rgb(162 208 255);
    border-top: 1px solid rgba(162 208 255);
    background:#f8fcff;
       }
    
    .windsns_vipbox .windsns_viplist ul li:nth-child(1) .viptop{
        
        background: url(/assets/windsns/windsnsimages/user/vip/2022010715295015.png) no-repeat border-box;
    background-size: 100%;
    }
    
    .windsns_vipbox .windsns_viplist ul li:nth-child(2) .viptop{
        background: url(/assets/windsns/windsnsimages/user/vip/2022010715301514.png) no-repeat border-box;
    background-size: 100%;
    }
        .windsns_vipbox .windsns_viplist ul li:nth-child(3) .viptop{
   background: url(/assets/windsns/windsnsimages/user/vip/2022010715303837.png) no-repeat border-box;
    background-size: 100%;
    }
            .windsns_vipbox .windsns_viplist ul li:nth-child(4) .viptop{
 background: url(/assets/windsns/windsnsimages/user/vip/2022010715310579.png) no-repeat border-box;
    background-size: 100%;
    }
    .windsns_vipbox .windsns_viplist .viptop{
height: 80px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    }
    
    .windsns_vipbox .windsns_viplist .vipprice{
        overflow: hidden;
        
        font-size: 44px;
    color: #333;
    font-weight: bold;text-align: center;
    }
    .windsns_vipbox .windsns_viplist .vipprice span{
        
        /*padding-left: 8px;*/
    font-size: 14px;
    font-weight: normal;
    color: rgba(0,16,19,0.5);
    vertical-align: 2px;
    }
    .windsns_vipbox .windsns_viplist .vippay{
        overflow: hidden;
        text-align: center;
        
    }
      .windsns_vipbox .windsns_viplist .vippay .vippaydo{
          border: 0;
          display: inline-block;
    width: 138px;
    height: 44px;
    margin-top: 15px;
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    background: #f66;
    background: -webkit-linear-gradient(left,#f66 0,#e70e0e 100%);
    background: linear-gradient(to right,#f66 0,#e70e0e 100%);
    letter-spacing: 0;
    text-align: center;
    line-height: 44px;
    transition: none;
      }
    
    .windsns_vipbox .windsns_viplist .vipline{
        
height: 1px;
    background: rgba(0,16,19,0.15);
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
    }
    .windsns_vipbox .windsns_viplist .viptext{
        padding: 9px;
        
        overflow: hidden;
    }
     .windsns_vipbox .windsns_viplist .viptext p{
         color: #505050;
         font-size: 14px;
     }
    