#right{
    display: flex;
}


.right-item-right,.right-item-left{
    flex:1;
}


.modal-check-input{
    -webkit-box-shadow:none!important;
}

.vip-list-head{
    background: #0099ff;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    align-items: center;
}

.vip-list-head-title{
    font-size: 20px;
}

.vip-list-head-del{
    color: #ff1717;
}

.vip-list-head-edit{
    color: #ffFFFF;
    margin-right: 15px ;
}

.vip-list-body-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
      padding: 5px 10px;
      color: #606266;
      height: 48px;
}



.vip-list-body-item .has{
    color: #72bb67!important;
}

.vip-list-body-item .nohas{
    color: #fd3439!important;
}


.form-item{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding-left: 0;
}


.form-item-title{
    min-width: 100px;
}

.form-control-input{
  /*width: 48%;*/
}
.form-check-label{
    white-space: nowrap;
}

.form-item-input{
    display: flex;
    justify-content: space-between;
}

.form-control-input:nth-child(1){
    margin-right: 15px;
}

#app  .add-huodong-btn{
    padding: 5px;
    font-size: 14px;
    background: #ffa200;
    color: #FFFFFF;
    border: 1px solid;
    margin: 0 auto;
    border-radius: 3px;
    width: 128px;
    /* display: block; */
}

.huodong_item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.huodong_item span{
    width: 190px;
    color: #0099ff;
        font-size: 16px;
}

.vip-list-head-right{
        display: flex;
}

#right .loading {
    display: block;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #fff;
    width: 100%;
    flex: 1;
    color: #999;
    border-radius: 10px;
}























