.container .story-cont{
    padding-top: 158px;
}
.container .story-cont .story-head{
    width: 1920px;
    height: 300px;
}

.container .story-cont .vip-control{
    margin: 65px auto 153px;
    display: flex;
    flex-wrap: wrap;
    width: 1170px;
}

.container .story-cont .vip-control .vip-box{
    width: 350px;
    height: 396px;
    background: #F3F3F3;
    border-radius: 10px;
    position: relative;
    margin: 0 11px 24px;
    overflow: hidden;
}

.no-vip .vip-list{
    margin: 0 11px 24px;
}

.no-vip .vip-list .vip-box{
    margin: 0 !important;
}

.container .story-cont .vip-control .vip-box .vip-state{
    width: 103px;
    height: 42px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px 0px 10px 0px;
    font-weight: 500;
    font-size: 22px;
    color: #F0609F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.container .story-cont .vip-control .vip-box .user-img{
    width: 350px;
    height: 280px;
    border-radius: 10px 10px 0px 0px;
}

.container .story-cont .vip-control .vip-box .vip-text{
    font-weight: 500;
    font-size: 24px;
    color: rgba(51,51,51,0.9);
    line-height: 34px;
    margin: 24px 19px 0;
}

.container .story-cont .vip-control .vip-box1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .story-cont .vip-control .vip-box1 .vip-text{
    font-weight: 400;
    font-size: 24px;
    color: rgba(136,136,136,0.9);
    line-height: 37px;
}

.container .story-cont .no-vip .vip-list{
    position: relative;
    overflow: hidden;
}

.container .story-cont .no-vip .vip-box .user-img,.container .story-cont .no-vip .vip-box .vip-text,.container .story-cont .no-vip .vip-box .vip-state{
    filter: blur(8px);
}

.container .story-cont .no-vip .vip-list .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 396px;
    background: rgba(30,30,30,0.4);
    border-radius: 10px;
    z-index: 2;
}

.container .story-cont .no-vip .vip-list .lock-icon{
    position: absolute;
    top: 158px;
    left: 142px;
    width: 72px;
    height: 72px;
    z-index: 3;
}

.container .story-cont .no-vip .no-vip-text{
    font-weight: 400;
    font-size: 24px;
    color: rgba(136,136,136,0.9);
    margin: 85px auto 0;
}