.vip-box{
    width: 90%;
    margin:20px 5% 90px;
}
.vip-item{
    text-align: center;
    margin-top: 30px;
}
.vip-item>button{
    margin-top: 20px;
    font-size: 16px;
    background-color: #000000;
    border-radius: 5px;
    color: #fff;
    padding:8px 45px ;
}
 .item-content{
    width: 100%;
    background: url("../img/card/vip1.png");
    background-size:100% 100% ;
    color: #fff;
    padding: 20px 12px;
     text-align: left;
}
.item-content>p:first-child{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 10px 0;
}
.item-content>p{
    line-height: 25px;
}
.icon>span{
    background-color: #ff850b;
    border-radius: 4px;
    font-size: 15px;
    padding: 0 10px ;
    margin-right: 5px;
}
.vip1{ background: url("../img/card/vip1.png"); background-size:100% 100% ;}
.vip2{ background: url("../img/card/vip2.png"); background-size:100% 100% ;}
.vip3{ background: url("../img/card/vip3.png"); background-size:100% 100% ;}
.clue{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    width: 260px;
    height: 200px;
    line-height: 20px;
    display: none;
    border-right: 1px solid #999;
    box-shadow: 0px 15px 27px 1px
    rgba(0, 0, 0, 0.09);
    z-index: 100;
}
.clue>p:first-child{
    font-size: 21px;
    text-align: center;
    margin:15px;
    /*font-weight: bold;*/
}
.clue>p:nth-child(2){
    font-size: 15px;
}
.clue>p:nth-child(3){
    font-size: 13px;
    color: #f51616;
    margin-top: 10px;
}
.clue>div{
   display: flex;
}
.clue>div>a{
    display: block;
    width: 50%;
    color: black;
    text-align: center;
    margin-top: 10px;
}
.clue>div>a:first-child{
    border-right: 1px solid #999;
    color: #999;
}
.clue>div>a:last-child{
    color: #ff850b;
}
.vip_buy{
    width: 100%;
    height: 300px;
    position: fixed;
    bottom: 0;
    background: #f3f3f3;
    z-index: 100;
    display: none;
}
.vip_buy-title{
   text-align: center;
    font-size: 16px;
    /*margin: 3px 0;*/
    border-bottom:1px solid #999 ;
    padding: 7px 0;
    background: #fff;

}
.vip_buy-title>.close{
    float: left;
    width: 15px;
    margin: 5px;
}
.vip_buy-content{background: #fff;}
.vip_buy-content>p:first-child{
    font-size:25px ;color: #ff850b;
    text-align: center;
    padding: 15px 0;
}
.vip_buy-content>p:last-child{
    font-size: 13px;
    color: #999;
    padding:10px ;
}
.vip_buy-content>p:last-child>span{
    color: #000;
    margin-left: 15px;
}
.vip_buy-checked{
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}
.vip_buy-checked>p:first-child{
    padding: 10px;
    font-size: 15px;
}
.vip_buy-checked>p:nth-child(2){
    display: flex;
    justify-content: space-between;
}
.vip_buy-checked>p:nth-child(2)>span>img{
    width: 23px;
    margin-right: 10px;
}
.vip_buy-checked>p:nth-child(2)>span{
    font-size: 14px;
}
.vip_buy-checked>button{
    background: black;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin:20px 0;
}
/*#mask{*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*filter: alpha(opacity=70);*/
    /*background-color: #000;*/
    /*z-index: 50;*/
    /*left: 0px;*/
    /*opacity:0.4;*/
    /*-moz-opacity:0.4;*/
    /*display: none;*/
/*}*/

