.vip-content table{
    text-align: center;
    width: 100%;
    background-color: white;
    font-size: 12px;
    opacity: 1;
}
.vip-content table tr {
    height: 38px;
    border: solid 1px #cccccc
}

.vip-content table td {
    height: 42px;
    border: solid 1px #cccccc;
    font-size: 14px;
    font-family: PingFang SC;
    line-height: 22px;
    color: #333333;
    opacity: 1;
}
.vip-content table td p{
    color: #FF4800;
    margin: 12px auto 16px;
}
.header-banner{
    height: 280px
}
.vip-content .vip-main{
    width: 1360px;
    border: 1px solid #E6E6E6;
    border-bottom: none;
    opacity: 1;
    border-radius: 4px;
    margin: 50px auto 0px;
}
.vip-content .vip-main .button{
    width: 128px;
    height: 32px;
    background: #0094FF;
    opacity: 1;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 22px;
}
.vip-content .vip-main .vip_userNum_message{
    width: 146px;
    color: #999;
    margin: auto;
}
.vip-content .vip-main table .table_top{
    height: 187px;
}
.vip-content .vip-main table .table_top_version{
    font-family: 'Microsoft YaHei';
    font-size: 20px;
}
.vip-content .vip-main table .table_message_line{
    width: 206px;
}
.vip-content .vip-main table .table_left_line{
    width: 104px;
}
.vip-content .vip-main table .table_left_line_message{
    width: 220px;
}
.vip-content .vip-main table .table_user_message{
    width: 325px;
}



@media screen and (max-width:1399px) {
    .vip-content .vip-main{
        width: 1000px;
        margin: 10px auto 0px;
        border-radius: 1px;
    }
    .vip-content .vip-main .button{
        width: 80px;
    }
    .vip-content .vip-main table .table_message_line{
        width: 150px;
    }
    .vip-content .vip-main table .table_left_line{
        width: 60px;
    }
    .vip-content .vip-main table .table_left_line_message{
        width: 140px;
    }
    .vip-content .vip-main table .table_user_message{
        width: 200px;
    }
}
