.price-page th.vc-table-header {
    background: rgba(240, 138, 93, 0.8)!important;
    color: #fff;
    border-right: 0!important;
    font-size: 14px;
    text-align: center
}

.price-page td.vc-table-cell {
    padding: 0;
    height: 52px;
    text-align: center;
 /*   font-size: 14px;
    color: #4e4e4e;*/
    box-sizing: border-box
}

.price-page .el-table__header .is-group tr:first-of-type .vc-table-header {
    background: #fff!important;
    color: #333;
    text-align: left
}

.price-page .el-table__header .is-group tr:first-of-type .vc-table-header .cell {
    padding: 0 12px
}

.price-page .el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #fdf5e6
}

.price-page .table-top {
    display: block;
    padding: 0
}

.price-page .table-top div {
    padding: 0
}

.price-page .tip-message-notes {
    color: #5b88ba;
    background-color: #f1fbff;
    border: 1px solid #c2e2ff;
    padding: 10px 12px;
    font-size: 14px;
    margin: 20px auto
}

.price-page .user-level-tab {
    margin-top: 20px;
    border-bottom: 1px solid #24A3EA
}

.price-page .user-level-tab li {
    display: inline-block;
    padding: 10px 40px;
    float: left;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 8px;
    border-bottom: none;
    height: 24px;
    line-height: 24px;
    font-size: 18px
}

.price-page .user-level-tab li:hover {
    cursor: pointer
}

.price-page .user-level-tab li.active {
    color: #24A3EA;
    border-color: #24A3EA;
    margin-bottom: -1px;
    height: 25px
}

.price-page .old-price {
    text-decoration: line-through;
    color: #999
}

/* 多年价格列表容器居中 */
.more-price {
    display: flex !important;
    /*justify-content: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
    flex-wrap: wrap;*/
}
        
/* 价格列表项样式调整 */
.more-price li {
    float: left;
    width: 25%;
    background: #fdf5e6;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-left: -1px
    list-style: none !important;
    text-align: center !important;
    flex: 1 !important;
    margin: 0 5px !important;
    min-width: 60px !important;
    padding: 5px 0;
}

.more-price li .price-year {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    color: #333
}

.more-price li .price-txt {
    padding: 10px 0;
    color: #ff6000
}
