@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
    outline: none
}

textarea {
    resize: none
}

body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: inherit|grayscale;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace
}

small {
    font-size: 12px
}

em,
i {
    font-style: normal
}

ul,
ol,
li {
    list-style: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

img {
    max-width: 100%;
    vertical-align: middle
}

button,
input,
select,
textarea {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf {
    zoom: 1
}

.Con-img-list  li img{
    width:160px;
    height:82px;
}

.cf:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.hide {
    display: none
}

.display-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.box-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.box-siz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.over-ell {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fl,
.left {
    float: left
}

.fr,
.right {
    float: right
}

body {
    min-width: 1240px;
    color: #252729;
    font-size: 13px;
    background-color: #f2f2f2;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #252729;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    cursor: pointer;
}

a:hover {
    color: #11b475;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pl20 {
    padding-left: 20px;
}

.icon-bg {
    background-image: url(../images/icon-bg.png?128);
    background-repeat: no-repeat;
}

.login-all-index-cell {
    height: 47px;
    line-height: 47px;
    color: #3d4247;
    background-color: #f4f4f5;
    background: url(../images/top-bg.jpg) center top;
}

.login-all-index-box {
    width: 1170px;
    padding: 0 35px;
    margin: 0 auto;
}

.login-all-tuwan-esports {
    display: inline-block;
    height: 47px;
    padding: 0 15px;
    color: #3d4247;
}

.login-all-tuwan-esports:hover {
    background-color: #11b475;
    color: #fff;
}

.login-all-live-app {
    display: inline-block;
    height: 47px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.login-all-live-app .icon-iphone {
    display: inline-block;
    width: 12px;
    height: 18px;
    background-position: 0 0;
    vertical-align: -4px;
    *vertical-align: 0px;
    margin-right: 3px;
}

.login-all-live-app .erweima {
    display: none;
    width: 109px;
    position: absolute;
    top: 47px;
    left: 0;
    padding: 10px;
}

.login-all-live-app:hover {
    background-color: #11b475;
    color: #fff;
}

.login-all-live-app:hover .icon-iphone {
    background-position: -14px 0;
}

.login-all-live-app:hover .erweima {
    display: block;
    background-color: #11b475;
}

.login-all-share-ul-cell {
    overflow: hidden;
}

.login-all-share-ul-cell li {
    float: left;
    padding: 15px 8px 14px;
}

.login-all-share-ul-cell li a {
    display: block;
    width: 21px;
    height: 18px;
}

.icon-tencent-play {
    background-position: 2px -24px;
}

.icon-youku-play {
    background-position: -31px -24px;
}

.icon-weibo {
    background-position: -67px -23px;
}

.icon-weixin {
    background-position: -102px -24px;
}

.icon-tencent-play:hover {
    background-position: 2px -46px;
}

.icon-youku-play:hover {
    background-position: -31px -46px;
}

.icon-weibo:hover {
    background-position: -67px -45px;
}

.icon-weixin:hover {
    background-position: -102px -46px;
}

.login-all-nav-ul-cell {
    overflow: hidden;
    margin-left: 15px;
}

.login-all-nav-ul-cell li {
    float: left;
}

.login-all-nav-ul-cell li a {
    display: inline-block;
    height: 47px;
    padding: 0 10px;
}

.login-all-nav-ul-cell li a i.icon-bg {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 2px;
    *vertical-align: 3px;
}

.icon-login {
    background-position: -40px -4px;
}

.icon-register {
    background-position: -99px -4px;
}

.icon-map {
    background-position: -156px -4px;
}

.login-all-nav-ul-cell li a:hover .icon-login {
    background-position: -68px -4px;
}

.login-all-nav-ul-cell li a:hover .icon-register {
    background-position: -126px -4px;
}

.login-all-nav-ul-cell li a:hover .icon-map {
    background-position: -183px -4px;
}

.transition-time-cell,
.icon-bg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.transition-time-cell .user-name a {
    color: #11b475;
}

.header-cell {
    height: 85px;
    background-color: #252729;
}

.header-cell .header-box {
    width: 1170px;
    padding: 0 35px;
    margin: 0 auto;
}

.header-box .logo-cell {
    padding: 12px 0 13px;
}

.header-box .nav-ul-cell {
    margin: 0 0 0 50px;
}

.header-box .nav-ul-cell li {
    float: left;
    text-align: center;
    position: relative;
    z-index: 7;
}

.header-box .nav-ul-cell li .name {
    display: inline-block;
    height: 85px;
    line-height: 85px;
    padding: 0 20px;
    font-size: 15px;
    color: #a9abae;
    position: relative;
}

.header-box .nav-ul-cell li .choose {
    background-color: #252729;
}

.header-box .nav-ul-cell li .name:hover {
    color: #fff;
    background-color: #303234;
}

.choose .name:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 63px;
    left: 50%;
    margin-left: -4px;
}

.width-cell {
    width: 1240px;
    margin: 0 auto;
}

.width-f-cell {
    width: 1170px;
    margin: 0 auto;
}

.globe-bg {
    background: #f2f2f2;
    width: 100%
}

.globe-box {
    margin-bottom: 28px;
    overflow: hidden;
}

.footer-top {
    background-color: #ebecef;
    padding: 35px 0 35px;
}

.friend-link .title {
    width: 72px;
    text-align: center;
}

.friend-link .title a {
    display: block;
    margin-top: 15px;
    border: 1px solid #585e64;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #585e64;
    font-size: 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.friend-link .title a:hover {
    background-color: #585e64;
    color: #fff;
}

.friend-link .list {
    margin-left: 90px;
}

.friend-link .list a {
    white-space: nowrap;
    padding: 0 10px 10px 0;
    color: #585e64;
    font-size: 12px;
}

.friend-link .list a:hover {
    color: #0ea169;
}

.footer-bottom {
    height: 45px;
    background-color: #111213;
    padding: 20px 0 25px;
    color: #5e656b;
    font-size: 12px;
}

.footer-bottom a {
    color: #5e656b;
    padding-right: 10px;
}

.footer-bottom a:hover {
    color: #11b475;
}

.footer-bottom .foot-nav a {
    line-height: 45px;
    padding-right: 13px;
    font-size: 15px;
}

.footer-bottom .copy p {
    line-height: 23px;
}

.Heng-box {
    background: #313c4a;
    overflow: hidden;
    margin-bottom: 30px;
}

.Heng-box .Heng {
    margin: 17px auto;
    width: 1170px;
}

.in-matchLi {
    overflow: hidden;
    width: 280px;
}

.in-matchLi * {
    box-sizing: border-box;
}

.in-Mdetails {
    background: url(../images/match.jpg) top center no-repeat;
    position: relative;
    height: 35px;
    width: 280px;
    padding: 9px 0 0 12px;
    line-height: 17px;
    font-size: 14px;
    overflow: hidden;
}

.in-Mdetails .time {
    color: #666;
    margin-right: 14px
}

.in-Mdetails .time img {
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 6px
}

.in-Mdetails .obTips {
    line-height: 35px;
    padding: 0 10px;
}

.in-Mdetails .obTips:after {
    border-bottom: 35px solid transparent;
}

.in-Mdetails p {
    margin: 0;
    width: 70px;
    color: #666;
}

.in-vsScore {
    background-color: #fff;
    padding: 5px 0px;
    overflow: hidden;
    width: 280px;
}

.in-vsScore .in-team {
    color: #777;
    font-size: 14px;
    position: relative;
    height: 95px;
    width: 85px;
}

.in-vsScore .in-team span {
    display: block;
    width: 100%;
    height: 22px; 
    position: absolute;
    line-height: 22px; 
    overflow: hidden;
    text-align: center;
    bottom: 6px;
    padding: 0 3px;
    cursor: default;
}

.in-vsScore .in-team img {
    width: 50px;
    height: 50px;
}

.in-vsScore .in-team.left img {
    margin: 10px 18px;
}

.in-vsScore .in-team.right img {
    margin: 10px 18px;
}
.in-vsScore .in-team.left span{

}
.in-vsScore .in-team.right span{

}
.in-vsScore .in-VS {
    width: 110px;
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}
.in-vsScore .in-VS em{
    position: absolute;
    color: #c3c3c3;
    font-size: 24px;
    top: 14px;
    width: 42px;
    text-align: center;
}
.in-vsScore .in-VS em.vs-a{
    left: -2px
}
.in-vsScore .in-VS em.vs-b{
    right: 0
}
.in-vsScore .in-VS i {
    font-style: normal;
    color: #777;
    font-size: 14px;
    margin: -4px 16px 0;
    vertical-align: middle;
    display: inline-block;
    zoom: 1
}

.in-vsScore .in-VS p {
    color: #c3c3c3;
    font-size: 24px;
    line-height: 24px;
    width: 74px;
    margin: 0 auto;
    text-align: center;
}

.in-vsScore .in-VS a {
    color: #11b475;
    border: 1px solid #11b475;
    border-radius: 26px;
    line-height: 26px;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 16px;
}

.in-vsScore .in-VS a:hover {
    background-color: #11b475;
    color: #fff
}

.obTips {
    font-size: 13px;
    line-height: 35px;
    padding: 0 22px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff
}

.obTips:after {
    content: "";
    width: 10px;
    left: -20px;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: 0
}

.obTips.Ogreen {
    background-color: #3bceb2
}

.obTips.Ogreen:after {
    border-right: 10px solid #3bceb2
}

.obTips.Oorange {
    background-color: #f18e00
}

.obTips.Oorange:after {
    border-right: 10px solid #f18e00
}

.obTips.Onot {
    background-color: #a2a2a2
}

.obTips.Onot:after {
    border-right: 10px solid #a2a2a2
}

.slideGroup .swiper-button-prev,
.slideGroup .swiper-button-next {
    position: absolute;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/slideGroup.png) 0 0 no-repeat;
    z-index: 100;
}

.slideGroup .swiper-button-next {
    left: auto;
    right: 0;
    background: url(../images/slideGroup.png) -50px 0 no-repeat;
}

.slideGroup .swiper-button-prev:hover,
.slideGroup .swiper-button-next:hover {
    border-color: #f60;
}

.globe-banner {
    position: relative;
    float: left;
    width: 820px;
    height: 350px;
    overflow: hidden
}

.globe-banner .bd {
    margin: 0
}

.globe-banner .bd>li {
    position: relative;
    overflow: hidden
}

.globe-banner .bd .bd-title {
    position: absolute;
    bottom: 16px;
    padding-left: 20px;
    margin: 0;
    color: #fff;
    font-size: 24px;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.globe-title,
.globe-titles {
    line-height: 50px;
    color: #ac3b31;
    font-weight: 800;
    text-align: center
}

.globe-banner .bd .bd-bg {
    position: absolute;
    background: url(../images/carbg.png) bottom center no-repeat;
    left: 0;
    top: 0;
    display: none;
    width: 820px;
    height: 350px;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.globe-caption.active>.info,
.globe-thumbnail:hover .info,
.globe-title span,
.globe-titles span {
    display: block
}

.globe-banner>.next,
.globe-banner>.prev {
    position: absolute;
    top: 130px;
    width: 60px;
    height: 60px
}

.globe-banner:hover .prev {
    left: 20px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.globe-banner:hover .next {
    right: 20px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.globe-banner:hover .bd-bg {
    display: block;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.globe-banner>.next {
    right: -60px;
    background: url(../images/next.png)
}

.globe-banner>.next:hover {
    background: url(../images/next-on.png)
}

.globe-banner>.prev {
    left: -60px;
    background: url(../images/prev.png)
}

.globe-banner>.prev:hover {
    background: url(../images/prev-on.png)
}

.globe-box-right.right {
    background-color: rgba(255, 255, 255, .9);
    padding-left: 10px;
    overflow: hidden;
    width: 320px;
    height: 350px;
}

.globe-h2 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-indent: 30px;
    margin-top: 17px;
    line-height: 22px;
    margin-bottom: 0
}

.globe-h2 .more {
    font-weight: 400;
    width: auto;
    margin: 0 10px 0 0;
    height: 22px;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    float: right
}

.globe-box .globe-h2 {
    background: url(../images/new.png) left 2px no-repeat
}

#scrollsind {
    position: relative;
    height: 373px;
    margin-top: 20px
}

.nano1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano1-content,
.nano1-pane {
    position: absolute;
    bottom: 0;
    top: 0
}

.nano1-content {
    overflow: scroll;
    overflow-x: hidden;
    left: 0;
    right: -17px
}

.nano1-pane {
    right: 10px;
    width: 5px;
    height: 363px;
    background: #e0e0e0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano1-pane .nano1-slider {
    width: 5px;
    height: 20px;
    background: #11b475;
    border-radius: 5px
}

.nano1-content ul {
    width: 100%;
    padding-left: 12px;
    margin-left: 2px;
    border-left: 1px solid #e7e7e7;
    margin-top: 0;
    margin-bottom: 0
}

.nano1-content ul li {
    position: relative;
    margin-bottom: 20px
}

.nano1-content ul li:last-child {
    margin-bottom: 4px
}

.nano1-content ul li i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #11b475;
    position: absolute;
    left: -15px;
    top: 10px
}

.nano1-content ul li:hover i {
    background-color: #11b475
}

.nano1-content ul li a {
    text-decoration: none
}

.nano1-content ul li a:hover p {
    color: #11b475
}

.nano1-content ul li a p {
    line-height: 25px;
    color: #333;
    font-size: 15px;
    width: 285px;
    height: 25px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nano1-content ul li a .cat-all {
    margin-top: 3px;
    height: 14px;
    line-height: 14px;
    font-size: 12px
}

.nano1-content ul li a .cat-all .cat {
    float: left;
    color: #888;
    margin-right: 12px;
    font-weight: 400;
    background: url(../images/time.png) left center no-repeat;
    text-indent: 18px
}


.netorg0d5bol07re {
    width: 100%;
    margin-top: 10px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: block;
    background-color: #e3e3e3;
    text-align: center;
    line-height: 35px;
    color: #666;
    font-size: 14px;
}

.netorg0d5bol07re:hover {
    background: #3bceb2;
    color: #fff;
}

.netorg0d5bol07re[data-hasMore="no"] {
    display: none;
}

.netorg0d5bol07re .load-data {
    text-align: center;
}

.netorg0d5bol07re[isLoad="false"] .load-data .loading-data {
    display: none !important;
}

.netorg0d5bol07re[isLoad="true"] .load-data .load-data {
    display: none !important;
}


.aq42bsugnpwtsm9o {
    margin: 20px 0
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700
}

.el-pagination:after,
.el-pagination:before {
    display: table;
    content: ""
}

.el-pagination:after {
    clear: both
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box
}

.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal
}

.el-pagination .el-input__suffix {
    right: 0;
    transform: scale(.8)
}

.el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
    padding-right: 25px;
    border-radius: 3px
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: transparent
}

.el-pagination button:focus {
    outline: none
}

.el-pagination button:hover {
    color: #409eff
}

.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700
}

.el-pagination .btn-prev {
    padding-right: 12px
}

.el-pagination .btn-next {
    padding-left: 12px
}

.el-pagination .el-pager li.disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px
}

.el-pagination--small .arrow.disabled {
    visibility: hidden
}

.el-pagination--small .more:before,
.el-pagination--small li.more:before {
    line-height: 24px
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
    height: 22px;
    line-height: 22px
}

.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
    height: 22px
}

.el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
    font-size: 13px;
    padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #409eff
}

.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump .el-input__inner {
    padding: 0 3px
}

.el-pagination__rightwrapper {
    float: right
}

.el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px
}

.el-pagination__editor.el-input {
    width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
    height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
    padding: 0
}

.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev:disabled {
    color: #c0c4cc
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #409eff
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #409eff;
    color: #fff
}

.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
    margin: 0 3px;
    min-width: 22px
}

.el-pager {
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0
}

.el-pager .more:before {
    line-height: 30px
}

.el-pager li {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
    color: #c0c4cc
}

.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
    cursor: pointer
}

.el-pager li.active+li {
    border-left: 0
}

.el-pager li:hover {
    color: #409eff
}

.el-pager li.active {
    color: #409eff;
    cursor: default
}

.el-icon-more:before {
    content: "..."
}

.el-icon-arrow-left:before {
    content: "<";
}

.el-icon-arrow-right:before {
    content: ">";
}


.schedule-list .list-item {
    position: relative;
    height: 80px;
    border-bottom: 1px dashed #ececec;
    cursor: pointer;
}

.schedule-list .list-item .left {
    float: left;
    width: 15%;
    height: 100%;
    font-size: 14px;
    color: #3f3f44;
}

.schedule-list .list-item .left .top {
    margin-top: 18px;
}

.schedule-list .list-item .left .i_icon {
    margin-right: 10px
}

.schedule-list .list-item .left .i_icon img {
    width: 20px;
    height: 20px
}

.schedule-list .list-item .left .league {
    top: 22px;
    left: 100px
}

.schedule-list .schedule-day-w {
    border-bottom: 1px dashed #ececec;
    line-height: 40px;
    padding-left: 10px;
    font-weight: bold;
}

.schedule-list .list-item .left .time {
    position: absolute;
    bottom: 18px;
    width: 140px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #8b8b8b;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAAXNSR0IArs4c6QAAAtZJREFUSA21ls+LUlEUx/U5weAmnF0NCG5moFkmBIMKCbWYxSjMf2EtcmO7lkHTwhYV/QOtItCgTQMOqCMEtmygNoJg7ZQ2MkGOfb537hXHfPqE6cJ95957zvl+77k/zn3h0JLSaDS2xuNxPhwO38M0TvumXOj/QHTpH9GupNPp7xr3K2E/BQS3ATlEn/WzmRmvQViC8MvMuOn+QwT4WrPZfIG2QBvf8ABZpV+lfbqxsaFIQv1+X5HtoNtnPIeMIceMvU6lUo9o/5GdK5eIiCKG4j1Od5Fn1HI0Gn2WTCZ/OYd5st1uXx8Oh4/RFanrkBwjD4hu4OwnRIArkk8iwbBHzTOztjMMIvFP4l+hbooM//tIE5nnALRcjiQSidyZR1Kv1z+qOp9ZKR/5aqLCEqazMUTaeAYK1DNFsru723MGM3KPvqpvka8wMNDSFyx2yBDBfkjVMpbnReKL6qOwGGVhCltmHuFtI7PMYqCN9/FdeVhYwhQ2UW155+fnOaHAXF12ulZhE5YwLXbeg1U3XsUMXjSv5gv2ByGJQ3sUt51TySsuXy1e3CM8k7vcjb9KIocpjsk9CkjwW3YnJydmX5f5DAYDkxBYurH2aDp3LfM1R5UD9C4IGZHcsIA/FVFXHQZv2UFfkclknqB8ju21gGQ7FqyrPTqynUDLAVkpKBnY+8IWh0cxx5olzCkLW9KFIgiZsIQpIGTFI118o12DNWZT/UISp5wmG41GbzudzrrTSQpLmDRren3NqYOxRNWjVVSql2GQIjJWpIjvm0QioSRqisXQuF5OLXVo8h6Rj14ygwcoekr1CzL4BZrPt9VqbRLhZ7D0Jr0imoeXiFCsMZP///DBrpfwAHms2XB8GzxyT4McENnIVj42EvOUW0wT+2Tp3ErYyAL9nGCru5cDcLWfE0cmqZcRIGWC7PT4gvZqv1uzQOzbNkuiWfv+QOou2msy6z7p/wVCFrUnkBOkfQAAAABJRU5ErkJggg==) no-repeat 0/contain;
    padding-left: 20px;
}

.schedule-list .list-item .center {
    position: absolute;
    left: 15%;
    float: left;
    width: 67%;
    height: 100%;
}

.schedule-list .list-item .center .team-name {
    position: absolute;
    width: 208px;
    height: 26px;
    top: 36px;
    font-size: 16px;
    color: #3f3f44;
}

.schedule-list .list-item .center .team-name .team {
    display: inline-block;
    width: 150px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.schedule-list .list-item .center .center-left {
    left: 16px;
    text-align: right
}

.schedule-list .list-item .center em {
    font-weight: bold
}

.schedule-list .list-item .center .center-left em {
    padding-left: 8px;
}

.schedule-list .list-item .center .center-right em {
    padding-right: 8px
}

.schedule-list .list-item .center .host-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAflJREFUWAntmM1OwkAQx/8l0PAZCDeEKKjx22iIR2M4mXjmXXwIX4QT70B8AxMkRlEvGAgmRsBgBRLcgTbY2N1tbIUemGTT3c509rfTmTmsAibjcjmDz8EVmxbYSLExT2myzSoIqZdKsdhQJjDa8AbjcXKeFL/2UpQ3BANHfj0yi4UhOgoI+0s+Ni3Q2iNSIKB554zo7CkC8pQ4A4qEgd0d4CTv2qEcAkWA/DGwvQVEo65AOQNqvwKd7hQku+oBIEJ4qOtAa64A+aVezk6BcIhv5tddxOPAxTn1E76t9sV68jVfzzRyoEQCiNnMj6Skv/b7QhhSyoGqt0AgwHcUDAIHe1N9tQZoGt92NOLrdI0c6OlZ7CQWmwGRba8ntpdonVWZxPlf1EsgWdTkOUQeNjcAKmsrUX8kPCX3YGhlxXKLNdB7vWdZW0ze2gPKpIH0isCNrlrP8W1aLReBGi/shB/Wm1GEDBCqMlGErD2Y3tqLUP3R9JFpQWVvAFEfWpa9KTzuL5Z9SBZTcVJT/0lw+o/hWVWNGXC4z6psMFtbzbrifiQGstt/jI1zWWPGfzbF/UgM1G4DQ07n5W8p1rx3hHoxUO1O+PF/KJdVJouqJyNE9zNekSZFqOIVGmLx0c0V6LJo0UIMjMVH12h0c8V4Smws4vfRniViIJZvEBVwNzvMqKwAAAAASUVORK5CYII=) no-repeat 50%/contain
}

.schedule-list .list-item .center .center-right {
    right: 16px;
    text-align: left
}

.schedule-list .list-item .center .guest-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAA3pJREFUWAnNWMlOVEEUPd3MgwqCgIwKCFFAYtREo0REthij7vwBExcuTOQDXOnaT3BYu8OEREJcOE9EHHFgEMIMQYZm8hyqXx6R7jeAQp+kuouqW3VP3Tp1q+gAiJuPlgvn53CL1fplYLfaNgsBoJ++2hKScL35dKA3IDKhEN5iGTs3i0REPwGMJiaiNj4cma0lI4YMiLgEWa3X3zGC+uBma8Zp4eKiCMUU4jfCJsgjcqYCyEoDvo0Az35uZDYz1pVQsizoOBq2JwPlu4CcbUDHL2nTAeycXXDoZ5croav1QEKc8yTqFbFrDc5284vMea3ONq6ErOGLS1y94/Ity7XfAUY4zqNaPRN60AF0DtjOTpUDKQlGO58H7fZItQN5wPnaSD1r2zwTWj30+B6grsy09I5TYg4a8xtVV0J9dBhPDc2EDIEq3nQNPFkWzh0EVKLhVQ/wgZEV8QVqyA2uhO68sKc4Wgw0VpqIaOWz83bf6lqQekkKz7xEu++jLE9XW0SvuxLS0FRqpakG2MfjbUHb1D0GPPwITM5area0XaBeCjKA8RngcZfd56XmidDFQ0BxppnuZXgLmqqBylxgbxbfDl+B173A4SLgZCmQzAWIzD1Gdyq81V7IyCZwo8VddsrEl44ArZ/skyanZ0mqIse4kj6kNeEdE2RLJxDyoBkzwv70FKGR38DtdkB6EPKYlcuyTSRMi01miflK2b22gLoZAYY51g9cCWWkmGshlyRUiqiNtCTbhYStPNQ/aaJVwpeVomZFbmoO0IImqLNJbqPqHXojRkFUQhLtlTpAhP7GCokhc5y7hu3IPe8m2URgfx5QxVJI8ukkr2JBUVsXISlLmflYCTA4BfRNmCmHWB9mCe8eisJitxzqWzYSejyPfyYXJC0pq2emch7mIyc4ilqXqogtUBfC5RNAdrqp+/m8y9OmyHhB1C3TYN3OkTA2DUx7OM75O5yvlUhzOxKKNEBt7V3m7ROt32pvbvT2dLHs9c1dji2sK0KlzM4rL0mXteiJ6xfrIlSTD6j8D6yLUA8vVQnbDdUk7TdKvgi96TOJ7z3z0wAzsxsmmaXjuG26aL3CF6EnP7xOa+zavvizl3XMnbLYI8Qtdrh7/Yd8IyPERRFq28gk/3hsW1C/XPFfZT7DtxjkIC5B/YymX64YrvtbsX3yKd/iIC5/AGQT8HJXirvEAAAAAElFTkSuQmCC) no-repeat 50%/contain
}

.schedule-list .list-item .center .center-status {
    position: absolute;
    width: 64px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-32px, -20px)
}

.schedule-list .list-item .center .center-status .vs-icon {
    display: inline-block;
    width: 100%;
    height: 40%;
    background: url(data:image/png;base64,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) no-repeat 50%/contain
}

.schedule-list .list-item .center .center-status .game-status {
    position: absolute;
    width: 48px;
    height: 18px;
    line-height: 16px;
    bottom: 0;
    left: 0;
    margin-left: 7px;
    border: 1px dotted #8b8b8b;
    border-radius: 14px;
    text-align: center;
    box-sizing: border-box
}

.schedule-list .list-item .center .center-status .game-status.unstart {
    color: #4a90e2;
    border-color: #4a90e2
}

.schedule-list .list-item .right {
    float: right;
    width: 18%;
    height: 100%;
}

.schedule-list .list-item .right a {

    color: #fff;

    background-color: #11b475;

    text-align: center;

    cursor: pointer;

    border: none;

    height: 30px;

    display: block;

    width: 110px;

    font-size: 16px;

    line-height: 30px;

    text-align: center;

    border-radius: 5px;

    margin-top: 30px;

    margin-left: 32px;
}

.schedule-list .list-item .right a:hover {
    background-color: #0ea169;
}

.uc7jajsxcjsxfb4r {
    display: none
}

.uc7jajsxcjsxfb4r.selected {
    display: block;
}

.efuhr1zca2suy89s {}

.efuhr1zca2suy89s .rrbqk3pmubn0dimm {
    width: 790px;
    padding: 15px;
    background: #fff;
}

.efuhr1zca2suy89s .mxo2kxmptguv8dx9 {
    width: 300px;
    padding: 15px;
    background: #fff;
}

.schedule-tab {
    width: 100%;
    height: 55px;
    padding-top: 15px;
    box-sizing: border-box;
    margin: 0 auto;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.schedule-tab .schedule-title {
    float: left;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 30px;
    color: #11b475;
}

.schedule-tab .nav-list {
    float: left;
    overflow: hidden;
    padding-left: 15px;
    border-left: 1px solid #d8d8d8;
}

.schedule-tab .nav-list .nav-item {
    float: left;
    margin: 0 15px;
    font-size: 16px;
    color: #878787;
    cursor: pointer;
}

.schedule-tab .nav-list .nav-item:hover,
.schedule-tab .nav-list .selected {
    color: #11b475;
}

.mt-right {
    margin-bottom: 20px;
    overflow: hidden;
}

.R-title-o {
    border-bottom: 1px solid #dde0e5;
    height: 40px;
}

.R-title-o strong {
    font-size: 19px;
    color: #212c3b;
    line-height: 40px;
}

.R-text {
    display: block;
    margin-top: 20px;
}

.R-text li {
    width: 275px;
    height: 30px;
    overflow: hidden;
    float: left;
    line-height: 30px;
    font-size: 14px;
    padding-left: 25px;
    background-position: 10px -354px;
}

.Ico-bg {
    background-image: url(../images/ico-bg.png);
    background-repeat: no-repeat;
}

.R-text li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.in-newsFlash .in-madia {
    overflow: hidden;
    height: 75px;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    display: block;
}

.in-newsFlash .in-madia:after,
.in-newsFlash .in-madia:first-child,
.in-newsFlash .in-madia:hover {
    border-top: 1px solid transparent
}

.in-newsFlash .in-madia:after {
    position: absolute;
    border-bottom: 1px solid transparent;
    left: 0;
    top: 0;
    bottom: -1px;
    content: '';
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .3s ease-in-out
}

.in-newsFlash .in-madia img {
    display: block;
    width: 120px;
    height: 100%
}

.in-newsFlash .in-madia .right {
    width: 168px;
    height: 100%;
    position: relative;
}

.in-newsFlash .in-madia .right p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

.in-newsFlash .in-madia .right .in-classify,
.in-newsFlash .in-madia .right .time {
    position: absolute;
    bottom: 0
}

.in-newsFlash .in-madia .right .in-classify {
    left: 0;
    color: #bdbcbc;
    font-size: 12px
}

.in-newsFlash .in-madia:hover {
    background: url(../images/madia.png) top repeat-x
}

.in-newsFlash .in-madia:hover .right p {
    color: #3bceb2
}

.in-newsFlash .in-madia:hover:after {
    border-bottom: 1px solid #3bceb2;
    border-top: 1px solid #3bceb2;
    transform: scaleX(1)
}


.hot-news {
    width: 100%;
    overflow: hidden;
    padding: 0 10px
}

.hot-news .left {
    width: 108px;
    height: 72px;
    overflow: hidden
}

.hot-news .med-right {
    width: 58%
}

.hot-news .med-sm {
    padding: 10px 0;
    display: block;
    height: 80px
}

.hot-news .med-sm:last-child {
    border-width: 0
}

.hot-news h4 {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box
}

.hot-news .keyword-class {
    overflow: hidden;
    margin-top: 10px
}

.hot-news .keyword-class span {
    font-size: 12px;
    margin-right: 4px;
}

.med-lg img,
.med-sm img {
    width: 100%;
    height: 100%;
    -webkit-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
}

.med-lg:hover img,
.med-sm:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hot_tag {

    padding-top: 15px;
}

.hot_tag a {

    padding: 2px 5px;

    display: inline-block;

    margin-right: 5px;

    border: 1px solid #11b475;

    margin-bottom: 5px;
}

.hot_tag a:hover {

    background: #11b475;

    color: #fff;
}

.Weizhi-box {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #90959d;
}

.Weizhi-box span {
    display: inline-block;
    padding-left: 28px;
    color: #09c67d;
    font-weight: bold;
    background-position: -147px -560px;
}

.Weizhi-box a {
    padding: 0 7px;
    color: #90959d;
}

.Video-con-list-box .Title,
.w2o7crvk27378njg .Title,
.globe-full-box .Title {
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #b7bbc2;
}

.Video-con-list-box .Title span,
.w2o7crvk27378njg .Title span,
.globe-full-box .Title span {
    display: inline-block;
    border-bottom: 3px solid #1f2938;
    font-size: 20px;
    padding: 0 5px;
}

.Video-con-list-box .Title span img {
    padding-right: 10px;
}

.Video-con-list-box .Title .Title-nav {
    border: none;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
    width: 65%;
}

.Video-con-list-box .Title .Title-nav a {
    padding: 0 25px;
    margin-left: -1px;
}

.Video-con-list-box .Title .Title-nav a.More {
    padding: 0;
    float: right;
}

.Video-con-list-box .Title .More,
.w2o7crvk27378njg .Title .More {
    float: right;
    display: inline-block;
    border: 1px solid #404d5f;
    height: 21px;
    width: 94px;
    text-align: center;
    line-height: 21px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 10px;
}

.Video-con-list-box .Title .More:hover,
.w2o7crvk27378njg .Title .More:hover {
    background: #11b475;
    border: 1px solid #11b475;
    color: #fff;
}

.Video-list {
    margin: 0 0 0 -13px;
    overflow: hidden;
}

.Video-list li {
    float: left;
    width: 187px;
    height: 165px;
    overflow: hidden;
    margin: 25px 0 0 13px;
}

.Video-list li a {
    display: block;
    position: relative;
}

.Video-list li .play {
    margin-left: -25px;
    width: 54px;
    height: 54px;
    background: url(../images/play_bj.png) no-repeat;
    position: absolute;
    top: 35px;
    left: 50%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 200ms ease-in-out 50ms;
    -webkit-transition: all 200ms ease-in-out 50ms;
    -moz-transition: all 200ms ease-in-out 50ms;
}

.Video-list li:hover .play {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.Video-list li .img {
    width: 187px;
    height: 115px;
    overflow: hidden;
}

.Video-list li .img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 187px;
    height: 115px;
}

.Video-list li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.Video-list li a .type {
    top: 5px;
    right: 5px;
}

.Video-list li a .Time {
    height: 25px;
    padding: 0 10px;
    line-height: 26px;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: #000\9;
    color: #cccccc;
    text-align: right;
    position: absolute;
    right: 0;
    top: 153px;
}

.Video-list li a p {
    font-size: 15px;
    color: #000;
    padding: 10px 5px;
}

.Video-list li a:hover p {
    color: #11b475;
}

.title-cell {
    height: 35px;
    line-height: 35px;
    font-size: 23px;
}

.title-cell a {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
    margin: 10px 5px 0 0;
}

.icon-more {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -34px -71px;
}

.icon-more:hover {
    background-position: -34px -87px;
}

.icon-request {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -77px -150px;
    vertical-align: -3px;
}

.title-cell a:hover .icon-request {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.vsid2esu93v1hxje {
    margin-left: -15px
}

.wh8eh2z1dohts0ka {
    float: left;
    margin: 0 0 20px 20px;
    width: 380px
}

.pc-esports-cell .one .Hover-img {
    margin-right: 20px;
}

.pc-esports-cell .one .info {
    display: table;
    height: 90px;
    font-size: 15px;
    position: relative;
}

.pc-esports-cell .one .info .title {
    display: table-cell;
    padding-top: 15px;
}

.pc-esports-cell .one .info .time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    color: #666666;
}

.pc-esports-cell .time {
    color: #666666;
}

.pc-esports-cell .one {
    border: 1px solid #d5d8df;
    padding: 0;
}

.pc-esports-cell .over-ell {
    font-size: 14px;
}

.pc-esports-cell .one .info {
    padding: 0 40px 0 0;
}

.pc-esports-cell .one .info .time {
    right: 10px;
    bottom: 5px;
}

.pc-esports-cell .one .Hover-img {
    border-right: 1px solid #d5d8df;
}
.pc-esports-cell .one .Hover-img img{
    width: 125px;
    height: 90px;
}

.pc-esports-cell li {
    padding: 5px 0 5px 20px;
    position: relative;
}

.pc-esports-cell li:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    border-left: 4px solid #252729;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.w2o7crvk27378njg .pc-esports-cell {
    width: 380px;
}

.d766a4y7el4g1gla {
    padding: 20px;
    background: #fff;
}

.ypcwnq2hvnxqtwnj {}

.ypcwnq2hvnxqtwnj ul {
    padding: 20px
}

.ypcwnq2hvnxqtwnj ul li {
    position: relative;
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 85px;
    height: 34px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    background: rgba(255, 255, 255, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
    cursor: pointer;
}

.ypcwnq2hvnxqtwnj ul li a {
    color: #3d4247;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    line-height: 34px;
    font-size: 15px;
    display: block;
    text-align: center;
}

.ypcwnq2hvnxqtwnj ul li a:hover {}

.ypcwnq2hvnxqtwnj ul li.ctr,
.ypcwnq2hvnxqtwnj ul li:hover {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    background: #11b475;
}

.ypcwnq2hvnxqtwnj ul li.ctr a,
.ypcwnq2hvnxqtwnj ul li a:hover {
    color: #fff
}

.a20yfa7t8h937oz8 table {
    border: 1px solid #f2f2f2;
}

.a20yfa7t8h937oz8 thead th {
    line-height: 24px;
    padding: 5px 0;
    background: #f2f4f8;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.a20yfa7t8h937oz8 .qc_w_1 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_2 {
    width: 28%;
}

.a20yfa7t8h937oz8 .qc_w_3 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_4 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_5 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_6 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_7 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_8 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_9 {
    width: 8%;
}

.a20yfa7t8h937oz8 .qc_w_10 {
    width: 8%;
}

.scroll_mc_2 {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.a20yfa7t8h937oz8 tbody td {
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    color: #565656;
    line-height: 30px;
    position: relative;
}

.a20yfa7t8h937oz8 tbody tr:nth-child(even) td {
    background: #f5f7fa;
}

.a20yfa7t8h937oz8 .scroll_mc_2 .qc_w_2 img {
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-right: 5px;
}


.Content {
    background: #fff;
    padding: 15px 20px;
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.Content-info {
    margin-top: 25px;
}

.Content-left {
    width: 723px;
    float: left;
    padding: 0 0 75px 10px;
}

.Content-info-box {
    padding: 0 10px;
}

.Content-info-box h1 {
    font-size: 29px;
    color: #333333;
    text-align: center;
}

.Content-info-box .Text-style {
    height: 21px;
    line-height: 21px;
    color: #999999;
    padding: 18px 0 30px;
    font-size: 13px;
    border-bottom: 1px dotted #DDD;
}

.Text-content {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}

.Text-content p {
    margin: 20px 0;
    overflow: visible;
    height: auto;
}

.Text-content img,
.Text-content video {
    max-width: 100% !important;
    height: auto !important
}

.S-key {
    width: 600px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
}

.S-key a {
    border: 1px solid #313c4a;
    padding: 2px 10px;
    border-radius: 4px;
    margin-left: 5px;
}

.S-key a:hover {
    text-decoration: none;
    background: #EFEFEF;
}

.Con-text-list {
    padding: 0 25px;
    margin-top: 35px;
}

.Ct-title {
    border-bottom: 1px solid #b7bbc2;
}

.Ct-title span {
    display: inline-block;
    font-size: 18px;
    border-bottom: 2px solid #09c67d;
    padding: 10px 2px;
    margin-bottom: -1px;
}

.Con-text-list .R-text {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.Con-img-list {
    padding: 0 25px;
    margin: 25px 0 0 0;
}

.Con-img-list ul {
    margin: 30px 0 50px -8px;
    overflow: hidden;
}

.Con-img-list ul li {
    float: left;
    width: 162px;
    margin:0  0  8px 10px;
    font-size: 13px;
}

.Con-img-list ul li p {
    padding-top: 10px;
    text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -moz-box;
      -moz-line-clamp: 2;
      -moz-box-orient: vertical;
      overflow-wrap: break-word;
      word-break: break-all;
      white-space: normal;
      overflow: hidden;
}

.Content-right {
    width: 327px;
    float: right;
    padding-right: 10px;
}

.Con-text-list .R-text li:nth-child(even) {
    float: right
}

.swzz2e54ni7mqmvg {
    height: 220px;
    width: 100%;
    color: #fff;
    background: url(../images/live_play_bg.png) no-repeat 50%/cover;
    margin-top: -30px;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .left {
    float: left;
    width: 35%;
    margin-top: 86px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    height: 36px;
    font-size: 0;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .team-name {
    display: inline-block;
    font-size: 26px;
    max-width: 300px;
    height: 36px;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .left .team-name {
    margin-right: 5px;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .right .team-name {
    margin-left: 5px;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .team-tag {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    transform: translateY(-6px);
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .team-tag.host-tag {
    background: #ff3c3c;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .team-tag.guest-tag {
    background: #377fff;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center {
    position: relative;
    float: left;
    width: 30%;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .top-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    margin-top: 20px;
    background: rgba(0, 0, 0, .3);
    border-radius: 20px;
    font-size: 14px;
    color: #f5a623;
    white-space: nowrap;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .top-info span {
    display: inline-block;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .top-info .league {
    margin: 0 5px;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .top-info .date {
    color: #fff;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .top-vs-logo {
    width: 60px;
    height: 24px;
    margin: 92px auto 0;
    background: url(../images/vs.png) no-repeat 50%/contain;
    position: relative;
}
.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .top-vs-logo .top-fs-a{
    position: absolute;
    left: -58px;
    font-size: 26px;
    top: -9px;
}
.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .top-vs-logo .top-fs-b{
    position: absolute;
    right: -58px;
    font-size: 26px;
    top: -9px;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .center .match-status {
    box-sizing: border-box;
    width: 66px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    margin: 28px auto 10px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.swzz2e54ni7mqmvg .ibkzkrpdrgb5tpu9 .right {
    float: left;
    width: 35%;
    margin-top: 86px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    height: 36px;
    font-size: 0;
}

.y0ls2sui95mtp8ea .yupzy4izfu48ywps {
    padding: 0 25px
}

.live-play-box a.btn-live {
    color: #fff;
    background-color: #11b475;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 10px 15px;
    margin-right: 15px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
}

.live-play-box a.btn-jf {
    background: #409eff;
}

.live-play-box a.btn-top {
    background: #f18e00;
}

.live-play-box a:hover {
    opacity: .8
}


.Con-l-list li {
    border-bottom: 1px dashed #ededed;
    padding: 30px 0 30px 225px;
    height: 144px;
    position: relative;
    cursor: pointer;
}

.Con-l-list li .img {
    position: absolute;
    top: 30px;
    left: 0;
}

.Con-l-list li:hover .img {
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
}

.Con-l-list li .title a {
    font-size: 17px;
    font-weight: bold;
}

.Con-l-list li .info {
    font-size: 13px;
    color: #5c697a;
    padding-top: 10px;
    height: 50px;
    overflow: hidden;
}

.Con-l-list li .key {
    height: 25px;
    line-height: 25px;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 498px;
    color: #5c697a;
    font-size: 13px;
}

.Con-l-list li .key .type {
    height: 25px;
    float: left;
}

.Con-l-list li .key .type img {
    float: left;
}

.Con-l-list li .key .type a.type-info {
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #5c697a;
    padding: 0 10px;
    margin-left: 10px;
    color: #5c697a;
}

.Con-l-list li .key .type a.type-info:hover {
    background: #5c697a;
    color: #fff;
    text-decoration: none;
}

.yellow {
    background: #ffc027;
}

.blue {
    background: #33d2ff;
}

.green {
    background: #00e7a2;
}

.red {
    background: #de3204;
}

.Con-l-list li .key .time {
    float: right;
    padding-left: 25px;
    background-position: -482px -593px;
}

.Con-l-list li .key .other {
    float: right;
    padding: 0 25px;
    background-position: -482px -563px;
}

.Con-l-list li .key .other a {
    color: #5c697a;
    padding: 0 3px;
    margin: 0;
}

.Con-l-list li .tags {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: block;
}

.Con-l-list li .tags a {
    border: 1px solid #313c4a;
    padding: 2px 10px;
    border-radius: 4px;
    margin-left: 5px;
}

.Con-l-list li .tags a:hover {
    text-decoration: none;
    background: #EFEFEF;
}

.Page-box {
    margin: 50px 0 30px;
    text-align: center;
}