/* APP */
* {
    margin: 0;
    padding: 0;
}
html, body {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    font-family: PingFangSC-Regular, "Microsoft YaHei",MicrosoftYaHei,Simsun,Arial;
}
input, textarea {
    outline: none;
}
body {
    overflow-x: hidden;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aeaeae;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ff6600;
}
body, #__nuxt {
    width: 100vw;
    height: 100vh;
}
ul, ol, li, p {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
#app {
    position: relative;
    background: #f7f7f8;
}
#app {
    min-height: 100vh;

    display: -moz-box;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}
#app {
    width: 100vw;
}

.flex1 {
    display: block;
    /* -moz-box-flex: 1.0; */
    -webkit-box-flex: 1.0;
    /* box-flex: 1.0; */
}
.box {
    display: -moz-box;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}
.box_h {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    width: 100%;
}

.w-82 {
    width: 82px;
}
.w-199 {
    width: 199px;
}
.w-200 {
    width: 200px;
}
.w-271 {
    width: 271px;
}
.w-272 {
    width: 272px;
}
.w-1200 {
    width: 1200px;
    margin: 0 auto;
}
.clearfix-row {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.mt-10 {
    margin-top: 10px;
}
.right-panel {
    width: 300px;
    float: right;
}
.hidden {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Index */
.index .hot-match {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.index .hot-match .prev, .index .hot-match .next {
    width: 34px;
    height: 145px;
    font-size: 20px;
    color: #5D37A8;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    cursor: pointer;
}
.index .hot-match .prev {
    border-radius: 4px 0px 0px 4px;
    position: relative;
}
.index .hot-match .prev::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #F3F4F7;
    transform: scaleX(0.5);
    right: -4px;
    top: 0;
    height: 145px;
    z-index: 9;
}
.index .hot-match .next {
    border-radius: 0px 4px 4px 0px;
}
.index .hot-match .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.index .hot-match .hot-match-list {
    flex: 1;
    height: 145px;
    overflow: hidden;
    background: white;
    padding: 0 4px;
    box-sizing: border-box;
}
.index .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.index .content .match-list {
    width: 890px;
    float: left;
}
.index .content .match-list .head {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;

    /* height: 90px; */
    height: 60px;
}
.index .content .match-list .head .dates {
    height: 44px;
    line-height: 44px;
    margin: 0 10px;

    border-bottom: 1px solid #e5e5e5;
}
.index .content .match-list .head .dates .date {
    width: 92px;
    height: 46px;
    line-height: 46px;
    float: left;
    position: relative;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.index .content .match-list .head .dates .date.active {
    color: #E84B5B;
}
.index .content .match-list .head .dates .date.active::before, .index .content .match-list .head .dates .date.active::after {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    content: '';
    position: absolute;
    bottom: 1px;
    width: 50%;
    height: 2px;
    background-color: #de1e30;
}
.index .content .match-list .head .dates .date.active::before {
    right: 50%;
}
.index .content .match-list .head .dates .date.active::after {
    left: 50%;
}
.index .content .match-list .head .dates .more {
    width: 73px;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #e84b5b;
    line-height: 24px;
    display: flex;
    float: right;
}
.index .content .match-list .head .dates .more span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.index .content .match-list .head .dates .more em {
    float: left;
    font-style: normal;
}
.index .content .match-list .head .dates .more .iconfont {
    float: left;
    font-size: 24px;
}
.index .content .match-list .list .model {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}
.index .content .match-list .list .model.hide {
    display: none;
}

/* SC */
.sc .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.sc .content .match-list {
    width: 890px;
    float: left;
}
.sc .content .match-list .head {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;

    /* height: 90px; */
    height: 60px;
}
.sc .content .match-list .head .dates {
    height: 49px;
    line-height: 49px;
    margin: 0 10px;

    border-bottom: 1px solid #e5e5e5;
}
.sc .content .match-list .head .dates .date {
    width: 92px;
    height: 51px;
    line-height: 51px;
    float: left;
    position: relative;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}
.sc .content .match-list .head .dates .date .day {
    padding-top: 12px;
    font-size: 13px;
    /* color: #666; */
    height: 14px;
    line-height: 14px;
}
.sc .content .match-list .head .dates .date .week {
    font-size: 13px;
    /* color: #666; */
    line-height: 14px;
    height: 14px;
}
.sc .content .match-list .head .dates .date.active {
    color: #E84B5B;
}
.sc .content .match-list .head .dates .date.active::before, .sc .content .match-list .head .dates .date.active::after {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    content: '';
    position: absolute;
    bottom: 1px;
    width: 50%;
    height: 2px;
    background-color: #de1e30;
}
.sc .content .match-list .head .dates .date.active::before {
    right: 40%;
}
.sc .content .match-list .head .dates .date.active::after {
    left: 40%;
}
.sc .content .match-list .list .model {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}
.sc .content .match-list .list .model.hide {
    display: none;
}

/* SG */
.sg .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.sg .content .match-list {
    width: 890px;
    float: left;
}
.sg .content .match-list .head {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;

    /* height: 90px; */
    height: 60px;
}
.sg .content .match-list .head .dates {
    height: 49px;
    line-height: 49px;
    margin: 0 10px;

    border-bottom: 1px solid #e5e5e5;
}
.sg .content .match-list .head .dates .date {
    width: 92px;
    height: 51px;
    line-height: 51px;
    float: left;
    position: relative;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}
.sg .content .match-list .head .dates .date .day {
    padding-top: 12px;
    font-size: 13px;
    /* color: #666; */
    height: 14px;
    line-height: 14px;
}
.sg .content .match-list .head .dates .date .week {
    font-size: 13px;
    /* color: #666; */
    line-height: 14px;
    height: 14px;
}
.sg .content .match-list .head .dates .date.active {
    color: #E84B5B;
}
.sg .content .match-list .head .dates .date.active::before, .sg .content .match-list .head .dates .date.active::after {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    content: '';
    position: absolute;
    bottom: 1px;
    width: 50%;
    height: 2px;
    background-color: #de1e30;
}
.sg .content .match-list .head .dates .date.active::before {
    right: 40%;
}
.sg .content .match-list .head .dates .date.active::after {
    left: 40%;
}
.sg .content .match-list .list .model {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}
.sg .content .match-list .list .model.hide {
    display: none;
}

/* FootballMatch */
.football-match .content .team {
    background-color: #fff;
}
.football-match .content .team .info {
    width: 1200px;
    margin: 10px auto;
    display: block;
    display: -moz-box;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;

    height: 100px;
    padding-bottom: 3px;
    margin: 0 auto;
}
.football-match .content .team .info .home .score {
    float: right;
    line-height: 100px;
    width: 50px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.football-match .content .team .info .home .icon {
    float: right;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 23px 13px 0;
}
.football-match .content .team .info .home .icon img {
    max-height: 54px;
    max-width: 54px;
}
.football-match .content .team .info .home .name {
    font-weight: bold;
    float: right;
    line-height: 100px;
    font-size: 18px;
    color: #333;
}
.football-match .content .team .info .center {
    width: 200px;
    text-align: center;
    font-size: 12px;
    color: #bbb;
    padding: 18px 0 18px;
}
.football-match .content .team .info .center .title {
    font-size: 20px;
}
.football-match .content .team .info .away .score {
    float: left;
    line-height: 100px;
    width: 50px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.football-match .content .team .info .away .icon {
    float: left;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 23px 13px 0;
}
.football-match .content .team .info .away .icon img {
    max-height: 54px;
    max-width: 54px;
}
.football-match .content .team .info .away .name {
    font-weight: bold;
    float: left;
    line-height: 100px;
    font-size: 18px;
    color: #333;
}
.football-match .content .live {
    background: url(/imgs/football-live-bg.png) no-repeat center 0;
}
.football-match .content .live .center {
    width: 1200px;
    margin: 10px auto;
    display: block;
    display: -moz-box;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}
.football-match .content .live .center .window {
    width: 900px;
    height: 648px;
    background-color: #2b2b2b;
    position: relative;
}
.football-match .content .live .center .window .tabs {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 40px;
}
.football-match .content .live .center .window .tabs .tab {
    transition: preserve-3d .3s;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #999;
    background-color: #2e2e2e;
    text-align: center;
    cursor: pointer;
}
.football-match .content .live .center .window .tabs .tab:hover {
    color: #ffb400
}
.football-match .content .live .center .window .tabs .tab.active {
    color: #ffb400;
    background-color: #464545;
}
.football-match .content .live .center .window .tabs .tab .iconfont {
    font-size: 20px;
    position: relative;
    margin-right: 5px;
}
.football-match .content .live .center .window .view {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 492px;
}
.football-match .content .live .center .window .view .box .head {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background-color: #262626;
    position: relative;
    z-index: 1;
    height: 41px;
}
.football-match .content .live .center .window .view .box .head .radius {
    float: left;
    background-color: #fdbf04;
    width: 5px;
    height: 26px;
    margin: 5px 10px;
    border-radius: 5px;
}
.football-match .content .live .center .window .view .box .anim {
    width: 100%;
    background-color: #000;
    position: relative;
    /* overflow: hidden; */
    height: 451px;
    border: 0;
    /* z-index: 0; */

    /* padding-top: 30px; */
    box-sizing: border-box;
}
.football-match .content .live .center .window .view .box .anim iframe {
    /* position: relative;
    top: -36px; */
    /* height: 487px; */
    width: 100%;
    height: 100%;
    /* float: left; */
    border: 0;
}
.football-match .content .live .center .window .view .box .video {
    background-color: #000;
    position: relative;

    width: 100%;
    height: 450px;
}
.football-match .content .live .center .window .view .box .video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.football-match .content .live .center .window .view .box .anim.hide, .football-match .content .live .center .window .view .box .video.hide {
    display: none;
}
.football-match .content .live .center .window .view .box .channels {
    position: absolute;
    top: -35px;
    right: 20px;
    z-index: 1000;
}
.football-match .content .live .center .window .view .box .channels .item {
    transition: all .3s;
    width: 80px;
    line-height: 30px;
    background-color: rgba(70,69,69,0.8);
    text-align: center;
    font-size: 16px;
    float: left;
    cursor: pointer;
    color: #a6a6a6;
}
.football-match .content .live .center .window .view .box .channels .item:first-child {
    border-radius: 15px 0 0 15px;
}
.football-match .content .live .center .window .view .box .channels .item:last-child {
    border-radius: 0 15px 15px 0;
}
.football-match .content .live .center .window .view .box .channels .item:first-child:last-child {
    border-radius: 15px;
}
.football-match .content .live .center .window .view .box .channels .item:hover {
    background-color: rgba(27,27,27,0.8);
    color: #f5b435;
}
.football-match .content .live .center .window .view .box .channels .item.active {
    background-color: rgba(27,27,27,0.8);
    color: #f5b435;
}
.football-match .content .live .center .window .statistics {
    width: 100%;
    position: relative;
}
.football-match .content .live .center .window .statistics .svg-icon {
    height: 20px;
    width: 22px;
}
.football-match .content .live .center .window .statistics .top {
    width: 100%;
    transition: all .5s;
}
.football-match .content .live .center .window .statistics .top .lab {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin-left: 16px;
}
.football-match .content .live .center .window .statistics .top .lab:first-child {
    margin-left: 0;
}
.football-match .content .live .center .window .statistics .top .left {
    float: left;
    width: 254px;
    font-size: 0;
    text-align: right;
}
.football-match .content .live .center .window .statistics .top .c {
    float: left;
    width: 392px;
}
.football-match .content .live .center .window .statistics .top .c .panel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-left: 48px;
}
.football-match .content .live .center .window .statistics .top .c .panel .l {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.football-match .content .live .center .window .statistics .top .c .panel .l .num {
    margin: 0 5px 0 0;
    right: 100%;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.football-match .content .live .center .window .statistics .top .c .panel .l .bar {
    margin-top: 12px;
    height: 8px;
    background-color: #000;
    float: right;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    width: 124px;
}
.football-match .content .live .center .window .statistics .top .c .panel .l .bar .tol {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    border-radius: 4px 0 0 4px;
    height: 100%;
    width: 0;
    background-color: #ffa03b;
    top: 0;
    right: 0;
    position: absolute;
}
.football-match .content .live .center .window .statistics .top .c .panel .b {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;

    width: 50px;
    text-align: center;
}
.football-match .content .live .center .window .statistics .top .c .panel .r {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.football-match .content .live .center .window .statistics .top .c .panel .r .num {
    left: 100%;
    margin: 0 0 0 5px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.football-match .content .live .center .window .statistics .top .c .panel .r .bar {
    margin-top: 12px;
    height: 8px;
    background-color: #000;
    border-radius: 0 4px 4px 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 124px;
}
.football-match .content .live .center .window .statistics .top .c .panel .r .bar .tol {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    background-color: #ebebee;
    border-radius: 0 4px 4px 0;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    position: absolute;
}
.football-match .content .live .center .window .statistics .top .right {
    float: left;
    width: 195px;
    font-size: 0;
    text-align: left;
}
.football-match .content .live .center .window .statistics .bottom {
    margin-top: 10px;
    text-align: center;
}
.football-match .content .live .center .window .statistics .bottom .item {
    width: 420px;
    float: left;
    position: relative;
}
.football-match .content .live .center .window .statistics .bottom .item:last-child {
    float: right;
}
.football-match .content .live .center .window .statistics .bottom .item .panel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    color: #fff;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .l {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .l .num {
    position: absolute;
    top: 0;
    white-space: nowrap;
    margin: 0 5px 0 0;
    right: 100%;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .l .bar {
    margin-top: 12px;
    width: 100px;
    height: 8px;
    background-color: #000;
    float: right;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .l .bar .tol, .football-match .content .live .center .window .statistics .bottom .item .panel .l .bar .tol2 {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    border-radius: 4px 0 0 4px;
    height: 100%;
    width: 0;
    background-color: #ffa03b;
    top: 0;
    right: 0;
    position: absolute;
}
.football-match .content .live .center .window .statistics .bottom .item .panel.shoot .l .bar .tol {
    background-color: rgba(255,160,59,0.5);
}
.football-match .content .live .center .window .statistics .bottom .item .panel .b {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: static;
    transform: none;
    width: 80px;
    text-align: center;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .r {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .r .num {
    left: 100%;
    margin: 0 0 0 5px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .r .bar {
    margin-top: 12px;
    width: 100px;
    height: 8px;
    background-color: #000;
    border-radius: 0 4px 4px 0;
    float: left;
    overflow: hidden;
    position: relative;
}
.football-match .content .live .center .window .statistics .bottom .item .panel .r .bar .tol, .football-match .content .live .center .window .statistics .bottom .item .panel .r .bar .tol2 {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    height: 100%;
    width: 0;
    top: 0;
    position: absolute;
    background-color: #ebebee;
    border-radius: 0 4px 4px 0;
    left: 0;
}
.football-match .content .live .center .window .statistics .bottom .item .panel.shoot .r .bar .tol {
    background-color: rgba(235,235,238,0.5);
}
.football-match .content .live .center .chat {
    margin-left: 10px;
    height: 648px;
    display: block;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    /* box-flex: 1.0; */
    background-color: lightblue;
}
.football-match .content .odd {
    width: 1200px;
    height: 160px;
    /* box-shadow: 0 2px 6px rgba(4,0,0,0.1); */
    margin: 16px auto;
    /* background-color: #fff; */
}
.football-match .content .related-news {
    width: 1200px;
    margin: 16px auto;
}

/* BasketballMatch */
.basketball-match .content .team {
    background-color: #fff;
}
.basketball-match .content .team .info {
    width: 1200px;
    margin: 10px auto;
    display: block;
    display: -moz-box;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;

    height: 100px;
    padding-bottom: 3px;
    margin: 0 auto;
}
.basketball-match .content .team .info .home .score {
    float: right;
    line-height: 100px;
    width: 50px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.basketball-match .content .team .info .home .icon {
    float: right;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 23px 13px 0;
}
.basketball-match .content .team .info .home .icon img {
    max-height: 54px;
    max-width: 54px;
}
.basketball-match .content .team .info .home .name {
    font-weight: bold;
    float: right;
    line-height: 100px;
    font-size: 18px;
    color: #333;
}
.basketball-match .content .team .info .center {
    width: 200px;
    text-align: center;
    font-size: 12px;
    color: #bbb;
    padding: 18px 0 18px;
}
.basketball-match .content .team .info .center .title {
    font-size: 20px;
}
.basketball-match .content .team .info .away .score {
    float: left;
    line-height: 100px;
    width: 50px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.basketball-match .content .team .info .away .icon {
    float: left;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 23px 13px 0;
}
.basketball-match .content .team .info .away .icon img {
    max-height: 54px;
    max-width: 54px;
}
.basketball-match .content .team .info .away .name {
    font-weight: bold;
    float: left;
    line-height: 100px;
    font-size: 18px;
    color: #333;
}
.basketball-match .content .live {
    background: url(/imgs/basketball-live-bg.png) no-repeat center 0;
    background-size: cover;
}
.basketball-match .content .live .center {
    width: 1200px;
    margin: 10px auto;
    display: block;
    display: -moz-box;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}
.basketball-match .content .live .center .window {
    width: 900px;
    height: 648px;
    background-color: #2b2b2b;
    position: relative;
}
.basketball-match .content .live .center .window .tabs {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 40px;
}
.basketball-match .content .live .center .window .tabs .tab {
    transition: preserve-3d .3s;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #999;
    background-color: #2e2e2e;
    text-align: center;
    cursor: pointer;
}
.basketball-match .content .live .center .window .tabs .tab:hover {
    color: #ffb400
}
.basketball-match .content .live .center .window .tabs .tab.active {
    color: #ffb400;
    background-color: #464545;
}
.basketball-match .content .live .center .window .tabs .tab .iconfont {
    font-size: 20px;
    position: relative;
    margin-right: 5px;
}
.basketball-match .content .live .center .window .view {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 492px;
}
.basketball-match .content .live .center .window .view .box .head {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background-color: #262626;
    position: relative;
    z-index: 1;
    height: 41px;
}
.basketball-match .content .live .center .window .view .box .head .radius {
    float: left;
    background-color: #fdbf04;
    width: 5px;
    height: 26px;
    margin: 5px 10px;
    border-radius: 5px;
}
.basketball-match .content .live .center .window .view .box .anim {
    width: 100%;
    background-color: #000;
    position: relative;
    /* overflow: hidden; */
    height: 451px;
    border: 0;
    /* z-index: 0; */

    /* padding-top: 30px; */
    box-sizing: border-box;
}
.basketball-match .content .live .center .window .view .box .anim iframe {
    /* position: relative;
    top: -36px; */
    /* height: 487px; */
    width: 100%;
    height: 100%;
    /* float: left; */
    border: 0;
}
.basketball-match .content .live .center .window .view .box .video {
    background-color: #000;
    position: relative;

    width: 100%;
    height: 450px;
}
.basketball-match .content .live .center .window .view .box .video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.basketball-match .content .live .center .window .view .box .anim.hide, .basketball-match .content .live .center .window .view .box .video.hide {
    display: none;
}
.basketball-match .content .live .center .window .view .box .channels {
    position: absolute;
    top: -35px;
    right: 20px;
    z-index: 1000;
}
.basketball-match .content .live .center .window .view .box .channels .item {
    transition: all .3s;
    width: 80px;
    line-height: 30px;
    background-color: rgba(70,69,69,0.8);
    text-align: center;
    font-size: 16px;
    float: left;
    cursor: pointer;
    color: #a6a6a6;
}
.basketball-match .content .live .center .window .view .box .channels .item:first-child {
    border-radius: 15px 0 0 15px;
}
.basketball-match .content .live .center .window .view .box .channels .item:last-child {
    border-radius: 0 15px 15px 0;
}
.basketball-match .content .live .center .window .view .box .channels .item:first-child:last-child {
    border-radius: 15px;
}
.basketball-match .content .live .center .window .view .box .channels .item:hover {
    background-color: rgba(27,27,27,0.8);
    color: #f5b435;
}
.basketball-match .content .live .center .window .view .box .channels .item.active {
    background-color: rgba(27,27,27,0.8);
    color: #f5b435;
}
.basketball-match .content .live .center .window .statistics {
    width: 100%;
    position: relative;
}
.basketball-match .content .live .center .window .statistics .svg-icon {
    height: 20px;
    width: 22px;
}
.basketball-match .content .live .center .window .statistics .top {
    width: 100%;
    transition: all .5s;
}
.basketball-match .content .live .center .window .statistics .top .lab {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin-left: 16px;
}
.basketball-match .content .live .center .window .statistics .top .lab:first-child {
    margin-left: 0;
}
.basketball-match .content .live .center .window .statistics .top .left {
    float: left;
    width: 254px;
    font-size: 0;
    text-align: right;
}
.basketball-match .content .live .center .window .statistics .top .c {
    float: left;
    width: 392px;
}
.basketball-match .content .live .center .window .statistics .top .c .panel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-left: 48px;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .l {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .l .num {
    margin: 0 5px 0 0;
    right: 100%;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .l .bar {
    margin-top: 12px;
    height: 8px;
    background-color: #000;
    float: right;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
    width: 124px;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .l .bar .tol {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    border-radius: 4px 0 0 4px;
    height: 100%;
    width: 0;
    background-color: #ffa03b;
    top: 0;
    right: 0;
    position: absolute;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .b {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;

    width: 50px;
    text-align: center;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .r {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .r .num {
    left: 100%;
    margin: 0 0 0 5px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .r .bar {
    margin-top: 12px;
    height: 8px;
    background-color: #000;
    border-radius: 0 4px 4px 0;
    float: left;
    overflow: hidden;
    position: relative;
    width: 124px;
}
.basketball-match .content .live .center .window .statistics .top .c .panel .r .bar .tol {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    background-color: #ebebee;
    border-radius: 0 4px 4px 0;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    position: absolute;
}
.basketball-match .content .live .center .window .statistics .top .right {
    float: left;
    width: 195px;
    font-size: 0;
    text-align: left;
}
.basketball-match .content .live .center .window .statistics .bottom {
    margin-top: 10px;
    text-align: center;
}
.basketball-match .content .live .center .window .statistics .bottom .item {
    width: 420px;
    float: left;
    position: relative;
}
.basketball-match .content .live .center .window .statistics .bottom .item:last-child {
    float: right;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    color: #fff;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .l {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .l .num {
    position: absolute;
    top: 0;
    white-space: nowrap;
    margin: 0 5px 0 0;
    right: 100%;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .l .bar {
    margin-top: 12px;
    width: 100px;
    height: 8px;
    background-color: #000;
    float: right;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    position: relative;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .l .bar .tol, .basketball-match .content .live .center .window .statistics .bottom .item .panel .l .bar .tol2 {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    border-radius: 4px 0 0 4px;
    height: 100%;
    width: 0;
    background-color: #ffa03b;
    top: 0;
    right: 0;
    position: absolute;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel.shoot .l .bar .tol {
    background-color: rgba(255,160,59,0.5);
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .b {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: static;
    transform: none;
    width: 80px;
    text-align: center;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .r {
    float: left;
    line-height: 30px;
    min-height: 1px;
    position: relative;
    transform: none;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .r .num {
    left: 100%;
    margin: 0 0 0 5px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .r .bar {
    margin-top: 12px;
    width: 100px;
    height: 8px;
    background-color: #000;
    border-radius: 0 4px 4px 0;
    float: left;
    overflow: hidden;
    position: relative;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel .r .bar .tol, .basketball-match .content .live .center .window .statistics .bottom .item .panel .r .bar .tol2 {
    transition: all 0.5s cubic-bezier(0.07, 0.99, 0.54, 1.23);
    height: 100%;
    width: 0;
    top: 0;
    position: absolute;
    background-color: #ebebee;
    border-radius: 0 4px 4px 0;
    left: 0;
}
.basketball-match .content .live .center .window .statistics .bottom .item .panel.shoot .r .bar .tol {
    background-color: rgba(235,235,238,0.5);
}
.basketball-match .content .live .center .chat {
    margin-left: 10px;
    height: 648px;
    display: block;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    /* box-flex: 1.0; */
    background-color: lightblue;
}
.basketball-match .content .odd {
    width: 1200px;
    height: 160px;
    /* box-shadow: 0 2px 6px rgba(4,0,0,0.1); */
    margin: 16px auto;
    /* background-color: #fff; */
}
.basketball-match .content .related-news {
    width: 1200px;
    margin: 16px auto;
}

/* News */
.news .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.news .content .new-list {
    width: 890px;
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 4px;
}
.news .content .new-list .pagination {
    display: inline-block;
    font-size: 12px;
    color: #777;

    height: 64px;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
}
.news .content .new-list .pagination .pages {
    color: #666;
    font-size: 12px;
    line-height: 40px;
    display: flex;
    justify-content: center;
}

/* New */
.new .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.new .content .new-content {
    width: 890px;
    margin-right: 10px;
}
.new .content .new-content .article {
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 4px;
}
.new .content .new-content .article .breadcrumb-container {
    margin: 0 20px;
    padding: 18px 0;
    height: 14px;
    border-bottom: 1px solid #eee;
}
.new .content .new-content .article .breadcrumb-container .breadcrumb {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.new .content .new-content .article .breadcrumb-container .breadcrumb .link {
    color: #E74C5B;
}
.new .content .new-content .article .details {
    box-sizing: border-box;
    padding: 20px 25px 20px 25px;
}
.new .content .new-content .article .details .title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 46px;
    margin-bottom: 20px;
}
.new .content .new-content .article .details .time {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 12px;
    display: flex;
    margin-bottom: 30px;
}
.new .content .new-content .article .details .contents p {
    margin-bottom: 20px;
    line-height: 1.5em;
    font-size: 16px;
    color: #333;
}
.new .content .new-content .article .details .contents img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.new .content .new-content .article .details .contents p img {
    width: 100%;
    margin: 15px auto;
}
.new .content .new-content .article .details .other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.new .content .new-content .article .details .other .about {
    width: 310px;
    height: 24px;
    display: flex;
    align-items: center;
    padding-left: 2px;
    font-size: 12px;
    color: #E74C5B;
    background-size: contain;
    background: linear-gradient(to right, #fbdbde, #ffffff);
}
.new .content .new-content .article .details .other .statement {
    text-align: right;
    font-size: 14px;
    color: #979797;
}

/* About */
.about .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.about .content .left {
    width: 240px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}
.about .content .left li {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.about .content .left li .link {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 0;
    color: #333;
    cursor: pointer;
}
.about .content .left li .link:before {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 0;
    width: 3px;
    background-color: #de1e30;
}
.about .content .left li.active .link {
    color: #de1e30;
}
.about .content .left li.active .link:before {
    margin-top: -14px;
    height: 28px;
}
.about .content .left li .link .iconfont {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 10px 0 18px;
    color: #666;
    vertical-align: middle;
}
.about .content .left li.active .link .iconfont {
    color: #de1e30;
}
.about .content .left li .link .txt {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}
.about .content .right {
    float: right;
    width: 940px;
}
.about .content .right .panel {
    background-color: #fff;
    /* border-radius: 5px; */
    border: 1px solid #eee;

    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.about .content .right .panel .head {
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.about .content .right .panel .head .title {
    line-height: 60px;
    margin-left: 40px;
    font-size: 16px;
}
.about .content .right .panel .contents {
    display: block;
    color: #333;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    font-size: 14px;
    min-height: 500px;
}

/* Contact */
.contact .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.contact .content .left {
    width: 240px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}
.contact .content .left li {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.contact .content .left li .link {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 0;
    color: #333;
    cursor: pointer;
}
.contact .content .left li .link:before {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 0;
    width: 3px;
    background-color: #de1e30;
}
.contact .content .left li.active .link {
    color: #de1e30;
}
.contact .content .left li.active .link:before {
    margin-top: -14px;
    height: 28px;
}
.contact .content .left li .link .iconfont {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 10px 0 18px;
    color: #666;
    vertical-align: middle;
}
.contact .content .left li.active .link .iconfont {
    color: #de1e30;
}
.contact .content .left li .link .txt {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}
.contact .content .right {
    float: right;
    width: 940px;
}
.contact .content .right .panel {
    background-color: #fff;
    /* border-radius: 5px; */
    border: 1px solid #eee;

    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.contact .content .right .panel .head {
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.contact .content .right .panel .head .title {
    line-height: 60px;
    margin-left: 40px;
    font-size: 16px;
}
.contact .content .right .panel .contents {
    display: block;
    color: #333;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    font-size: 14px;
    min-height: 500px;
}

/* Disclaimer */
.disclaimer .content {
    min-width: 1200px;
    width: 1200px;
    margin: 10px auto;
}
.disclaimer .content .left {
    width: 240px;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}
.disclaimer .content .left li {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.disclaimer .content .left li .link {
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 0;
    color: #333;
    cursor: pointer;
}
.disclaimer .content .left li .link:before {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 0;
    width: 3px;
    background-color: #de1e30;
}
.disclaimer .content .left li.active .link {
    color: #de1e30;
}
.disclaimer .content .left li.active .link:before {
    margin-top: -14px;
    height: 28px;
}
.disclaimer .content .left li .link .iconfont {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 10px 0 18px;
    color: #666;
    vertical-align: middle;
}
.disclaimer .content .left li.active .link .iconfont {
    color: #de1e30;
}
.disclaimer .content .left li .link .txt {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}
.disclaimer .content .right {
    float: right;
    width: 940px;
}
.disclaimer .content .right .panel {
    background-color: #fff;
    /* border-radius: 5px; */
    border: 1px solid #eee;

    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.disclaimer .content .right .panel .head {
    line-height: 60px;
    border-bottom: 1px solid #eee;
}
.disclaimer .content .right .panel .head .title {
    line-height: 60px;
    margin-left: 40px;
    font-size: 16px;
}
.disclaimer .content .right .panel .contents {
    display: block;
    color: #333;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    font-size: 14px;
    min-height: 500px;
}


/* Header */
.header {
    width: 100%;
    width: 100vw;
    position: relative;
    height: 64px;
    overflow: hidden;
}
.header .fixed-top {
    height: 64px;
    position: fixed;
    z-index: 1210;
    width: 100%;
    width: 100vw;
    top: 0px;
    /* background: #fff; */
}
.header .menu {
    justify-content: center;
}
.header .menu .item:hover {
    background-color: #fef0f0 !important;
    color: #E84B5B !important;
}

/* Footer */
.footer {
    min-height: 50px;
    width: 100%;
    background: #1f1f1f;
    text-align: center;
    margin-top: 25px;
}
.footer ul {
    display: inline-block;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    overflow: hidden;
    text-align: left;
}
.footer ul li {
    float: left;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}
.footer ul li em {
    display: inline-block;
    height: 10px;
    border-right: solid 1px #fff;
    margin-right: 10px;
}
.footer ul li a {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    color: #fff;
    display: inline-block;
}
.footer .about {
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
}

/* MatchItem */
.match-item {
    margin: 0 10px;
    padding-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.match-item .info {
    width: 870px;
    height: 47px;
    border-bottom: 1px solid rgba(238,238,238,0.6);
    line-height: 47px;
}
.match-item .info .icon {
    width: 26px;
    margin-left: 5px;
    text-align: center;
}
.match-item .info .icon .iconfont {
    color: #c0c0c0;
    font-size: 20px;
}
.live .match-item .info .icon .iconfont.icon-event_goal {
    color: #333333;
}
.live .match-item .info .icon .iconfont.icon-lanqiu {
    color: #E97F39;
}
.match-item .info .time {
    width: 80px;
    line-height: 14px;
    font-size: 12px;
    color: #333333;
    padding: 8px 0 0;
    text-align: center;
}
.match-item .info .time .t {
    font-size: 14px;
    color: #E84B5B;
    display: block;
    line-height: 18px;
}
.match-item .info .event {
    width: 100px;
    font-size: 12px;
    text-align: center;

    color: #333;
}
.match-item .info .status {
    width: 80px;
    font-size: 12px;
    text-align: center;
    color: #666666;
}
.live .match-item .info .status {
    color: #E84B5B;
}
.match-item .info .home  {
    width: 160px;
    margin-left: 62px;
    font-size: 0;
    text-align: right;
}
.match-item .info .home .home-item {
    width: 160px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.match-item .info .home .home-item .name {
    font-size: 12px;
    display: inline-block;
    color: #333;
    margin-right: 2px;
}
.match-item .info .home .home-item .logo {
    display: flex;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 2px;
}
.match-item .info .score {
    width: 60px;
    text-align: center;

    color: #999;
    font-size: 12px;
    cursor: pointer;
}
.live .match-item .info .score, .finished.match-item .info .score {
    color: #E84B5B;
}
.match-item .info .away {
    width: 120px;
    font-size: 0;
    text-align: left;
}
.match-item .info .away .away-item {
    width: 160px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.match-item .info .away .away-item .name {
    font-size: 12px;
    display: inline-block;
    color: #333;
    margin-left: 2px;
}
.match-item .info .away .away-item .logo {
    display: flex;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 2px;
}
.match-item .info .more {
    width: 152px;
}
.match-item .info .more .iconfont.icon-liveanimation {
    vertical-align: middle;
    width: 27px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    float: right;
    margin: 14px 15px 0 0;
    cursor: pointer;

    color: #fff;
    background-color: #f5677d;
    font-size: 19px;
}
.match-item .info .more .iconfont.icon-live-animation {
    vertical-align: middle;
    width: 27px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    float: right;
    margin: 14px 15px 0 0;
    cursor: pointer;

    color: #fff;
    background-color: #ffa03b;
    font-size: 19px;
}
.match-item .info .more .iconfont.icon-next {
    color: rgba(64,64,64,0.39);
    font-weight: bold;
    font-size: 18px;
    float: right;
    cursor: pointer;
}

/* MatchDddPanel */
.match-odd-panel {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;

    border: solid #e2e2e5;
    border-width: 0 1px;
    color: #666;
    font-size: 12px;
    text-align: center;
}
.match-odd-panel .lab {
    float: left;
    height: 30px;
    line-height: 30px;
}
.match-odd-panel .head {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.match-odd-panel .ball, .match-odd-panel .instant, .match-odd-panel .primary {
    border-bottom: 1px solid #eee;

    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;

    background-color: #fff;
}
.match-odd-panel .ball .data, .match-odd-panel .instant .data, .match-odd-panel .primary .data {
    float: left;
}
.match-odd-panel .data .lab {
    border-left: 1px solid #eee;
}
.match-odd-panel .data .lab div {
    width: 33.2%;

    float: left;

    overflow: hidden;
    height: 30px;
}
.match-odd-panel .data .lab .exponent {
    display: inline-block;
    height: 30px;
}

/* BasketballScores */
.basketball-scores {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;

    border: solid #e2e2e5;
    border-width: 0 1px;
    color: #666;
    font-size: 12px;
    text-align: center;
}
.basketball-scores .lab {
    float: left;
    height: 30px;
    line-height: 30px;
}
.basketball-scores .head {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.basketball-scores .ball, .basketball-scores .instant, .basketball-scores .primary {
    border-bottom: 1px solid #eee;

    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;

    background-color: #fff;
}
.basketball-scores .ball .data, .basketball-scores .instant .data, .basketball-scores .primary .data {
    float: left;
}
.basketball-scores .data .lab {
    border-left: 1px solid #eee;
}
.basketball-scores .data .lab:last-child {
    color: #de1e30;
    font-weight: bold;
}
.basketball-scores .data .lab .score {
    width: 100%;

    float: left;

    overflow: hidden;
    height: 30px;
}
.basketball-scores .data .lab .exponent {
    display: inline-block;
    height: 30px;
}

/* MatchChatRoom */
.match-chat-room {
    box-shadow: 0 2px 6px rgba(0,0,0,0.14);
    height: 100%;
    width: 100%;
    background-color: #f7f7f8;
    position: relative;
}
.match-chat-room .head {
    background-color: #fff;
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    color: #999;
    border-bottom: 1px solid #ebebee;
    overflow: hidden;
}
.match-chat-room .head .name {
    font-size: 14px;
    text-indent: 20px;
    float: left;
    /* cursor: pointer; */
    color: #de1e30;
}
.match-chat-room .head .people {
    float: right;
    top: 0;
    margin-right: 20px;
    color: #bbb;
}
.match-chat-room .msg-list {
    height: 484px;
    padding: 0 0 0 10px;
}
.match-chat-room .msg-list .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.match-chat-room .msg-list .nano .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.match-chat-room .msg-list .nano .nano-content ul {
    padding-right: 10px;
}
.match-chat-room .msg-list .nano .nano-content ul li {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    overflow: hidden;
}
.match-chat-room .msg-list .nano .nano-content ul li .name {
    float: left;
    color: #6daade;
    position: relative;
    z-index: 1;
}
.match-chat-room .msg-list .nano .nano-content ul li .text {
    width: 372px;
    overflow: hidden;
    opacity: 1;
}
.match-chat-room .msg-list .nano .nano-content ul li .join .welcome {
    float: left;
    color: #ffa03a;
}
.match-chat-room .msg-list .nano .nano-content ul li .join .name {
    padding-left: 10px;
    padding-right: 10px;
}
.match-chat-room .msg-list .nano .nano-content ul li .join .text {
    color: #ffa03a;
}
.match-chat-room .msg-post {
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-top: 1px solid #ebebee;
    position: relative;
}
.match-chat-room .msg-post .warning {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 100%;
    color: #FFF;
    transition: all .6s;
    line-height: 20px;
    padding: 5px 10px;
    z-index: 1;
    font-size: 13px;
    background-color: #999;
    background-color: rgba(130,122,117,0.75);
}
.match-chat-room .msg-post .msg-content {
    width: 100%;
    box-sizing: border-box;
    height: 110px;
    resize: none;
    border: 0;
    padding: 5px 10px;
    overflow: auto;
}
.match-chat-room .msg-post .btn-post {
    transition: all .3s;
    text-align: center;
    width: 65px;
    line-height: 25px;
    background-color: #ffa03b;
    border-radius: 25px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/* HotMatchItem */
.hot-match-item {
    width: 281px;
    height: 145px;
    cursor: pointer;
    text-align: center;
    position: relative;
    background-size: 120px 100px !important;
    background-position: center !important;
    background-position-y: 100% !important;
}
.hot-match-item::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #F3F4F7;
    transform: scaleX(0.5);
    right: 0;
    top: 0;
    height: 145px;
}
.hot-match-item .time {
    margin-top: 12px;
    font-size: 14px;
    color: #333333;
}
.hot-match-item .event {
    font-size: 12px;
    color: rgba(51,51,51,0.5);
    margin-top: 2px;
}
.hot-match-item .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    position: relative;
}
.hot-match-item .logo .home-logo, .hot-match-item .logo .away-logo {
    flex: 1;
    display: flex;
    justify-content: center;
}
.hot-match-item .logo .home-logo .icon, .hot-match-item .logo .away-logo .icon {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.hot-match-item .logo .vs {
    width: 80px;
    font-size: 19px;
    color: #333;
}
.hot-match-item .logo .vs.live {
    color: #E84B5B;
}
.hot-match-item .name {
    display: flex;
    margin-top: 12px;
}
.hot-match-item .name .home-name, .hot-match-item .name .away-name {
    flex: 1;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.hot-match-item .name .status {
    width: 60px;
    font-size: 12px;
    color: rgba(51,51,51,0.5);
}

/* RightEvent */
.right-event {
    background-color: white;
    margin-bottom: 10px;
    border-radius: 4px;
}
.right-event .types-head {
    position: relative;
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    padding: 16px 5px 16px 10px;
    display: flex;
    align-items: center;
}
.right-event .types-head .red-line {
    width: 4px;
    height: 18px;
    background-color: #E74C5B;
    margin-right: 5px;
}
.right-event .types-head .title {
    width: 80px;
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
}
.right-event .types-head .space-holder {
    height: 18px;
    flex: auto;
}
.right-event .types-list {
    padding: 15px 0;
    margin: 0 10px;
    box-shadow: 0px -1px 0px 0px #e5e5e5;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
}
.right-event .types-list .item {
    flex: none;
    height: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.right-event .types-list .item .icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.right-event .types-list .item .icon .iconfont {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right-event .types-list .item .text {
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
}

/* RightNewsItem */
.right-news-item {
    width: 280px;
    box-sizing: border-box;
    padding: 7px 15px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F4F7;
    margin-top: 10px;
    border-radius: 2px;
}
.right-news-item .number {
    flex: none;
    width: 36px;
    height: 25px;
    color: #BBBBBB;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.right-news-item:nth-child(1) .number {
    color: #E74C5B;
}
.right-news-item:nth-child(2) .number {
    color: #FFA03B;
}
.right-news-item:nth-child(3) .number {
    color: #FCBD30;
}
.right-news-item .title {
    width: 174px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.right-news-item .flex {
    flex: auto;
    height: 25px;
}
.right-news-item .hot {
    flex: auto;
    height: 17px;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    color: #e74c5b;
    line-height: 17px;
    transition: 0.1s;
}

/* NewsItem */
.news-item {
    position: relative;
    width: 100%;
    height: 140px;
    padding-top: 0px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.news-item .cover {
    width: 212px;
    height: 119px;
    overflow: hidden;
    border-radius: 2px;
}
.news-item .cover .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
    width: 212px;
    border-radius: 2px;
    height: 119px;
}
.news-item .cover .img .center {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-item .new {
    flex: 1;
    height: 119px;
    margin-left: 20px;
}
.news-item .new .title {
    width: 620px;
    height: 25px;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.news-item .new .text {
    margin-top: 10px;
    width: 620px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item .new .ext {
    width: 620px;
    height: 17px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 17px;
    white-space: nowrap;
    display: flex;
}
.news-item .new .ext .time {
    margin-right: 19px;
}
.news-item .new .ext .event {
    height: 27px;
    font-size: 0px;
    font-weight: 400;
    color: #e74c5b;
    line-height: 26px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F7F9;
    border-radius: 14px;
}
.news-item .new .ext .event .name {
    font-size: 12px;
    /* margin-left: 5px; */
    position: relative;
    top: -1px;
}
.news-item .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    transform: scaleY(0.5);
}

/* BackTop */
.back-top {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    position: fixed;
    bottom: 165px;
    left: 50%;
    margin-left: 650px;
    width: 45px;
    visibility: visible;
    z-index: 10;
}
.back-top .link {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    width: 45px;
    height: 45px;
    background-color: #ddd;
    float: left;
    margin-bottom: 5px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.back-top .link:hover {
    background-color: #de1e30;
}
.back-top .link .qrcode-img {
    display: block;
    position: absolute;
    top: -138px;
    left: 50%;
    margin-left: -51px;
    width: 101px;
    height: auto;
}
.back-top .link .over {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.back-top .link .over .ico, .back-top .link .over .tips {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.back-top .link .over .ico {
    display: block;
    font-style: initial;
    left: 0;
}
.back-top  .link .over .v-a-m {
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.back-top .link .over .ico.iconfont {
    font-size: 27px;
}

/* RightNewsType */
.right-news-type {
    background-color: white;
    margin-bottom: 10px;
    border-radius: 4px;
}
.right-news-type .types-head {
    position: relative;
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    padding: 16px 5px 16px 10px;
    display: flex;
    align-items: center;
}
.right-news-type .types-head .red-line {
    width: 4px;
    height: 18px;
    background-color: #E74C5B;
    margin-right: 5px;
}
.right-news-type .types-head .title {
    width: 80px;
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
}
.right-news-type .types-head .space-holder {
    height: 18px;
    flex: auto;
}
.right-news-type .types-list {
    padding: 15px 0;
    margin: 0 10px;
    box-shadow: 0px -1px 0px 0px #e5e5e5;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
}
.right-news-type .types-list .item {
    flex: none;
    height: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.right-news-type .types-list .item .icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.right-news-type .types-list .item .icon .iconfont {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right-news-type .types-list .item .text {
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
}

/* RightNews */
.right-news .head {
    display: inline-block;
    vertical-align: top;
    /* width: 100%; */
    position: relative;
    background-color: #fff;
    border-radius: 5px;

    width: 280px;
    /* height: 80px; */
    padding: 0 10px 10px 10px;
}
.right-news .head .option {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.right-news .head .option .sport {
    width: 75%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: flex;
    cursor: pointer;
}
.right-news .head .option .sport .category {
    display: flex;
    align-items: center;
    margin-right: 15px;

    font-size: 16px;
    font-weight: 600;
    color: #e74c5b;
}
.right-news .head .option .more {
    width: 73px;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #e84b5b;
    line-height: 24px;
    display: flex;
}
.right-news .head .option .more span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-news .head .option .more em {
    float: left;
    font-style: normal;
}
.right-news .head .option .more .iconfont {
    float: left;
    font-size: 24px;
}
.right-news .list {
    padding: 1px 10px 10px 10px;
    display: block;
    background-color: #fff;
}