@charset "utf-8";
html {
    background: #fff;
    overflow: auto;
    height: 100%;
    font-size: 11px
}

.ios-status-bar:before {
    content: "";
    position: fixed;
    z-index: 10000;
    top: -100px;
    height: 100px;
    right: 0;
    left: 0;
    background-color: #fff;
}

body {
    font-size: 12px;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: url(../img/ztbj.png?r=001) no-repeat top left #f4f4f4;
    background-size: 100%;
    background-position-y: 30px !important;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0 none;
    transition: .2s all ease
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

dd, dl, dt, li, ol, ul {
    list-style: none
}

fieldset, img {
    border: 0
}

button, input, select, submit {
    vertical-align: middle
}

button, submit {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: lighter
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

button, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    margin: 0
}

img {
    display: block
}

b, em, i {
    display: inline-block;
    font-weight: 400;
    font-style: normal
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.wrap {
    width: 1080px;
    margin: 0 auto
}

.main {
    padding-bottom: 140px
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

header {
    width: 100%;
    background: #E91A4C;
    box-sizing: border-box
}

header img {
    width: 10.5rem;
    margin: 0 auto;
    display: block
}

.pc-app-box {
    position: absolute;
    right: 70px;
    top: 25px;
    display: none
}

.pc-app-box .word {
    position: relative;
    width: 122px;
    height: 34px;
    text-align: center;
    border: 1px #eee solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right
}

.head-main {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.sslb-con {
    display: none;
    width: 100%;
    height: 100%;
}

.jingbcjq {
    color: #E91A4C !important;
}

.pc-app-box .word a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-top: 2px
}

.pc-app-box .word i {
    width: 24px;
    height: 24px;
    background: url(../img/xz_app.png);
    margin-right: 10px
}

.pc-app-box .word i, .pc-app-box .word span {
    display: inline-block;
    vertical-align: middle
}

.pc-app-box .word .ewm {
    width: 146px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 50px;
    box-shadow: 2px 2px 2px #eee;
    display: none;
    left: 0;
    z-index: 10000
}

.pc-app-box .word .ewm em {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    top: -16px;
    left: 64px
}

.pc-app-box .word .ewm img {
    display: block;
    width: 104px;
    height: 104px;
    margin: 10px auto
}

.pc-app-box .word:hover .ewm {
    display: block
}

.pc-app-box .jifengbang {
    width: 122px;
    height: 34px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    position: relative
}

.pc-app-box .jifengbang a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-top: 2px
}

.pc-app-box .jifengbang i {
    width: 24px;
    height: 24px;
    background: url(../img/jf_nav.png);
    margin-right: 10px
}

.pc-app-box .jifengbang i, .pc-app-box .jifengbang span {
    display: inline-block;
    vertical-align: middle
}

.pc-app-box .jifengbang span {
    margin-top: 5px
}

.pc-app-box .jifengbang cite {
    width: 37px;
    height: 16px;
    background: url(../img/pc_jf_new.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -7px;
    right: -18px
}

.wap-app-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: -webkit-gradient(linear, top left, bottom right, from(#3dbee7), to(#007bec));
    background-image: -webkit-linear-gradient(top left, #3dbee7, #007bec);
    background-image: -moz- oldlinear-gradient(top left, #3dbee7, #007bec);
    background-image: linear-gradient(to bottom right, #3dbee7, #007bec)
}

.wap-app-box .close-p {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 20px;
    height: 20px;
    border: 1.4px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 18px
}

.wap-app-box img {
    width: 40px;
    height: 40px;
    margin: 10px
}

.wap-app-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.wap-app-box p:first-child {
    margin-top: 4px
}

.wap-app-box .wordpp {
    font-size: 14px;
    font-weight: 500
}

.wap-app-box a.djxz {
    width: 100px;
    height: 30px;
    margin-top: 15px;
    border-radius: 20px;
    background: #fff;
    color: #E91A4C;
    line-height: 30px;
    text-align: center;
    margin-right: 40px
}

.main {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto 10px;
    background: #fff;
    margin-bottom: 0
}

.index-nav li {
    float: left;
    width: 17%;
    position: relative;
    padding: .5rem 0;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
}

.index-nav li i {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0
}

.index-nav .active i {
    background: #E91A4C
}

.index-nav .active {
    color: #E91A4C
}

.index-div .date-p {
    height: 30px;
    background: #e6e6e6;
    color: #8e8e8e;
    text-align: center;
    line-height: 30px;
    font-size: 14px
}

.index-div .date-p .date {
    position: absolute;
    right: 0;
    background: #cff4e9;
    height: 100%;
    width: 80px;
    color: #E91A4C;
    top: 0
}

.index-div .date-p .week {
    width: 80px;
    display: block
}

.index-div a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 4px
}

.index-div a div {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 1.6rem
}

.index-div a div img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: .2rem auto
}

.index-div a .team span {
    height: 1.8rem;
    display: inline-block;
    margin-top: 2.5rem
}

.index-div a .team p {
    white-space: nowrap;
    overflow: hidden
}

.index-div a .center {
    font-size: 14px
}

.index-div a .center .vsp {
    font-size: 2rem;
    color: #006fc0;
    font-weight: 600
}

.index-div a .center .eventtime {
    color: #8e8e8e;
    font-weight: 500
}

.index-div a .video {
    color: #fff;
    width: 10rem;
    height: 2.6rem;
    padding: 0;
    margin: 6px auto;
    border-radius: 20px;
    line-height: 26px;
    font-size: 1.2rem
}

.index-div a .no-video {
    background: #aaa
}

.index-div a .video i, .index-div a .video span {
    display: inline-block;
    vertical-align: middle
}

.index-div a .video i {
    width: 30px;
    height: 24px;
    background: url(../img/icon-live.png) no-repeat center
}

.index-div .titlematch {
    text-align: center
}

.index-div a .title {
    font-size: 18px;
    padding: .3rem 0
}

.main-two {
    width: 100%;
    background: #fff
}

iframe {
    border: none;
    background: #fff
}

.signalcall {
    text-align: center;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 160px
}

.signalcall button, .signalcall input, .signalcall span {
    display: inline-block
}

.signalcall span {
    font-size: 16px;
    font-weight: 600
}

.signalcall input {
    height: 36px;
    border: none;
    outline: 0;
    color: #fff;
    width: 22rem;
    cursor: default
}

.signalcall button {
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    text-align: center;
    border-radius: 4px;
    color: #e7e7e7;
    border: none;
    margin-top: 1rem;
    background: #191919;
    cursor: default
}

.lianjie {
    opacity: 0
}

.mjtj_qh_mk {
    display: block
}

h2 {
    font-size: 1rem;
    font-weight: 500
}

.box {
    padding-left: .2rem
}

.singldl dd, .singldl dt {
    display: inline-block
}

.singldl dt {
    font-size: 18px
}

.singldl dd {
    font-size: 14px;
    padding: .2rem .4rem;
    background: #f5f5f5;
    color: #959595;
    margin: 0 .2rem;
    border-radius: 2px
}

.singldl .active {
    background: #E91A4C;
    color: #fff
}

.no-data {
    text-align: center;
    font-size: 1.4rem;
    margin: 10% auto 0
}

.no-data img {
    max-width: 60%;
    margin: 20px auto
}

.no-data .zwsig {
    width: 166px;
    height: 121px;
    background: url(../img/no-data.png) no-repeat;
    background-size: 100%;
    margin: 20px auto;
    margin-bottom: 0;
}

.index-div section, .index-nav {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden
}

footer {
    width: 100%;
    background: #282828;
    line-height: 22px;
    padding: 10px 0;
    display: none;
    color: #7e7e7e;
    margin-top: 0;
    position: absolute;
    bottom: 0
}

footer div {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

footer div a, footer div i {
    display: inline-block;
    vertical-align: middle;
    color: #7e7e7e
}

.top-div {
    border-bottom: 1px solid #eee;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 0;
    height: 4rem;
}

.top-div .saishi-con {
    position: absolute;
    right: 18%;
    top: 40%;
    z-index: 20000
}

.top-div .sxls {
    position: absolute;
    width: 70px;
    right: 20%;
    top: 26px;
    padding: 5px;
    border: solid 1px #999;
    border-radius: 4px;
    line-height: 12px;
    cursor: pointer;
    z-index: 20000;
}

.top-div .sxls:hover {
    border: solid 1px #E91A4C;
    color: #E91A4C;
}

.top-div .sxls:hover::after {
    background: url(../img/gbsx_r.png);
}

.top-div .sxls span {
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-div .sxls::after {
    content: '';
    background: url(../img/gbsx_h.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    vertical-align: top
}

.top-div .saishi-con .xzss {
    background: url(../img/saishi.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.saishi-con .new_icon {
    width: 27px;
    height: 13px;
    background: url(../img/new-pc.png);
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: -16px;
    right: -15px;
}

.pcrlist {
    display: none
}

.waplist {
    display: block;
    position: fixed;
    bottom: 8rem;
    right: 1.1rem
}

.waplist .once {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, top left, bottom, from(#E91A4C), to(#E91A4C));
    background-image: -webkit-linear-gradient(top left, #E91A4C, #E91A4C);
    background-image: -moz- oldlinear-gradient(top left, #E91A4C, #E91A4C);
    background-image: linear-gradient(to right bottom, #E91A4C, #E91A4C);
    box-sizing: border-box;
    padding-top: .5rem
}

.waplist .once i {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/icon-index-wap@2x.png) no-repeat;
    background-size: 100%;
    margin: 0 auto
}

.waplist .refreshwap i {
    background: url(../img/icon-refresh-wap@2x.png) no-repeat;
    background-size: 100%
}

.waplist .once p {
    color: #fff;
    font-size: .9rem;
    text-align: center
}

.waplist .once a {
    color: #fff
}

.waplist .once:nth-child(2) {
    margin-bottom: 1rem
}

.appmain {
    max-width: 1080px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 0;
    padding: 0 0 30px 0;
    padding-bottom: 100px
}

.app-screenshot {
    width: 100%;
    background: #f7f7f8;
    padding: 10px;
    box-sizing: border-box
}

.app-intro h4, .app-screenshot h4 {
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px
}

.app-intro h4 {
    margin-top: 20px
}

.app-screenshot img {
    width: 27.5rem;
    height: 45.8rem;
    margin-right: 2rem;
    display: inline-block
}

.app-screenshot .pic-box {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch
}

.app-screenshot .pic-div {
    white-space: nowrap
}

.app-screenshot .pic-div li {
    display: inline-block
}

.app-intro {
    padding: 0 20px;
    box-sizing: border-box
}

.app-intro p {
    color: #666;
    font-size: 16px;
    line-height: 34px
}

.wapheader .logodiv {
    width: 92%;
    margin: 0 auto
}

.wapheader .logodiv img {
    width: 8rem;
    height: 8rem;
    margin-right: 1rem
}

.wapheader .headword .onep {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3rem
}

.wapheader .headword .twop {
    font-size: 1.4rem;
    line-height: 3rem
}

.headword .startp span, .wapheader .headword .startp i {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 1.4rem
}

.wapheader .headword .startp i {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/icon-start.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: .4rem
}

.download-wap-btn {
    width: 24rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 20px;
    background: #E91A4C;
    text-align: center;
    margin: 20px auto
}

.download-wap-btn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6rem
}

.footer-wap {
    margin-top: 0;
    background: #fff;
    width: 100%;
    height: 6rem;
    text-align: center;
    color: #999;
    line-height: 2rem;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    padding: 3rem 0;
    border-top: .6rem #eee solid
}

.swiper-container {
    background: #f3f3f3
}

.tzpt_nav {
    background: #fff;
    padding: 0 1.1rem;
    overflow: hidden;
    height: 3.7rem;
    line-height: 3.7rem
}

.tzpt_nav li {
    display: block;
    width: 30%;
    text-align: center;
    float: left;
    height: 3.7rem;
    line-height: 3.7rem;
    position: relative
}

.tzpt_nav a {
    font-size: 1.1rem;
    color: #333;
    display: block;
    margin: 0 auto
}

.tzpt_nav li.default a {
    color: #ee564f
}

.tzpt_nav li.default:after {
    height: .35rem;
    content: '';
    width: 4.5rem;
    background: #ee564f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.25rem;
    border-radius: .35rem
}

.mjtj {
    border-top: 1rem #f3f3f3 solid;
    background: #f3f3f3;
    min-height: .01rem
}

.mjtj .mjtj-list:last-child {
    border: none
}

.mjtj-list {
    width: 100%;
    height: 5.3rem;
    background: #fff;
    border-bottom: 1rem solid #f3f3f3;
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.mjtj-list .number {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    margin-right: 1rem;
    font-size: 1rem;
    display: inline-block;
    margin-left: 1rem
}

.mjtj-list:nth-child(4n+1) .number {
    background: #fe6301
}

.mjtj-list:nth-child(4n+2) .number {
    background: #2fc595
}

.mjtj-list:nth-child(4n+3) .number {
    background: #f04b59
}

.mjtj-list:nth-child(4n+4) .number {
    background: #17a0f1
}

.mjtj-list .word {
    width: 23rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 2rem;
    display: inline-block;
    vertical-align: middle
}

.mjtj-list .contant {
    width: 11rem;
    font-size: 1.1rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.mjtj-list .contant .copy-btn {
    width: 7.2rem;
    height: 2rem;
    background: #ee564f;
    border-radius: 2rem;
    color: #fff;
    font-size: 1rem;
    margin: .3rem auto;
    line-height: 2rem
}

.mjtj_lb {
    margin: 0 1rem;
    background: #f3f3f3
}

.mjtj_lb div {
    width: 100%;
    height: 4rem;
    border-radius: .7rem;
    margin: .5rem auto 1rem;
    overflow: hidden;
    position: relative
}

.mjtj_lb div img {
    width: 100%;
    height: 100%
}

.mjtj_lb div .tip {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 2.5rem;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    border-radius: 10px;
    font-size: .8rem
}

.waplist {
    z-index: 1000
}

.footer-wap {
    position: static
}

.wrapper {
    position: relative
}

.input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10
}

.problem_title {
    touch-action: none
}

.tabs li {
    -webkit-tap-highlight-color: transparent
}

.swiper-slide {
    height: 1px
}

.swiper-slide-active {
    height: auto
}

.zhiding {
    border-bottom: 1px #FFD8CB solid !important;
    position: relative;
    background-size: 100% 100%;
    background: #FFEAE3;
}

.zhiding:before {
    content: '';
    background: url(../img/zd_img_w.png) no-repeat top left/33px 33px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 33px;
    height: 33px
}

.index-div_zd .date-p {
    height: 30px;
    background: #f7f9fa;
    color: #8e8e8e;
    text-align: center;
    line-height: 30px;
    font-size: 14px
}

.index-div_zd .date-p .date {
    position: absolute;
    right: 0;
    background: #cff4e9;
    height: 100%;
    width: 80px;
    color: #E91A4C;
    top: 0
}

.index-div_zd .date-p .week {
    width: 80px;
    display: block
}

.index-div_zd a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 4px
}

.index-div_zd a div {
    width: 33.33%;
    float: left;
    text-align: center;
    font-size: 1.6rem
}

.index-div_zd a div img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: .2rem auto
}

.index-div_zd a .team span {
    height: 36px;
    display: inline-block;
    margin-top: 2rem
}

.index-div_zd a .team p {
    white-space: nowrap;
    overflow: hidden
}

.index-div_zd a .center {
    font-size: 14px
}

.index-div_zd a .center .vsp {
    font-size: 2rem;
    color: #ee564f;
    font-weight: 600
}

.index-div_zd a .center p {
    padding: .1rem 0
}

.index-div_zd a .center .eventtime {
    color: #8e8e8e;
    font-weight: 500
}

.index-div_zd a .video {
    color: #fff;
    width: 10rem;
    height: 2.6rem;
    background: #E91A4C;
    padding: 0;
    margin: 6px auto;
    border-radius: 20px;
    line-height: 26px;
    font-size: 1.2rem
}

.index-div_zd a .no-video {
    background: #aaa
}

.index-div_zd a .video i, .index-div_zd a .video span {
    display: inline-block;
    vertical-align: middle
}

.index-div_zd a .video i {
    width: 30px;
    height: 24px;
    background: url(../img/icon-live.png) no-repeat center
}

.index-div_zd .titlematch {
    text-align: center
}

.index-div_zd a .title {
    font-size: 18px;
    padding: .3rem 0
}

.index-div_zd section {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto
}

.navindex {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navindex li {
    line-height: 4rem;
    height: 4rem;
    padding: 0;
    color: #9c9c9c;
    white-space: nowrap;
}

.navindex li i {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 2rem;
    height: 3px;
    background: #fff;
    left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 31%;
}

.index-nav .active i {
    background: #E91A4C
}

.index-nav .active {
    color: #E91A4C
}

.index-div a .title {
    font-size: 1.4rem;
    width: 95%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-div a .team p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 .7rem;
    font-size: 1.1rem;
}

.index-div .date-p {
    height: 30px;
    background: #e6e6e6;
    color: #8e8e8e;
    text-align: center;
    line-height: 30px;
    font-size: 1.2rem
}

.jump_video {
    height: 22rem;
    background: #3c3c3c;
    position: relative;
    padding-top: 1.1rem
}

.jump_video span {
    padding-left: 1rem;
    color: #999;
    font-size: 12px
}

.jump_videoan {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.1rem;
    width: 9.2rem;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #de1e30;
    font-size: 12px
}

.iosKJ {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    display: none;
    z-index: 999
}

.iosKJ p {
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: .2rem;
    top: 4rem;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 38px;
    color: #fff;
    text-align: center;
    line-height: 3.4rem
}

.iosKJ i {
    position: absolute;
    left: 50%;
    bottom: .4rem;
    width: 4rem;
    height: 7rem;
    margin-left: -2rem;
    background: url(../img/icon-up.png);
    background-size: 100% 100%
}

.iosKJ-btn {
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 1rem;
    display: none
}

.iosKJ-btn img {
    width: 100%
}

.dingwei {
    position: fixed;
    bottom: 0
}

.index-div a .center .eventtime .feleimg img {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px
}

.indexbtn {
    display: none
}

.feleimg img {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px
}

.refreshbtn {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #E91A4C;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden
}

.refreshbtn i {
    width: 24px;
    height: 28px;
    text-align: center;
    line-height: 50px;
    background: url(../img/shuaxing_n.png) no-repeat center center #E91A4C !important;
    background-size: 100% 100%;
    display: block;
    margin: 10px auto 0
}

.refreshbtn span {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.refreshbtn:hover i {
    display: none
}

.refreshbtn:hover span {
    display: block
}

.index-div a .video {
    background: #aaa
}

.index-div a .zb_green {
    background: #E91A4C
}

.index-div a .zb_green i {
    background: url(../img/icon-live-red.png) !important;
}

.waplist .indexwap {
    display: none
}

.waplist .totop p {
    display: none
}

.waplist .totop i {
    background: url(../img/totop.png) no-repeat;
    background-size: 100%;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: .2rem
}

.waplist .totop {
    margin-top: 1.5rem
}

.main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    padding-bottom: 20rem
}

.footer-wap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    clear: both
}

.zhuti {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}

.iosKJ-safari {
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 1rem;
    display: none
}

.iosKJ-safari img {
    width: 100%
}

.iosKJ_nosafsai {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    display: none;
    z-index: 999
}

.iosKJ_nosafsai .close_safari {
    width: 24.3rem;
    height: 2rem;
    margin: 0 auto;
    text-align: right;
    display: block;
    margin-top: 3rem;
    margin-bottom: 10px
}

.iosKJ_nosafsai .close_safari img {
    width: 2rem;
    height: 2rem;
    display: inline-block
}

.iosKJ_nosafsai .smtp {
    position: relative;
    width: 24.3rem;
    height: 40.6rem;
    margin: 0 auto;
    background: url(../img/xz_ts.png?r=100) no-repeat;
    background-size: 100% 100%;
    overflow: hidden
}

.copy_wz {
    height: 1.83rem;
    line-height: 1.83rem;
    margin-top: 5.65rem;
    margin-left: 3rem
}

.copy_wz span {
    display: inline-block;
    font-size: 12px;
    color: #333
}

#taokouling {
    display: inline-block;
    font-size: 12px;
    color: #333;
    border: 0;
    width: 8.4rem;
    height: 1.74rem;
    line-height: 1.74rem
}

.btn {
    width: 6.1rem;
    height: 1.74rem;
    line-height: 1.52rem;
    color: #fff;
    text-align: center;
    background: #E91A4C;
    color: #fff;
    font-size: .96rem;
    display: inline-block;
    -moz-border-radius: 1.52rem;
    -webkit-border-radius: 1.52rem;
    border-radius: 1.52rem;
    border: 0;
    animation: move 3s 0s infinite;
    -webkit-animation: move 3s 0s infinite;
    transform-origin: bottom;
    -webkit-transform-origin: bottom
}

@keyframes move {
    0%, 65% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.fuzhi_ts {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 7.6rem;
    height: 2.1rem;
    line-height: 2.1rem;
    text-align: center;
    background: #2f2f2f;
    font-size: 14px;
    color: #fff;
    z-index: 1000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    transform: translateX(-50%);
    padding: 0 10px
}

.bifeng, .changci {
    display: none
}

.feleimg {
    float: none
}

.clock-d {
    animation: clockD 1s infinite
}

@keyframes clockD {
    0% {
        color: transparent
    }
    40% {
        color: #E91A4C
    }
    80% {
        color: #E91A4C
    }
    100% {
        color: transparent
    }
}

cite, em, i {
    font-style: normal
}

.mjtjbj {
    display: none;
}

.index_login_wrap {
    display: none;
    justify-content: center;
    align-items: center;
}

.index_login_wrap > img {
    margin-top: 40px;
}

.index_login_wrap .loading {
    background: url("../img/div_loding.gif") no-repeat;
    background-size: 100% 100%;
    height: 100px;
    width: 100px;
    display: block;
    text-align: center;
    margin-top: 40px;
}

@media screen and (min-width: 750px) {
    .bs_fenl_sj {
        position: absolute;
        margin-left: 30px;
    }

    header img {
        width: 178px;
        height: 56px
    }

    .head-main {
        height: 72px;
        padding-top: 12px
    }

    .mjtj_qh_mk {
        position: relative
    }

    .pc-app-box {
        display: none
    }

    .signalcall {
        display: block;
        position: fixed;
        bottom: 100px;
        right: 160px
    }

    .main-two {
        width: 960px;
        margin: 10px auto;
        margin-bottom: 40px
    }

    .signalcall button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: 0;
        font-size: 14px;
        background: 0 0;
        cursor: default;
        color: #4a4949;
        -moz-opacity: .05;
        -khtml-opacity: .05;
        opacity: .05
    }

    .signalcall input {
        width: 50px;
        margin: 0 10px;
        padding-left: 10px;
        cursor: default
    }

    .detailbody {
        background: url(../img/bg-big.png) no-repeat center
    }

    iframe {
        height: 570px
    }

    footer {
        display: block
    }

    .footer-wap {
        display: none
    }

    .index-div a div {
        font-size: 18px
    }

    .index-div a .video {
        width: 114px;
        height: 30px;
        line-height: 26px;
        font-size: 14px;
        padding: 0 !important
    }

    .index-div a .video:hover {
        background: #959595;
    }

    .index-div a .center .vsp {
        font-size: 22px
    }

    .index-div a div img {
        width: 40px;
        height: 40px
    }

    .pcrlist {
        display: block;
        position: fixed;
        bottom: 150px;
        right: 160px;
        background: 0 0;
        z-index: 100
    }

    .pcrlist .once {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        background: #fff;
        margin-bottom: 6px;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        padding-top: 10px;
        overflow: hidden
    }

    .pcrlist .once i {
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        background: url(../img/icon-APP-PC.png) no-repeat
    }

    .pcrlist .indexbtn i {
        background: url(../img/icon-index-PC.png) no-repeat
    }

    .pcrlist .refreshbtn i {
        background: url(../img/icon-refresh-pc.png) no-repeat
    }

    .pcrlist .hdiv {
        position: absolute;
        left: 50px;
        top: 0;
        background: #E91A4C;
        color: #fff;
        line-height: 50px;
        font-size: 13px;
        text-align: center;
        transition: .1s all ease;
        width: 100%;
        height: 100%;
        border-radius: 6px
    }

    .pcrlist .hdiv a {
        color: #fff
    }

    .pcrlist .hdiv p {
        line-height: 20px
    }

    .pcrlist .hdiv p:first-child {
        margin-top: 6px
    }

    .waplist {
        display: none
    }

    .app-screenshot img {
        float: left;
        width: 275px;
        height: 458px;
        margin-right: 20px
    }

    .logodiv {
        width: 344px;
        margin: 0 auto
    }

    .logodiv img {
        width: 80px;
        height: 80px;
        margin-right: 10px
    }

    .headword .onep {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px
    }

    .headword .twop {
        font-size: 14px;
        line-height: 30px
    }

    .headword .startp i, .headword .startp span {
        display: inline-block;
        vertical-align: middle;
        color: #999;
        font-size: 14px
    }

    .headword .startp i {
        width: 16px;
        height: 16px;
        background: url(../img/icon-start.png) no-repeat center;
        background-size: 100% 100%;
        margin-right: 4px
    }

    .download-div {
        width: 500px;
        margin: 30px auto
    }

    .download-btn {
        width: 130px;
        height: 130px;
        border: 1px solid #eee;
        box-sizing: border-box;
        float: left;
        margin-right: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: 500
    }

    .ewm {
        margin: 0
    }

    .download-btn a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 14px
    }

    .download-btn i {
        width: 30px;
        height: 30px;
        display: block;
        margin: 18px auto
    }

    .download-btn a:hover {
        background: #E91A4C;
        color: #fff
    }

    .android i {
        background: url(../img/icon-android.png) no-repeat center;
        background-size: 100% 100%
    }

    .iphone i {
        background: url(../img/icon-iphone.png) no-repeat center;
        background-size: 100% 100%
    }

    .iphone a:hover i {
        background: url(../img/icon-iphone-w.png) no-repeat center;
        background-size: 100% 100%
    }

    .android a:hover i {
        background: url(../img/icon-android-w.png) no-repeat center;
        background-size: 100% 100%
    }

    .ewm img {
        width: 90px;
        height: 90px;
        display: block;
        margin: 2px auto;
        margin-top: 10px
    }

    .swiper-container {
        background: #fff
    }

    .tzpt_nav {
        background: #fff;
        padding: 0 11px;
        overflow: hidden;
        height: 37px;
        line-height: 37px
    }

    .tzpt_nav li {
        display: block;
        width: 50%;
        text-align: center;
        float: left;
        height: 37px;
        line-height: 37px;
        position: relative
    }

    .tzpt_nav a {
        font-size: 12px;
        color: #333;
        display: block;
        margin: 0 auto
    }

    .tzpt_nav li.default a {
        color: #006fc0
    }

    .tzpt_nav li.default:after {
        height: 6px;
        content: '';
        width: 80px;
        background: #006fc0;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -40px;
        border-radius: 6px
    }

    .mjtj {
        border-top: 10px #f3f3f3 solid;
        background: #f3f3f3;
        min-height: 1px
    }

    .mjtj .mjtj-list:last-child {
        border: none
    }

    .mjtj-list {
        width: 100%;
        height: 53px;
        background: #fff;
        border-bottom: 10px solid #f3f3f3;
        display: flex;
        flex-flow: row nowrap;
        align-items: center
    }

    .mjtj-list .number {
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        color: #fff;
        margin-right: 10px;
        font-size: 10px;
        display: inline-block;
        margin-left: 10px
    }

    .mjtj-list:nth-child(4n+1) .number {
        background: #fe6301
    }

    .mjtj-list:nth-child(4n+2) .number {
        background: #2fc595
    }

    .mjtj-list:nth-child(4n+3) .number {
        background: #f04b59
    }

    .mjtj-list:nth-child(4n+4) .number {
        background: #17a0f1
    }

    .mjtj-list .word {
        width: 80%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
        vertical-align: middle
    }

    .mjtj-list .contant {
        width: 17%;
        font-size: 12px;
        text-align: center;
        display: inline-block;
        vertical-align: middle
    }

    .mjtj-list .contant .copy-btn {
        width: 72px;
        height: 20px;
        background: #006fc0;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        margin: 5px auto;
        line-height: 20px;
        cursor: pointer
    }

    .mjtj_lb {
        margin: 10px 10px;
        background: #f3f3f3
    }

    .mjtj_lb div {
        width: 100%;
        height: 45px;
        border-radius: 7px;
        margin: 0 auto 10px;
        overflow: hidden;
        position: relative
    }

    .mjtj_lb div img {
        width: 100%;
        height: 100%
    }

    .mjtj_lb div .tip {
        position: absolute;
        right: 5px;
        bottom: 5px;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        width: 30px;
        height: 11px;
        line-height: 11px;
        text-align: center;
        border-radius: 10px;
        font-size: 12px
    }

    .waplist {
        z-index: 1000
    }

    footer {
        position: static
    }

    .wrapper {
        position: relative
    }

    .input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -10
    }

    .problem_title {
        touch-action: none
    }

    .tabs li {
        -webkit-tap-highlight-color: transparent
    }

    .swiper-slide {
        height: 1px
    }

    .swiper-slide-active {
        height: auto
    }

    .index-div a .team span {
        display: block;
        height: 40px;
        margin-top: 35px
    }

    .zhti_qiehuan_wrap {
        position: absolute;
        top: 25px;
        left: 100px;
    }

    .zhti_qiehuan_top::before {
        content: '';
        background: url("../img/zhuti_icon.png") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        vertical-align: text-top;
        width: 18px;
        height: 16px;
    }

    .zhti_qiehuan_top {
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #ffffff;
        border: 1px #eee solid;
        border-radius: 4px;
        background: none;
        padding-left: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .zhti_qiehuan {
        background: #ffffff;
        color: #666666;
        text-align: center;
        position: absolute;
        z-index: 99999;
        width: 100%;
        display: none;
        box-shadow: 0 0 10px rgba(119, 119, 119, .5);
    }

    .zhti_qiehuan > li {
        line-height: 30px;
        cursor: pointer;
    }

    .zhti_qiehuan > li.active {
        color: #E91A4C
    }

    .zhti_qiehuan_top > img {
        width: 9px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .zhti_qiehuan > li:hover {
        color: #E91A4C
    }

    .zhiding {
        border-bottom: 1px #FFD8CB solid !important;
        position: relative;
        background-size: 100% 100%;
        background: #FFEAE3;
    }

    .zhiding:before {
        content: '';
        background: url(../img/zd_img_w.png) no-repeat top left/33px 33px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 33px;
        height: 33px
    }

    .index-div_zd a div {
        font-size: 18px
    }

    .index-div_zd a .video {
        width: 114px;
        height: 30px;
        line-height: 26px;
        font-size: 14px;
        padding: 0 !important
    }

    .index-div_zd a .center .vsp {
        font-size: 22px
    }

    .index-div_zd a div img {
        width: 40px;
        height: 40px
    }

    .index-div_zd a .team span {
        display: block;
        height: 40px;
        margin-top: .8rem
    }

    .dingwei {
        position: fixed;
        bottom: 0
    }

    .top-div {
        border-bottom: 1px solid #eee;
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 0;
        height: 77px;
        border-bottom: 2px #c5dbe9 solid
    }

    .top-div .saishi-con:hover .ching-xzmx-con-lb {
        display: block;
    }

    .ching-xzmx-con > img {
        margin-right: 5px;
    }

    .ching-xzmx-con-lb {
        position: absolute;
        width: 475px;
        max-height: 376px;
        background: #ffffff;
        border: 1px solid #e2e2e2;
        right: 0;
        top: 20px;
        padding: 19px;
        box-sizing: border-box;
        overflow: auto;
        display: none;
        z-index: 999;
        box-shadow: 0px 0px 10px rgba(193, 193, 193.1);
    }

    .ching-xzmx-con-lb::-webkit-scrollbar {
        width: 5px;
        height: 1px;
    }

    .ching-xzmx-con-lb::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #a8a8a8;
    }

    .ching-xzmx-con-lb::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #232222;
    }

    .ching-xzmx-con-lb > li {
        border-bottom: 1px dashed #eeeeee;
    }

    .ching-xzmx-con-lb > li {
        display: flex;
    }

    .ching-xzmx-con-lb-fa > li > a {
        font-size: 14px;
        color: #333333;
    }

    .ching-xzmx-con-lb_p {
        width: 60px;
        font-size: 16px;
        margin-top: 10px;
        color: #333333;
        flex-shrink: 0;
        font-weight: 600;
    }

    .ching-xzmx-con-lb-fa {
        display: flex;
        flex-wrap: wrap;
        font-size: 13px;
        color: #333333;
    }

    .ching-xzmx-con-lb-fa > li {
        margin: 10px 5px;
        box-sizing: border-box;
        border-bottom: 2px solid #ffffff;
        width: 82px;
        height: 26px;
        background: #eee;
        text-align: center;
        line-height: 26px;
        border-radius: 4px;
    }

    .ching-xzmx-con-lb-fa > li:hover {
        background: #FCEAEF;
    }

    .ching-xzmx-con-lb-fa > li:hover a {
        color: #E91A4C;
        font-weight: 600;
    }

    .navindex {
        font-size: 16px;
        padding-top: 20px;
        position: relative;
        z-index: 10000
    }

    .navindex li {
        height: 40px;
        line-height: 40px;
        padding: 0;
        color: #333;
        font-size: 16px
    }

    .navindex li i {
        display: inline-block;
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 5px;
        background: #fff;
        left: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-left: 0;
        margin-left: 25%
    }

    .index-nav .active {
        color: #fff;
        background: #E91A4C;
        transform: skewX(-15deg);
        display: block;
        border-radius: 5px;
    }

    .index-nav .active span {
        transform: skewX(15deg);
        display: block;
        color: #fff;
    }

    .index-nav li::before {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        left: 28px;
        top: 13px;
    }

    .index-nav li.active::before {
        content: '';
        background-repeat: no-repeat;
        transform: skewX(15deg);
    }

    .index-nav li[i-cbd-d='0']::before {
        background: url(../img/all.png);
    }

    .index-nav li[i-cbd-d='0'].active::before {
        background: url(../img/all_white.png);
    }

    .index-nav li[i-cbd-d='1']::before {
        background: url(../img/football.png);
    }

    .index-nav li[i-cbd-d='1'].active::before {
        background: url(../img/football_white.png);
    }

    .index-nav li[i-cbd-d='2']::before {
        background: url(../img/basketaball.png);
    }

    .index-nav li[i-cbd-d='2'].active::before {
        background: url(../img/basketaball_white.png);
    }

    .index-nav li[i-cbd-d='3']::before {
        background: url(../img/sprots.png);
    }

    .index-nav li[i-cbd-d='3'].active::before {
        background: url(../img/sprots_white.png);
    }

    .index-nav li[i-cbd-d='5']::before {
        background: url(../img/dianjing.png);
    }

    .index-nav li[i-cbd-d='5'].active::before {
        background: url(../img/dianjing_white.png);
    }

    .list_content a {
        position: relative;
    }

    .zq_goal {
        position: absolute;
        background: #ed4870;
        left: 34%;
        top: 13%;
        z-index: 10000 !important;
        color: #FFFFFF;
        padding: 12px 0 10px 20px;
        font-size: 16px !important;
        width: 350px !important;
        border-radius: 4px;
    }

    .zq_goal:nth-of-type(2) {
        top: 22%;
    }

    .zq_goal:nth-of-type(3) {
        top: 31%;
    }

    .zq_goal li {
        display: flex;
        align-items: center;
    }

    .zq_goal span {
        display: inline-block;
        text-align: center;
    }

    .zq_goal .zq_qd {
        width: 40%;
        border-right: solid 1px #ffff;
        height: 31px;
    }

    .zq_goal .zq_lg {
        font-size: 20px;
    }

    .zq_goal .zq_bf {
        width: 7%;
        margin-left: 10px;
    }

    .zq_goal .zq_sj {
        width: 20%;
    }

    .zq_goal img {
        width: 25px !important;
        height: 25px !important;
        margin: 0 !important;
        margin-left: 5px !important;
        animation: rotate 0.7s infinite linear;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }.zq_goal .zq_bf.active {
         background: #fff;
         color: #E91A4C;
         border-radius: 3px;
     }

    .enter-x-left {
        z-index: 9;
        opacity: 0;
        animation: enter-x-left 1s linear;
        animation-fill-mode: forwards;
        transform: translateX(-200px);
    }

    .enter-x-right {
        z-index: 9;
        opacity: 0;
        animation: enter-x-right 1s linear;
        animation-fill-mode: forwards;
        transform: translateX(200px);
    }

    .enter-x-left:nth-child(1), .enter-x-right:nth-child(1) {
        animation-delay: 0.1s;
    }

    .enter-x-left:nth-child(2), .enter-x-right:nth-child(2) {
        animation-delay: 0.2s;
    }

    .enter-x-left:nth-child(3), .enter-x-right:nth-child(3) {
        animation-delay: 0.3s;
    }

    .enter-x-left:nth-child(4), .enter-x-right:nth-child(4) {
        animation-delay: 0.4s;
    }

    @keyframes enter-x-left {
        to {
            opacity: 0.8;
            transform: translateX(0);
        }
    }@keyframes enter-x-right {
         to {
             opacity: 0.8;
             transform: translateY(0);
         }
     }marquee {
          padding-left: 30px;
      }

    .wzzb::-webkit-scrollbar {
        width: 5px;
        height: 1px;
    }

    .wzzb::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #a8a8a8;
    }

    .wzzb::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #232222;
    }

    .wzzb {
        padding-left: 35px;
        margin-top: 20px;
        height: 300px;
        overflow-y: scroll;
    }

    .wzzb .every-line {
        margin-bottom: 20px;
        position: relative;
    }

    .wzzb .every-line::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        top: 6px;
        left: -26px;
        background: #FF837D;
    }

    .wzzb .line-ke::before {
        background: #8AB1F7;
    }

    .wzzb .line-zh::before {
    }

    .wzzb .every-line::after {
        content: '';
        border-left: solid 1px #E2E2E5;
        height: 52px;
        display: block;
        position: absolute;
        left: -22px;
        top: 15px;
    }

    .wzzb .every-line:nth-of-type(1)::before {
        content: '';
        background: url("../img/clock.png");
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: -30px;
        border: unset;
    }

    .wzzb .every-line:nth-last-child(1)::before {
        content: '';
        background: url("../img/sj.png");
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        border: unset;
        position: absolute;
        left: -30px;
        bottom: 0;
    }

    .wzzb .every-line:nth-last-child(1)::after {
        border: unset
    }

    .wzzb .every-line i {
        color: #999999;
    }

    .wzzb .every-line span {
        margin-left: 20px;
    }

    .index-div a .title {
        font-size: 18px;
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .index-div a .team p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        font-size: 18px
    }

    .index-div .date-p {
        height: 30px;
        background: #e6e6e6;
        color: #8e8e8e;
        text-align: center;
        line-height: 30px;
        font-size: 14px
    }

    .eventtime {
        padding: 0 !important;
        height: 25px;
        line-height: 25px
    }

    .mjtjbj {
        background: #000;
        width: 100%;
        padding-bottom: 40px;
    }

    .mjtj_qh_mk {
        width: 960px;
        margin: 0 auto
    }

    .mjtj_qh_mk p {
        padding-top: 10px;
        position: relative;
    }

    .indexbtn {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        background: #E91A4C;
        margin-bottom: 6px;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        overflow: hidden
    }

    .indexbtn i {
        width: 24px;
        height: 28px;
        text-align: center;
        line-height: 50px;
        background: url(../img/index-PC.png) no-repeat center center #E91A4C !important;
        background-size: 100% 100%;
        display: block;
        margin: 10px auto 0
    }

    .indexbtn span {
        display: none;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff
    }

    .indexbtn:hover i {
        display: none
    }

    .indexbtn:hover span {
        display: block
    }

    .index-div a .zb_green:hover {
        background: #cd1743
    }

    .index-div a:hover {
        background: #fdf5f7
    }

    .totop {
        width: 50px;
        height: 50px;
        border-radius: 6px;
        background: #E91A4C;
        margin-bottom: 6px;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        overflow: hidden
    }

    .totop i {
        width: 33px;
        height: 32px;
        text-align: center;
        line-height: 50px;
        background: url(../img/totop.png) no-repeat center center #E91A4C !important;
        background-size: 100% 100%;
        display: block;
        margin: 10px auto 0
    }

    .totop span {
        display: none;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        color: #fff
    }

    .totop:hover i {
        display: none
    }

    .totop:hover span {
        display: block
    }

    .no-data {
        text-align: center;
        font-size: 18px;
        margin: 10% auto 0
    }

    .main {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        position: relative;
        padding-bottom: 200px !important;
        margin-top: 8px
    }

    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        clear: both;
        border-top: 60px #f6f6f6 solid
    }

    .zhuti {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        position: relative;
    }

    .jump_video {
        height: 560px;
        background: #3c3c3c;
        position: relative;
        padding-top: 20px
    }

    .jump_video span {
        padding-left: 20px;
        color: #999;
        font-size: 16px
    }

    .jump_videoan {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        line-height: 40px;
        width: 150px;
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #de1e30;
        font-size: 14px
    }

    .mjtj_qh_mk {
        position: relative
    }

    .gb_ad_an {
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 12px;
        border: 1px #c9c6c6 solid;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 26px;
        font-weight: 100
    }

    .wap_jfb {
        display: none
    }

    .jfqh_wrap {
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 34px;
        background: transparent;
        border-radius: 50%;
        position: absolute;
        top: 30px;
        right: 30px;
        border: solid 1px #fff;
    }

    .jfqh_wrap a {
        color: #fff;
        width: 100%;
        height: 100%;
        display: inline-block;
        font-size: 14px;
    }

    .main-two {
        width: 100%;
        margin: 10px auto;
        margin-bottom: 40px;
        max-width: 960px
    }

    .qiud_info {
        background: #1a1a1e;
        width: 100%;
        font-size: 16px;
        padding-bottom: 80px;
    }

    .qiud_info .qiud_info_con {
        background: #FFFFFF;
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
    }

    .qiud_info .qiud_info_con .concom-mu-tab {
        width: 100%;
        margin: 0 auto;
    }

    .qiud_info .qiud_info_con .concom-mu-tab .concom-mu-tab-bw {
        border-bottom: solid 1px #ddd;
    }

    .qiud_info .concom-mu-tab-bw ul {
        display: flex;
        justify-content: space-evenly;
        padding: 10px 0;
    }

    .qiud_info .concom-mu-tab-bw ul li {
        padding: 10px;
    }

    .qiud_info .concom-mu-tab-bw ul li.active {
        background: #e91a4c;
        border-radius: 4px;
        padding: 10px;
        transform: skewX(-15deg);
    }

    .qiud_info .concom-mu-tab-bw ul li span {
        display: block;
    }

    .qiud_info .concom-mu-tab-bw ul li.active span {
        transform: skewX(15deg);
        color: #FFFFFF;
    }

    .qiud_info .concom-mu-tab-t {
        min-height: 400px;
    }

    .qiud_info .team_per {
        width: 680px;
        margin: 0 auto;
        margin-top: 25px;
        color: #FFFFFF;
        position: relative;
        padding-bottom: 50px;
    }

    .qiud_info .team_per .team_per_bt {
        background: url(../img/background_tongji.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: flex;
        justify-content: space-between;
        align-items: end;
        padding: 0 25px;
        height: 46px;
    }

    .qiud_info .team_per .team_per_bt span {
        display: inline-flex;
        align-items: center;
    }

    .qiud_info .team_per .team_per_bt span img {
        width: 34px;
        height: 34px;
        margin-bottom: 5px;
        border-radius: 50%;
    }

    .qiud_info .team_per .team_per_bt span i {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .qiud_info .team_per .team_per_bt span i:nth-child(1) {
        text-align: right;
    }

    .qiud_info .team_per .team_per_bt span i:nth-child(2) {
        text-align: left;
    }

    .qiud_info .team_per .team_per_bt span:nth-of-type(2) {
        font-size: 32px;
    }

    .qiud_info .team_jdt {
    }

    .qiud_info .team_jdt li {
        display: flex;
        justify-content: space-between;
        color: #333333;
        background: #F4F4F4;
        padding: 5px 30px;
        border-radius: 4px;
        margin-top: 10px;
        font-size: 14px;
    }

    .qiud_info .team_jdt li .tj_zhu, .qiud_info .team_jdt li .tj_ke {
        width: 30px;
        display: inline-block;
        text-align: center;
    }

    .progress {
        display: inline-block;
        width: 185px;
        height: 10px;
        border: 1px solid #ccc;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 0 5px 0px #ddd inset;
    }

    .progress span {
        display: block;
        height: 100%;
        text-align: center;
        color: #fff;
    }

    .per_yi {
        text-align: right !important;
        text-align: -webkit-right !important;
    }

    .per_yi span {
        background: #E91A4C;
    }

    .pro_num {
        width: 30px;
        display: inline-block;
        text-align: center;
    }

    .pro_er span {
        background: #2154af;
    }

    .tab-child {
        margin: 0 auto;
        max-width: 650px;
    }

    .tab-child .tab-child-bw ul {
        display: flex;
        justify-content: space-around;
        font-size: 14px;
        margin-top: 20px;
    }

    .tab-child .tab-child-bw ul li {
        border: solid 1px #C0C0C0;
        padding: 5px 15px;
        border-radius: 4px;
    }

    .tab-child .tab-child-bw ul li.active {
        color: #E91A4C;
        border: solid 1px #E91A4C;
    }

    .tab-child .tab-child-dw-t {
        padding-bottom: 50px;
        position: relative;
    }

    .tab-child-dw-t .sj_line {
        position: relative;
    }

    .logo_sm {
        margin: 0 30px;
        margin-bottom: 50px;
    }

    .logo_sm span {
        margin-right: 20px;
    }

    .logo_sm span img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
    }

    .tab-child-dw-t .clock {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-child-dw-t .shaozi {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-child .tab-child-dw-t .chart_bt {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .tab-child .tab-child-dw-t p .time_dwu {
        display: inline-flex;
    }

    .tab-child .tab-child-dw-t p span:nth-of-type(2) {
        margin: 0 15px;
    }

    .tab-child .tab-child-dw-t p span img {
        width: 24px;
        height: 24px;
        margin: 0 5px;
    }

    .content {
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 50px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .content:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        width: 2px;
        background-color: #ccc;
    }

    .entries {
        margin: auto;
        position: relative;
        left: -5px;
    }

    .entries .entry {
        width: calc(50% - 50px);
        padding: 3px 20px 3px 10px;
        margin-top: 25px;
        clear: both;
        background-color: #ccc;
        font-size: 14px;
        border-radius: 2px;
    }

    .entries .entry .title {
        margin-bottom: 5px;
        position: relative;
    }

    .entry .title i {
        font-style: normal;
    }

    .entry .time {
        font-size: 12px;
        color: rgb(0, 0, 0, 0.5);
    }

    .entry .home_field {
        color: red;
    }

    .entries .entry .title:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: -50px;
        z-index: 1000;
    }

    .entries .entry .body p {
        line-height: 1.4em;
        font-style: normal;
        margin: 0;
        margin-bottom: 5px;
    }

    .entries .position_left {
        text-align: right;
        float: left;
        background: #FFEEF2;
    }

    .entries .position_left.position_zhong {
        background: #EEEEEE;
    }

    .entries .position_left .body {
        text-align: right;
    }

    .entries .position_right .body {
        text-align: left;
    }

    .entries .position_right {
        transform: translateX(8px);
        text-align: left;
        float: right;
        background: #F0F5FE;
    }

    .entries .position_right .title:before {
        background-color: #8AB1F7;
        left: -38px;
    }

    .entries .position_left .title:before {
        background-color: #FF837D;
    }

    .grow-item {
        display: flex;
        justify-content: space-between;
        height: 100px;
    }

    .grow-item .time-line {
        position: relative;
        height: auto;
        padding: 34px 0 0 38px;
        border-left: 1px solid #e5e6e9;
    }

    .grow-item:last-child .time-line:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -7px;
        width: 14px;
        height: 17px;
        border-radius: 5px;
        background-color: #e5e6e9;
        transform: perspective(4px) rotateX(12deg);
    }

    .grow-item .time-line .time-line-dot {
        position: absolute;
        left: -10px;
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border-radius: 50%;
        border: solid 1px #d2d3d4;
    }

    .grow-item .time-line .time-line-dot::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #f49f16;
    }

    .grow-item .time-line .time-line-title {
        font-size: 14px;
        font-weight: bold;
        color: #171f31;
        line-height: 23px;
    }

    .grow-item .time-line .time-line-cont {
        font-size: 12px;
        color: #353f57;
        line-height: 24px;
        margin-top: 10px;
    }

    footer div {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto
    }

    .jiabifeng {
        max-width: 1200px !important;
        min-width: 320px;
        margin: 0 auto
    }

    .jiabifeng {
        position: relative;
        height: 80px;
        font-style: normal
    }

    .jiabifeng .eventtime {
        position: absolute;
        top: 17px;
        left: 10px;
        width: 180px;
        text-align: left;
        height: 50px;
        line-height: 50px;
        padding-right: 10px
    }

    .jiabifeng .feleimg {
        float: left
    }

    .jiabifeng .eventtime em {
        width: 75px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        padding: 0 10px;
        color: #8e8e8e
    }

    .jiabifeng .eventtime i {
        width: 47px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        color: #8e8e8e
    }

    .jiabifeng .changci {
        position: absolute;
        top: 17px;
        left: 200px;
        width: 130px;
        text-align: left;
        display: none;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #E91A4C;
        font-weight: 700;
        font-style: normal
    }

    .jiabifeng .zhudui {
        position: absolute;
        top: 0;
        left: 310px;
        width: 216px;
        height: 80px;
    }

    .jiabifeng .hhp {
        display: inline-flex;
        width: unset;
        height: 80px;
        line-height: 40px;
    }

    .jiabifeng .hhp .redp, .jiabifeng .hhp .yelp {
        background: #FF5D5D;
        width: 16px;
        height: 25px;
        margin-top: 28px !important;
        font-size: 12px;
        display: inline;
        color: #fff;
        border-radius: 4px;
        line-height: 25px;
        margin: 0 2px;
    }

    .jiabifeng .hhp .yelp {
        background: #FFA800;
    }

    .jiabifeng .kedui .hhp .redp {
        width: px;
    }

    .jiabifeng .zhudui p {
        float: right !important;
    }

    .jiabifeng .zhudui .zhudui_hhp {
        float: right !important;
    }

    .jiabifeng .vsp {
        position: absolute;
        top: 17px;
        left: 520px;
        width: 120px;
        height: 50px;
        line-height: 50px;
        padding: 0 !important;
        text-align: center;
        font-size: 21px !important;
        font-weight: 400 !important
    }

    .jiabifeng .kedui {
        position: absolute;
        top: 0;
        left: 640px;
        width: 210px;
        height: 80px
    }

    .jiabifeng .video {
        position: absolute;
        top: 22px;
        right: 25px;
        width: 20%
    }

    .jiabifeng .bifeng {
        position: absolute;
        top: 17px;
        left: 520px;
        width: 120px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #333;
        font-style: normal;
        text-align: center;
        font-weight: 700;
        text-align: center;
        display: none
    }

    .jiabifeng .zhudui p, .jiabifeng .zhudui span {
        float: left;
        margin-top: 20px !important
    }

    .jiabifeng .zhudui span img {
        display: inline;
        margin: 0
    }

    .jiabifeng .zhudui span {
        float: right;
    }

    .jiabifeng .zhudui p {
        line-height: 40px;
        height: 40px;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: right !important
    }

    .jiabifeng .kedui p, .jiabifeng .kedui span {
        float: left;
        margin-top: 20px !important
    }

    .jiabifeng .kedui span img {
        display: inline;
        margin: 0
    }

    .jiabifeng .kedui p {
        line-height: 40px;
        height: 40px;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left
    }

    .jiabifeng .title {
        width: 500px !important;
        text-align: left;
        position: absolute;
        top: 0;
        left: 320px;
        line-height: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 !important
    }

    .jiabifeng .titlematch_befeng, .jiabifeng .titlematch_changci {
        display: none !important
    }

    .jiabifeng .changci span {
        color: #999;
        font-size: 14px
    }

    .jiabifeng .bifeng em {
        font-weight: 700
    }

    .jiabifeng .bifeng em.hui {
        color: #999
    }

    .jiabifeng .biffeng_lan {
        position: relative;
        width: 115px
    }

    .jiabifeng .biffeng_lan .bifeng_num {
        font-weight: 700;
        font-size: 20px;
        color: #333
    }

    .jiabifeng .changci .noks {
        color: #999;
        font-size: 14px;
        font-style: normal
    }

    .jiabifeng .kedui span, .jiabifeng .zhudui span {
        display: inline-block;
        width: 40px
    }

    .jiabifeng .banc_jiaoq {
        position: absolute;
        top: 0;
        right: 165px;
        width: 176px;
        font-size: 14px;
    }

    .jiabifeng .banc_jiaoq p {
        line-height: 80px;
        height: 80px;
        padding-left: 10px;
    }

    .jiabifeng .banc_jiaoq p span {
        margin-right: 20px;
    }

    .jiabifeng .banc_jiaoq p span i {
        color: #333;
        font-weight: 700;
    }

    .index-div a .video i {
        width: 21px;
        height: 20px;
        background: url(../img/icon-live.png) no-repeat center;
        margin-right: 5px
    }

    .jiabifeng .jingq p {
        color: #E91A4C;
        font-weight: 700
    }

    .jiabifeng .jingq:after {
        content: '';
        background: url(../img/jq_z.png) no-repeat bottom right/28px 28px;
        position: absolute;
        top: 25px;
        left: -10px;
        z-index: 2;
        width: 28px;
        height: 28px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .kedui.jingq:after {
        left: unset;
    }

    @-webkit-keyframes bounce-up {
        25% {
            -webkit-transform: translateY(8px)
        }
        100%, 50% {
            -webkit-transform: translateY(0)
        }
        75% {
            -webkit-transform: translateY(-1px)
        }
    }@keyframes bounce-up {
         25% {
             transform: translateY(8px)
         }
         100%, 50% {
             transform: translateY(0)
         }
         75% {
             transform: translateY(-1px)
         }
     }.jiabifeng .jingq_k p {
          color: #E91A4C;
          font-weight: 700
      }

    .jiabifeng .jingq_k:after {
        content: '';
        background: url(../img/jq_z.png) no-repeat bottom right/28px 28px;
        position: absolute;
        top: 25px;
        right: -20px;
        z-index: 2;
        width: 28px;
        height: 28px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .jingq_bt {
        color: #006fc0;
        font-weight: 700
    }

    .jiabifeng .jingq_bt:after {
        content: '';
        background: url(../img/jq_z.png) no-repeat bottom right/28px 28px;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 100;
        width: 28px;
        height: 28px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .index-div a .center .vsp {
        color: #999
    }

    .bifeng_num .jing {
        color: #006fc0
    }

    .jiabifeng .zhujingq p {
        color: #E91A4C;
        font-weight: 700
    }

    .jiabifeng .zhujingq:after {
        content: '';
        background: url(../img/jq_zhu.png) no-repeat bottom right/28px 28px;
        position: absolute;
        top: 25px;
        left: -10px;
        z-index: 2;
        width: 28px;
        height: 28px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .zhujingq_k p {
        color: #E91A4C;
        font-weight: 700
    }

    .jiabifeng .zhujingq_k:after {
        content: '';
        background: url(../img/jq_zhu.png) no-repeat bottom right/28px 28px;
        position: absolute;
        top: 25px;
        right: -20px;
        z-index: 2;
        width: 28px;
        height: 28px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .zhujingq_bt {
        color: #006fc0;
        font-weight: 700
    }

    .jiabifeng .zhujingq_bt:after {
        content: '';
        background: url(../img/jq_zhu.png) no-repeat bottom right/28px 28px;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 100;
        width: 28px;
        height: 28px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .bifeng .jing {
        color: #E91A4C
    }

    .weikai {
        color: #999;
        font-size: 28px;
        font-weight: 400
    }

    .bifeng_xq_lan em {
        display: block
    }

    .jiabifeng .biffeng_lan .bifeng_xq_lan {
        position: absolute;
        z-index: 1000;
        background: #fff;
        width: 345px;
        height: 103px;
        display: none;
        -webkit-box-shadow: 0 0 10px rgba(233, 214, 208, .5);
        -moz-box-shadow: 0 0 10px rgba(233, 214, 208, .5);
        box-shadow: 0 0 10px rgba(233, 214, 208, .5);
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin-left: -122px;
        top: 50px;
        left: 0
    }

    .jiabifeng .biffeng_lan .bifeng_xq_lan li {
        line-height: 20px
    }

    .bf_bj_jt {
        background: url(../img/laqiubf_bj.png) no-repeat;
        position: absolute;
        top: -5px;
        left: 50%;
        display: inline-block;
        width: 12px;
        height: 5px;
        margin-left: -7px
    }

    .chang_lan_bt {
        height: 28px;
        line-height: 28px;
        background: linear-gradient(to left, #F98AA5, #F1E4D1) !important;
        moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        padding-left: 139px
    }

    .chang_lan_bt tt {
        color: #fff;
        font-size: 14px;
        width: 39px;
        text-align: center;
        float: left
    }

    .bifen_lan_xs span {
        color: #333;
        font-size: 14px;
        width: 39px;
        text-align: center;
        float: left;
        line-height: 30px;
        font-weight: 500
    }

    .bifen_lan_xs span.dw_name {
        width: 129px;
        text-align: left;
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .jiabifeng .changci i {
        color: #999;
        font-style: normal
    }

    .jiabifeng .changci .clock-d {
        font-weight: 700
    }

    .bifeng_xq .main-two {
        margin: 0 auto
    }

    .bifeng_zhishu {
        width: 100%;
        margin: 0 auto;
        background: #3d3d44;
        padding: 10px 0;
        text-align: center;
        overflow: hidden;
        display: none;
        max-width: 960px;
        padding-top: 20px;
    }

    .bifeng_xq .bifeng_zhishu {
        display: block
    }

    .bifeng_xq .biaoti {
        display: none
    }

    .db_bf_xq {
        width: 600px;
        margin: 0 auto
    }

    .bifeng_zhishu .xq_fenlei_img {
        display: inline
    }

    .bifeng_zhishu .xq_fenlei_img img {
        display: inline;
        margin-bottom: -5px;
        width: 21px;
        height: 21px
    }

    .bifeng_zhishu .xq_fenlei_name {
        display: inline-block;
        color: #999;
        height: 28px;
        line-height: 28px
    }

    .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
        font-size: 14px;
        text-align: center;
        padding: 10px 0
    }

    .bifeng_zhishu .bs_bt_title {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        font-weight: 700;
        margin: 5px 0;
    }

    .bifeng_zhishu .bs_time {
        font-size: 14px;
        color: #E91A4C;
        margin: 5px 0
    }

    .bifeng_zhishu .bs_befeng {
        font-size: 22px;
        color: #E91A4C;
        font-weight: 700
    }

    .bifeng_shuju {
        overflow: hidden
    }

    .zhishu {
        clear: both;
        width: 100%;
        font-size: 14px;
        color: #fff;
        margin-top: 5px;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .bifeng_zhishu .yikaisai {
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
        font-weight: 600
    }

    .bifeng_zhishu .yikaisai cite {
        width: 450px;
        display: inline-block
    }

    .bifeng_zhishu .yikaisai cite.ks_zhumc {
        text-align: right
    }

    .bifeng_zhishu .yikaisai cite.ks_kemc {
        text-align: left
    }

    .bifeng_zhishu .yikaisai .ks_vs {
        width: 50px;
        text-align: center;
        display: inline-block
    }

    .zhishu .jscs_num {
        float: left;
        font-size: 14px
    }

    .zhishu .jscs_num span {
        color: #bababa;
        margin-right: 5px
    }

    .zhishu .jscs_num p {
        display: inline-block;
        text-align: left
    }

    .zhishu .jscs_num cite {
        font-style: normal;
        margin: 0 2px;
        padding: 0 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .zhishu .jscs_num cite.red {
        background: #1C9F7A
    }

    .zhishu .jscs_num cite.blue {
        background: #1C9F7A
    }

    .zhishu .jscs_num cite.yellow {
        background: #E91A4C;
        color: #fff
    }

    .jscs_num .oz_fpan {
        display: none
    }

    .zhishu_lan {
        clear: both;
        width: 100%;
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        display: none
    }

    .zhishu_lan .lanzhi_bg {
        border: 1px #4e4e58 solid;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        border-bottom: none
    }

    .zhishu_lan .lanzhi_bg .lan_zhi_bt {
        border-bottom: 1px #4e4e58 solid;
        box-sizing: border-box
    }

    .zhishu_lan .lanzhi_bg .lan_zhi_bt div {
        float: left;
        height: 32px;
        line-height: 32px;
        border-right: 1px #4e4e58 solid;
        box-sizing: border-box;
        padding: 0 10px
    }

    .zhishu_lan .lanzhi_bg .duiwu {
        width: 15%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .zhishu_lan .lanzhi_bg .changcibf {
        width: 26%
    }

    .zhishu_lan .lanzhi_bg .quchang {
        width: 9%
    }

    .zhishu_lan .lanzhi_bg .ouzhi {
        width: 10%
    }

    .zhishu_lan .lanzhi_bg .rangfen {
        width: 20%
    }

    .zhishu_lan .lanzhi_bg .zhongfen {
        width: 20%
    }

    .zhishu_lan .lanzhi_bg .changcibf span {
        display: inline-block;
        width: 20%;
        text-align: center;
        float: left
    }

    .lanzhi_bg .zhongfen span, .zhishu_lan .lanzhi_bg .rangfen span {
        display: inline-block;
        width: 50%;
        text-align: center;
        float: left
    }

    .zhishu_lan .qcred {
        color: #E91A4C
    }

    .bifeng_zhishu_zhu {
        display: none;
        margin-bottom: 10px;
    }

    .bifeng_zhishu_lan {
        display: none
    }

    .bifeng_pei {
        height: 30px;
        line-height: 30px;
        display: flex;
        justify-content: center;
        margin: 0 0 5px 0
    }

    .bifeng_pei p {
        display: inline-block
    }

    .bifeng_pei .redyellow_p {
        width: 250px;
        color: #fff;
        margin-top: 5px;
        display: none
    }

    .bifeng_pei .redyellow_p span {
        height: 20px;
        line-height: 20px;
        display: inline-block;
        margin: 0 15px
    }

    .bifeng_pei .redyellow_p i {
        display: inline-block;
        height: 20px;
        width: 20px;
        float: left
    }

    .bifeng_pei .redyellow_p em {
        display: inline-block;
        height: 20px;
        width: 20px;
        float: left;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        margin: 0 5px
    }

    .bifeng_pei .bs_befeng {
        padding: 0 20px
    }

    .bifeng_pei .redyellow_p i img {
        width: 100%;
        height: 100%
    }

    .bifeng_pei .bs_befeng em {
        font-weight: 700
    }

    .bifeng_pei .redyellow_p em.bianhua {
        background: #ff8a81
    }

    .bifeng_zhishu {
        position: relative
    }

    .bifeng_switch {
        position: absolute;
        top: unset;
        right: 20px;
        z-index: 1000;
        display: none;
        padding-top: 0;
    }

    .bfonoff {
        position: relative;
        padding: 1px;
        width: 50px;
        height: 22px;
        border-radius: 22px;
        background-color: #FFFFFF;
        display: flex;
        font-size: 14px;
        align-items: center;
    }

    .bfonoff .word {
        position: absolute;
        left: 8px;
        font-size: 14px;
        color: #E91A4C;
    }

    .bfonoff .btnn {
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        background-color: #E91A4C;
        left: 29px
    }

    .bifeng_kai {
        position: relative;
        padding: 1px;
        width: 4350;
        height: 22px;
        border-radius: 22px;
        background-color: #666
    }

    .bifeng_kai .word {
        left: unset;
        right: 8px;
        color: #fff;
    }

    .bifeng_kai .btnn {
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        background-color: #999999;
        left: 0;
    }

    .top-div {
        position: relative
    }

    .newyearl {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 168px;
        height: 65px;
        background: url(../img/logo_june_l_red.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat
    }

    .newyearr {
        position: absolute;
        bottom: 0;
        right: 10px;
        width: 168px;
        height: 65px;
        background: url(../img/logo_june_r_red.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat
    }

    .pc-app-box {
        display: block
    }
}

@media screen and (min-width: 750px) {
    .mjtj_qh_mk {
        width: 960px;
        margin: 0 auto
    }

    .mjtj_qh_mk {
        position: relative
    }

    .guanbi_ad {
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 1000;
        height: 20px;
        cursor: pointer
    }

    .gb_ad_an {
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 12px;
        border: 0px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 26px;
        font-weight: 100;
        background: #E91A4C;
        color: #fff
    }

    .guanbi_ad .gbad_wz {
        float: left;
        height: 18px;
        line-height: 18px;
        padding-right: 5px;
        font-size: 12px;
        color: #333
    }

    .gbad_tishi {
        width: 230px;
        height: 22px;
        line-height: 22px;
        position: absolute;
        top: -32px;
        right: -100px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        display: none
    }

    .bottomtip {
        width: 230px;
        display: inline-block;
        position: relative;
        color: #fff;
        background: rgba(0, 0, 0, .9);
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .bottomtip:after {
        border: 6px solid transparent;
        border-top: 6px solid rgba(0, 0, 0, .9);
        position: absolute;
        content: "";
        left: 50%;
        margin-left: 0;
        top: 100%
    }

    .guanbi_ad:hover .gb_ad_an {
        background: #45a1e2;
        border: 0px;
        color: #fff
    }

    .guanbi_ad:hover .gbad_tishi {
        display: block
    }

    .wap_jfb {
        display: none
    }

    .yikaisai_new {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .ks_vs_new_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100px;
    }

    .ks_vs_new_wrap .bs_time_new {
        margin-bottom: 15px;
        color: #E91A4C;
    }

    .ks_vs_new_wrap .bs_time_new cite {
        display: inline;
    }

    .bifeng_zhishu .yikaisai .ks_vs_new {
        font-size: 23px;
        width: 100px;
        color: #999999;
    }

    .bifeng_zhishu .yikaisai .ks_vs_new em {
        color: #E91A4C;
    }
}

@media screen and (min-width: 750px) {
    .navindex li a {
        color: #333333 !important;
    }

    .navindex .active a {
        color: #E91A4C !important;
    }

    .oz_t_t a::after {
        content: '';
        position: absolute;
        top: -5px;
        right: 10px;
        width: 30px;
        height: 14px;
        background: url(../img/hot.png);
    }
}

@media screen and (max-width: 750px) {
    html, body {
        background-color: #fff !important;
    }

    .head-main {
        background-image: none
    }

    .head-main {
        height: 4.5rem;
        padding-top: 1rem
    }

    .zhti_qiehuan_wrap {
        width: 8.9rem;
        position: absolute;
        left: 1rem;
        top: 25%;
    }

    .zhti_qiehuan_top::before {
        content: '';
        background: url("../img/zhuti_icon.png") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        vertical-align: text-top;
        width: 1.8rem;
        height: 1.4rem;
    }

    .zhti_qiehuan_top {
        color: #ffffff;
        border: 1px #eee solid;
        box-sizing: border-box;
        width: 9.9rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.1rem;
        border-radius: 4rem;
        padding: 0 0 0 1rem;
        position: relative;
    }

    .zhti_qiehuan_top > img {
        width: .7rem;
        height: auto;
        position: absolute;
        right: 1rem;
        top: 1.4rem;
    }

    .zhti_qiehuan {
        background: #ffffff;
        color: #666666;
        text-align: center;
        border-radius: .4rem;
        position: absolute;
        z-index: 99999;
        width: 100%;
        display: none;
    }

    .zhti_qiehuan > li.active {
        color: #E91A4C
    }

    .zhti_qiehuan > li {
        font-size: 1.1rem;
        line-height: 30px;
        cursor: pointer;
    }

    .zhti_qiehuan > li:hover {
        color: #00bcb4;
    }

    .bifeng_zhishu_zhu {
        padding-top: 1rem;
    }

    .jiabifeng {
        position: relative;
        font-style: normal;
        min-height: 11.5rem;
        padding-bottom: 0.2rem
    }

    .index-div a .team p {
        white-space: unset;
        overflow: unset;
        text-overflow: unset;
        margin: 0 .7rem;
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    .navindex {
        justify-content: left;
        padding-left: 1rem;
    }

    .top-div .sxls {
        position: absolute;
        width: 6.5rem;
        right: 3.5rem;
        top: 1rem;
        padding: 0.3rem;
        border: solid 1px #E91A4C;
        border-radius: 0.2rem;
        cursor: pointer;
        font-size: 1rem;
        line-height: unset;
        color: #E91A4C;
        background: #FDEFF0;
    }

    .top-div .sxls::after {
        content: '';
        background: url(../img/gbsx_wap.png);
        background-repeat: no-repeat;
        width: 1.4rem;
        height: 1.4rem;
        display: inline-block;
        background-size: contain;
        vertical-align: top;
    }

    .top-div .sxls span {
        width: 70%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .zhiding:before {
        content: '';
        background: url(../img/zd_img_w_r.png) no-repeat top left/33px 33px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 33px;
        height: 33px;
        left: auto
    }

    .jiabifeng .feleimg {
        float: left;
        margin-top: -3px
    }

    .jiabifeng .eventtime {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center
    }

    .jiabifeng .eventtime em {
        width: 10rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        padding: 0 10px;
        text-align: left;
        line-height: 20px;
        font-size: 1rem;
        margin-top: -3px;
        color: #1D2129;
    }

    .jiabifeng .eventtime i {
        width: 8rem;
        position: absolute;
        top: 22%;
        left: 50%;
        margin-left: -4rem;
        font-size: 1rem;
    }

    .jiabifeng .changci {
        position: absolute;
        top: 1.6rem;
        left: 50%;
        margin-left: -5rem;
        text-align: left;
        display: block;
        width: 10rem;
        height: 2.2rem;
        line-height: 2.2rem;
        font-size: 1.2rem;
        color: #E91A4C;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        display: block
    }

    .jiabifeng .team {
    }

    .jiabifeng .team .hhp {
        font-size: 1rem;
        width: unset;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 30%;
    }

    .jiabifeng .team .kedui_hhp {
        left: unset;
    }

    .jiabifeng .team .hhp span {
        background: #FFA800;
        width: 0.8rem;
        height: 1.5rem;
        border-radius: 0.2rem;
        color: #ffff;
    }

    .jiabifeng .team .hhp .redp {
        background: #FF5D5D;
    }

    .jiabifeng .hhp .redp, .jiabifeng .hhp .yelp {
        margin: 0.2rem !important;
    }

    .jiabifeng .zhudui {
    }

    .jiabifeng .kedui {
    }

    .jiabifeng .team span {
    }

    .jiabifeng .vsp {
        position: absolute;
        top: 4rem;
        left: 50%;
        margin-left: -3.85rem;
        width: 7.7rem;
        height: 2.2rem;
        line-height: 2.2rem;
        padding: 0 !important;
        font-size: 1.5rem !important
    }

    .jiabifeng .bifeng {
        position: absolute;
        top: 4.5rem;
        left: 50%;
        margin-left: -5rem;
        height: 2.2rem;
        line-height: 2.2rem;
        padding: 0 !important;
        display: block;
        font-size: 1.6rem;
        text-align: center;
        color: #333;
        font-style: normal;
        font-weight: 700;
        display: block;
        display: inline-block;
        width: 10rem;
        display: none
    }

    .jiabifeng .video {
        position: absolute;
        top: 6.5rem;
        left: 50%;
        margin-left: -5rem !important
    }

    .kedui {
        float: right !important
    }

    .index-nav li.active {
        color: #fff;
        background: #E91A4C;
        transform: skewX(-15deg);
        display: block;
        border-radius: 0.25rem;
        height: 3rem;
        line-height: 3rem;
    }

    .index-nav li.active span {
        transform: skewX(15deg);
        display: block;
        color: #fff;
    }

    .top-div .saishi-con {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .top-div .saishi-con .xzss {
        background: url(../img/saishi.png) no-repeat;
        background-size: 100% 100%;
        width: 1.9rem;
        height: 2rem;
        margin-top: 0.35rem;
    }

    .saishi-con .new_icon {
        width: 2.2rem;
        height: 1.1rem;
        background: url(../img/new-wap.png);
        background-size: 100% 100%;
        display: inline-block;
        position: absolute;
        top: -0.8rem;
        right: -0.6rem;
    }

    .ching-xzmx-con-lb {
        display: none;
    }

    .banc_jiaoq {
        position: absolute;
        bottom: 0.2rem;
        font-size: 1rem !important;
        left: 35%;
        color: #9197AD;
    }

    .banc_jiaoq span {
        margin: 0 0.25rem;
    }

    .zq_goal {
        position: absolute;
        background: #ed4870;
        left: 5%;
        top: 5%;
        z-index: 10000 !important;
        color: #FFFFFF;
        padding: 1.5rem 0 1.5rem 1rem;
        font-size: 1.2rem !important;
        width: 32.5rem !important;
        border-radius: 0.2rem;
    }

    .zq_goal:nth-of-type(2) {
        top: 8%;
    }

    .zq_goal:nth-of-type(3) {
        top: 11%;
    }

    .zq_goal li {
        display: flex;
        align-items: center;
    }

    .zq_goal span {
        display: inline-block;
    }

    .zq_goal .zq_qd {
        width: 31%;
        border-right: solid 1px #ffff;
        height: 2rem;
    }

    .zq_goal .zq_lg {
        font-size: 1.5rem;
    }

    .zq_goal .zq_bf {
        width: 7%;
        margin-left: 1rem;
    }

    .zq_goal .zq_sj {
        width: 20%;
        text-align: center;
    }

    .zq_goal img {
        width: 2.25rem !important;
        height: 2.25rem !important;
        margin: 0 !important;
        margin-left: 0.25rem !important;
        animation: rotate 0.7s infinite linear;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }.zq_goal .zq_bf.active {
         background: #fff;
         color: #E91A4C;
         border-radius: 0.15rem;
     }

    .enter-x-left {
        z-index: 9;
        opacity: 0;
        animation: enter-x-left 1s linear;
        animation-fill-mode: forwards;
        transform: translateX(-10rem);
    }

    .enter-x-right {
        z-index: 9;
        opacity: 0;
        animation: enter-x-right 1s linear;
        animation-fill-mode: forwards;
        transform: translateX(10rem);
    }

    .enter-x-left:nth-child(1), .enter-x-right:nth-child(1) {
        animation-delay: 0.1s;
    }

    .enter-x-left:nth-child(2), .enter-x-right:nth-child(2) {
        animation-delay: 0.2s;
    }

    .enter-x-left:nth-child(3), .enter-x-right:nth-child(3) {
        animation-delay: 0.3s;
    }

    .enter-x-left:nth-child(4), .enter-x-right:nth-child(4) {
        animation-delay: 0.4s;
    }

    @keyframes enter-x-left {
        to {
            opacity: 0.8;
            transform: translateX(0);
        }
    }@keyframes enter-x-right {
         to {
             opacity: 0.8;
             transform: translateY(0);
         }
     }.lawzzb-con {
          padding-left: 2.5rem;
          padding-right: 2.5rem;
      }

    marquee {
        padding-left: 2.5rem;
    }

    .wzzb {
        padding-left: 2rem;
        padding-top: 1rem;
        margin-top: 1rem;
        height: 18rem;
        overflow-y: scroll;
        padding-bottom: 2rem;
    }

    .wzzb .every-line {
        margin-bottom: 1rem;
        position: relative;
    }

    .wzzb .every-line::before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        top: 0.3rem;
        left: -1.3rem;
        background: #FF837D;
    }

    .wzzb .line-ke::before {
        background: #8AB1F7;
    }

    .wzzb .line-zh::before {
    }

    .wzzb .every-line::after {
        content: '';
        border-left: solid 1px #E2E2E5;
        height: 4rem;
        display: block;
        position: absolute;
        left: -1.1rem;
        top: 0.75rem;
    }

    .wzzb .every-line:nth-of-type(1)::before {
        content: '';
        background: url("../img/clock.png");
        background-size: 1rem 1rem;
        width: 1rem;
        height: 1rem;
        position: absolute;
        left: -1.5rem;
        border: unset;
    }

    .wzzb .every-line:nth-last-child(1)::before {
        content: '';
        background: url("../img/sj.png");
        background-size: 1rem 1rem;
        width: 1rem;
        height: 1rem;
        border: unset;
        position: absolute;
        left: -1.5rem;
        bottom: 0;
    }

    .wzzb .every-line:nth-last-child(1)::after {
        border: unset
    }

    .wzzb .every-line:nth-last-child(2)::after {
        height: 2.5rem
    }

    .wzzb .every-line i {
        color: #999999;
    }

    .wzzb .every-line span {
        margin-left: 1rem;
    }

    .sslb-con {
        display: none;
        width: 100%;
        height: 100%;
    }

    .sslb-con .sslb-con-tou {
        font-size: 1.8rem;
        position: relative;
        padding: 1.25rem 1rem;
        border-bottom: solid 1px #eee;
    }

    .sslb-con .sslb-con-tou .sslb-con-tou-bt {
        text-align: center;
    }

    .sslb-con .sslb-con-tou .sslb-con-tou-gb {
        margin-top: -0.9rem;
    }

    .sslb-con .sslb-con-tou .sslb-con-tou-gb .iconfont {
        font-size: 2.8rem;
    }

    .sslb-con-lt-bk {
        padding: 1rem 1.8rem;
    }

    .sslb-con-lt-bk p {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }

    .sslb-con-lt-bk ul li {
        font-size: 1.2rem;
        background: #FCEAEF;
        border-radius: 0.4rem;
        color: #E91A4C;
        display: inline-block;
        width: 7.7rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        margin-bottom: 0.5rem;
        margin-right: 0.25rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sslb-con-lt-bk ul li a {
        color: #E91A4C;
    }

    .qiud_info {
        background: #f4f4f4;
        width: 100%;
        font-size: 1rem;
        padding-bottom: 8.5rem;
    }

    .qiud_info .qiud_info_con {
        background: #FFFFFF;
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
    }

    .qiud_info .qiud_info_con .concom-mu-tab {
        width: 100%;
        margin: 0 auto;
    }

    .qiud_info .qiud_info_con .concom-mu-tab .concom-mu-tab-bw {
        border-bottom: solid 1px #ddd;
    }

    .qiud_info .concom-mu-tab-bw ul {
        display: flex;
        justify-content: space-evenly;
        padding: 0.5rem 0;
    }

    .qiud_info .concom-mu-tab-bw ul li {
        padding: 0.5rem;
        font-size: 1.4rem;
    }

    .qiud_info .concom-mu-tab-bw ul li.active {
        background: #e91a4c;
        border-radius: 0.2rem;
        padding: 0.5rem;
        transform: skewX(-15deg);
    }

    .qiud_info .concom-mu-tab-bw ul li span {
        display: block;
    }

    .qiud_info .concom-mu-tab-bw ul li.active span {
        transform: skewX(15deg);
        color: #FFFFFF;
    }

    .qiud_info .concom-mu-tab-t {
        min-height: 25rem;
    }

    .qiud_info .team_per {
        width: 32.5rem;
        margin: 0 auto;
        margin-top: 1.25rem;
        color: #FFFFFF;
        position: relative;
        padding-bottom: 2.5rem;
    }

    .qiud_info .team_per .team_per_bt {
        background: url(../img/background_tongji.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: flex;
        justify-content: space-between;
        align-items: end;
        padding: 0 2rem;
    }

    .qiud_info .team_per .team_per_bt span {
        display: inline-flex;
        align-items: center;
    }

    .qiud_info .team_per .team_per_bt span img {
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 50%;
    }

    .qiud_info .team_per .team_per_bt span i {
        width: 5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .qiud_info .team_per .team_per_bt span .team_per_mc_ke {
        text-align: right;
    }

    .qiud_info .team_per .team_per_bt span:nth-of-type(2) {
        font-size: 1.6rem;
    }

    .qiud_info .team_jdt {
        margin-bottom: 1.5rem;
        padding-bottom: 2.5rem;
    }

    .qiud_info .team_jdt li {
        display: flex;
        justify-content: space-between;
        color: #333333;
        background: #F4F4F4;
        padding: 0.25rem 1.5rem;
        border-radius: 0.2rem;
        margin-top: 0.5rem;
        font-size: 1rem;
    }

    .qiud_info .team_jdt li .tj_zhu, .qiud_info .team_jdt li .tj_ke {
        width: 1.5rem;
        display: inline-block;
        text-align: center;
    }

    .progress {
        display: inline-block;
        width: 9.25rem;
        height: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 0.75rem;
        overflow: hidden;
        box-shadow: 0 0 0.25rem 0px #ddd inset;
    }

    .progress span {
        display: block;
        height: 100%;
        text-align: center;
        color: #fff;
    }

    .per_yi {
        text-align: right;
        text-align: -webkit-right;
    }

    .per_yi span {
        background: #E91A4C;
    }

    .pro_num {
        width: 1.5rem;
        display: inline-block;
        text-align: center;
    }

    .pro_er span {
        background: #2154af;
    }

    .tab-child .tab-child-bw ul {
        display: flex;
        justify-content: space-around;
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .tab-child .tab-child-bw ul li {
        border: solid 1px #C0C0C0;
        padding: 0.25rem 0.75rem;
        border-radius: 0.2rem;
    }

    .tab-child .tab-child-bw ul li.active {
        color: #E91A4C;
        border: solid 1px #E91A4C;
    }

    .tab-child .tab-child-dw-t {
        padding-bottom: 2.5rem;
        position: relative;
    }

    .tab-child-dw-t .sj_line {
        position: relative;
    }

    .tab-child-dw-t .clock {
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: 2.5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-child-dw-t .shaozi {
        width: 1rem;
        height: 1rem;
        position: absolute;
        bottom: -1.5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-child .tab-child-dw-t .chart_bt {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.5rem;
    }

    .tab-child .tab-child-dw-t p .time_dwu {
        display: inline-flex;
    }

    .tab-child .tab-child-dw-t p span:nth-of-type(2) {
        margin: 0 15px;
    }

    .tab-child .tab-child-dw-t p span img {
        width: 24px;
        height: 24px;
        margin: 0 5px;
    }

    .index-div a div img {
        width: 3.5rem;
        height: 3.5rem;
    }

    .index-div a .center .eventtime .feleimg img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .content {
        position: relative;
        margin: 0 auto;
        width: 32.5rem;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    .content:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%);
        width: 1px;
        background-color: #ccc;
    }

    .entries {
        margin: auto;
        position: relative;
        left: -5px;
    }

    .entries .entry {
        width: calc(50% - 2.5rem);
        padding: 0.15rem 1rem 0.15rem 0.5rem;
        margin-top: 1.25rem;
        clear: both;
        background-color: #ccc;
        font-size: 0.9rem;
        border-radius: 2px;
    }

    .entries .entry .title {
        margin-bottom: 0.25rem;
        position: relative;
    }

    .entry .title i {
        font-style: normal;
    }

    .entry .time {
        font-size: 0.9rem;
        color: rgb(0, 0, 0, 0.5);
    }

    .entry .home_field {
        color: red;
    }

    .entries .entry .title:before {
        content: "";
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-50%);
        right: -2.7rem;
        z-index: 1000;
    }

    .entries .entry .body p {
        line-height: 1.4em;
        font-style: normal;
        margin: 0;
        margin-bottom: 0.25rem;
    }

    .entries .position_left {
        text-align: right;
        float: left;
        background: #FFEEF2;
    }

    .entries .position_left.position_zhong {
        background: #EEEEEE;
    }

    .entries .position_left .body {
        text-align: right;
    }

    .entries .position_right .body {
        text-align: left;
    }

    .entries .position_right {
        transform: translateX(0.4rem);
        text-align: left;
        float: right;
        background: #F0F5FE;
    }

    .entries .position_right .title:before {
        background-color: #8AB1F7;
        left: -1.7rem;
    }

    .entries .position_left .title:before {
        background-color: #FF837D;
    }

    .logo_sm {
        margin: 0 1.5rem;
        margin-bottom: 2.5rem;
    }

    .logo_sm span {
        margin-right: 1rem;
    }

    .logo_sm span img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
    }

    .jiabifeng .titlematch_befeng, .jiabifeng .titlematch_changci {
        display: none !important
    }

    .jiabifeng .title {
        width: 100% !important;
        text-align: left;
        position: absolute;
        top: 3rem;
        left: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center
    }

    .bifeng_xq_lan {
        display: none
    }

    .jiabifeng .titlematch_video {
        position: absolute;
        top: 7.2rem;
        left: 50%;
        margin-left: -5rem !important
    }

    .index-div a .video i {
        background-size: 1.5rem 1.5rem
    }

    .index-div a .video {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .jiabifeng a .kedui, .jiabifeng a .zhudui {
        margin-top: .7rem
    }

    .jiabifeng .biffeng_lan {
        width: 100%
    }

    .biffeng_lan .bifeng_num em {
        font-weight: 700
    }

    .jiabifeng .team span {
        margin-bottom: .4rem
    }

    .index-div a .video i {
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/icon-live.png) no-repeat center !important;
        margin-right: .3rem;
        background-size: 1.5rem 1.5rem !important;
        margin-top: .2rem
    }

    .index-div a .zb_green i {
        background: url(../img/icon-live-red.png) no-repeat center !important;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: .3rem;
        background-size: 1.5rem 1.5rem !important;
        margin-top: .2rem
    }

    .jiabifeng .jingq p {
        color: #E91A4C;
        font-weight: 700
    }

    .jiabifeng .jingq:after {
        content: '';
        background: url(../img/jq_z.png) no-repeat bottom right/1rem 1rem;
        position: absolute;
        top: 6.5rem;
        left: 30%;
        z-index: 2;
        width: 1rem;
        height: 1rem;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .kedui.jingq:after {
        right: 28%;
        left: unset;
    }

    @-webkit-keyframes bounce-up {
        25% {
            -webkit-transform: translateY(8px)
        }
        100%, 50% {
            -webkit-transform: translateY(0)
        }
        75% {
            -webkit-transform: translateY(-1px)
        }
    }@keyframes bounce-up {
         25% {
             transform: translateY(8px)
         }
         100%, 50% {
             transform: translateY(0)
         }
         75% {
             transform: translateY(-1px)
         }
     }.jiabifeng .jingq_k p {
          color: #E91A4C;
          font-weight: 700
      }

    .jiabifeng .jingq_k:after {
        content: '';
        background: url(../img/jq_z.png) no-repeat bottom right/14px 14px;
        position: absolute;
        top: 25px;
        right: 35%;
        z-index: 2;
        width: 15px;
        height: 15px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .jingq_bt {
        color: #006fc0;
        font-weight: 700
    }

    .jiabifeng .jingq_bt:after {
        content: '';
        background: url(../img/jq_z.png) no-repeat bottom right/14px 14px;
        position: absolute;
        z-index: 100000;
        width: 15px;
        height: 15px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite;
        padding-left: 5px
    }

    .index-div a .center .vsp {
        color: #999
    }

    .bifeng_num .jing {
        color: #006fc0
    }

    .bifeng .jing {
        color: #E91A4C
    }

    .jiabifeng .bifeng em {
        font-weight: 700 !important
    }

    .jiabifeng .zhujingq p {
        color: #E91A4C;
        font-weight: 700
    }

    .jiabifeng .zhujingq:after {
        content: '';
        background: url(../img/jq_zhu.png) no-repeat bottom right/14px 14px;
        position: absolute;
        top: 6.5rem;
        left: 30%;
        z-index: 2;
        width: 15px;
        height: 15px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .kedui.zhujingq:after {
        right: 28%;
        left: unset;
    }

    .jiabifeng .zhujingq_k p {
        color: #E91A4C;
        font-weight: 700
    }

    .jiabifeng .zhujingq_k:after {
        content: '';
        background: url(../img/jq_zhu.png) no-repeat bottom right/14px 14px;
        position: absolute;
        top: 25px;
        right: 35%;
        z-index: 2;
        width: 15px;
        height: 15px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite
    }

    .jiabifeng .zhujingq_bt {
        color: #006fc0;
        font-weight: 700
    }

    .jiabifeng .zhujingq_bt:after {
        content: '';
        background: url(../img/jq_zhu.png) no-repeat bottom right/14px 14px;
        position: absolute;
        z-index: 100000;
        width: 15px;
        height: 15px;
        -webkit-animation: bounce-up .5s linear infinite;
        animation: bounce-up .5s linear infinite;
        padding-left: 5px
    }

    .weikai {
        color: #999;
        font-size: 2rem;
        font-weight: 400
    }

    .bifeng_xq .main-two {
        margin: 0 auto
    }

    .bifeng_zhishu {
        width: 100%;
        margin: 0 auto;
        background: #fff;
        padding: 5px 0;
        text-align: center;
        overflow: hidden;
        display: none
    }

    .bifeng_xq .bifeng_zhishu {
        display: block
    }

    .db_bf_xq {
        width: 80%;
        margin: 0 auto
    }

    .bifeng_zhishu .xq_fenlei_img {
        display: inline
    }

    .bifeng_zhishu .xq_fenlei_img img {
        display: inline;
        margin-bottom: -.2rem;
        width: 1.35rem;
        height: 1.35rem
    }

    .bifeng_zhishu .xq_fenlei_name {
        display: inline-block;
        color: #999;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-left: 0.5rem;
    }

    .bifeng_zhishu .duiwu {
        width: 40%;
        float: left
    }

    .bifeng_zhishu .vs_canshu {
        width: 19%;
        float: left
    }

    .bifeng_zhishu .duiwu {
        font-size: 14px;
        color: #333;
        text-align: center
    }

    .bifeng_zhishu .duiwu .duibiao img {
        width: 2.8rem;
        height: 2.8rem;
        -webkit-border-radius: 25em;
        -moz-border-radius: 25em;
        border-radius: 25em;
        display: inline
    }

    .bifeng_zhishu .bs_vs {
        font-size: 2.5rem;
        color: #ef584c;
        font-weight: 700;
        margin-top: 10px
    }

    .bifeng_xq .biaoti {
        display: none
    }

    .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
        font-size: 1.1rem;
        text-align: center;
        padding: .9rem 0
    }

    .bifeng_zhishu .bs_bt_title {
        color: #444;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.8rem;
        margin-top: 3rem;
    }

    .bs_bt_title span {
        color: #a8a8a8
    }

    .bifeng_zhishu .beifeng_xian .bs_vs {
        display: none
    }

    .bifeng_zhishu .bs_time {
        font-size: 1.2rem;
        color: #E91A4C;
        margin: .5rem 0
    }

    .bifeng_zhishu .bs_befeng {
        font-size: 2rem;
        color: #E91A4C;
        font-weight: 700
    }

    .bifeng_shuju {
        overflow: hidden
    }

    .zhishu {
        clear: both;
        width: 100%;
        font-size: 14px;
        color: #59596c;
        margin-top: .9rem;
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .bifeng_zhishu .yikaisai {
        color: #444;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.8rem
    }

    .bifeng_zhishu .yikaisai cite {
        width: 43%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        font-weight: 700
    }

    .bifeng_zhishu .yikaisai cite.ks_zhumc {
        text-align: right
    }

    .bifeng_zhishu .yikaisai cite.ks_kemc {
        text-align: left
    }

    .bifeng_zhishu .yikaisai .ks_vs {
        width: 12%;
        text-align: center;
        display: inline-block;
        float: left;
        font-size: 2rem;
        line-height: 1.4rem
    }

    .zhishu .jscs_num {
        float: left;
        font-size: 12px;
        display: flex;
        flex-flow: column
    }

    .zhishu .jscs_num span {
        color: #bababa;
        float: left;
        margin-left: 5px
    }

    .zhishu .jscs_num p {
        display: inline-block;
        display: flex;
        justify-content: center
    }

    .zhishu .jscs_num cite {
        font-style: normal;
        padding: 0 5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    .zhishu .jscs_num cite.red {
        background: #1C9F7A;
        color: #fff
    }

    .zhishu .jscs_num cite.blue {
        background: #1C9F7A;
        color: #fff
    }

    .zhishu .jscs_num cite.yellow {
        background: #E91A4C;
        color: #fff
    }

    .zhishu_lan {
        clear: both;
        width: 100%;
        font-size: 10px;
        color: #333;
        margin-top: 2px;
        display: none;
        box-sizing: border-box;
        margin-top: .8rem
    }

    .bifeng_zhishu_lan .bs_fenl_sj {
        float: left;
        margin: .5rem 0 0 .5rem
    }

    .bifeng_zhishu_lan .fenleimc_lan {
        max-width: 8.7rem;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .bifeng_zhishu_lan .xq_fenlei_img {
        display: inline-block;
        float: left
    }

    .bifeng_zhishu_lan .xq_fenlei_name span, .xq_fenlei_name cite {
        display: inline-block;
        float: left
    }

    .bifeng_zhishu_lan .bifeng_shuju {
        position: relative
    }

    .bifeng_zhishu_lan .bs_time {
        position: absolute;
        top: .3rem;
        left: 50%;
        width: 10rem;
        margin-left: -5rem
    }

    .bifeng_zhishu_lan .bs_bt_title {
        clear: both
    }

    .bifeng_shuju .bs_fenl_sj {
        margin: 0.5rem 0;
    }

    .bifeng_zhishu_lan .bs_befeng {
        clear: both
    }

    .bifeng_zhishu_lan .bs_befeng em {
        font-weight: 700
    }

    .zhishu_lan .lanzhi_bg {
        border-top: 1px #eee solid;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        flex-flow: column nowrap
    }

    .zhishu_lan .lanzhi_bg .lan_zhi_bt {
        border-bottom: 1px #eee solid;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around
    }

    .zhishu_lan .lanzhi_bg .lan_zhi_bt div {
        height: 1.7rem;
        line-height: 1.7rem;
        box-sizing: border-box;
        padding: 0 3px;
        border-right: 1px #eee solid
    }

    .zhishu_lan .lanzhi_bg .btbjs {
        background: #f4f7fc
    }

    .btbjs .duiwu {
        color: #f4f7fc
    }

    .zhishu_lan .lanzhi_bg .duiwu {
        width: 15%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px
    }

    .zhishu_lan .lanzhi_bg .changcibf {
        width: 23%
    }

    .zhishu_lan .lanzhi_bg .quchang {
        width: 9%
    }

    .zhishu_lan .lanzhi_bg .ouzhi {
        width: 10%
    }

    .zhishu_lan .lanzhi_bg .rangfen {
        width: 17%
    }

    .zhishu_lan .lanzhi_bg .zhongfen {
        width: 26%
    }

    .zhishu_lan .lanzhi_bg .changcibf span {
        display: inline-block;
        width: 20%;
        text-align: center;
        float: left
    }

    .lanzhi_bg .zhongfen span, .zhishu_lan .lanzhi_bg .rangfen span {
        display: inline-block;
        width: 50%;
        text-align: center;
        float: left
    }

    .bifeng_zhishu_zhu {
        display: none
    }

    .bifeng_zhishu_lan {
        display: none
    }

    .bifeng_pei {
        height: 2rem;
        line-height: 2rem;
        display: flex;
        justify-content: center;
        margin: 0 0 1rem 0
    }

    .bifeng_pei p {
        display: inline-block
    }

    .bifeng_pei .redyellow_p {
        color: #666;
        margin-top: 3px;
        display: none
    }

    .bifeng_pei .redyellow_p span {
        height: 1.3rem;
        line-height: 1.3rem;
        display: inline-block;
        margin: 0 .7rem
    }

    .bifeng_pei .redyellow_p i {
        display: inline-block;
        height: 1.3rem;
        width: 1.3rem;
        float: left;
        margin-top: .2rem
    }

    .bifeng_pei .redyellow_p em {
        display: inline-block;
        height: 1.5rem;
        line-height: 1.5rem;
        width: 1.3rem;
        float: left;
        margin: 0 3px
    }

    .bifeng_pei .redyellow_p i img {
        width: 100%;
        height: 100%
    }

    .bifeng_pei .bs_befeng {
        padding: 0 .9rem;
        font-weight: 700
    }

    .bifeng_pei .bs_befeng em {
        font-weight: 700
    }

    .bifeng_pei .redyellow_p em.bianhua {
        background: #3a84ff;
        color: #fff
    }

    .bifeng_zhishu {
        position: relative
    }

    .bifeng_switch {
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 1000;
        display: none
    }

    .bfonoff {
        position: relative;
        padding: 1px;
        width: 43px;
        height: 22px;
        border-radius: 22px;
        background-color: #E91A4C;
        display: flex;
        align-items: center;
    }

    .bfonoff .word {
        color: #EEEEEE;
        left: 0.25rem;
        position: absolute;
    }

    .bfonoff .btnn {
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        background-color: #fff;
        left: 22px
    }

    .bifeng_kai {
        position: relative;
        padding: 1px;
        width: 43px;
        height: 22px;
        border-radius: 22px;
        background-color: #989898
    }

    .bifeng_kai .word {
        left: unset;
        right: 0.25rem;
    }

    .bifeng_kai .btnn {
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 22px;
        background-color: #fff;
        left: unset;
    }

    .top-div {
        position: relative
    }

    .newyearl {
        position: absolute;;
        bottom: .5rem;
        left: .5rem;
        width: 2.7rem;
        height: 2.9rem;
        background: url(../img/logo_june_l_w.png?r=46) no-repeat;
        background-size: 100%;
        background-repeat: no-repeat
    }

    .newyearr {
        position: absolute;
        bottom: .5rem;
        right: .5rem;
        width: 2.7rem;
        height: 2.9rem;
        background: url(../img/logo_june_r_w.png?r=51) no-repeat;
        background-size: 100%;
    }

    .iosKJ-safari_w_img {
        display: inline-block;
        width: 5.2rem;
        height: 5.2rem;
        background: url(../img/opensafari.png);
        background-size: 100% 100%
    }

    .iosKJ-btn_w_img {
        display: inline-block;
        width: 5.2rem;
        height: 5.2rem;
        background: url(../img/ioskjbtn.png);
        background-size: 100% 100%
    }

    .iosKJ {
        text-align: center
    }

    .iostipimg {
        display: inline-block;
        width: 27.7rem;
        height: 32rem;
        background: url(../img/addDesk.png);
        background-size: 100% 100%;
        margin-top: 10rem
    }

    body {
        background: #fff
    }

    .jfqh_wrap {
        width: 2rem;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
        border: 1px solid #ffffff;
        border-radius: 1rem;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        right: 3rem;
    }

    .jfqh_wrap a {
        color: #ffffff;
        font-size: 1.15rem;
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .jfqh_wrap cite {
        width: 2.65rem;
        height: 1.22rem;
        background: url(../img/pc_jf_new_w.png);
        background-size: 100% 100%;
        display: inline-block;
        position: absolute;
        top: -.8rem;
        right: -1.9rem
    }

    .wap_jfb {
        position: absolute;
        right: 6rem;
        display: block;
        top: 1.5rem;
    }

    .wap_jfb i {
        width: 1.65rem;
        height: 1.91rem;
        background: url(../img/wap_jf_nav.png);
        background-size: 100% 100%;
        margin-right: .5rem;
        float: left
    }

    .wap_jfb a {
        font-size: 1.4rem;
        color: #fff
    }

    .wap_jfb span {
        line-height: 2rem;
        float: left;
        margin-top: 2px
    }

    .wap_jfb .wap_jfb_dj {
        position: relative
    }

    .wap_jfb .wap_jfb_dj cite {
        width: 2.65rem;
        height: 1.22rem;
        background: url(../img/pc_jf_new_w.png);
        background-size: 100% 100%;
        display: inline-block;
        position: absolute;
        top: -.8rem;
        right: 0
    }

    .waplist .totop p {
        display: block
    }
}

@media screen and (max-width: 750px) {
    #tzpt {
        margin-left: 20%
    }

    .mjtj_qh_mk {
        position: relative;
        z-index: 1001;
    }

    .mjtj_qh_mk p:nth-child(1) img {
        content: url(../img/wg3.gif);
        width: 100%;
    }

    .mjtj_qh_mk p {
        padding-top: 10px;
        position: relative;
    }

    .guanbi_ad {
        position: absolute;
        top: .97rem;
        right: .9rem;
        height: 2.2rem;
        z-index: 1000;
        cursor: pointer
    }

    .gb_ad_an {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.1rem;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 26px;
        font-weight: 100;
        text-align: center;
        background: #E91A4C;
        border: 1px #E91A4C solid;
        color: #fff
    }

    .guanbi_ad .gbad_wz {
        float: left;
        height: 18px;
        line-height: 18px;
        padding-right: 5px;
        font-size: 12px;
        color: #999
    }

    .gbad_tishi {
        width: 230px;
        height: 22px;
        line-height: 22px;
        position: absolute;
        top: -32px;
        right: -100px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        display: none
    }

    .bottomtip {
        width: 230px;
        display: inline-block;
        position: relative;
        color: #fff;
        background: rgba(0, 0, 0, .9);
        color: #fff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }

    .bottomtip:after {
        border: 6px solid transparent;
        border-top: 6px solid rgba(0, 0, 0, .9);
        position: absolute;
        content: "";
        left: 50%;
        margin-left: 0;
        top: 100%
    }

    .pc-app-box {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .index_login_wrap > img {
        width: 100px;
    }

    .head_main_img {
        width: 10.5rem;
        margin: 0 auto;
        display: block
    }
}

@media screen and (max-width: 750px) {
    .oz_t_t a::after {
        content: '';
        position: absolute;
        width: 1.95rem;
        height: .9rem;
        background: url(../img/hot.png) no-repeat;
        background-size: 100% 100%;
        top: 0;
        right: -1rem;
    }

    .yikaisai_new {
        display: flex;
        align-items: flex-end;
    }

    .bifeng_zhishu .yikaisai_new {
        margin-bottom: 1rem;
    }

    .ks_vs_new_wrap .bs_time_new cite {
        display: inline;
    }

    .ks_vs_new_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        font-size: 1rem;
    }

    .bifeng_zhishu .yikaisai .ks_vs_new {
        font-size: 1.9rem;
        color: #E91A4C;
        font-weight: 600;
        display: inline-block;
        width: 100%;
    }

    .ks_vs_new_wrap .bs_time_new cite {
        display: inline;
    }

    .bs_bt_title .bs_time_new {
        display: none;
        margin: 1rem 0;
        color: #E91A4C;
    }

    .bifeng_zhishu .ks_vs_new_wrap cite {
        width: 100%;
        float: none;
    }

    .bs_fenl_sj_new {
        position: absolute;
        left: 1rem;
        top: 1rem;
        float: none;
        margin: 0;
    }
}

#cnzz_stat_icon_1279182547 {
    display: none
}

.index_login_wrap {
    display: none;
    justify-content: center;
    align-items: center;
}

.index_login_wrap > img {
    margin-top: 40px;
}

.list_wrap {
    display: none;
}

.list_wrap_one {
    display: block;
}

.clcik_more {
    width: 30%;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    border: 1px #999 solid;
    text-align: center;
    color: #999;
    margin: 30px auto 0;
    cursor: pointer;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
}

.more_animate {
    margin: 0 auto;
    text-align: center;
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}

#green {
    background-size: 100% auto;
}

#green .index_login_wrap .loading {
    background: url("../img/div_loding_green.gif") no-repeat;
    background-size: 100% 100%;
}

#green .qiud_info .concom-mu-tab-bw ul li.active {
    background: #39AC73;
}

#green .top-div .saishi-con .xzss {
    background: url(../img/saishi_green.png) no-repeat;
    background-size: 100% 100%;
}

#green .entries .position_left {
    background: #FDF5EF;
}

#green .qiud_info .team_per .team_per_bt {
    background: url(../img/background_tongji_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#green .chang_lan_bt {
    background: linear-gradient(to left, #98ECC2, #D9F4E7) !important;
}

#green .zhti_qiehuan > li.active {
    color: #39AC73
}

#green .tab-child .tab-child-bw ul li.active {
    color: #39AC73;
    border: solid 1px #39AC73;
}

#green .per_yi span {
    background: #39AC73;
}

#green .pro_er span {
    background: #EF584C;
}

#green .show {
    display: block !important
}

#green header {
    background: #39AC73;
}

#pink header {
    background: pink;
}

#green .wap-app-box {
    background-image: linear-gradient(to bottom right, #3dbee7, #007bec)
}

#green .wap-app-box a.djxz {
    background: #fff;
    color: #39AC73;
}

#green .index-nav .active i {
    background: #39AC73
}

#green .index-nav .active {
    color: #39AC73
}

#green .index-div .date-p .date {
    background: #cff4e9;
    color: #39AC73;
}

#green .singldl .active {
    background: #ee564f;
    color: #fff
}

#green .top-div .saishi-con img {
}

#green .waplist .once {
    background-image: linear-gradient(to right bottom, #39AC73, #39AC73);
}

#green .download-wap-btn {
    background: #39AC73;
}

#green .tzpt_nav a {
    color: #333;
}

#green .tzpt_nav li.default a {
    color: #ee564f
}

#green .tzpt_nav li.default:after {
    background: #ee564f;
}

#green .mjtj-list:nth-child(4n+1) .number {
    background: #fe6301
}

#green .mjtj-list:nth-child(4n+2) .number {
    background: #2fc595
}

#green .mjtj-list:nth-child(4n+3) .number {
    background: #f04b59
}

#green .mjtj-list:nth-child(4n+4) .number {
    background: #17a0f1
}

#green .mjtj-list .contant .copy-btn {
    background: #ee564f;
    border-radius: 2rem;
    color: #fff;
}

#green .zhiding {
    background: #E8F9F1;;
    border-bottom: 1px #B8ECD2 solid !important;
}

#green .zhiding:before {
    content: '';
    background: url(../img/zd_img_w_r.png) no-repeat top left/33px 33px;
}

#green .index-div_zd .date-p .date {
    background: #cff4e9;
    color: #39AC73;
}

#green .index-div_zd a .center .vsp {
    color: #ee564f;
}

#green .index-div_zd a .video {
    color: #fff;
    background: #39AC73;
}

#green .index-nav .active i {
    background: #39AC73
}

#green .index-nav .active {
    background: #39AC73;
}

#green .jump_videoan {
    color: #fff;
    background: #de1e30;
}

#green .refreshbtn {
    background: #39AC73;
}

#green .refreshbtn i {
    background: url(../img/shuaxing_n.png) no-repeat center center #39AC73 !important;
}

#green .index-div a .zb_green {
    background: #39AC73
}

#green .btn {
    color: #fff;
    background: #39AC73;
}

#green .clock-d {
    animation: clockD_green 1s infinite
}

@keyframes clockD_green {
    0% {
        color: transparent
    }
    40% {
        color: #39AC73
    }
    80% {
        color: #39AC73
    }
    100% {
        color: transparent
    }
}

@media screen and (min-width: 750px) {
    #green .ching-xzmx-con-lb-fa > li:hover {
        background: #EAFCF4;
    }

    #green .ching-xzmx-con-lb-fa > li:hover a {
        color: #39AC73;
    }

    #green .top-div .sxls:hover {
        color: #39AC73;
        border: solid 1px #39AC73;
    }

    #green .top-div .sxls:hover::after {
        background: url(../img/gbsx_wap_green.png) no-repeat;
        background-size: 10px 10px;
    }

    #green {
        background: url(../img/ztbj_green.png?r=001) no-repeat top center #f4f4f4;
        background-size: 100%;
    }

    #green .pcrlist .hdiv {
        background: #39AC73;
        color: #fff;
    }

    #green .download-btn a:hover {
        background: #39AC73;
        color: #fff
    }

    #green .tzpt_nav li.default a {
        color: #006fc0
    }

    #green .tzpt_nav li.default:after {
        background: #006fc0;
    }

    #green .mjtj-list:nth-child(4n+1) .number {
        background: #fe6301
    }

    #green .mjtj-list:nth-child(4n+2) .number {
        background: #2fc595
    }

    #green .mjtj-list:nth-child(4n+3) .number {
        background: #f04b59
    }

    #green .mjtj-list:nth-child(4n+4) .number {
        background: #17a0f1
    }

    #green .mjtj-list .contant .copy-btn {
        background: #006fc0;
        border-radius: 4px;
        color: #fff;
    }

    #green .zhiding {
        background: #E8F9F1;;
        border-bottom: 1px #B8ECD2 solid !important;
    }

    #green .zhiding:before {
        content: '';
        background: url(../img/zd_img_w.png) no-repeat top left/33px 33px;
    }

    #green .top-div {
        border-bottom: 2px #B8ECD2 solid
    }

    #green .navindex li {
        color: #333333;
    }

    #green .index-nav .active i {
        background: #39AC73
    }

    #green .index-nav .active {
        color: #ffffff;
        background: #39AC73;
    }

    #green .index-div .date-p {
        background: #f9f9f9;
        color: #39AC73;
    }

    #green .mjtjbj {
        background: #000;
    }

    #green .indexbtn {
        background: #39AC73;
    }

    #green .indexbtn i {
        background: url(../img/index-PC.png) no-repeat center center #39AC73 !important;
    }

    #green .index-div a .zb_green:hover {
        background: #329765;
    }

    #green .index-div a:hover {
        background: #f0f5f4;
    }

    #green .totop {
        background: #39AC73;
    }

    #green .totop i {
        background: url(../img/totop.png) no-repeat center center #39AC73 !important;
    }

    #green .jump_videoan {
        color: #fff;
        background: #de1e30;
    }

    #green .jfqh_wrap a {
    }

    #green .jiabifeng .changci {
        color: #39AC73;
    }

    #green .jiabifeng .jingq p {
        color: #39AC73;
    }

    #green .jiabifeng .jingq_k p {
        color: #39AC73;
    }

    #green .jiabifeng .jingq_bt {
        color: #39AC73;
        font-weight: 700
    }

    #green .bifeng_num .jing {
        color: #39AC73
    }

    #green .jiabifeng .zhujingq p {
        color: #39AC73;
    }

    #green .jiabifeng .zhujingq_k p {
        color: #39AC73;
    }

    #green .jiabifeng .zhujingq_bt {
        color: #39AC73;
    }

    #green .bifeng .jing {
        color: #39AC73
    }

    #green .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
    }

    #green .bifeng_zhishu .bs_time {
        color: #39AC73;
    }

    #green .bifeng_zhishu .bs_befeng {
        color: #39AC73;
    }

    #green .zhishu_lan .qcred {
        color: #39AC73
    }

    #green .bifeng_kai .btnn {
        background-color: #999999 !important;
    }

    #green .bifeng_kai .word {
        color: #FFFFFF !important;
    }

    #green .bfonoff .btnn {
        background: #39AC73;
    }

    #green .bfonoff .word {
        color: #39AC73;
    }

    #green .newyearl {
        background: url(../img/logo_june_l_green.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    #green .newyearr {
        background: url(../img/logo_june_r_green.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    #green .bifeng_zhishu .yikaisai .ks_vs_new em {
        color: #39AC73;
    }
}

@media screen and (max-width: 750px) {
    #green .sslb-con-lt-bk ul li {
        background: #EAFCF4;
    }

    #green .sslb-con-lt-bk ul li a {
        color: #39AC73;
    }

    #green .top-div .sxls {
        background: #F2FFF9;
        color: #39AC73;
        border: solid 1px #39AC73;
    }

    #green .top-div .sxls::after {
        background: url(../img/gbsx_wap_green.png) no-repeat;
        background-size: 1.4rem 1.4rem;
    }

    #green .zhiding:before {
        content: '';
        background: url(../img/zd_img_w_r.png) no-repeat top left/33px 33px;
    }

    #green .jiabifeng .changci {
        color: #39AC73;
    }

    #green .jiabifeng .bifeng {
        color: #39AC73;
    }

    #green .jiabifeng .jingq p {
        color: #006fc0;
    }

    #green .jiabifeng .jingq_k p {
        color: #39AC73;
    }

    #green .jiabifeng .jingq_bt {
        color: #39AC73;
    }

    #green .bifeng_num .jing {
        color: #39AC73
    }

    #green .bifeng .jing {
        color: #39AC73
    }

    #green .jiabifeng .zhujingq p {
        color: #39AC73;
        font-weight: 700
    }

    #green .jiabifeng .zhujingq_k p {
        color: #39AC73;
    }

    #green .jiabifeng .zhujingq_bt {
        color: #39AC73;
    }

    #green .bifeng_zhishu .bs_vs {
        color: #ef584c;
    }

    #green .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
    }

    #green .bifeng_zhishu .bs_time {
        color: #39AC73;
    }

    #green .bifeng_zhishu .bs_befeng {
        color: #39AC73;
    }

    #green .bifeng_pei .redyellow_p {
        color: #39AC73;
    }

    #green .bifeng_pei .redyellow_p em.bianhua {
        background: #39AC73;
        color: #fff
    }

    #green .bfonoff {
        background-color: #39AC73;
    }

    #green .bifeng_kai {
        background-color: #999999 !important;
    }

    #green .jfqh_wrap a {
    }

    #green .newyearl {
        background: url(../img/logo_june_l_w_red.png?r=46) no-repeat;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    #green .newyearr {
        background: url(../img/logo_june_r_w_red.png?r=46) no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width: 750px) {
    #green .gb_ad_an {
        background: #39AC73;
        border: 1px #39AC73 solid;
        color: #fff
    }
}

@media screen and (min-width: 750px) {
    #green .gb_ad_an {
        background: #39AC73;
        color: #fff
    }

    #green .guanbi_ad:hover .gb_ad_an {
        background: #39AC73;
        color: #fff
    }

    #green .bs_time_new {
        display: none;
        margin-bottom: 15px;
        color: #39AC73;
    }

    #green .bs_bt_title .bs_time_new {
        color: #39AC73;
    }
}

@media screen and (max-width: 750px) {
    #green .bs_bt_title .bs_time_new {
        color: #39AC73;
    }

    #green .bifeng_zhishu .yikaisai .ks_vs_new {
        color: #39AC73;
    }
}

#green .zhti_qiehuan > li:hover {
    color: #39AC73;
}

#green .no-data .zwsig {
    background: url(../img/no-data-green.png) no-repeat;
    background-size: 100%;
}

#blue {
    background-size: 100% auto;
}

#blue .index_login_wrap .loading {
    background: url("../img/div_loding_blue.gif") no-repeat;
    background-size: 100% 100%;
}

#blue {
    background-size: 100% auto;
}

#blue .top-div .saishi-con .xzss {
    background: url(../img/saishi_blue.png) no-repeat;
    background-size: 100% 100%;
}

#blue .index-nav li.active {
    background: #006BB7;
}

#blue .qiud_info .concom-mu-tab-bw ul li.active {
    background: #006BB7;
}

#blue .qiud_info .team_per .team_per_bt {
    background: url(../img/background_tongji_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#blue .chang_lan_bt {
    background: linear-gradient(to left, #5DA8DD, #BED9EC) !important;
}

#blue .zhti_qiehuan > li.active {
    color: #006BB7
}

#blue .tab-child .tab-child-bw ul li.active {
    color: #006BB7;
    border: solid 1px #006BB7;
}

#blue .per_yi span {
    background: #006BB7;
}

#blue .pro_er span {
    background: #E91A4C;
}

#blue header {
    background: #006BB7;
}

#blue .wap-app-box {
    background-image: linear-gradient(to bottom right, #3dbee7, #007bec)
}

#blue .wap-app-box a.djxz {
    background: #fff;
    color: #006BB7;
}

#blue .index-nav .active i {
    background: #006BB7
}

#blue .index-nav .active {
    color: #006BB7
}

#blue .index-div .date-p .date {
    background: #cff4e9;
    color: #006BB7;
}

#blue .index-div a .video {
    color: #fff;
}

#blue .waplist .once {
    background-image: linear-gradient(to right bottom, #006BB7, #006BB7);
}

#blue .download-wap-btn {
    background: #006BB7;
}

#blue .tzpt_nav li.default a {
    color: #ee564f
}

#blue .tzpt_nav li.default:after {
    background: #ee564f;
}

#blue .mjtj-list:nth-child(4n+1) .number {
    background: #fe6301
}

#blue .mjtj-list:nth-child(4n+2) .number {
    background: #2fc595
}

#blue .mjtj-list:nth-child(4n+3) .number {
    background: #f04b59
}

#blue .mjtj-list:nth-child(4n+4) .number {
    background: #17a0f1
}

#blue .mjtj-list .contant .copy-btn {
    background: #ee564f;
    border-radius: 2rem;
    color: #fff;
}

#blue .zhiding {
    background-image: linear-gradient(to right, #cedffb, #d0e0fb, #f7fafe);
    border-bottom: 1px #b4cef6 solid !important;
}

#blue .index-div_zd .date-p .date {
    background: #cff4e9;
    color: #006BB7;
}

#blue .index-div_zd a .center .vsp {
    color: #ee564f;
}

#blue .index-div_zd a .video {
    color: #fff;
    background: #006BB7;
}

#blue .index-nav .active i {
    background: #006BB7
}

#blue .index-nav .active {
    color: #006BB7
}

#blue .jump_videoan {
    color: #fff;
    background: #de1e30;
}

#blue .refreshbtn {
    background: #006BB7;
}

#blue .refreshbtn i {
    background: url(../img/shuaxing_n.png) no-repeat center center #006BB7 !important;
}

#blue .index-div a .zb_green {
    background: #006BB7
}

#blue .btn {
    color: #fff;
    background: #006BB7;
}

#blue .clock-d {
    animation: clockD_blue 1s infinite
}

@keyframes clockD_blue {
    0% {
        color: transparent
    }
    40% {
        color: #006BB7
    }
    80% {
        color: #006BB7
    }
    100% {
        color: transparent
    }
}

@media screen and (min-width: 750px) {
    #blue .ching-xzmx-con-lb-fa > li:hover {
        background: #F2F8FF;
    }

    #blue .ching-xzmx-con-lb-fa > li:hover a {
        color: #006BB7;
    }

    #blue .top-div .sxls:hover {
        color: #006BB7;
        border: solid 1px #006BB7;
    }

    #blue .top-div .sxls:hover::after {
        background: url(../img/gbsx_wap_blue.png) no-repeat;
        background-size: 10px 10px;
    }

    #blue {
        background: url(../img/ztbj_blue.png?r=001) no-repeat top center #f4f4f4;
        background-size: 100%;
    }

    #blue .pcrlist .hdiv {
        background: #006BB7;
        color: #fff;
    }

    #blue .download-btn a:hover {
        background: #006BB7;
        color: #fff
    }

    #blue .tzpt_nav li.default a {
        color: #006fc0
    }

    #blue .tzpt_nav li.default:after {
        background: #006fc0;
    }

    #blue .mjtj-list:nth-child(4n+1) .number {
        background: #fe6301
    }

    #blue .mjtj-list:nth-child(4n+2) .number {
        background: #2fc595
    }

    #blue .mjtj-list:nth-child(4n+3) .number {
        background: #f04b59
    }

    #blue .mjtj-list:nth-child(4n+4) .number {
        background: #17a0f1
    }

    #blue .mjtj-list .contant .copy-btn {
        background: #006fc0;
        border-radius: 4px;
        color: #fff;
    }

    #blue .zhiding {
        background-image: linear-gradient(to right, #cedffb, #d0e0fb, #f7fafe);
        border-bottom: 1px #b4cef6 solid !important;
    }

    #blue .zhiding:before {
        content: '';
        background: url(../img/zd_img_w.png) no-repeat top left/33px 33px;
    }

    #blue .top-div {
        border-bottom: 2px #b4cef6 solid
    }

    #blue .navindex li {
        color: #333333;
    }

    #blue .index-nav .active i {
        background: #006BB7
    }

    #blue .index-nav .active {
        color: #ffffff;
        background: #006BB7;
    }

    #blue .index-div .date-p {
        background: #f9f9f9;
        color: #006BB7;
    }

    #blue .mjtjbj {
        background: #000;
    }

    #blue .indexbtn {
        background: #006BB7;
    }

    #blue .indexbtn i {
        background: url(../img/index-PC.png) no-repeat center center #006BB7 !important;
    }

    #blue .index-div a .zb_green:hover {
        background: #005a9a
    }

    #blue .index-div a:hover {
        background: #f0f5fe
    }

    #blue .totop {
        background: #006BB7;
    }

    #blue .totop i {
        background: url(../img/totop.png) no-repeat center center #006BB7 !important;
    }

    #blue footer {
        border-top: 0px #f6f6f6 solid
    }

    #blue .jump_videoan {
        color: #fff;
        background: #de1e30;
    }

    #blue .jfqh_wrap a {
    }

    #blue .jiabifeng .changci {
        color: #006BB7;
    }

    #blue .jiabifeng .jingq p {
        color: #006BB7;
    }

    #blue .jiabifeng .jingq_k p {
        color: #006BB7;
    }

    #blue .jiabifeng .jingq_bt {
        color: #006BB7;
        font-weight: 700
    }

    #blue .bifeng_num .jing {
        color: #006BB7
    }

    #blue .jiabifeng .zhujingq p {
        color: #006BB7;
    }

    #blue .jiabifeng .zhujingq_k p {
        color: #006BB7;
    }

    #blue .jiabifeng .zhujingq_bt {
        color: #006BB7;
    }

    #blue .bifeng .jing {
        color: #006BB7
    }

    #blue .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
    }

    #blue .bifeng_zhishu .bs_time {
        color: #006BB7;
    }

    #blue .bifeng_zhishu .bs_befeng {
        color: #006BB7;
    }

    #blue .zhishu_lan .qcred {
        color: #006BB7
    }

    #blue .bifeng_kai .btnn {
        background-color: #999999 !important;
    }

    #blue .bifeng_kai .word {
        color: #FFFFFF !important;
    }

    #blue .bfonoff .btnn {
        background: #006BB7;
    }

    #blue .bfonoff .word {
        color: #006BB7;
    }

    #blue .newyearl {
        background: url(../img/logo_june_l_blue.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    #blue .newyearr {
        background: url(../img/logo_june_r_blue.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    #blue .bifeng_zhishu .yikaisai .ks_vs_new em {
        color: #006BB7;
    }
}

@media screen and (max-width: 750px) {
    #blue .sslb-con-lt-bk ul li {
        background: #F2F8FF;
    }

    #blue .sslb-con-lt-bk ul li a {
        color: #006BB7;
    }

    #blue .top-div .sxls {
        background: #F2F8FF;
        color: #006BB7;
        border: solid 1px #006BB7;
    }

    #blue .top-div .sxls::after {
        background: url(../img/gbsx_wap_blue.png) no-repeat;
        background-size: 1.4rem 1.4rem;
    }

    #blue .zhiding:before {
        content: '';
        background: url(../img/zd_img_w_r.png) no-repeat top left/33px 33px;
    }

    #blue .jiabifeng .changci {
        color: #006BB7;
    }

    #blue .jiabifeng .bifeng {
        color: #006BB7;
    }

    #blue .jiabifeng .jingq p {
        color: #006fc0;
    }

    #blue .jiabifeng .jingq_k p {
        color: #006BB7;
    }

    #blue .jiabifeng .jingq_bt {
        color: #006BB7;
    }

    #blue .bifeng_num .jing {
        color: #006BB7
    }

    #blue .bifeng .jing {
        color: #006BB7
    }

    #blue .jiabifeng .zhujingq p {
        color: #006BB7;
        font-weight: 700
    }

    #blue .jiabifeng .zhujingq_k p {
        color: #006BB7;
    }

    #blue .jiabifeng .zhujingq_bt {
        color: #006BB7;
    }

    #blue .bifeng_zhishu .bs_vs {
        color: #ef584c;
    }

    #blue .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
    }

    #blue .bifeng_zhishu .bs_time {
        color: #006BB7;
    }

    #blue .bifeng_zhishu .bs_befeng {
        color: #006BB7;
    }

    #blue .bifeng_pei .redyellow_p {
        color: #006BB7;
    }

    #blue .bifeng_pei .redyellow_p em.bianhua {
        background: #006BB7;
        color: #fff
    }

    #blue .bfonoff {
        background-color: #006BB7;
    }

    #blue .bifeng_kai {
        background-color: #999999 !important;
    }

    #blue .jfqh_wrap a {
    }

    #blue .newyearl {
        background: url(../img/logo_june_l_w_blue.png?r=46) no-repeat;
        background-size: 100%;
    }

    #blue .newyearr {
        background: url(../img/logo_june_r_w_blue.png?r=46) no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width: 750px) {
    #blue .gb_ad_an {
        background: #006BB7;
        border: 1px #006BB7 solid;
        color: #fff
    }
}

@media screen and (min-width: 750px) {
    #blue .gb_ad_an {
        background: #006BB7;
        color: #fff
    }

    #blue .guanbi_ad:hover .gb_ad_an {
        background: #006BB7;
        color: #fff
    }

    #blue .bs_time_new {
        display: none;
        margin-bottom: 15px;
        color: #006BB7;
    }

    #blue .bs_bt_title .bs_time_new {
        color: #006BB7;
    }
}

@media screen and (max-width: 750px) {
    #blue .bs_bt_title .bs_time_new {
        color: #006BB7;
    }

    #blue .bifeng_zhishu .yikaisai .ks_vs_new {
        color: #006BB7;
    }
}

#blue .zhti_qiehuan > li:hover {
    color: #006BB7;
}

#blue .no-data .zwsig {
    background: url(../img/no-data-blue.png) no-repeat;
    background-size: 100%;
}

html {
    background: #fff;
    overflow: auto;
    height: 100%;
    font-size: 11px
}

#yellow {
    background-size: 100% auto;
}

#yellow .index_login_wrap .loading {
    background: url("../img/div_loding_yellow.gif") no-repeat;
    background-size: 100% 100%;
}

#yellow .top-div .saishi-con .xzss {
    background: url(../img/saishi_yellow.png) no-repeat;
    background-size: 100% 100%;
}

#yellow .index-nav li.active {
    background: #FA6400;
}

#yellow .qiud_info .concom-mu-tab-bw ul li.active {
    background: #FA6400;
}

#yellow .entries .position_left {
    background: #FDF5EF;
}

#yellow .qiud_info .team_per .team_per_bt {
    background: url(../img/background_tongji_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#yellow .chang_lan_bt {
    background: linear-gradient(to left, #F8BC94, #FADDC9) !important;
}

#yellow .zhti_qiehuan > li.active {
    color: #FA6400
}

#yellow .tab-child .tab-child-bw ul li.active {
    color: #FA6400;
    border: solid 1px #FA6400;
}

#yellow .per_yi span {
    background: #FA6400;
}

#yellow .pro_er span {
    background: #418FD7;
}

#yellow .show {
    display: block !important
}

#yellow header {
    background: #FA6400;
}

#yellow .wap-app-box {
    background-image: linear-gradient(to bottom right, #3dbee7, #007bec)
}

#yellow .wap-app-box a.djxz {
    background: #fff;
    color: #FA6400;
}

#yellow .index-nav .active i {
    background: #FA6400
}

#yellow .index-nav .active {
    color: #FA6400
}

#yellow .index-div .date-p .date {
    background: #cff4e9;
    color: #FA6400;
}

#yellow .singldl .active {
    background: #ee564f;
    color: #fff
}

#yellow .waplist .once {
    background-image: linear-gradient(to right bottom, #fd9521, #fd9521);
}

#yellow .download-wap-btn {
    background: #FA6400;
}

#yellow .tzpt_nav a {
    color: #333;
}

#yellow .tzpt_nav li.default a {
    color: #ee564f
}

#yellow .tzpt_nav li.default:after {
    background: #ee564f;
}

#yellow .mjtj-list:nth-child(4n+1) .number {
    background: #fe6301
}

#yellow .mjtj-list:nth-child(4n+2) .number {
    background: #2fc595
}

#yellow .mjtj-list:nth-child(4n+3) .number {
    background: #f04b59
}

#yellow .mjtj-list:nth-child(4n+4) .number {
    background: #17a0f1
}

#yellow .mjtj-list .contant .copy-btn {
    background: #ee564f;
    border-radius: 2rem;
    color: #fff;
}

#yellow .zhiding {
    background-image: linear-gradient(to right, #f9e0cb, #f9e1cc, #fdf4ec);
    border-bottom: 1px #f2ceae solid !important;
}

#yellow .zhiding:before {
    content: '';
    background: url(../img/zd_img_w.png) no-repeat top left/33px 33px;
}

#yellow .index-div_zd .date-p .date {
    background: #cff4e9;
    color: #FA6400;
}

#yellow .index-div_zd a .center .vsp {
    color: #ee564f;
}

#yellow .index-div_zd a .video {
    color: #fff;
    background: #FA6400;
}

#yellow .index-nav .active i {
    background: #FA6400
}

#yellow .index-nav .active {
    color: #FA6400
}

#yellow .jump_videoan {
    color: #fff;
    background: #de1e30;
}

#yellow .refreshbtn {
    background: #FA6400;
}

#yellow .refreshbtn i {
    background: url(../img/shuaxing_n.png) no-repeat center center #FA6400 !important;
}

#yellow .index-div a .zb_green {
    background: #FA6400
}

#yellow .btn {
    color: #fff;
    background: #FA6400;
}

#yellow .clock-d {
    animation: clockD_yellow 1s infinite
}

@keyframes clockD_yellow {
    0% {
        color: transparent
    }
    40% {
        color: #FA6400
    }
    80% {
        color: #FA6400
    }
    100% {
        color: transparent
    }
}

@media screen and (min-width: 750px) {
    #yellow .ching-xzmx-con-lb-fa > li:hover {
        background: #FDF6F1;
    }

    #yellow .ching-xzmx-con-lb-fa > li:hover a {
        color: #FA6400;
    }

    #yellow .top-div .sxls:hover {
        color: #FA6400;
        border: solid 1px #FA6400;
    }

    #yellow .top-div .sxls:hover::after {
        background: url(../img/gbsx_wap_yellow.png) no-repeat;
        background-size: 10px 10px;
    }

    #yellow {
        background: url(../img/ztbj_yellow.png?r=001) no-repeat top center #f4f4f4;
        background-size: 100%;
    }

    #yellow .pcrlist .hdiv {
        background: #FA6400;
        color: #fff;
    }

    #yellow .tzpt_nav li.default a {
        color: #006fc0
    }

    #yellow .tzpt_nav li.default:after {
        background: #006fc0;
    }

    #yellow .mjtj-list:nth-child(4n+1) .number {
        background: #fe6301
    }

    #yellow .mjtj-list:nth-child(4n+2) .number {
        background: #2fc595
    }

    #yellow .mjtj-list:nth-child(4n+3) .number {
        background: #f04b59
    }

    #yellow .mjtj-list:nth-child(4n+4) .number {
        background: #17a0f1
    }

    #yellow .mjtj-list .contant .copy-btn {
        background: #006fc0;
        border-radius: 4px;
        color: #fff;
    }

    #yellow .zhiding {
        background-image: linear-gradient(to right, #f9e0cb, #f9e1cc, #fdf4ec);
        border-bottom: 1px #f2ceae solid !important;
    }

    #yellow .zhiding:before {
        content: '';
        background: url(../img/zd_img_w.png) no-repeat top left/33px 33px;
    }

    #yellow .top-div {
        border-bottom: 2px #f2ceae solid
    }

    #yellow .navindex li {
        color: #333333;
    }

    #yellow .index-nav .active i {
        background: #FA6400
    }

    #yellow .index-nav .active {
        color: #ffffff;
        background: #FA6400;
    }

    #yellow .index-div .date-p {
        background: #f9f9f9;
        color: #FA6400;
    }

    #yellow .mjtjbj {
        background: #000;
    }

    #yellow .indexbtn {
        background: #FA6400;
    }

    #yellow .indexbtn i {
        background: url(../img/index-PC.png) no-repeat center center #FA6400 !important;
    }

    #yellow .index-div a .zb_green:hover {
        background: #dc5800;
    }

    #yellow .index-div a:hover {
        background: #fffaf6;
    }

    #yellow .totop {
        background: #FA6400;
    }

    #yellow .totop i {
        background: url(../img/totop.png) no-repeat center center #FA6400 !important;
    }

    #yellow footer {
        border-top: 0px #f6f6f6 solid
    }

    #yellow .jump_videoan {
        color: #fff;
        background: #de1e30;
    }

    #yellow .jfqh_wrap a {
    }

    #yellow .jiabifeng .changci {
        color: #FA6400;
    }

    #yellow .jiabifeng .jingq p {
        color: #FA6400;
    }

    #yellow .jiabifeng .jingq_k p {
        color: #FA6400;
    }

    #yellow .jiabifeng .jingq_bt {
        color: #FA6400;
        font-weight: 700
    }

    #yellow .bifeng_num .jing {
        color: #FA6400
    }

    #yellow .jiabifeng .zhujingq p {
        color: #FA6400;
    }

    #yellow .jiabifeng .zhujingq_k p {
        color: #FA6400;
    }

    #yellow .jiabifeng .zhujingq_bt {
        color: #FA6400;
    }

    #yellow .bifeng .jing {
        color: #FA6400
    }

    #yellow .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
    }

    #yellow .bifeng_zhishu .bs_time {
        color: #FA6400;
    }

    #yellow .bifeng_zhishu .bs_befeng {
        color: #FA6400;
    }

    #yellow .zhishu_lan .qcred {
        color: #FA6400
    }

    #yellow .bifeng_kai .btnn {
        background-color: #999999 !important;
    }

    #yellow .bifeng_kai .word {
        color: #FFFFFF !important;
    }

    #yellow .bfonoff .btnn {
        background: #FA6400;
    }

    #yellow .bfonoff .word {
        color: #FA6400;
    }

    #yellow .newyearl {
        background: url(../img/logo_june_l_yellow.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    #yellow .newyearr {
        background: url(../img/logo_june_r_yellow.png?r=46);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 750px) {
    #yellow .sslb-con-lt-bk ul li {
        background: #FDF6F1;
    }

    #yellow .sslb-con-lt-bk ul li a {
        color: #FA6400;
    }

    #yellow .top-div .sxls {
        background: #FFF8F4;
        color: #FA6400;
        border: solid 1px #FA6400;
    }

    #yellow .top-div .sxls::after {
        background: url(../img/gbsx_wap_yellow.png) no-repeat;
        background-size: 1.4rem 1.4rem;
    }

    #yellow .zhiding:before {
        content: '';
        background: url(../img/zd_img_w_r.png) no-repeat top left/33px 33px;
    }

    #yellow .jiabifeng .changci {
        color: #FA6400;
    }

    #yellow .jiabifeng .bifeng {
        color: #FA6400;
    }

    #yellow .jiabifeng .jingq p {
        color: #006fc0;
    }

    #yellow .jiabifeng .jingq_k p {
        color: #FA6400;
    }

    #yellow .jiabifeng .jingq_bt {
        color: #FA6400;
    }

    #yellow .bifeng_num .jing {
        color: #FA6400
    }

    #yellow .bifeng .jing {
        color: #FA6400
    }

    #yellow .jiabifeng .zhujingq p {
        color: #FA6400;
        font-weight: 700
    }

    #yellow .jiabifeng .zhujingq_k p {
        color: #FA6400;
    }

    #yellow .jiabifeng .zhujingq_bt {
        color: #FA6400;
    }

    #yellow .bifeng_zhishu .bs_vs {
        color: #ef584c;
    }

    #yellow .bifeng_zhishu .bs_bt_zt {
        color: #ef584c;
    }

    #yellow .bifeng_zhishu .bs_time {
        color: #FA6400;
    }

    #yellow .bifeng_zhishu .bs_befeng {
        color: #FA6400;
    }

    #yellow .bifeng_pei .redyellow_p {
    }

    #yellow .bifeng_pei .redyellow_p em.bianhua {
        background: #FA6400;
        color: #fff
    }

    #yellow .bfonoff {
        background-color: #FA6400;
    }

    #yellow .bifeng_kai {
        background-color: #999999 !important;
    }

    #yellow .jfqh_wrap a {
    }

    #yellow .newyearl {
        background: url(../img/logo_june_l_w_yellow.png?r=46) no-repeat;
        background-size: 100%;
    }

    #yellow .newyearr {
        background: url(../img/logo_june_r_w_yellow.png?r=46) no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width: 750px) {
    #yellow .gb_ad_an {
        background: #FA6400;
        border: 1px #FA6400 solid;
        color: #fff
    }
}

@media screen and (min-width: 750px) {
    #yellow .gb_ad_an {
        background: #FA6400;
        color: #fff
    }

    #yellow .guanbi_ad:hover .gb_ad_an {
        background: #FA6400;
        color: #fff
    }

    #yellow .bs_time_new {
        display: none;
        margin-bottom: 15px;
        color: #FA6400;
    }

    #yellow .bifeng_zhishu .yikaisai .ks_vs_new em {
        color: #FA6400;
    }
}

@media screen and (max-width: 750px) {
    #yellow .bs_bt_title .bs_time_new {
        color: #FA6400;
    }

    #yellow .bifeng_zhishu .yikaisai .ks_vs_new {
        color: #FA6400;
    }
}

#yellow .zhti_qiehuan > li:hover {
    color: #FA6400;
}

#yellow .no-data .zwsig {
    background: url(../img/no-data-yellow.png) no-repeat;
    background-size: 100%;
}

.head_wapload_app {
    display: none;
}

.head_pcload_app {
    width: 124px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 200px;
    top: 25px;
    color: #FFFFFF;
    font-size: 16px;
    background-image: url("../img/pcload.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 3px;
    text-align: center;
}

.head_pcload_app::before {
    content: '';
    background-image: url("../img/pcload_lg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: sub;
    width: 24px;
    height: 20px;
    margin: 0 3px;
}

@media screen and (max-width: 750px) {
    .head_pcload_app {
        display: none;
    }

    .head_wapload_app {
        width: 4rem;
        height: 4rem;
        background-image: url("../img/wapload.png");
        background-size: 100% 100%;
        display: block;
        margin-bottom: 10px;
    }

}


#notifi-box{
    display: none;
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
}
#notification {
    position: fixed;
    background: #000;
    color: #721c24;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
#notification-message{
    position: relative;
    top: 12%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    z-index: 99999999;
    /*background: #fff;*/
    background-image: url("../img/comfirm.png");
    background-size: 100% 100%;
    width: 340px;
    height: 400px;
    text-align: center;
}
#notification-message p.bt{
    font-size: 22px;
    margin-bottom: 15px;
}
#notification-message #message{
    font-size: 30px;
    font-family: Arial, Arial-Bold Italic;
    font-weight: 700;
    text-align: center;
    color: #f5cb00;
    transform: skewX(-10deg);
}
#notification-message > div{
    text-align: right;
    padding: 15px 20px;
}
#notification-message > div .close-notifi{
    background-image: url("../img/guanbi.png");
    background-size: 100% 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
}

#notification-message .iknow{
    width: 240px;
    height: 50px;
    background: #321889;
    border-radius: 30px;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}
@media screen and (max-width: 750px) {
    #notification-message{
        width: 260px;
        height: 268px;
    }
    #notification-message > div {
        padding: 10px 20px;
    }
    #notification-message .iknow {
        width: 160px;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        bottom: 20px;
    }
    #notification-message p.bt {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #notification-message #message{
        font-size: 23px;
    }
    #notification-message > div .close-notifi {
        width: 16px;
        height: 16px;
    }
}

