* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

em, i {
    font-style: normal;
}

html {
    height: 100%
}

body, pre, textarea {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Tahoma, sans-serif;
    word-wrap: break-word; /*user-select: none;-webkit-user-select: none;*/
}

body {
    background: #f5f5f5;
}

body a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

ol, ul, li {
    display: inline-block;
    list-style: none;
    margin: 0
}

.clear {
    clear: both
}

.none {
    display: none !important
}

.hide {
    display: none
}

.mw {
    width: 1200px;
    margin: 0 auto
}

.header {
    width: 100%;
    /*box-shadow: 0px 5px 10px 0px #F0F0F0;*/
}

.header .logo {
    background: url(../img/logo_bai.png) no-repeat center center;
    background-size: auto 100%;
    width: 183px;
    height: 45px;
    vertical-align: super;
}

.header .app {
    font-size: 14px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 18px;
    float: right;
    line-height: 30px;
    padding: 0 30px;
    margin-top: 15px;
}

.header .contact {
    font-size: 18px;
    color: #fff;
    float: right;
    line-height: 60px
}

.header .contact::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/contact.png) no-repeat;
    content: '';
    margin: 16px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.header a, .header ul {
    display: inline-block
}

.header .mh, .header-play {
    background: #E60640;
    height: 60px
}

.header .sh {
    background: #fff;
    height: 50px;
    opacity: 0.5;
}

.header .mw .menu li {
    float: left;
    text-align: center;
    width: 100px;
    position: relative;
}

/*.header .mw .menu li.active {*/
/*    display: inline-block;*/
/*    !*background: url('../img/active.png') no-repeat;*!*/
/*    background-position: 50%;*/
/*    background-size: 22px 12px;*/
/*    background-position: 50% 100%*/
/*}*/

.header .mw .menu li.active a::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -8px;
    border-bottom: 2px solid #fff;
    left: 0;
}

.header .mw .menu li.active a {
    /*background: #fff;*/
    color: #fff;
    position: relative;
}

.header .mw .menu .dh {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    /*width: 80%;*/
    display: inline;
    /* background: #fff; */
    /*padding: 6px 20px;*/
    border-radius: 26px;
    margin-right: 25px;
}

.header .mw .sub_menu {
    display: none
}

.header .mw .sub_menu.cur {
    display: block
}

.header .mw .sub_menu li {
    float: left;
}

.header .mw .sub_menu li.active a {
    color: #E60640
}

.header .mw .sub_menu li:first-child a::before {
    display: none
}

.header .mw .sub_menu a {
    font-size: 16px;
    color: #000;
    line-height: 50px;
    padding-right: 30px
}

.header .mw .sub_menu a::before {
    content: '·';
    display: inline-block;
    margin: 0 0 0 -20px;
    position: absolute
}

.search-record {
    float: right;
    margin-top: 20px;
}

.search-record .search {
    padding: 3px;
    border-radius: 24px;
    z-index: 15;
    border: 1px solid #e9e9ee;
    background: #fff;
    position: relative;
    margin-top: -5px;
}

.search-record .search .icon {
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 32px;
    color: #E60640
}

.search-record .search .search-input {
    width: 125px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    color: #999;
    font-size: 12px;
    vertical-align: middle;
    line-height: normal;
    border: none;
    outline: 0;
    background: transparent;
}

.search-record .search .search-input::placeholder {
    color: #999;
}

input[type="search"]::-webkit-search-cancel-button {
    color: #E60640 !important; /* 将颜色改为红色 */
}

/* 针对Gecko内核浏览器，例如Firefox */
input[type="search"]::-moz-clear-button {
    color: blue; /* 将颜色改为蓝色 */
}

/* 针对IE浏览器 */
input[type="search"]::-ms-clear {
    color: green; /* 将颜色改为绿色 */
}

.search-record .search-record-box {
    display: none;
    position: absolute;
    width: 250px;
    border-radius: 5px;
    z-index: 14;
    top: 21px;
    left: 0;
    border: 1px solid #e9e9ee;
    border-radius: 5px;
    background: #fff
}

.search-record .search-record-box .record-title {
    padding: 10px 20px;
    color: rgba(0, 0, 0, .68);
    font-size: 12px
}

@font-face {
    font-family: lsj;
    src: url(https://www.imanzhong.cn/~static/www/css/bgjj_3.0.eot);
    src: url(https://www.imanzhong.cn/~static/www/css/bgjj_3.0.svg) format("svg"), url(https://www.imanzhong.cn/~static/www/css/bgjj_3.0.eot?) format("embedded-opentype"), url(bgjj_3.0.woff) format("woff"), url(https://www.imanzhong.cn/~static/www/css/bgjj_3.0.ttf) format("truetype")
}

i.icon {
    font-family: lsj;
    font-style: normal;
    display: inline-block;
    vertical-align: text-bottom;
    vertical-align: middle
}

i.icon.common-search {
    cursor: pointer
}

i.icon.common-search:before {
    content: "\C9"
}

.search .icon {
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 32px;
    color: #909090;
}

i.icon {
    font-family: lsj;
    font-style: normal;
    display: inline-block;
    vertical-align: text-bottom;
    vertical-align: middle;
}

.header-play {
    height: 60px;
    width: 100%;
    min-width: 1200px;
    text-align: center
}

.header-play a {
    width: 120px;
    height: 30px;
    margin: 10px 5%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 30px;
}

.header-play logo {
    width: 160px;
    line-height: 60px;
    margin: 0 15%;
    display: inline-block;
    background: url(https://www.imanzhong.cn/~static/www/img/logo.png) no-repeat center center;
    background-position: 0px;
    background-size: auto 100%;
}

.footer {
    width: 100%;
    background: #212224;
    margin-top: 80px;
    position: absolute;
}

.footer .mw {
    padding-top: 30px
}

.footer .links {
    padding: 10px 0px;
    border-bottom: solid 1px #161617
}

.footer .links a {
    color: #8D93A1;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px
}

.footer .links a:hover {
    color: #E60640
}

.footer .links a:active {
    color: #B93131
}

.footer .links h5 {
    font-size: 16px;
    color: #fff
}

.footer .notice {
    margin-top: 20px;
    color: #8D93A1;
    font-size: 12px;
    text-align: center
}

.footer .notice a {
    color: #8D93A1;
    font-size: 12px;
    line-height: 30px;
    margin: 0 5px
}

.footer .cp {
    padding: 10px 0 50px 0;
    color: #8D93A1;
    font-size: 12px;
    text-align: center
}

.top {
    display: none;
    color: #959595;
    font-size: 10px;
    position: fixed;
    bottom: 60px;
    width: 52px;
    height: 52px;
    line-height: 65px;
    cursor: pointer;
    text-align: center;
    background: url(../img/top.png) no-repeat center center;
    background-size: 12px 9px;
    background-position: 20px 15px;
    border-radius: 26px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

/*404*/
.e404 {
    background: #fff;
    min-height: 600px;
    padding: 50px 0;
    margin-top: 8px
}

.e404 .txt {
    font-size: 16px;
    text-align: center;
    margin: 60px auto
}

.e404 a {
    display: block;
    line-height: 30px
}

.e404 .notice {
    width: 400px;
    height: 242px;
    margin: auto;
    background: url(https://www.imanzhong.cn/~static/www/img/404.png) no-repeat;
}

/* */
.content {
}

.column-a {
    width: 795px;
    float: left;
}

.column-b {
    width: 390px;
    float: left;
    margin-left: 15px;
}

.content li a:hover, .header .mw .sub_menu a:hover {
    color: #E60640
}

/*.content li.hot a:hover{color:#B93131}*/
.content li a:active, .header .mw .sub_menu a:active {
    color: #B93131
}

.wbg {
    background-color: #fff
}

.nbg {
    background-color: unset !important;
}

li.hot a {
    font-weight: bold
}

.pl-wrap {
    width: 390px;
    min-height: 278px;
    margin-top: 15px;
    vertical-align: top;
    background: #fff;
    /*padding-top: 10px;*/
    border-radius: 8px;
}

.pl-wrap .wrap-head, .main-wrap .wrap-head {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 28px
}

.pl-wrap .wrap-head.slash::before {
    display: inline-block;
    width: 5px;
    height: 20px;
    background: #E60640;
    border-radius: 3px;
    content: '';
    margin: 13px 0 0 -10px;
    position: absolute;
}

.pl-wrap .wrap-head.slash {
    padding-left: 20px !important;
    background-color: #FFFFFF;
}

.pl-wrap .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-video.png) no-repeat;
    content: '';
    margin: 10px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap .wrap-head a {
    font-size: 16px;
    float: right;
    margin-right: 15px
}

.pl-wrap .wrap-head a::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icon-more.png) no-repeat;
    content: '';
    margin: 14px 0 0 0;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap .wrap-body {
    background: #fff;
    min-height: 212px;
    padding: 10px
}

.pl-wrap .wrap-body li {
    height: 35px;
    line-height: 32px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl-wrap .img {
    width: 220px;
    height: 135px;
    margin-bottom: 10px
}

.pl-wrap .img img {
    height: 100%;
    width: 100%
}

.pl-wrap .img img, .pl-wrap .img span {
    display: inline-block;
    float: left;
}

.pl-wrap .img span.text {
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin-top: -30px;
    padding-left: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .3)
}

.pl-wrap ul {
    width: 100%;
    overflow: hidden
}

.pl-wrap ul span {
    font-size: 14px;
    padding-right: 18px;
    color: #959595;
}

.pl-wrap li span a {
    color: #959595
}

.pl-wrap ul span::after {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}

/*  */
/*.pl-wrap.hot-video .img, .pl-wrap.hot-news .img{width:390px;height:138px;margin:-10px 0 0 -10px}*/
.hot-video {
    float: left;
}

.pl-wrap.hot-video .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-video.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.hot-news {
    margin-left: 15px;
    float: left;
}

.hot-news .wrap-body li {
    height: 30px;
    line-height: 30px;
}

.pl-wrap.hot-news .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-news.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap.hot-bb .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-bb.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap.hot-fb .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-fb.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.pl-wrap.hot-ot .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-ot.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.index-slide {
    margin-top: 60px;
    overflow: hidden
}

.index-slide img {
    width: 390px;
    height: 244px
}

/* living list */
.pl-wrap.hot-live {
}

.main-wrap {
    /*padding-top: 10px;*/
    background-color: #FFFFFF;
}

.main-wrap .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-live.png) no-repeat;
    content: '';
    margin: 10px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.main-wrap .wrap-body {
    background: #fff;
    min-height: 350px
}

.no-data {
    width: 174px;
    height: 242px;
    margin: 0 auto;
    background: url(https://www.imanzhong.cn/~static/www/img/no-data.png) no-repeat;
    background-size: 174px 142px;
    background-position-y: 50px;
}

/* filter */
#filter-list {
    display: none
}

.category {
    border-bottom: solid 1px #EEEEEE
}

.category li {
    float: left;
    text-align: center;
    margin: 10px;
    min-width: 60px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #333333;
}

.category li.active, .category li:hover {
    background: #E60640;
    border: 1px solid #E60640
}

.category li.active a, .category li:hover a {
    color: #fff
}

.category li a {
    line-height: 26px;
    display: inline-block;
    padding: 0 14px;
}

.category .filter {
    font-size: 16px;
    margin: 14px 25px 0 0;
    float: right
}

.category .filter::before {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/icon-filter.png) no-repeat;
    content: '';
    margin: -1px 0 0 -26px;
    position: absolute;
    background-size: auto 100%;
}

.category .filter.active {
    color: #E60640
}

.category .filter.active::before {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/icon-filter.png) no-repeat;
    content: '';
    margin: -1px 0 0 -26px;
    position: absolute;
    background-size: auto 100%;
}

.category.sub {
    background: #FCFCFC;
    margin-top: 10px;
    padding-bottom: 10px;
    display: none
}

.category.shadow {
    box-shadow: 0px 5px 10px 0px #f0f0f0
}

/* one day */
.daily {
    padding-top: 10px
}

.daily .date-head {
    background: #fff;
    border-radius: 0px 100px 100px 0px;
    z-index: 199
}

.daily .date {
    z-index: 99;
    width: 173px;
    height: 30px;
    line-height: 30px;
    padding-left: 26px;
    color: #E60640;
    /*background: #FCEEED;*/
    border-radius: 0px 100px 100px 0px;
    margin: 10px 0;
}

.daily .date::before {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 -15px;
    font-size: 40px;
    position: absolute;
}

.matches {
    text-align: center
}

.matches li {
    float: left
}

/* item */
.item {
    line-height: 60px;
    position: relative
}

.cd {
    /*background: #FCFCFC*/
    border-bottom: 1px solid #eeeeee;
}

.cd:nth-child(1) {
    border-top: 1px solid #eeeeee;
}

.item.fixtop li.time:first-child::before {
    display: inline-block;
    width: 18px;
    height: 30px;
    background: url(https://www.imanzhong.cn/~static/www/img/fixtop.png) no-repeat;
    content: '';
    margin: 10px 0 0 -30px;
    position: absolute;
    background-size: auto 100%;
}

.item.hot li:first-child::before {
    /*display: inline-block;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*background: url(../img/hot.png) no-repeat;*/
    /*content: '';*/
    /*position: absolute;*/
    /*background-size: auto 100%;*/
    /*left: 0;*/
    /*top: 0;*/
}

.item .time {
    width: 75px;
    padding-left: 30px
}

.item .league {
    width: 159px;
    height: 50px;
}

.item .league span {
    margin-left: 10px;
    font-weight: normal
}

.item .round {
    width: 66px
}

.item .title {
    width: 515px;
    font-weight: normal
}

.item .team {
    width: 230px
}

.item .team .name {
    padding: 0 2px;
    font-weight: normal
}

.item.hot .league, .item.fixtop .league, .item.fixtop .team .name, .item.hot .team .name, .item.hot .title, .item.fixtop .title {
    font-weight: bold
}

.item .team.ht {
    text-align: right
}

.item .team.gt {
    text-align: left
}

.item .team .avatar img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 2px
}

.item .bf {
    width: 78px
}

.item .bf em {
    font-style: normal
}

.item .play, .item .wait, .item .related {
    width: 190px
}

/*.item .play a {*/
/*    color: #E60640*/
/*}*/

.item .wait a {
    color: #fff;
    background: #bbb;
    /* padding: 5px 10px; */
    width: 110px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 27px;
}

.item .wait a:hover {
    color: #fff;
    background:#969696 ;
}

.item .wait a::before, .item .play a::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("../img/gqsp_bai.png");
    background-size: 100% 100%;
    vertical-align: sub;
    margin-right: 2px;
}

.item .play a {
    color: #fff;
    background: #E60640;
    /* padding: 5px 10px; */
    width: 110px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 27px;
}

.item .play a:hover {
    opacity: 0.8;
    color: #fff;
}

.item .related a {
    color: #E60640
}

.item .related a::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/arrow-down.png) no-repeat;
    content: '';
    margin: 18px 0 0 0;
    position: absolute;
    background-size: auto 100%;
}

.related-video {
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 99;
    width: 390px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    background: #fff
}

.related-video .head {
    height: 46px;
    background: #F5F5F5
}

.related-video ul.list {
    background: #fff;
    width: 100%;
    padding: 10px
}

.related-video ul.list li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    white-space: nowrap;
    text-align: left;
    overflow: hidden
}

.related-video ul.list span {
    font-size: 14px;
    padding-right: 18px;
    color: #959595;
}

.related-video ul.list li span a {
    color: #959595
}

.related-video ul.list span::after {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}


.content-nav {
    line-height: 24px;
    padding: 18px 0px;
}

.content-nav .arrow {
    margin-left: 24px
}

.content-nav .arrow::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/arrow.png) no-repeat;
    content: '';
    margin: 0 0 0 -24px;
    position: absolute;
    background-size: auto 100%;
}

h1 {
    font-size: 18px
}

a h1 {
    font-size: 24px
}

/* data */
.content.data {
    padding-top: 10px;
    text-align: center;
    background: #fff;
    overflow: hidden
}

.content.data iframe {
    margin-top: -70px
}

/* news view */
.news-head {
    text-align: center
}

.news-head h1 {
    padding: 10px;
    font-size: 28px;
}

.news-head span {
    color: #888
}

.news-head hr {
    width: 735px;
    margin: 20px auto 5px auto;
    border: none;
    border-bottom: solid 1px #eee;
}

.news-head .from {
    margin-right: 15px
}

.news {
    min-height: 900px
}

.news .wrap-body {
    padding: 10px 30px
}

.news .wrap-body p {
    line-height: 28px;
    font-size: 16px
}

.news .wrap-body img {
    max-width: 735px;
    display: block;
    margin: 15px auto
}


/* live sigs */
.sig-vs {
    width: 100%;
    background: url(../img/bg-sigs.png) no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.sig-vs img {
    width: 80px !important;
    height: 80px !important;
    max-height: 80px !important;
    margin: auto 18px;
    border-radius: 2px
}

.sig-vs div {
}

.sig-vs div * {
    vertical-align: middle;
}

.sig-vs b, .sig-vs b a {
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    display: inline-block;
}

.sig-vs .btmc {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sig-vs i {
    color: #E60640;
    font-size: 0px;
    font-style: normal;
    font-weight: 600;
    margin: auto 5px;
}

.sig-vs .team {
    display: inline-block;
    height: 210px;
    width: 100%;
    padding: 45px 0
}

.sig-vs .team div {
    display: inline-block
}

.sig-vs .team div.ht {
    width: 30%;
    text-align: center;
}

.sig-vs .team div.gt {
    width: 30%;
    text-align: center;
}

.sig-vs-txt {
    min-width: 278px;
    width: 28%
}

.sig-vs-txt.title {
    min-width: 278px;
    width: 60%
}

.sig-vs-txt b {
    font-size: 24px;
    line-height: 33px
}

.sig-vs-txt em {
    font-size: 20px;
    line-height: 20px;
    color: #E60640;
    display: block;
    font-style: normal
}

.sig-vs-txt span {
    font-size: 18px;
    line-height: 25px;
    color: #666;
    display: block;
    vertical-align: middle;
}

.sig-list {
    display: block;
    /*background: rgba(0, 0, 0, 0.1);*/
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    background: #333;
}

.a, .b {
    display: none
}

.ia, .ib {
    display: none;
    font-style: normal
}

.c {
}

.ic {
    font-style: normal
}

.play i, .wait i {
    font-style: normal
}

.sig-list a {
    display: inline-block;
    color: #E60640;
    padding: 0 12px;
    height: 40px;
    line-height: 38px;
    margin: 10px 6px !important;
    border: solid 1px #fff;
    border-radius: 35px;
    background: #fff;
    /*box-shadow: 0 2px 0px #6C95E6;*/
    min-width: 90px;
    /*max-width: 100px;*/
    text-align: center;
}

.sig-list a.active, .sig-list a:hover {
    /*background: #E60640;*/
    color: #ff982a
}

.sig-prev {
    width: 80%;
    border: 1px dotted #f8990c;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #fff;
}

.sig-list a {
    margin: auto 8px;
}

.sig-videos .vl {
    margin-left: 5px;
    display: inline-block
}

.sig-table {
    width: 795px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.sig-table thead tr td {
    background-color: #D8D8D8
}

.sig-thead {
    height: 44px;
    line-height: 40px;
}

.sig-thead * {
    vertical-align: middle;
}

.sig-thead i {
    display: inline-block;
    height: 20px;
    width: 5px;
    background-color: #E60640;
    border-radius: 3px;
    margin: 0px 10px 0px 0px;
}

.sig-thead b {
    line-height: 30px;
    display: inline-block;
    font-size: 18px
}

.sig-table td {
    border-bottom: 1px solid #ccc;
    height: 50px;
    text-align: center
}

.sig-table .trbg {
    background-color: #FCFCFC
}

.sig-table .bold {
    font-weight: bold;
    font-size: 16px
}

.sig-hist-wrap {
}

.sig-message {
    background: #fff;
    padding: 16px;
    line-height: 24px;
    color: #959595
}

.sig-list a.jump {
    padding-left: 36px !important
}

.sig-list a.jump::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-jump.png) no-repeat;
    content: '';
    margin: 1px 0 0 -24px;
    position: absolute;
    background-size: auto 100%;
}

.sig-list a.jump:hover::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-jump-active.png) no-repeat;
    content: '';
    margin: 1px 0 0 -24px;
    position: absolute;
    background-size: auto 100%;
}

.main-wrap .w100bg {
    width: 100%;
    min-height: 720px;
    background: #fff
}

/* live play */
body.play {
    min-width: 1000px;
    background-size: 100%;
    background: #221730 url(https://www.imanzhong.cn/~static/www/img/bg-play.png) no-repeat
}

.sig-vs.play {
    height: 103px;
    background: rgba(0, 0, 0, 0.1)
}

.sig-vs.play .sig-vs-txt b {
    line-height: 30px;
    font-size: 20px;
    color: #E60640;
    display: inline-block
}

.sig-vs.play .sig-vs-txt.title {
    width: 90%
}

.sig-vs.play .sig-vs-txt em {
    color: #fff
}

.sig-vs.play .sig-vs-txt span {
    font-size: 12px;
    line-height: 17px
}

.sig-vs.play img {
    width: 60px;
    margin: auto 9px;
    border-radius: 3px
}

.sig-vs.play i {
    color: #fff
}

.sig-vs.play .team {
    margin-top: 15px;
    padding: unset;
    height: unset
}

.sig-vs.play .team .ht {
    text-align: right
}

.sig-vs.play .team .gt {
    text-align: left
}

.sig-vs.play .sig-vs-txt span {
    font-size: 14px;
    line-height: 20px
}

.sig-vs.play .li {
    color: #666;
    z-index: 999;
    display: block
}

.player-wrap {
}

.player {
    position: relative;
    background: #000;
    width: 700px;
    height: 479px;
    margin: 0 auto; /*overflow: hidden*/
}

.player.full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.player .web-fullscreen {
    color: #ccc;
    text-align: center;
    font-size: 12px;
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    right: -70px;
    top: -40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    float: right
}

.player.full .web-fullscreen {
    right: 5px;
    background: #fff;
    color: #888;
}

.player #msg {
    color: #E60640;
    padding-top: 30%;
    font-size: 16px;
}

.content.f2 {
    width: 100% !important;
    text-align: center;
    background: #fff;
    overflow: hidden
}

.blurmask {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    height: 30px;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    box-shadow: -5px 3px 6px 0px #000
}

.nwp {
    padding: 20%;
    color: #ddd;
    font-size: 16px;
    text-align: center
}

.nwp a {
    color: #E60640;
    font-size: 16px
}

.nwp p {
    line-height: 50px
}

.tvcast {
    display: none
}

.apause {
    position: absolute;
    bottom: 8.2%;
    width: 100%
}

.apause .con {
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.apause .con a {
    display: inline-block;
    position: relative
}

.apause .con img {
    max-height: 80px
}

.apause .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    top: 0px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-close.png) no-repeat;
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}

/* share */
.share {
    width: 700px;
    margin: 20px auto;
    text-align: center;
    display: none
}

.share .center {
    display: inline-block;
    height: 26px
}

.share .url {
    float: left;
    width: 320px;
    height: 26px;
    border-radius: 15px 0 0 15px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    padding-left: 10px;
    border: 1px solid #3F364C;
    background-color: transparent
}

.share .copy {
    float: left;
    width: 60px;
    height: 26px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 25px;
    background: #3F364C;
    border-radius: 0px 15px 15px 0px
}

.share .btn {
    float: left;
    width: 60px;
    height: 26px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 25px;
    background: #3F364C;
    border-radius: 15px;
    margin-left: 10px
}

.share .btn::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(https://www.imanzhong.cn/~static/www/img/icon-share.png) no-repeat;
    content: '';
    top: 3px;
    position: relative;
    background-size: auto 100%;
    opacity: 0.6;
    filter: alpha(opacity=60)
}


/* league */
.league-wrap {
color: #333;
background: url(../img/bg-league.png) no-repeat;
display: flex;
margin-top: 20px;
background: #fff;
border-radius: 6px;
}

.league-wrap .logo {
    display: inline-block;
    vertical-align: top
}

.league-wrap .logo img {
    width: 100px;
    max-height: 100px;
    margin: 36px 25px;
    border-radius: 5px
}

.league-wrap .info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 172px;
    position: relative
}

.league-wrap .info .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.league-wrap .info .middle .intro {
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
}

.league-wrap .team {
    line-height: 28px
}

.league-wrap .team * {
    vertical-align: bottom
}

.league-wrap .team a {
    color: #E60640;
    line-height: 28px;
    margin: 0 5px;
    display: inline-block
}

.league-wrap .team b {
    color: #E60640;
    font-size: 28px;
    margin-right: 16px
}

.league-wrap .team b a {
    color: #E60640;
    font-size: 28px;
}

.league-wrap .team i {
    font-style: normal
}

/* cate */
.pl-wrap.cate-hv .wrap-head, .pl-wrap.cate-hn .wrap-head, .pl-wrap.cate-row .wrap-head, .pl-wrap.sitemap-row .wrap-head {
    background: #fff
}

.pl-wrap.cate-hv .wrap-head.slash, .pl-wrap.cate-hn .wrap-head.slash, .pl-wrap.cate-row .wrap-head.slash, .pl-wrap.sitemap-row .wrap-head.slash {
    padding-left: 20px !important;
    border-bottom: solid 1px #eee
}

.pl-wrap.cate-hv {
    float: left;
    margin-bottom: 20px;
}

.pl-wrap.cate-hv .wrap-body {
    min-height: 212px;
}

.pl-wrap.cate-hn {
    margin-left: 15px;
    float: left;
}

.pl-wrap.cate-row, .pl-wrap.sitemap-row {
    width: 100%;
    margin-bottom: 16px
}

.pl-wrap.cate-row .wrap-body li {
    display: inline-block;
    width: 33%;
    overflow: hidden;
    padding: 10px;
}

.pl-wrap.sitemap-row .row {
    padding: 6px 10px
}

.pl-wrap.sitemap-row .row h4 {
    font-size: 14px;
    line-height: 30px
}

.pl-wrap.sitemap-row .row a {
    font-size: 14px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
}

.pl-wrap.sitemap-row .row a:hover {
    color: #E60640
}

.pl-wrap.sitemap-row .row a:active {
    color: #B93131
}

.sitemap-list div {
    width: 390px;
    background: #fff
}

.nmt {
    margin-top: 0
}

.npt {
    padding-top: 0
}

.pt10{
    padding-top: 10px!important;
}

/* list */
.main-wrap.list {
    /*padding-top: unset*/
}

.main-wrap.list .wrap-head {
    /*background: rgba(255, 93, 93, 0.1);*/
    color: #E60640
}

.main-wrap.list .wrap-head h3 {
    font-size: 18px;
    display: inline-block
}

.main-wrap.list .wrap-head::before {
    background: unset;
    content: '·';
    display: inline-block;
    margin: -2px 0 0 -15px;
    position: absolute;
    font-size: 30px;
}

.main-wrap.list .wrap-body ul {
    width: 100%;
    min-height: 600px
}

.main-wrap.list .wrap-body li {
    display: block !important;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative
}

.main-wrap.list .wrap-body li em {
    font-style: normal;
    color: #959595;
    position: absolute;
    right: 16px
}

.main-wrap.list .wrap-body li span {
    font-size: 14px;
    padding: 0 18px 0 16px;
    color: #959595;
}

.main-wrap.list .wrap-body li span a {
    color: #959595
}

.main-wrap.list .wrap-body li span::before {
    content: '·';
    display: inline-block;
    margin: -2px 0 0 -11px;
    position: absolute;
    font-size: 35px;
    color: #E60640;
}

.main-wrap.list .wrap-body li span::after {
    content: '·';
    display: inline-block;
    margin: 15px 0 0 8px;
    position: absolute;
    width: 0px;
    height: 16px;
    color: #eee;
    border: solid 2px #ccc;
    border-radius: 6px;
}

.main-wrap.list .pages {
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    position: relative
}

.main-wrap.list .pages a,.main-wrap.list .pages b {
    margin-left: 8px;
    margin-right: 5px
}

.main-wrap.list .pages .num {
    display: inline-block;
}

.main-wrap.list .pages .num a {
    display: inline-block;
    width: 22px;
    text-align: center
}

.main-wrap.list .pages .num a.active {
    color: #E60640
}

.main-wrap.list .pages .btn {
    display: inline-block;
    position: absolute;
    right: 0
}

.main-wrap.list .pages .btn a {
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px;
    background: #fff;
    border-radius: 14px;
    padding: 0 14px
}

.pl-wrap.live .wrap-body {
    min-height: unset
}

.pl-wrap.live .wrap-body li {
    height: 140px;
    padding: 0 10px;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.pl-wrap.live .wrap-body li img {
    display: inline-block !important;
    width: 60px;
    max-width: 60px;
    max-height: 60px
}

.pl-wrap.live .wrap-body li div {
    display: inline-block;
    text-align: center
}

.pl-wrap.live .wrap-body li div.team {
    padding-top: 8px;
    width: 120px;
    vertical-align: middle;
}

.pl-wrap.live .wrap-body li div * {
    display: block;
    font-style: normal;
    font-weight: normal
}

.pl-wrap.live .wrap-body li div.vs {
    width: 110px;
    padding-top: 22px
}

.pl-wrap.live .wrap-body li div.vs b {
    font-size: 18px
}

.pl-wrap.live .wrap-body li div.vs i {
    color: #959595
}

.pl-wrap.live .wrap-body li a em {
    margin-top: 30px;
    display: inline-block;
    font-style: normal;
    color: #959595;
}

/* video sigs */
.main-wrap.sigs .wrap-body {
    min-height: 160px
}

.main-wrap.sigs .video-tab {
    height: 60px;
    border-bottom: solid 1px #eee
}

.main-wrap.sigs .video-tab a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #fff;
    margin: 0 30px;
    padding-left: 24px;
    border-radius: 30px
}

.main-wrap.sigs .video-tab a.active {
    background: #E60640;
    color: #fff;
    border-radius: 8px;
    transform: skewX(-20deg);
}

.main-wrap.sigs .video-tab a.active span, .main-wrap.sigs .video-tab a.active::before {
    transform: skewX(20deg);
}

/*.main-wrap.sigs .video-tab a.active::after {*/
/*    display: inline-block;*/
/*    width: 15px;*/
/*    height: 6px;*/
/*    background: url(../img/btn-arrow.png) no-repeat;*/
/*    content: '';*/
/*    margin: 43px 0 0 -55px;*/
/*    position: absolute;*/
/*    background-size: auto 100%;*/
/*}*/

.main-wrap.sigs .video-tab a.lx.active::before {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/btn-lx-active.png) no-repeat;
    content: '';
    margin: 10px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.main-wrap.sigs .video-tab a.lx::before {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/btn-lx.png) no-repeat;
    content: '';
    margin: 10px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.main-wrap.sigs .video-tab a.jj.active::before {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/btn-jj-active.png) no-repeat;
    content: '';
    margin: 10px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.main-wrap.sigs .video-tab a.jj::before {
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/btn-jj.png) no-repeat;
    content: '';
    margin: 10px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.main-wrap.sigs .video-tab a span {
    margin-left: 5px;
    display: inline-block;
}

.main-wrap.sigs .wrap-body ul {
    width: 100%
}

.main-wrap.sigs .wrap-body #lx li span {
    color: #E60640;
    margin: 0 20px 0 40px
}

.main-wrap.sigs .wrap-body #jj li span {
    color: #E60640;
    margin: 0 20px 0 40px
}

.main-wrap.sigs .wrap-body #jj a, .main-wrap.sigs .wrap-body #lx a {
    color: #E60640;
}

.main-wrap.sigs .wrap-body #lx li span::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/lx_zts.png) no-repeat;
    content: '';
    margin: 16px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.main-wrap.sigs .wrap-body #lx li span::after {
    content: '·';
    color: #959595;
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}

.main-wrap.sigs .wrap-body #jj {
    display: none
}

.main-wrap.sigs .wrap-body #jj li span::before {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../img/icon-jj.png) no-repeat;
    content: '';
    margin: 18px 0 0 -24px;
    position: absolute;
    background-size: 100% 100%;
}

.main-wrap.sigs .wrap-body #jj li span::after {
    content: '·';
    color: #959595;
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}

.main-wrap.sigs .wrap-body li {
    display: flex;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative
}

.main-wrap.sigs .wrap-body li a{
    display: inline-block;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
}


.main-wrap.sigs .wrap-body li em {
    font-style: normal;
    color: #959595;
    padding: 0 16px;
    position: absolute;
    right: 0
}

.pl-wrap.content {
    width: 100% !important
}

.pl-wrap.content .wrap-body {
    color: #000;
    line-height: 24px;
    padding: 16px
}

.main-wrap .pages {
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    position: relative
}

.main-wrap .pages .num {
    display: inline-block;
}

.main-wrap .pages .num a {
    display: inline-block;
    width: 22px;
    text-align: center
}

.main-wrap .pages .num a.active {
    color: #E60640
}

.main-wrap .pages .btn {
    display: inline-block;
    position: absolute;
    right: 0
}

.main-wrap .pages .btn a {
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px;
    background: #fff;
    border-radius: 14px;
    padding: 0 14px
}

/* video/news index */
.w15 {
    width: 15px;
    height: 1px;
    display: inline-block;
    float: left;
}

/* feedback */
.w100 {
    width: 100%
}


.collapse-item .collapse-item-head {
    width: 100% !important;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.team-title {
    background: #fafafa
}

.team-title h3 {
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.collapse-box {
    background: #fff
}

.collapse-item {
    transition: all .5s
}

.collapse-item:nth-of-type(2n) {
    background-color: #fff
}

.collapse-item .collapse-item-head {
    width: 100% !important;
    height: 45px;
    line-height: 45px;
    cursor: pointer
}

.collapse-item .collapse-item-head .collapse-icon {
    display: inline-block
}

.collapse-item .collapse-item-head span.collapse-item-head-name {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 13px
}

.collapse-item .sideMenu {
    height: 0;
    opacity: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 10px;
    transition: all .5s;
    overflow: hidden
}

.collapse-item .sideMenu a.sideMenuItem {
    display: inline-block;
    padding: 8px;
    margin-right: 7px;
    margin-bottom: 7px;
    background: #eee;
    color: #323232;
    font-size: 14px;
    line-height: 25px
}

.collapse-item .sideMenu a.sideMenuItem:hover {
    color: #5f9bf2
}

.collapse-item .isActive {
    opacity: 1;
    height: auto
}


@font-face {
    font-family: element-icons;
    src: url('element-icons.535877f.woff') format("woff"), url(https://www.imanzhong.cn/~static/www/css/element-icons.732389d.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

[class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vod {
    background: #FFF;
}

.vod .article-prev-next {
    border-top: none;
    padding-top: 25px;
}

.el-icon-plus:before {
    content: "\e6d9"
}

.el-icon-minus:before {
    content: "\e6d8";
}

.el-icon-minus, .el-icon-plus {
    padding: 0 10px;
    color: #7186a9;
}

.article-prev-next {
    color: #E60640;
}

.column-a .news .wrap-body a {
    font-size: 16px;
    color: #E60640;
}

.article-prev-next {
    margin: 20px 30px;
    height: 160px;
    border-top: 1px solid #e5e5e5;
}

.article-prev-next a {
    display: inline;
    overflow: auto;
    word-break: normal;
    white-space: normal
}

.article-prev-next a:hover {
    color: #E60640
}

.article-prev-next > .next {
    /*float: right*/
}

.article-prev-next > .prev {
    /*float: left*/
}

.article-prev-next .next, .article-prev-next .next > a, .article-prev-next .prev, .article-prev-next .prev > a {
    line-height: 25px
}

.article-prev-next .next, .article-prev-next .prev {
    /*max-width: 49%;*/
    overflow: hidden;
    margin: 20px 0;
    /*width: 49%;*/
    /*height: 116px;*/
}

.article-prev-next .prev, .article-prev-next .next {
    /*border: solid 1px #eee;*/
    /*padding: 20px 10px;*/
    border-radius: 10px;
}

#wenzi {
    width: 120px;
}

#wenzi a {
    width: 120px;
}

.pagination > a {
    margin-right: 15px !important;
}


.xz {
    float: left;
}

.xy {
    float: right;
}

.qcfd {
    zoom: 1;
    clear: both;
}

.mt45 {
    margin-top: 45px;
}

.mt0 {
    margin-top: 0!important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}


.qcfd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.conent-top {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}


.video-zl {
    width: 32%;
    background-color: #ffffff;
    border-radius: 8px;
}

.video-zl .pl-wrap {
    width: 100%;
    margin-top: 0px;
}

.video-zl .pl-wrap .wrap-body li {
    height: 30px;
    line-height: 30px;
}

.video-zl ul li a {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 99%;
}

.climore {
    width: 100%;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background: #efefef;
}

.new-tt {
    width: 840px;
    background-color: #ffffff;
    border-radius: 0 8px 8px 8px;
    padding: 18px 10px;
    padding-bottom: 0;
}


.new-tt-con {
    width: 100%;
    position: relative;
    /*margin-left: 10px;*/
}

.new-tt-con:nth-last-child(1) {
    margin-top: 10px;
}

.new-tt-con li {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    width: 276px;
    float: left;
    margin-right: 20px;
}

.new-tt-con > li > a {
    width: 99%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333333;
    font-size: 13px;
}

/*.new-tt-con > li:nth-child(1) > a {*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*}*/

.new-tt-con > li > em {
    font-size: 15px;
    min-width: 80px;
    padding: 5px 10px;
    background: #E60640;
    color: #fff;
    border-radius: 6px;
    margin-right: 6px;
    font-weight: 700;
    font-style: normal;
}

/*.new-tt-con li::before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-image: url("../img/lb_zq.png");*/
/*    background-size: 100% 100%;*/
/*    vertical-align: sub;*/
/*    margin-right: 2px;*/
/*}*/

.new-tt-con.lq li::before {
    background-image: url("../img/lb_lq.png");
}


.com-head {
    height: 48px;
    line-height: 48px;
    /*background: #E60640;*/
    border-radius: 20px 20px 0 0;
    /*margin-left: 10px;*/
    border-bottom: solid 1px #E60640;
}

.com-head span {
    height: 100%;
    display: inline-block;
    min-width: 148px;
    background: #E60640;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    padding-right: 20px;
    /*width: 100%;*/
    border-radius: 20px 20px 0 0;
}

/*.com-head span::after{*/
/*    content: '';*/
/*    display: inline-block;*/
/*    height: 42px;*/
/*    width: 23px;*/
/*    position: absolute;*/
/*    right: -1px;*/
/*    top: -1px;*/
/*    background: #ffffff;*/
/*    clip-path: polygon(100% 0, 0 0, 100% 100%);*/
/*}*/

.com-head span::before {
    /*content: url("../img/zq_bai.png");*/
    content: '';
    background-image: url("../img/zq_bai.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: sub;
    margin: 0 6px;
}

.com-head a {
    color: #333;
}

.com-head-right a{
    width: 110px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    background: #E60640;
    text-align: center;
    margin-right: 10px;
}

.com-head-right a::before{
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 12px;
    vertical-align: middle;
    margin-right: 3px;
}

.com-head-right a.spbtn::before{
    background-image: url("../img/sp_bai.png");
}

.com-head-right a.zxbtn::before{
    background-image: url("../img/zx_bai.png");
}

.com-head-right a.zbbtn::before{
    background-image: url("../img/ss_bai.png");
}

.com-head-lq span::before {
    /*content: url("../img/lq_bai.png");*/
    background-image: url("../img/lq_bai.png");

}

.com-head-sp span::before {
    /*content: url("../img/sp_bai.png");*/
    background-image: url("../img/sp_bai.png");
}

.com-head-qx span::before {
    /*content: url("../img/qx_zts.png");*/
    background-image: url("https://www.imanzhong.cn/~static/www/img/qx_bai.png");
}

.com-head-spzts span::before {
    /*content: url("../img/sp_zts.png");*/
    background-image: url("../img/sp_zts.png");
    height: 20px;
}

.com-head-gj span::before {
    /*content: url("../img/gj_bai.png");*/
    background-image: url("../img/gj_bai.png");
}

.com-head-ss span::before {
    /*content: url("../img/ss_zts.png");*/
    background-image: url("../img/ss_bai.png");
}

.com-head-ssbai span::before {
    /*content: url("../img/ss_bai.png");*/
    background-image: url("../img/ss_bai.png");
}

.com-head-zx span::before {
    /*content: url("../img/zx_bai.png");*/
    background-image: url("../img/zx_bai.png");
}

.com-head-zxzts span::before {
    /*content: url("../img/zx_zts.png");*/
    background-image: url("../img/zx_bai.png");
}

.com-head-ssdt {
    background-image: url(../img/title2.png);
    background-size: 100% 100%;
    background-color: unset;
    width: 170px;
    border-radius: unset;
    height: 38px;
    position: absolute;
    bottom: -5px;
    border-bottom: solid 6px #fff;
}


.com-head-ssdt span{
    background: unset;
}


#xqrightbottom .concom-mu-tab-bw {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: solid 1px #eeeeee;
}

.concom-mu-tab-t {
    display: none;
}

.pc-rmqd {
    display: flex;
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    overflow: unset !important;
}

.pc-rmqd li {
    position: relative;
    padding: 2px 13px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
}

.pc-rmqd li em {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 12px;
    border: solid 1px #242A37;
    border-radius: 20px;
    font-style: normal;
}

.pc-rmqd li.active em {
    background: #E60640;
    color: #fff;
    border: unset;
}

.wrap-sszb {
    display: flex;
    /*justify-content: space-between;*/
    border-bottom: solid 1px #E60640;
    margin-left: 10px;
    position: relative;
}

.wrap-sszb .com-head {
    display: inline-block;
    margin-top: 8px;
    margin-left: 0;
}

.wrap-sszb .filter {
    position: absolute;
    right: 0;
}

.category-zby {
    /*background-color: #e5eaf6;*/
    position: relative;
}

.category-zby li {
    border-radius: 6px;
    border: unset;
}

.hot {
    border-top: 1px solid #FDCFCF !important;
    background: linear-gradient(to right, #fffdfd, #F9E6E6, #fefcfc) !important;
    border-bottom: unset;
}

.pc-rmqd-con {
    border-bottom: dashed 1px #EEEEEE;
    padding: 10px 30px 0 10px;
}

.pc-rmqd-con .pc-rmqd-bt {
    padding: 5px 12px;
    background: #909091;
    border-radius: 4px;
    color: #fff;
    display: inline;
    font-size: 13px;
}

.pc-rmqd-con .pc-rmqd-bt a {
    color: #fff;
}

.pc-rmqd-con .pc-rmqd-lb {
    display: inline;
}

.pc-rmqd-con .pc-rmqd-lb a {
    padding: 10px 5px;
    display: inline-block;
    color: #909091;
    font-weight: 700;
}

.matches ul {
    position: relative;
    display: flex;
    height: 60px;
}

.matches ul::before {
    content: url(../img/lb_zq.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: 38px;
}

.matches ul.lq::before{
    content: url(../img/lb_lq.png);
}

.matches ul.ty::before{
    content: url(../img/lb_ty.png);
}


.zbdetail .sig-vs {
    width: 100%;
    border-radius: 10px;
}

.zbdetail .new-sp {
    width: 380px;
}

.zhibo-link-wifi::before {
    content: '';
    background: url(../img/cv_wfxc.png);
    width: 22px;
    height: 18px;
    display: inline-block;
}

.pc-bsxq {
    width: 800px;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
}

.pc-bsxq ul li:nth-child(1) {
    font-size: 20px;
    margin-bottom: 18px;
}

.pc-bsxq ul li {
    margin-bottom: 15px;
    display: block;
}

.pc-bsxq ul li::before {
    content: '';
    display: inline-block;
    width: 8.5px;
    height: 8.5px;
    background: #E60640;
    margin-right: 10px;
    transform: rotateZ(45deg);
}

.pc-bsxq ul li:nth-child(1)::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #E60640;
    margin-right: 10px;
    transform: unset;
}

.pc-bsxq ul li a {
    color: #E60640;
}


.pc-bsxq-con {
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
    min-height: 480px;
}

.pc-bsxq-con .concom-mu-tab-t ul li {
    border-bottom: solid 1px #EEEEEE;
}

.pc-bsxq-con .concom-mu-tab-t ul li em {
    font-size: 14px;
}

.concom-mu-tab-ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-bottom: solid 1px #eee;
}

.concom-mu-tab-ul li.active a {
    color: #E60640 !important;
}

.concom-mu-tab-ul li {
    cursor: pointer;
    padding-left: 25px;
}

.concom-mu-tab li {
    color: #666666;
    font-size: 20px;
}

.concom-mu-tab-ul li a {
    color: #333333;
    font-size: 18px;
}

.concom-mu-tab-ul li.active::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 3px solid #E60640;
    padding-bottom: 10px;
}

.menu > li:hover ul {
    display: block;
}

.menu ul {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    height: 114px;
    width: 106px;
    align-items: center;
    top: 47px;
    left: 50%;
    margin-left: -50px;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(121, 121, 121, .4);
}

.menu ul li {
    text-align: center;
    line-height: 37px;
}

.menu ul a {
    font-weight: 800 !important;
    color: #333;
}

.menu ul a:hover {
    color: #E60640;
}

.pc-mask .mask {
    background: #E60640;
    opacity: 0.12;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pc-mask a {
    position: absolute;
    top: 38%;
    left: 33%;
    background: #E60640;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 3;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}

.pc-mask a:hover {
    color: #fff !important;
}

.zbzz li {
    position: relative;
    overflow: unset !important;
    text-overflow: unset !important;
}

.zbzz .team b {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jiu-soc {
    padding-bottom: 150px;
    display: none;
}


.jiu-lux-soc li {
    float: left;
    font-size: 12px;
    color: #333
}

.jiu-lux-soc li a, .jiu-lux-soc li i {
    color: #999;
    margin: 0 2px
}

.jiu-lux-soc li a:hover {
    color: #FF0066
}

.jiu-lux-soc li a, .jiu-lux-soc li i {
    color: #999;
    margin: 0 2px;
}

.jiu-ysl {
    width: 1200px;
    margin: 0 auto;
}

.jiu-kssaim {
    width: 180px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fjclick {
    float: right;
    font-size: 12px;
    border: solid 1px;
    border: solid 2px #fff;
    padding: 2px 5px;
    border-radius: 50%;
}

.fjclick a {
    font-size: 12px;
    color: #E60640;
}


/* 首页顶部赛事 */

/*五星赛事*/

.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.pc-tjss {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    margin-top: 20px;
    padding: 10px 0;
}

.wxss_bt {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    height: 40px;
    width: 140px;
    background: #006BB7;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
}

.wxss_bt::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid #fff;
    border-bottom: 50px solid transparent;
    top: 0;
    right: -10px;
}

.wxss_bt_bk {
    border-bottom: solid 1px #eee;
}

.wxss_bt span {
    display: inline-block;
    width: 27px;
    height: 26px;
    background: url("https://www.imanzhong.cn/~static/www/img/wxss.png") no-repeat 0px 0px;
    float: left
}

.wxss_bt cite {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 700
}

.wss_fl {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rollBox {
    background: #fff;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 20px;
}

.rollBox #List1, .rollBox #List2 {
    float: left;
}

.btn-dong {
    float: left;
    width: 20px;
    height: 110px;
    margin-top: 0px;
    margin-left: 0px;
    cursor: pointer;
    line-height: 120px;
}

.btn-xi {
    float: right;
    width: 20px;
    height: 110px;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer;
    line-height: 120px;
}

.btn-dong i, .btn-xi i {
    color: #aeb0b4;
    font-size: 26px;
}

.btn-dong:hover, .btn-xi:hover {
}

.btn-dong:hover i, .btn-xi:hover i {
    color: #006BB7;
}

.pc-tjss-con {
    width:570px;
    overflow: hidden;
    margin: 0 auto;
    float: left;
    position: relative;
    overflow: hidden;
    height: 125px;
    margin-left: 5px;
}

.rollcontent {
    width: 10000000px;
    position: absolute;
    left: 0px;
    top: 0;
}

.rollcontent-qiuduis {
    height: 110px;
    padding-top: 0px;
}

.pic {
    float: left;
    width: 182px;
    height: 120px;
    margin: 0px;
    background: #fff;
    border: 1px #eeeeee solid;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border-radius: 10px;
}

.pic:hover {
    background: #fafafb
    /*border: solid 1px #E60640;*/
}

.rollcontent-qiuduis .pic:last-child {
    /*border-right: 1px #eeeeee solid;*/
}

.pic a:hover {
    color: #333
}

.tjss-mc {
    color: #999;
    font-size: 13px;
    padding: 10px 5px 0 10px
}

.tjss-team {
    float: left;
    width: 130px;
    padding-top: 7px;
}

.tjss-team li {
    clear: both;
    margin-top: 7px;
    overflow: hidden;
    color: #333333;
    padding-left: 10px;
}

.tjss-team li em {
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
}

.tjss-team li em img {
    width: 100%;
    height: 100%
}

.tjss-team li span {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70px;
    text-align: center;
    font-size: 13px;
}

.tjss-status {
    width: 50px;
    float: left;
    text-align: center;
    color: #e60640;
    font-size: 12px;
    line-height: 70px;
    /*position: absolute;*/
    /*left: 37%;*/
    /*top: 38%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}

.tjss-status em {
    color: #333333;
    margin-bottom: 10px;
}

.tjss-status .nobing {
    color: #666
}

.bsbt {
    line-height: 24px;
    padding: 0 8px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.spbox {
    background: #fff;
    /*margin-bottom: 20px;*/
    padding: 20px 10px;
    border-radius: 20px;
    width: 560px;
}

.spbox .img-left {
    width: 280px;
    height: 230px;
}
.spbox .img-left img{
    width: 280px;
    min-width: 280px;
    min-height: 210px;
    height: 210px;
    border-radius: 6px;
}

.spbox .img-left p{
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spbox .img-right li a{
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.spbox .img-right p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.spbox .img-right img{
    width: 110px;
    min-width: 110px;
    height: 70px;
    min-height: 70px;
    margin-right: 5px;
    border-radius: 6px;
}

.spbox .concom-mu-tab-bw ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.spbox .concom-mu-tab-bw ul li {
    margin: 0 35px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.spbox .concom-mu-tab-bw ul li::before {
    content: '';
    background-image: url("../img/zq_hei.png");
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: sub;
}

.spbox .concom-mu-tab-bw ul li.active::before {
    background-image: url("../img/zq_zts.png");
}

.spbox .concom-mu-tab-bw ul li:nth-of-type(2)::before {
    background-image: url("../img/lq_hei.png");
}

.spbox .concom-mu-tab-bw ul li:nth-of-type(2).active::before {
    background-image: url("../img/lq_zts.png");
}

.spbox .concom-mu-tab-bw ul li:nth-of-type(3)::before {
    background-image: url("../img/ty_hei.png");
}

.spbox .concom-mu-tab-bw ul li:nth-of-type(3).active::before {
    background-image: url("../img/ty_zts.png");
}


.spbox .concom-mu-tab-bw ul li.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    border-bottom: 2px solid #E60640;
}

.spbox .concom-mu-tab-bw ul li.active {
    color: #E60640;
}

.spbox .pl-wrap {
    width: unset;
    min-height: unset;
}

.spbox .pl-wrap .wrap-body {
    min-height: unset;
}

.spbox .pl-wrap .img {
    width: 220px;
    height: 135px;
    float: left;
}


.spbox .pl-wrap ul {
    float: left;
    width: 80%;
    height: 140px;
    overflow: unset;
    float: left;
}

.spbox .pl-wrap .wrap-body li {
    display: inline-block;
    margin-left: 20px;
    width: 410px;
    margin-right: 25px;
    height: 26px;
    line-height: 15px;
}

.spbox .pl-wrap .wrap-body li::before {
    content: '';
    background-color: #999;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.xpfh-zlspst-xin {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    padding: 15px 7px;
    background: #E60640;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    left: -45px;
    top: -18px;
}

.new-tt-con.lq .xpfh-zlspst-xin {
    background-color: #D7005E;
    top: 0;
}

.com-head2 {
    background-color: unset;

}

.com-head2 span {
    color: #E60640;
}


.newfilter .filter {
    position: absolute;
    right: 0;
    margin-right: 5px;
}

.newfilter #cateselect {
    margin-right: 50px;
    height: 45px;
    overflow: hidden;
}

.starbox a {
    background: #fef0f4;
    padding: 5px 10px;
    border: solid 1px #E60640;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.flex-box-center {
    display: flex;
    justify-content: center;
}


input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; /* 移除默认样式 */
}

.yq-link {
    background: #313131;
    color: #fff;
    padding: 20px 0;
}

.yq-link .mw {
    padding-top: unset;
}

.yq-link a {
    color: #999;
    margin-left: 15px;
    margin-right: 15px;
}

.yq-link a:hover {
    color: #fff
}


.no-content {
    text-align: center;
    font-size: 18px;
    margin: 10% auto 0;
    min-height: 285px;
}

.no-content .no-img {
    width: 166px;
    height: 121px;
    background: url(../img/no-content.png) no-repeat;
    background-size: 100%;
    margin: 20px auto;
    margin-bottom: 0;
}


header {
    height: 35px;
    width: 100%;
    background: #333
}

.header_nav {
    color: #fff;
    padding-top: 7px;
    width: 1200px;
    margin: 0 auto;
}

.header_nav li {
    border-right: 1px #4d4d4d solid;
    height: 20px;
    line-height: 20px;
    float: left;
    padding: 0 12px;
    cursor: pointer
}

.header_nav a {
    color: #fff
}

.header_nav li a:hover {
    color: #efeaea
}

.left_dh li .iconfont {
    display: inline-block;
    width: 23px;
}

@font-face {
    font-family: iconfont;
    src: url(iconfont.woff) format('woff'), url(https://www.imanzhong.cn/~static/www/css/iconfont.ttf) format('truetype')
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.content-left{
    width: 620px;
}

.pc-rmsp{
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 20px;
}

.zb-rmzb .wrap-body li{
    height: 115px!important;
}
.zb-rmzb .wrap-body li div.vs{
    padding-top: 10px!important;
}

.zb-rmzb .wrap-body li:hover{
    background: #fdebf0;
}

.zb-rmzb .wrap-body li:hover b{
    color: #333;
}
.zb-rmzb .wrap-body li .team{
    padding-top: 0!important;
}
.zb-rmzb .wrap-body li div.vs .living{
    color:#E60640!important;
}

.zb-rmzb .wrap-body li div.vs i{
    line-height: 20px;
    font-size: 12px;
}

.zb-rmzb .team img{
    width: 40px!important;
    max-width: 40px!important;
    width: 40px!important;
    max-height: 40px!important;
}
.zb-rmzb .team b{
    font-size: 13px;
}

.sszb-sy {
    background-repeat: no-repeat;
    min-height: 45px;
    min-width: 162px;
    font-size: 20px;
    color: #242A37;
    margin-top: 12px;
    margin-right: 12px;
}

.sszb-sy > img {
    width: 26px;
    vertical-align: super;
}

.sszb-sy > span {
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 115px;
    display: inline-block;
}

.sszb-sy {
    color: #E60640;
    min-height: 0;
}

.sszb-sy em {
    border: solid 1px #E60640;
    padding: 3px 7px;
    border-radius: 50%;
    position: relative;
}

.sszb-sy em::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -6px;
    margin-right: -5px;
    width: 6px;
    border-bottom: 3px solid #E60640;
}

.sszb-sy em:nth-last-child(1)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -6px;
    width: 6px;
    border-bottom: 3px solid #E60640;
}

.sszb-sy img {
    transform: skewX(15deg);
    display: inline-block;
}

.wrap-sszb ul{
    position: relative;
}
.wrap-sszb ul::before{
    content: '';
    display: inline-block;
    width: 2px;
    transform: skewX(25deg);
    height: 23px;
    background: #E60640;
    position: absolute;
    left: -5px;
    bottom: -1px;
}

.ymindex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ymindex .pl-wrap {
    width: 590px;
}

.pc-rmsp-head{
    width: 110px;
    height: 32px;
    background-image: url(../img/title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
}

.nocontent{
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.rmqx{
    min-height: 180px;
}

.rmqx .wrap-body{
    min-height: 150px;
}

.tebxh{
    background: #E60640!important;
    color: #fff!important;
    border: unset!important;
}

.tebxh:hover{
    color: #FF982A!important;
}

.zb-box img {
    width: 100%;
    height: 100%;
}