.main-wrap {
    margin: 0 auto;
    overflow: hidden
}

.main-wrap .live-con {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 50px
}

.main-wrap .live-con .live-left {
    float: left;
    width: 660px;
    margin-right: 60px
}

.main-wrap .live-con .live-left .match-info {
    width: 660px;
    height: 160px;
    background: url(/static/img/match-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 90px;
    box-sizing: border-box
}

.main-wrap .live-con .live-left .match-info .team-info {
    width: 115px;
    height: 110px;
    float: left;
    color: #fff;
    text-decoration: none
}

.main-wrap .live-con .live-left .match-info .team-info dt {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden
}

.main-wrap .live-con .live-left .match-info .team-info dt img {
    width: 100%;
    height: 100%
}

.main-wrap .live-con .live-left .match-info .team-info dd {
    text-align: center;
    line-height: 24px;
    margin-top: 10px
}

.main-wrap .live-con .live-left .match-info .match-info-detail {
    width: 242px;
    height: 110px;
    float: left;
    margin-top: -10px;
    overflow: hidden
}

.main-wrap .live-con .live-left .match-info .match-info-detail .time {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-wrap .live-con .live-left .match-info .match-info-detail .playing {
    margin-top: 25px;
    text-align: center;
    color: #16b13a;
    line-height: 35px
}

.main-wrap .live-con .live-left .match-info .match-info-detail .played {
    line-height: 40px;
    text-align: center;
    color: #fff
}

.main-wrap .live-con .live-left .match-info .match-info-detail .played .score-vs {
    font-size: 30px
}

.main-wrap .live-con .live-left .match-info .match-info-detail .fixture {
    text-align: center;
    color: #fff;
    margin-top: 30px
}

.main-wrap .live-con .live-left .match-info .match-info-detail .fixture .vs {
    font-size: 30px;
    line-height: 70px
}

.main-wrap .live-con .live-left .match-info .team-b {
    float: right
}

.main-wrap .live-con .live-left .live-signal {
    padding: 10px;
    background: #f7f7f7;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden
}

.main-wrap .live-con .live-left .live-signal .live-list, .main-wrap .live-con .live-left .live-signal .signal-tit {
    float: left
}

.main-wrap .live-con .live-left .live-signal .live-list a {
    color: #16b13a;
    text-decoration: none;
    text-align: left
}

.main-wrap .live-con .live-left .live-signal .live-list b {
    font-weight: 400;
    margin: 0 20px;
    color: #e8e8e8
}

.main-wrap .live-con .live-left .live-signal .live-score {
    float: right;
    width: 70px;
    color: #f12b2b;
    text-decoration: underline;
    display: inline-block
}

.main-wrap .live-con .live-left .tab-toggle {
    background: #f7f7f7;
    padding: 0 10px;
    margin: 10px 0;
    font-size: 18px;
    overflow: hidden
}

.main-wrap .live-con .live-left .tab-toggle p {
    float: left
}

.main-wrap .live-con .live-left .tab-toggle p span {
    line-height: 40px;
    display: block;
    float: left;
    padding: 0 20px;
    cursor: pointer
}

.main-wrap .live-con .live-left .tab-toggle p span.selected {
    border-bottom: 2px solid #16b13a
}

.main-wrap .live-con .live-left .tab-toggle p b {
    color: #e8e8e8;
    font-weight: 400;
    margin: 0 12px;
    float: left;
    line-height: 40px
}

.main-wrap .live-con .live-left .analysis-part .match-vote {
    overflow: hidden;
    padding-bottom: 20px
}

.main-wrap .live-con .live-left .analysis-part .match-vote .title {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7
}

.main-wrap .live-con .live-left .analysis-part .match-vote .title span {
    height: 20px;
    margin: 10px 0;
    padding: 0 18px;
    border-left: 3px solid #16b13a
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn {
    margin: 0;
    height: 240px;
    padding: 30px 6% 0;
    list-style: none;
    white-space: nowrap
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li {
    position: relative;
    width: 23%;
    height: 100%;
    float: left;
    margin-right: 10%
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h {
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 10%;
    width: 80%
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h .match-vote-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 48px
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h .match-vote-value {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h .match-vote-value.vote-anim {
    transform-origin: center bottom;
    animation: groupUp .4s ease-out;
    -webkit-animation: groupUp .4s ease-out
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h .match-vote-value span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h .match-vote-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h .match-vote-btn.no-vote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li .match-vote-h .match-vote-btn i {
    display: inline-block;
    margin-right: 4px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdDMkI5M0YzRUQwQzExRTZBNTAxRTZDMDcwQ0ExQjNGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdDMkI5M0Y0RUQwQzExRTZBNTAxRTZDMDcwQ0ExQjNGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0MyQjkzRjFFRDBDMTFFNkE1MDFFNkMwNzBDQTFCM0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0MyQjkzRjJFRDBDMTFFNkE1MDFFNkMwNzBDQTFCM0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6ZbxI3AAAA+klEQVR42mL8//8/AwnAAIi9gHglEN8lSgfIAhLwjv8Q8AmII4nRQ4rhrED85D8qsCWkj4mE4JEDYkE0sU5CmkixQAmIudDELIFYlVoW4DJIhloWmGBLI0D8gxoWgILGB4v4FyB+SA0L+oBYFIv4dSB+hk8jC5RWB2JWHCknCYiDcej/A8RaOBz6G4hvgtJq+X/agXJGIPEVS/KjFvgB8to/BtqB00zQsKIV2MzEQFtwgJYW3Abic7S04CAQ/6WlBRtJLYtIAR+A+BgtLQAFzztaWrAXubBjo7Lh/9Et+ENlCx4A8TXk0jQDiPuBmJ0Khn8C4kxkAYAAAwC3wR7EkrY5PgAAAABJRU5ErkJggg==");
    background-position: 50%;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    vertical-align: sub;
    position: relative;
    bottom: 1px
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #999
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li p img {
    position: relative;
    bottom: 1px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin: 0 5px 0 0
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li:first-child .match-vote-value {
    background: #f12b2b
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li:first-child a {
    border-top: 1px solid #b82121;
    background: #cd2525
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li:nth-child(2) .match-vote-value {
    background: #49c867
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li:nth-child(2) a {
    border-top: 1px solid #38994f;
    background: #3eaa58
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li:nth-child(3) .match-vote-value {
    background: #1d9ff9
}

.main-wrap .live-con .live-left .analysis-part .match-vote .match-vote-ctn li:nth-child(3) a {
    border-top: 1px solid #1679be;
    background: #1987d4
}

.main-wrap .live-con .live-left .analysis-part .vs-history {
    margin-bottom: 20px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .title {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7
}

.main-wrap .live-con .live-left .analysis-part .vs-history .title span {
    height: 20px;
    margin: 10px 0;
    padding: 0 18px;
    border-left: 3px solid #16b13a
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .item-th {
    line-height: 38px;
    overflow: hidden;
    font-size: 14px;
    background: #ebeced
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .item-th span {
    display: inline-block;
    text-align: center;
    color: #888
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .item-th .item1 {
    width: 120px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .item-th .item2 {
    width: 170px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .item-th .item3 {
    width: 125px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .item-th .item4, .main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .item-th .item5 {
    width: 120px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item {
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item span {
    display: inline-block;
    text-align: center
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item .item1 {
    width: 120px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item .item2 {
    width: 170px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item .item3 {
    width: 125px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item .item4, .main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item .item5 {
    width: 120px
}

.main-wrap .live-con .live-left .analysis-part .vs-history .analysis-data .analysis-list-item:nth-child(2n) {
    background: #f7f7f7
}

.main-wrap .live-con .live-left .analysis-part .league-table {
    margin-bottom: 20px
}

.main-wrap .live-con .live-left .analysis-part .league-table .title {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7
}

.main-wrap .live-con .live-left .analysis-part .league-table .title span {
    height: 20px;
    margin: 10px 0;
    padding: 0 18px;
    border-left: 3px solid #16b13a
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-th {
    line-height: 38px;
    font-size: 14px;
    overflow: hidden;
    background: #ebeced
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-th span {
    display: inline-block;
    text-align: center;
    color: #888
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-th .item1 {
    width: 160px;
    text-align: left
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-th .item1 img {
    width: 25px;
    float: left;
    margin: 8px 4px 0 25px
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-th .item {
    width: 50px
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-td {
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-td span {
    display: inline-block;
    text-align: center;
    width: 50px
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-td .item1 {
    width: 160px
}

.main-wrap .live-con .live-left .analysis-part .league-table .item-td:nth-child(2n) {
    background: #f7f7f7
}

.main-wrap .live-con .live-left .analysis-part .recent-record {
    margin-bottom: 20px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .title {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7
}

.main-wrap .live-con .live-left .analysis-part .recent-record .title span {
    height: 20px;
    margin: 10px 0;
    padding: 0 18px;
    border-left: 3px solid #16b13a
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px;
    background: #ebeced
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th span, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th span {
    display: inline-block;
    text-align: center;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th .item1, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th .item1 {
    width: 150px;
    text-align: left
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th .item1 img, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th .item1 img {
    width: 25px;
    float: left;
    margin: 8px 4px 0 25px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th .item2, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th .item2 {
    width: 100px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th .item3, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th .item3 {
    width: 150px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th .item4, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th .item4 {
    width: 80px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .item-th .item5, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .item-th .item5 {
    width: 150px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item {
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item span, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item span {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item .item1, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item .item1 {
    width: 150px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item .item2, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item .item2 {
    width: 100px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item .item3, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item .item3 {
    width: 150px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item .item4, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item .item4 {
    width: 80px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item .item5, .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item .item5 {
    width: 150px
}

.main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamA .recent-list-item:nth-child(2n), .main-wrap .live-con .live-left .analysis-part .recent-record .recent-record-teamB .recent-list-item:nth-child(2n) {
    background: #f7f7f7
}

.main-wrap .live-con .live-left .highlights-part .title {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7
}

.main-wrap .live-con .live-left .highlights-part .title span {
    height: 20px;
    margin: 10px 0;
    padding: 0 18px;
    border-left: 3px solid #16b13a
}

.main-wrap .live-con .live-left .highlights-part .video-highlights {
    margin-bottom: 20px
}

.main-wrap .live-con .live-left .highlights-part .video-highlights dt {
    position: relative;
    width: 680px;
    height: 380px;
    overflow: hidden;
}

.main-wrap .live-con .live-left .highlights-part .video-highlights dt .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.main-wrap .live-con .live-left .highlights-part .video-highlights dd {
    line-height: 50px;
    font-size: 14px;
    color: #555;
    background: #f7f7f7;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-wrap .live-con .live-left .highlights-part .highlight-gif-nodata {
    width: 100%;
    text-align: center;
    line-height: 600px;
    color: #888;
    background: #f7f7f7;
}



.main-wrap .live-con .live-left .highlights-part .brilliant-moment {
    width: 680px;
    overflow: hidden
}

.main-wrap .live-con .live-left .highlights-part .brilliant-moment a {
    margin-top: 20px;
    width: 320px;
    height: 290px;
    overflow: hidden;
    float: left;
    text-decoration: none
}

.main-wrap .live-con .live-left .highlights-part .brilliant-moment a dl {
    width: 320px;
    height: 290px
}

.main-wrap .live-con .live-left .highlights-part .brilliant-moment a dl dt {
    width: 320px;
    height: 250px;
    overflow: hidden
}

.main-wrap .live-con .live-left .highlights-part .brilliant-moment a dl dt img {
    width: 100%;
    height: 100%
}

.main-wrap .live-con .live-left .highlights-part .brilliant-moment a dl dd {
    color: #555;
    font-size: 14px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-wrap .live-con .live-left .highlights-part .brilliant-moment a:nth-child(odd) {
    margin-right: 20px
}

.main-wrap .live-con .live-left .chatroom-part {
    width: 100%;
    min-height: 250px;
    background: #fefefe;
}

.main-wrap .live-con .live-left .chatroom-part #chat-box {
    height: auto;
    overflow: hidden;
    padding: 15px;
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .feature-no-data {
    width: 100%;
    text-align: center;
    line-height: 600px;
    color: #888
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .next-end, .main-wrap .live-con .live-left .chatroom-part #chat-box .prev-end {
    width: 100%;
    color: #888;
    font-size: 14px;
    text-align: center;
    padding: 10px 0
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .prev-end {
    overflow: hidden;
    border-bottom: 1px solid #fff
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .loading-icon {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .chat-item {
    position: relative;
    padding: 10px 0 10px 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    line-height: 44px
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .chat-item .author {
    float: left;
    color: #333;
    font-size: 14px;
    margin-right: 10px
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .chat-item .chat-time {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #999;
    font-weight: 400;
    font-size: 14px
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .chat-item .chat-content {
    width: 500px;
    float: left
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .chat-item .chat-content .chat-text {
    color: #555;
    font-size: 14px
}

.main-wrap .live-con .live-left .chatroom-part #chat-box .chat-item .chat-content .chat-image {
    max-width: 200px;
    max-height: 200px;
    display: block
}

.main-wrap .live-con .live-right {
    float: left;
    width: 280px
}

.main-wrap .live-con .live-right .recent-match-tit {
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2
}

.main-wrap .live-con .live-right .recent-match-tit img {
    width: 12px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.main-wrap .live-con .live-right .recent-match-list {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2
}

.main-wrap .live-con .live-right .recent-match-list .match-item{
    color: #000;
    display: block;
    overflow: hidden;
    float: left;
    text-decoration: none
}

.main-wrap .live-con .live-right .recent-match-list .match-item dl {
    padding: 20px 0;
    width: 95px
}

.main-wrap .live-con .live-right .recent-match-list a dl dt {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block
}

.main-wrap .live-con .live-right .recent-match-list a dl dt img {
    width: 100%;
    height: 100%
}

.main-wrap .live-con .live-right .recent-match-list a dl dd {
    font-size: 14px;
    margin-top: 10px;
    text-align: center
}

.main-wrap .live-con .live-right .recent-match-list .match-info {
    width: 85px;
    height: 110px;
    float: left;
    text-align: center
}

.main-wrap .live-con .live-right .recent-match-list .match-info .played {
    margin-top: 25px;
    line-height: 30px;
    color: #888
}

.main-wrap .live-con .live-right .recent-match-list .match-info .played .match-name {
    font-size: 12px
}

.main-wrap .live-con .live-right .recent-match-list .match-info .playing {
    padding-top: 30px;
    color: #16b13a;
    line-height: 30px
}

.main-wrap .live-con .live-right .recent-match-list .match-info .fixture {
    color: #888;
    font-size: 18px;
    line-height: 110px
}

.main-wrap .highlights-part .video-part{
    min-height: 600px;
    overflow: hidden;
}

.video-part dl {
    width: 188px;
    height: 140px;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.highlights a:nth-child(4n+1) dl,
.video-part a:nth-child(4n+1) dl {
    margin-right: 0 !important;
}

.video-part dl dt {
    width: 100%;
    height: 105px;
    border-radius: 5px;
}

.video-part dl dt img {
    width: 100%;
    height: 100%
}

.video-part dl dd {
    width: 100%;
    line-height: 24px
}


.video-part dl dd .dd-title {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
}

.video-part dl dd .play-num {
    color: #999;
    font-weight: 400;
    font-size: 14px
}

.tab-content{
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.tab-item {
    display: none;
}
.tab-content .tab-item.active{
    display: block;
}


.live_ico{
    width: 24px;
    position: absolute;
    left: 5px;
    top: 7px;
}
.live_tag {
    height: 22px;
    padding: 0 5px;
    line-height: 20px;
    margin-bottom: 10px;
}

.jump_tag {
    height: 40px;
    padding: 0 10px 0 35px;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
}
.other_news{
    margin-bottom: 15px;
}
.other_news li{
    font-size: 12px;
    width: 46%;
    display: inline-block;
}
.other_news li:nth-child(even){
    margin-left: 2%;
}
.other_news li p {
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    line-height: 30px;
}


.live-right .relate-news li p {
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    line-height: 30px;
}

.live-right .relate-news {
    margin-top: 15px;
}

.live-right .relate-news li.first {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.live-right .relate-news li.first img {
    width: 100%;
    height: 100%;
}

.live-right .relate-news li.first .title {
    box-sizing: border-box;
    height: 40px;
    padding: 15px 5% 10px 5%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
}

.live-right .relate-news li.first h5 {
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
    overflow: hidden;
}

li em {
    display: inline-block;
    float: left;
    height: 18px;
    line-height: 18px;
    background: #FFEAD5;
    font-size: 12px;
    color: #FFAD57;
    padding: 0 6px;
    border-radius: 3px;
    margin-right: 10px;
    font-style: normal;
    margin-top: 6px;
}