
.fl {
    float: left;
}
.vip-div-container {
    background: #ebecee;
    padding: 5px 20px;
    float: left;
    width: 1227px;
    margin-bottom: 5px;
}
.vip-div-content {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-radius: 5px;
    /* box-shadow: 0 0 25px 0 rgba(0,0,0,.2); */
}
.vip-div-content.nianka{
    margin-right: 0;
}

/* 每个块的头部 */
.vip-div-content .vip-div-top {
    text-align: center;
    color: #666;
    border-bottom: 1px dashed #ddd;
    font-size: 25px;
    box-sizing: border-box;
    padding:0 20px;
    height: 80px;
    line-height: 80px;
}
.vip-div-content .vip-div-top img {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.vip-div-gouxuan {
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.vip-div-gouxuan::after,.vip-div-gouxuan::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ebecee;
    bottom: -15px;
}
.vip-div-gouxuan::before {
    left: -15px;
}
.vip-div-gouxuan::after {
    right: -15px;
}

/* 每个块的内容 ----如果内容太偏右了吧 padding-left 改小点*/
.vip-div-content .content-li-p {
    height: 38px;
    line-height: 38px;
    background: url('../images/gouxuan.png') 0 0 no-repeat;
    text-indent: 45px;
    font-size: 16px;
    margin-left: 90px;
}

/* 底部 */
.vip-div-content .vip-div-footer {
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

/* 底部-删除线---划线价 */
.vip-div-content .vip-div-footer  .shanchuxian{
    text-decoration: line-through;
    color: #999;
    line-height: 30px;
}

/* 底部-按钮 */
.vip-div-content .button-a{
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 220px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

/* 单服文字高亮 */
.vip-div-content.danfu span.gaoliang{
    color: #ffaa64;
    font-weight: bold;
    margin: 0 5px;
}
.vip-div-content.danfu .button-a{
    background: linear-gradient(to right,#ffaa64 0,#f97f1b 100%);
}

/* 月卡文字高亮 */
.vip-div-content.yueka span.gaoliang{
    color: #f66;
    margin: 0 5px;
    font-weight: bold;
}
.vip-div-content.yueka .button-a{
    background: linear-gradient(to right,#f66 0,#e70e0e 100%);
}

/* 年卡文字高亮 */
.vip-div-content.nianka span.gaoliang{
    color: #844FC1;
    margin: 0 5px;
    font-weight: bold;
}
.vip-div-content.nianka .button-a{
    background: linear-gradient(to right,#ccacf1 0,#844FC1 100%);
}
