* {
    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;
}

body {
    background: #fff5f9;
}

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%;
}

.header .logo {
    background: url(../img/logo.png) no-repeat center center;
    background-size: auto 100%;
    width: 183px;
    height: 43px;
    vertical-align: super;
    margin-right: 25px;
}

.header .dw {
    float: right;
    background: url("../img/dw.png") no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100% 100%;
    margin-top: 20px;
    margin-right: 10px;
}

.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(../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: #FF0066;
    height: 60px
}

.header .sh {
    background: #0F1628;
    height: 50px;
}

.header .mw .menu li {
    float: left;
    text-align: center;
    position: relative;
}

.header .mw .menu li.active {
    display: inline-block;
    background-position: 50%;
    background-size: 22px 12px;
    background-position: 50% 100%
}

.header .mw .menu li.active a {
    color: #fff;
    position: relative;
}

.header .mw .menu li.active a::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -8px;
    border-bottom: 2px solid #fff;
    left: 0;
}

.header .mw .menu .dh {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    display: inline;
    margin-right: 20px;
}

.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: #1C2533
}

.header .mw .sub_menu li:first-child a::before {
    display: none
}

.header .mw .sub_menu a {
    font-size: 16px;
    color: #fff;
    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;
    position: relative;
    margin-top: -5px;
    background-color: #eee;
}

.search-record .search .icon {
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 32px;
    color: #FF0066
}

.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: #FFFFFF !important;
}

input[type="search"]::-moz-clear-button {
    color: blue;
}

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(bgjj_3.0.eot);
    src: url(bgjj_3.0.svg) format("svg"), url(bgjj_3.0.eot?#iefix) format("embedded-opentype"), url(bgjj_3.0.woff) format("woff"), url(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(../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: #1C2533
}

.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;
}

.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(../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: #FF0066
}

.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;
    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 {
    padding-left: 20px !important;
    background-color: #FFFFFF;
}

.pl-wrap .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../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;
    width: 100%;
}

.pl-wrap .wrap-body li {
    height: 35px;
    line-height: 32px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl-wrap .wrap-body li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #FF0066;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.zx-brf li::before, .sp-brf li::before {
    content: unset !important;
}

.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: #FF0066;
}

.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;
}

.hot-video {
    float: left;
}

.pl-wrap.hot-video .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icon-video.png) no-repeat;
    content: '';
    margin: 9px 0 0 -28px;
    position: absolute;
    background-size: auto 100%;
}

.hot-news {
    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(../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(../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(../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(../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
}

.pl-wrap.hot-live {
}

.main-wrap {
    background-color: #FFFFFF;
}

.main-wrap .wrap-head::before {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../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(../img/no-data.png) no-repeat;
    background-size: 174px 142px;
    background-position-y: 50px;
}

#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 #1C2533;
}

.category li.active, .category li:hover {
    background: #FF0066;
    border: 1px solid #FF0066
}

.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: #1C2533
}

.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
}

.daily {
    padding-top: 10px
}

.daily .date-head {
    background: #fff;
    border-radius: 0px 100px 100px 0px;
    z-index: 199
}

.daily .date {
    z-index: 99;
    height: 30px;
    line-height: 30px;
    color: #312345;
    border-radius: 0px 100px 100px 0px;
    margin: 10px 0;
    font-size: 14px;
    margin-left: 10px;
}

.daily .date::before {
    content: '';
    background-image: url("../img/time.png");
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: sub;
}

.matches {
    text-align: center
}

.matches li {
    float: left
}

.item {
    line-height: 60px;
    position: relative
}

.cd {
    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(../img/fixtop.png) no-repeat;
    content: '';
    margin: 10px 0 0 -30px;
    position: absolute;
    background-size: auto 100%;
}

.item.hot li:first-child::before {
}

.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: 598px;
    font-weight: normal
}

.item .team {
    width: 260px
}

.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: 170px
}

.item .wait a {
    color: #fff;
    background: #bbb;
    width: 110px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 30px;
    border: solid 1px;
}

.item .wait a:hover {
    color: #fff;
    font-weight: 800;
    background-color: #969696;
}

.item .wait 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::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: #FF0066;
    width: 110px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 30px;
    border: solid 1px;
}

.item .play a:hover {
    opacity: 0.8;
    font-weight: 800;
    color: #fff;
}

.item .related a {
    color: #FF0066
}

.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
}

.content.data {
    padding-top: 10px;
    text-align: center;
    background: #fff;
    overflow: hidden
}

.content.data iframe {
    margin-top: -70px
}

.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
}

.sig-vs {
    width: 100%;
    border-radius: 10px;
    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: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.sig-vs i {
    color: #1C2533;
    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: #1C2533;
    display: block;
    font-style: normal
}

.sig-vs-txt span {
    font-size: 18px;
    line-height: 25px;
    color: #999;
    display: block;
    vertical-align: middle;
}

.sig-list {
    display: block;
    text-align: left;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    background: #16161A;
}

.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: #FF0066;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
    margin: 10px 6px !important;
    border: solid 1px #1C2533;
    border-radius: 35px;
    background: #fff;
    min-width: 90px;
    text-align: center;
}

.sig-list a.active, .sig-list a:hover {
    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: #1C2533;
    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(../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(../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
}

body.play {
    min-width: 1000px;
    background-size: 100%;
    background: #221730 url(../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: #1C2533;
    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;
}

.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: #1C2533;
    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: #1C2533;
    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(../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 {
    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(../img/icon-share.png) no-repeat;
    content: '';
    top: 3px;
    position: relative;
    background-size: auto 100%;
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.league-wrap {
    color: #fff;
    background: url("../img/bg-league.png") no-repeat;
    display: flex;
    border-radius: 10px;
}

.league-wrap .logo {
    display: inline-block;
    vertical-align: top
}

.league-wrap .logo img {
    width: 100px;
    max-height: 100px;
    margin: 36px;
    border-radius: 5px;
    background-color: #fff;
}

.league-wrap .info {
    display: inline-block;
    vertical-align: top;
    width: 990px;
    height: 172px;
    position: relative
}

.league-wrap .info .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.league-wrap .info .middle .intro {
    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: #FF0066;
    line-height: 28px;
    margin: 0 5px;
    display: inline-block
}

.league-wrap .team b {
    color: #fff;
    font-size: 28px;
    margin-right: 16px
}

.league-wrap .team b a {
    color: #fff;
    font-size: 28px;
}

.league-wrap .team i {
    font-style: normal
}

.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: 18px !important;
    border-bottom: solid 1px #eee
}

.pl-wrap .wrap-head.slash span {
    width: 110px;
    height: 30px;
    background: #FF0066;
    border-radius: 15px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.pl-wrap.cate-hv {
    float: left;
}

.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: #1C2533
}

.pl-wrap.sitemap-row .row a:active {
    color: #B93131
}

.sitemap-list div {
    width: 390px;
    background: #fff
}

.nmt {
    margin-top: 0
}

.npt {
    padding-top: 0
}

.main-wrap.list {
}

.main-wrap.list .wrap-head {
    color: #1C2533
}

.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 li {
    display: block;
    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 5px 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: #FF0066;
}

.main-wrap.list .pages {
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    position: relative
}

.main-wrap.list .pages a {
    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: #1C2533
}

.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;
}

.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;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #1C2533;
    background: #fff;
    margin: 0 30px;
    border-radius: 30px
}

.main-wrap.sigs .video-tab a.active {
    color: #FF0066;
    border-radius: 30px;
    border-radius: 8px;
    position: relative;
}

.main-wrap.sigs .video-tab a.active::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #FF0066;
    left: 0;
}

.main-wrap.sigs .video-tab a span {
    display: inline-block;
}

.main-wrap.sigs .wrap-body ul {
    width: 100%
}

.main-wrap.sigs .wrap-body #lx li span {
    color: #1C2533;
    margin: 0 20px 0 20px
}

.main-wrap.sigs .wrap-body #jj li span {
    color: #1C2533;
    margin: 0 20px 0 20px
}

.main-wrap.sigs .wrap-body #jj a, .main-wrap.sigs .wrap-body #lx a {
    color: #1C2533;
}

.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::after {
    content: '·';
    color: #959595;
    display: inline-block;
    margin: -2px 0 0 5px;
    position: absolute;
    font-size: 30px;
}

.main-wrap.sigs .wrap-body li {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative
}

.main-wrap.sigs .wrap-body li:hover a {
    color: #FF0066 !important;
}

.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
}
.pl-wrap.content .wrap-body p, .pl-wrap.content .wrap-body div, .pl-wrap.content .wrap-body span {
    text-wrap-mode: wrap !important;
}
.news .wrap-body p, .news .wrap-body div, .news .wrap-body span {
    text-wrap: wrap !important;
}

.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: #1C2533
}

.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
}

.w15 {
    width: 15px;
    height: 1px;
    display: inline-block;
    float: left;
}

.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(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: #1C2533;
}

.column-a .news .wrap-body a {
    font-size: 16px;
    color: #1C2533;
}

.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: #1C2533
}

.article-prev-next > .next {
}

.article-prev-next > .prev {
}

.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 {
    overflow: hidden;
    margin: 20px 0;
}

.article-prev-next .prev, .article-prev-next .next {
    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;
}

.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;
}

.pt15 {
    padding-top: 15px;
}

.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;
    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;
}

.new-tt-con:nth-last-child(1) {
    margin-top: 10px;
}

.new-tt-con li {
    display: flex;
    align-items: center;
    padding-bottom: 13px;
    width: 320px;
    float: left;
    margin-right: 60px;
}

.new-tt-con > li > a {
    width: 99%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
}

.new-tt-con > li > em {
    font-size: 15px;
    min-width: 80px;
    padding: 5px 10px;
    background: #1C2533;
    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;
    border-radius: 10px 10px 0 0;
    border-bottom: solid 1px #FF0066;
}

.com-head span {
    height: 100%;
    display: inline-block;
    min-width: 148px;
    color: #101010;
    font-size: 20px;
    position: relative;
    padding-right: 20px;
    margin-left: 20px;
}

.com-head a {
    color: #999;
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

.com-head span::before {
    content: "";
    background-image: url(../img/zq_zts.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: sub;
    margin: 0 6px;
}

.com-head-lq span::before {
    background-image: url("../img/lq_zts.png");
}

.com-head-sp span::before {
    background-image: url("../img/sp_bai.png");
}

.com-head-qx span::before {
    background-image: url("../img/qx_zts.png");
}

.com-head-jd span::before {
    background-image: url("../img/jd_zts.png");
}

.com-head-spzts span::before {
    content: '';
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: sub;
    margin: 0 6px;
    background-image: url("../img/sp_zts.png");
    height: 20px;
}

.com-head-gj span::before {
    background-image: url("../img/gj_bai.png");
}

.com-head-ss span::before {
    background-image: url("../img/ss_zts.png");
}

.com-head-ssbai span::before {
    background-image: url("../img/ss_bai.png");
}

.com-head-zx span::before {
    background-image: url("../img/zx_bai.png");
}

.com-head-zxzts span::before {
    background-image: url("../img/zx_zts.png");
}

.com-head-ssbai {
    background-image: url(../img/title.png);
    background-size: 100% 100%;
    background-color: unset;
    width: 197px;
    border-radius: unset;
    height: 43px;
    padding-left: 5px;
}

#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: #1C2533;
    color: #fff;
    border: unset;
}

.wrap-sszb {
    display: flex;
    display: flex;
    border-bottom: solid 2px #0F1628;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}

.wrap-sszb .com-head {
    display: inline-block;
    margin-top: 8px;
    margin-left: 0;
}

.wrap-sszb .filter {
    position: absolute;
    right: 0;
}

.wrap-sszb li {
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 30px;
    border: solid 1px #666;
}

.wrap-sszb li a {
    color: #666;
    padding: 0 4px !important;
    font-size: 16px;
}

.wrap-sszb .com-bt {
    margin-top: 17px;
    border: unset !important;
}

.category-zby {
    position: relative;
}

.category-zby li {
    border-radius: 6px;
    border: unset;
}

.hot {
    border-top: 1px solid #FF7FB2 !important;
    background: linear-gradient(to right, #fffdfd, #FFC0D9, #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: 37px;
}

.matches ul.lq::before {
    content: url(../img/lb_lq.png);
}

.matches ul.ty::before {
    content: url(../img/lb_ty.png);
}

.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: 100%;
    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:nth-last-child(1) {
    line-height: 25px;
}

.pc-bsxq ul li::before {
    content: '';
    display: inline-block;
    width: 8.5px;
    height: 8.5px;
    background: #1C2533;
    margin-right: 10px;
    transform: rotateZ(45deg);
}

.pc-bsxq ul li:nth-child(1)::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 15px;
    background: #1C2533;
    margin-right: 10px;
    transform: unset;
}

.pc-bsxq ul li a {
    color: #FF0066;
}

.pc-bsxq-con {
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
    min-height: 480px;
    padding-top: 15px;
}

.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: #1C2533 !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 #1C2533;
    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: #1C2533;
}

.pc-mask .mask {
    background: #1C2533;
    opacity: 0.12;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pc-mask a {
    position: absolute;
    top: 38%;
    left: 33%;
    background: #1C2533;
    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;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: #FF0066;
    margin-top: 16px;
    margin-left: 15px;
}

.fjclick a {
    font-size: 16px;
    color: #fff !important;
}

.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.pc-tjss {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    margin-top: 20px;
    padding: 10px 0;
}

.wxss_bt {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    height: 40px;
    width: 140px;
    background: #FF0066;
    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("../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: 97px;
    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: #FF0066;
}

.pc-tjss-con {
    width: 96%;
    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;
}

.pc-tjss-con .pic {
    float: left;
    width: 221px;
    height: 120px;
    margin: 0px;
    background: #F7F7F8;
    /*border: 1px #eeeeee solid;*/
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border-top: solid 2px #999;
    /*border-radius: 10px;*/
}

.pc-tjss-con .pic a:hover {
    color: #333
}

.tjss-mc {
    color: #999;
    font-size: 13px;
    padding: 10px 5px 0 10px
}

.tjss-team {
    float: left;
    width: 136px;
    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;
}

.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;
}

.xpfh-zlspst-xin {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    padding: 15px 7px;
    background: #1C2533;
    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: #FF0066;
}

.newfilter .filter {
    position: absolute;
    right: 0;
    margin-right: 5px;
}

.newfilter #cateselect {
    margin-right: 50px;
    height: 45px;
    overflow: hidden;
}

.starbox a {
    border: solid 1px #999;
    border-radius: 6px;
    margin-right: 4px;
    margin-bottom: 20px;
    display: inline-block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.starbox a:hover {
    color: #FF0066;
    border-color: #FF0066;
}

.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;
}

.tebxh {
    background: #FF0066 !important;
    color: #fff !important;
}

.tebxh:hover {
    color: #ff982a !important;
}

.rmzb-item {
    width: 24%;
    text-align: center;
    float: left;
    padding: 10px 0;
}

.rmzb-item a:hover {
    color: #FF0066;
}

.rmzb-item img {
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.zx-brf {
    text-align: center;
}

.zx-brf li {
    height: unset !important;
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    line-height: 20px !important;
    width: 320px;
    display: inline-block !important;
    text-align: left;
    margin-right: 60px;
}

.zx-brf li::before {
    content: '';
    background-size: 100% 100%;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background: #FF0066;
    border-radius: 50%;
    vertical-align: middle;
}

.zx-brf li a {
    font-size: 14px;
    color: #333333;
}

.zx-brf li a:hover {
    color: #FF0066;
}

.sp-brf {
    text-align: center;
    min-height: unset !important;
}

.sp-brf li {
    height: 60px !important;
    white-space: unset !important;
    overflow: unset !important;
    text-overflow: unset !important;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    line-height: 20px !important;
    width: 320px !important;
    display: inline-block !important;
    text-align: left;
    margin-right: 60px;
    vertical-align: top;
}

.sp-brf li a::before {
    content: '';
    background: url("../img/zx_before.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.sp-brf li a {
    font-size: 14px;
    color: #333333;
}

.sp-brf li a:hover {
    color: #FF0066;
}

.zbzz li {
    position: relative;
    overflow: unset !important;
    text-overflow: unset !important;
}

.zbzz .team b {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zbzz {
    font-size: 13px;
}

.zbzz .zbzz-er {
    border-bottom: solid 1px #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zbzz .zbzz-er:hover {
    background: #efeef0;
}

.zbzz .zbzz-er:hover .zbzz-zi-r a {
    color: #312345;
    border-color: #312345;
}

.zbzz .zbzz-er p {
    text-align: center;
    position: relative;
    color: #999;
    font-size: 12px;
}

.zbzz .zbzz-er p span:nth-child(1) {
    position: absolute;
    left: 10px;
}

.zbzz .zbzz-zi {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.zbzz i {
    font-size: 18px;
    color: #999;
    width: 15%;
    text-align: center;
}

.zbzz .zbzz-zi-l {
    width: 35%;
}

.zbzz .zbzz-zi-r {
    width: 35%;
    text-align: center;
}

.zbzz .zbzz-zi-r a {
    width: 114px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: solid 1px #999;
    border-radius: 25px;
    color: #999;
}

.zbzz .zbzz-zi-l div {
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zbzz img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    vertical-align: middle;
}

.zxlt {
    width: 100%;
}

.zxlt li {
    border-bottom: solid 1px #eee;
}

.zxlt .zxlt-zi a {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: solid 1px #eee;
}

.zxlt .zxlt-zi img {
    width: 145px;
    height: 85px;
    border-radius: 6px;
    margin-right: 26px;
}

.zxlt .zxlt-zi .zxlt-zi-r h3:hover {
    color: #FF0000;
}

.zxlt .zxlt-zi .zxlt-zi-r p {
    margin-top: 20px;
    color: #999999;
    font-size: 12px;
}

header {
    height: 60px;
    width: 100%;
    background: #fff
}

.header_nav {
    color: #333;
    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: #333;
    font-weight: 600;
}

.left_dh li .iconfont {
    display: inline-block;
    width: 23px;
}

@font-face {
    font-family: iconfont;
    src: url(iconfont.woff) format('woff'), url(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
}

.spbox {
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.spbox .img-right li {
    border-bottom: solid 1px #eee;
    padding: 5px 0;
}

.spbox .img-right li a {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.spbox .img-right li a:hover {
    color: #FF0066;
}

.spbox .img-right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.spbox .img-right > li > p {
    font-size: 12px;
    color: #999;
    margin-left: 33px;
}

.spbox .img-right img {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin-right: 5px;
    margin-top: 2px;
}

.spbox .concom-mu-tab-bw ul {
    display: flex;
    margin-bottom: 5px;
    background-color: #EDEDED;
}

.spbox .concom-mu-tab-bw ul li {
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #100007;
}

.spbox .concom-mu-tab-bw ul li.active {
    background: #FF0066;
    color: #fff;
}

.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;
}

.com-bt {
    border-bottom: solid 2px #0F1628;
    clear: both;
}

.com-bt em {
    color: #CACACA;
}

.com-bt h2 {
    display: inline-block;
    margin-right: 5px;
}

.com-bt a {
    float: right;
    font-size: 12px;
    color: #666666;
    margin-right: 15px;
    margin-top: 5px;
}

.container_right {
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.section-tit-nav {
    background: #F8F8F8;
    padding: 5px;
    display: flex;
}

.section-tit-nav span {
    flex: 1;
    text-align: center;
    padding: 5px 0;
}

.section-tit-nav span.on {
    color: #FF0066;
    position: relative;
}

.section-tit-nav span.on::after {
    content: '';
    width: 20px;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #FF0066;
    left: 45%;
}

.section-tit-nav .nav.on {
    background: #FFFFFF;
}

.section-tit-nav2 {
    display: flex;
    background: #F8F8F8;
}

.section-tit-nav2 span {
    flex: 1;
    text-align: center;
    line-height: 32px;
}

.section-tit-nav2 span a {
    display: block;
}

.section-tit-nav2 span.on {
    background: #FDDC00;
}

.section-hot-team {
    padding: 10px 0;
}

.section-hot-team a .pic {
    border: 1px solid #F2F2F2;
    padding: 8px 23px;
}

.section-hot-team a .pic img {
    width: 48px;
    height: 48px;
}

.section-hot-team a {
    margin: 10px 0;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.section-hot-team a p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-hot-team-box {
    display: none
}

.section-hot-team-box.on {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.sy-top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rmqx {
    width: 388px;
    margin-top: 0;
}

.frind-line {
    margin: 30px auto;
}

.frind-line > div a:hover {
    color: #FF0066;
}

.frind-line > div a {
    width: 80px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #DEDEDE;
    text-align: center;
    border-radius: 4px;
    margin: 10px;
}

.zbxq-btu {
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 10px;
}

.zbxq-btu .content-nav, .zbxq-btu .content-nav a {
    color: #666;
}

.head-hot {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.heading-t {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #3EA871;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    background: #40BF90;
    padding: 0 15px;
}

.heading-t a {
    position: relative;
    padding: 0 4px;
    z-index: 3;
    color: #fff;
}

.heading-t a:nth-child(2) {
    color: #fff;
}

.heading-t .hotevents {
    width: 64%;
    height: 0;
    border-top: none;
    border-bottom: 40px #FF0066 solid;
    border-right: transparent 30px solid;
    border-left: none;
    position: absolute;
    left: 0;
    z-index: 1;
}

.heading-t .hotpd {
    width: 50%;
    height: 0;
    border-bottom: none;
    border-top: 40px #1E7DDF solid;
    border-left: transparent 30px solid;
    border-right: none;
    position: absolute;
    right: 0;
}

.gdzx {
    width: 675px;
    height: 40px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ff0066;
    border-radius: 21px;
    margin-top: 20px;
    color: #FF0066;
}

.jdnav-up ul {
    display: flex;
    padding: 20px;
    border-bottom: solid 1px #eee;
}

.jdnav-up ul li {
    width: 100px !important;
    height: 30px !important;
    border: solid 1px #666;
    border-radius: 15px;
    line-height: 30px !important;
    text-align: center;
    margin-right: 40px;
}

.jdnav-up ul li.active {
    background: #ff0066;
}

.jdnav-up ul li.active a {
    color: #fff;
}

.jdnav-up ul li a {
    color: #666;
}

.jdnav-down ul {
    padding: 20px;
    border-bottom: solid 1px #eee;
}

.jdnav-down ul li {
    float: left;
    width: auto !important;
    min-width: 100px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    margin-right: 30px;
}

.jdnav-down ul li.active a {
    color: #ff0066;
    position: relative;
}

.jdnav-down ul li:hover a {
    font-weight: 800;
}

.jdnav-down ul li.active a::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -8px;
    border-bottom: 2px solid #ff0066;
    left: 0;
}

#zx {
    display: none;
}

.splt li::before {
    content: '';
    background: url(../img/zx_zts.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    margin-right: 5px;
    margin-top: 2px;
}

.sous-bt {
    font-size: 20px;
    padding: 10px;
}

.sous-bt::before {
    content: '';
    background-image: url(../img/sp_zts.png);
    background-size: 100%;
    display: inline-block;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.zx-img {
    position: relative;
}

.zx-img .mask {
    width: 100%;
    height: 30px;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
}

.zx-img img {
    width: 370px;
    min-width: 370px;
    height: 208px;
    border-radius: 6px;
    margin-right: 5px;
}

.zx-img a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
}

