.tips_table {
    background: #fff;
    display: inline-block;
    width: 100%;
    color: #000;
}
.tips_table .tips_head {
    background: #121212;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    width: 100%;
    font-weight: 700;
}
.tips_table .events, .tips_table .odds, .tips_table .rating, .tips_table .result, .tips_table .share, .tips_table .status, .tips_table .tips, .tips_table .tipster {
    float: left;
    padding: 5px;
    margin-right: 0;
}
.tips_table .events {
    width: 24%;
}
.tips_table .tips {
    width: 21%;
}
.tips_table .odds {
    width: 12%;
}
.tips_table .tipster {
    width: 20%;
}
.tips_table .result {
    width: 8%;
    margin: 0;
}
.tips_table .status {
    width: 8%;
}
.tips_table .tips_body {
    float: left;
    width: 100%;
    position: relative;
}
.tips_item {
    display: inline-block;
    width: 100%;
    min-height: 95px;
}
.tips_item:nth-child(odd) {
    background: #f1f1f1;
}
.tips_item:nth-child(even) {
    background: 0 0;
}
.tips_item .events .event_match {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 23px;
}
.tips_item .events .event_match .vs {
    margin: 0 5px;
}
.tips_item .events .event_time {
    color: #7f8182;
    margin-bottom: 5px;
    font-size: 12px;
}
.tips_item .events .event_time i {
    vertical-align: text-top;
    margin-right: 2px;
}
.tips_item .events .event_league {
    color: red;
}
.tips_item .tips {
    color: #83bb00;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.tips_item .tips span {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.tips_item .tips .star {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.tips_item .tips .star img {
    width: 14px;
    display: inline-block;
}
.tips_item .tips .odds_in_tips {
    display: none;
}
.tips_item .tips .tipster_in_tips {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
}
.tips_item .tips span {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.tips_item .odds {
    line-height: 74px;
    font-size: 16px;
    font-weight: 700;
}
.tips_item .tipster {
    line-height: 74px;
    font-size: 14px;
    color: #008ac7;
}
.tips_item .tipster i {
    margin-right: 5px;
    border: 1px solid;
    border-radius: 14px;
    padding: 7px;
}
.tips_item .result {
    line-height: 74px;
    font-weight: 700;
}
.tips_item .result .status {
    display: none;
    width: 100%;
    line-height: normal;
    padding: 0;
}
.tips_item .status {
    line-height: 74px;
}
.tips_item .status span {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 0;
    width: 80%;
    line-height: 20px;
}
.tips_item .status span.postp, .tips_item .status span.wait, .tips_item .status span.win {
    background: #ff3838;
}
.tips_item .status span.lose{background:#9cb0ce}
.tips_item .status span.draw{background:#0078ca}
.tips_item .status span i{display:none}
.tips_item .share{line-height:74px;display: none;}
.tips_item .share i{color:#fff;background:#4267b2;padding:7px 10px}
.fa-star-gold{color:#f19000}
.fa-star-gold-disabled{color:#f1ecde}
.tips_table_box .btn_view_all{float:left;width:100%;color:#fff;display:block;padding:10px;text-align:center;border-radius:0;position:relative;font-size:18px}