@charset "utf-8";
.navs a{font-size:14px;line-height:34px;height:34px;background:#f1f1f1;padding:3px 10px;margin:5px 5px 0 0;border-radius:3px;transition:all .2s;color:#525252;white-space:nowrap;}
.navs a:hover{background:#019e7b;color:#fff}.
html {
    background: #fff;
    overflow: auto;
    height: 100%
}

body {
    font-size: 13px;
    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: #f4f4f4
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
    transition: .2s all ease
}


a:focus {
    -moz-outline-style: none;
    border: 0;
    blr: expression(this.onFocus=this.blur())
}

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
}

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
}

.container {
    width: 1200px;
    position: relative;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.wrap {
    margin: 0 auto
}


.r-box {
    width: 320px
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

header {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px #eee;
    background: #fff;
    overflow: hidden
}

.heading {
    width: 1080px;
    height: 66px;
    margin: 0 auto
}

h1 {
    float: left
}

h1 a, h1 a img {
    display: block;
    height: 38px;
    margin-top: 15px
}

.heading p {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    font-size: 14px;
    margin-left: 20px
}

.heading i {
    font-weight: 600;
    color: #c33;
    font-size: 15px
}

nav {
    width: 100%;
}

.header-top {
    margin: 0 auto
}

.head-nav {
    margin-left: 17px
}

.head-nav li {
    float: left;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    transition: .2s all ease;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    z-index: 10
}

.head-nav li a {
    display: block;
    width: 100%;
    height: 100%;
}


.navbar-sub {
    width: 1080px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 13px
}

.navbar-sub dl {
    float: left
}

.navbar-sub dl dd, .navbar-sub dl dt {
    float: left;
    padding: 0 6px
}

.navbar-sub dl dd a {
    color: #666;
    font-weight: 400
}


.navbar-sub dl dt {
    width: 36px;
    height: 20px;
    margin-top: 10px;
    text-align: center;
    line-height: 18px;
    position: relative;
    margin-right: 10px;
    font-weight: 500;
    border-radius: 40px
}

.navbar-sub dl dt i {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #c66;
    border-bottom: 6px solid transparent;
    right: -5px;
    top: 5px
}

.navbar-sub .nav-basketb dt {
    margin-left: 20px
}

header .second-nav {
    position: absolute;
    top: 56px;
    left: 0;
    width: 200px;
    height: auto;
    background: #fff;
    display: none;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px
}

header .second-nav li {
    float: left;
    width: 100px;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

header .zonghety-nav {
    width: 100px
}

header .second-nav li:hover a {
    color: #fff
}

header .second-nav li:hover i {
    display: inline-block
}


header .second-nav li i {
    display: none;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 4px
}

.ball-li:hover ul {
    display: block
}

.bq-li .second-nav {
    width: 200px
}

.changeColor {
    animation: colorChange 4s infinite;
    -moz-animation: colorChange 4s infinite;
    -webkit-animation: colorChange 4s infinite;
    -o-animation: colorChange 4s infinite
}


footer {
    width: 100%;

    padding-bottom: 10px
}

footer p {
    line-height: 26px;
    text-align: center;
    font-size: 12px
}

footer p span {
    margin-right: 16px
}

footer p a {
    padding: 0 10px;
    border-left: 1px solid #fff;
    text-align: center;
    color: #eee
}

.top-box {
    position: fixed;
    right: 100px;
    bottom: 200px;
    border: 2px solid #999;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: url(/style/img/top2.png) #fff no-repeat center;
    cursor: pointer;
    display: none
}


.top-box a {
    display: block;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1400px) {
    .top-box {
        right: 0
    }
}

.Bread-nav {
    width: 1080px;
    margin: 10px auto
}

.Bread-nav li {
    float: left;
    font-size: 12px;
}

.Bread-nav li a, .Bread-nav li i {
    margin: 0 2px
}


.head-one {
    font-size: 20px;
    line-height: 20px;
    position: relative
}

.head-one .wx-img {
    position: absolute;
    right: 0;
    top: -8px;
    width: 890px;
    height: 40px;
    background: url(/style/img/wx-img.png) no-repeat
}

.head-one i {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle
}

.head-one .live {
    background: url(/style/img/icon-live.png) no-repeat center;
    margin-right: 10px
}

.head-one .hot-event {
    background: url(/style/img/icon-hotevent.png) no-repeat center;
    margin-right: 10px;
    background-size: auto 100%
}

.head-one span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500
}

.head-one .label {
    font-family: Impact;
    color: #e2e2e2;
    font-size: 18px;
    line-height: 23px;
    height: 20px;
    margin-left: 4px
}

.head-one .more i {
    display: inline-block;
    width: 12px;
    height: 10px;
    vertical-align: middle;
    background: url(/style/img/icon-more.png) no-repeat center
}

.head-one .more span {
    vertical-align: middle;
    font-size: 12px
}


.head-two {
    padding-bottom: 10px
}


.date-box li {
    min-width: 70px;
    text-align: center;
    padding: 4px 0;
}

.date-box li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden
}


.date-box .active a {
    color: #fff
}

.live-box {
    width: 1060px;
    font-size: 14px
}

.live-box .datedd {
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    position: relative;
    padding: 0
}

.live-box .datedd i {
    display: inline-block;
    width: 17px;
    height: 10px;
    margin: 0 10px;
    background: url(/style/img/chadata.png) no-repeat;
}

.live-box .datedd img {
    position: absolute;
    width: 12px;
    height: 10px;
    right: 10px;
    top: 8px;
    transform: rotate(270deg)
}

.live-box dd {
    padding: 10px 0;
    height: auto;
    border-bottom: 1px dotted #e0e0e0
}

.live-box dd:hover {
    background: #f7f7f7
}

.live-box dd:hover .reload a {
    display: inline-block
}

.live-box dd div {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle
}

.live-box dd .once-event {
    width: 140px
}

.once-type {
    width: 40px;
    text-align: center;
    height: 20px;
}

.once-type a {
    display: block;
    width: 100%;
    height: auto
}

.once-type a i {
    display: inline-block;
    width: 22px;
    height: 22px
}

.once-time {
    width: 40px;
    text-align: center
}

.once-event a {
    min-width: 80px;
    line-height: 22px;
    text-align: center;
    display: block;
    color: #fff;
    max-width: 148px;
    padding: 0 4px;
}

.once-game {
    font-weight: 500;
    font-size: 1.3rem;
    min-width: 100px
}

.live-box dd .video-link {
    max-width: 400px
}

.video-link a span {
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle
}

.video-link a {
    margin: 0 6px;
    font-size: 13px;
    display: inline-block;
    width: 100px;
    height: 26px;
    border-radius: 4px;
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.video-link a b {
    display: inline-block;
    width: 20px;
    height: 26px;
    background: url(/style/img/icon-zhibo-white.png) no-repeat center;
    vertical-align: middle;
    margin-left: 10px;
    background-size: 100% auto
}

.video-link a i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(/style/img/sprite.png) -32px -32px;
    vertical-align: middle;
    margin: 0 4px
}

.video-link a:hover {
    opacity: 1
}

.once-rem {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #ff3f3f;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    position: relative
}

.once-rem i {
    position: absolute;
    width: 0;
    height: 0;
    border-right: 6px solid #ff3f3f;
    border-top: 4px solid transparent;
    border-bottom: 6px solid transparent;
    left: -4px;
    top: 4px
}

.reload a {
    background: url(/style/img/sprite.png) 0 -32px;
    width: 22px;
    height: 19px;
    display: none
}

.allbtn i.allbtn {
    background: url(/style/img/dh_qb_h.png)
}

.impbtn i.impbtn {
    background: url(/style/img/dh_rm_h.png)
}

.footbtn i.footbtn {
    background: url(/style/img/dh_zq_h.png)
}

.baskbtn i.baskbtn {
    background: url(/style/img/dh_lq_h.png)
}

.tenbtn i {
    background: url(/style/img/sprite.png) -64px 0
}

.volbtn i {
    background: url(/style/img/sprite.png) -128px 0
}

.badbtn i {
    background: url(/style/img/sprite.png) -96px 0
}

.Tabbtn i {
    background: url(/style/img/sprite.png) -160px 0
}

.othbtn i.othbtn {
    background: url(/style/img/dh_ty_h.png)
}

.scrbtn i.scrbtn {
    background: url(/style/img/dh_ss_h.png)
}

.live-type .active i.allbtn {
    background: url(/style/img/dh_qb_c.png)
}

.live-type .active i.impbtn {
    background: url(/style/img/dh_rm_c.png)
}

.live-type .active i.footbtn {
    background: url(/style/img/dh_zq_c.png)
}

.live-type .active i.baskbtn {
    background: url(/style/img/dh_lq_c.png)
}

.live-type .active i.othbtn {
    background: url(/style/img/dh_ty_c.png)
}

.live-type .active i.scrbtn {
    background: url(/style/img/dh_ss_c.png)
}


.header-f {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    text-align: center
}

.header-f p {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 130px;
    margin: 0 auto
}

.header-f i {
    position: absolute;
    width: 80%;
    height: 1px;
    background: #eee;
    top: 20px;
    left: 10%
}

.header-f a {
    position: absolute;
    right: 10px;
    font-size: 12px
}

.center {
    text-align: center
}

.head-fi {
    height: 34px;
    line-height: 34px;
    position: relative
}

.head-fi p {
    display: inline-block;
    min-width: 140px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px
}

.head-fi a {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    font-weight: 400
}

.hot-bq div {
    padding: 10px;
    box-sizing: border-box
}

.hot-bq div a {
    display: inline-block;
    padding: 0 10px;
    margin: 6px 0;
    border-right: 1px solid #e0e0e0;
    font-size: 14px
}

.icon-foot {
    background: url(/style/img/dh_zq_h.png) no-repeat 0 2px;
    width: 22px;
    height: 22px
}

.icon-basket {
    background: url(/style/img/dh_lq_h.png) no-repeat 0 2px;
    width: 22px;
    height: 22px
}

.icon-ten {
    background: url(/style/img/sprite22.png) -88px 0;
    width: 22px;
    height: 22px
}

.icon-vol {
    background: url(/style/img/sprite22.png) -132px 0;
    width: 22px;
    height: 22px
}

.icon-bad {
    background: url(/style/img/sprite22.png) -176px 0;
    width: 22px;
    height: 22px
}

.icon-Tab {
    background: url(/style/img/sprite22.png) -220px 0;
    width: 22px;
    height: 22px
}

.icon-other {
    background: url(/style/img/sprite22.png) -308px 0;
    width: 22px;
    height: 22px
}

.page {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    text-align: center
}

.page .pagination {
    display: inline-block;
    border: 0
}

.page .pagination li {
    float: left;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin: 0 4px;
    min-width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    min-height: 20px !important
}

.page .pagination li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0
}


.r-content .hot-pd li i {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #f63
}

.r-content .hot-pd li {
    float: left;
    width: 40%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
    border: 0
}

.r-content .hot-pd li a {
    width: 40%
}

.videoshi .type-ul li {
    text-overflow: inherit
}

.index-btn a {
    width: 76px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 12px;
    border-radius: 2px;
    transition: .2s all ease;
}

.index-btn a:first-child {
    margin: 6px 0 4px 0
}


.zhibo-ajax-btn {
    width: 200px;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px
}

.no-event-dd {
    text-align: center
}

.no-event-dd span {
    padding: 0 4px
}

.map-a {
    color: #ff4f20
}

.bangdan-div {
    font-size: 14px;
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-top: 0
}

.bangdan-div .type-ul {
    width: 100%;
    border: 1px solid #e0e0e0;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0
}

.bangdan-div .event-type {
    margin-bottom: 0;
    background: #fff;
    font-size: 12px;
    border: 0;
    height: 20px;
    padding: 10px 2px
}

.bangdan-div .event-type li {
    float: left;
    width: 34px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e0e0e0;
    margin-right: 3px;
    border-radius: 2px;
    height: 20px;
    line-height: 20px
}


.bangdan-div .bang-ul {
    font-size: 16px;
    display: flex
}

.bangdan-div .bang-ul li {
    width: 48%;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 26px !important;
    height: 26px !important;
    border-right: 1px solid #e0e0e0 !important;
    flex: 1;
    font-size: 14px
}

.bangdan-div .bang-ul li:last-child {
    border: none !important
}


.bangdan-div .bang-ul .active {
    font-weight: 600;
    border-bottom: none !important
}

.bangdan-div .group-ul {
    border-top: 0
}

.bangdan-div .group-ul li {
    float: left;
    width: 38px;
    text-align: center;
    cursor: pointer
}

.bangdan-div .bang .group-ul .active {

    border: 0;
    height: 26px;
    font-weight: 500
}

.bangdan-div .bang-contnet {
    margin-top: 4px
}

.bang, .bangdan-div .shes, .bask-div, .baskbang, .group-dl {
    display: none
}

.bang-contnet dt, .bangdan-div .bang-contnet dd {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 26px
}

.bangdan-div .bang-contnet dt {
    background: #f7f7f7
}

.bangdan-div .bang-contnet dd {
    font-size: 13px;
    border-bottom: 1px dotted #e0e0e0;
    line-height: 30px
}

.bangdan-div .bang-contnet p {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    text-align: center
}

.bangdan-div .bang-contnet p:nth-child(2) {
    width: 120px
}

.bangdan-div .bang-contnet p:nth-child(3) {
    width: 100px
}

.bangdan-div .bang-contnet p span {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 16px
}

.basket-ul .bang-ul li {
    width: 70px
}

.schedule-div {
    margin-top: 20px;
    font-size: 14px
}

.schedule-div .box {
    border: 1px solid #e0e0e0
}

.schedule-div .event-ul {
    height: 26px;
    width: 100%;
    margin: 6px 0
}

.schedule-div .bask-sch-div .event-ul {
    background: url(/style/img/sech-bask-bg.jpg) no-repeat center
}

.schedule-div .bask-sch-div .event-ul li {
    width: 152px
}

.schedule-div .event-ul li {
    float: left;
    width: 52px;
    cursor: pointer;
    line-height: 26px;
    text-align: center
}


.schedule-div .event-ul .active {
    font-weight: 600
}

.schedule-div .content {
    border-top: 1px solid #e0e0e0;
    width: 310px;
    margin: 0 auto;
    display: none
}

.schedule-div .content a {
    display: block;
    float: left;
    margin: 8px;
    width: 60px;
    height: 60px
}

.schedule-div .content a img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 4px auto
}

.schedule-div .content a p {
    font-size: 13px;
    text-align: center;
    line-height: 14px
}

.lxfl-div {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px
}

.lxfl-div .event-ul {
    display: flex;
    border: 0;
    padding: 0;
    margin: 0;
    border-right: 1px solid #e0e0e0
}

.lxfl-div .event-ul li {
    flex: 1;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    height: 60px;
    cursor: pointer
}

.lxfl-div .event-ul li:last-child {
    border-right: 0
}


.lxfl-div .event-ul img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 2px auto
}

.lxfl-div .box-cont {
    display: none;
    box-sizing: border-box;
    border-top: 0;
    padding: 10px 4px
}


.lxfl-div .box-cont dl {
    margin-bottom: 10px
}

.lxfl-div .box-cont dt {
    width: 80px;
    font-weight: 600;
    font-size: 14px
}

.lxfl-div .box-cont dd {
    width: 100%
}

.lxfl-div .box-cont dd a {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 6px;
    font-size: 13px
}

.schedule-div .event-ul {
    border: 0;
    padding: 0
}

.red {
    color: #ff3f3f;
    font-weight: 600
}

.head-nav li .worldcup-a {
    color: red
}

.worldcup-a img {
    position: absolute;
    right: -10px;
    width: 22px;
    height: 10px;
    top: 10px
}

#full_screen_open {
    width: 32px;
    height: 32px;
    background: #fff;
    background-image: url(/style/img/big.png);
    background-size: 32px 32px;
    background-position-y: -4px;
    background-position-x: -2px;
    cursor: pointer;
    border: 3px solid #fff;
    position: absolute;
    right: 40px;
    top: -4px;
    z-index: 4999
}

#full_screen_open:hover {
    background: #fff;
    background-image: url(/style/img/big2.png);
    background-size: 32px 32px;
    background-position-y: -4px;
    background-position-x: -2px
}

.ggone {
    position: absolute;
    left: 0;
    bottom: 0
}

.signal .ggone a {
    margin: 0
}

.gga {
    position: relative;
    display: block;
    margin: 4px 0
}

.gga img {
    display: block;
    width: 100%;
    height: 60px
}

.gga i {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 12px;
    width: 36px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.cache-div p {
    text-align: center;
    margin: 50px 0;
    color: #333 !important
}

.cache-div {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.cache-div .close {
    cursor: pointer;
    margin-left: 10px
}

.cache-div img {
    margin: 30px 250px
}

/*详情增加关闭广告功能*/
.zhibodetailgg {
    position: relative
}

.guanbi_ad {
    position: absolute;
    top: -25px;
    right: 0px;
    z-index: 1000;
    height: 20px;
    cursor: pointer
}

.gb_ad_an {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 26px;
    font-weight: 100
}

.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, 0.9);
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

.bottomtip:after {
    border: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    content: "";
    left: 50%;
    margin-left: 0px;
    top: 100%;
}

.guanbi_ad:hover .gb_ad_an {
    background: #e11c2e;
    border: 1px #e11c2e solid;
    color: #fff
}

.guanbi_ad:hover .gbad_tishi {
    display: block
}

.jfbang_nav {
    margin-left: 19px;
}

.head-nav li .worldcup-ph-n {
    color: #333
}

.worldcup-ph img {
    position: absolute;
    right: -12px;
    width: 29px;
    height: 13px;
    top: 10px;
}


/*
****广告后台模块****
*/
.guangmain {
    width: 1080px;
    margin: 0 auto
}

/*开关*/
.gbdingwei {
    position: relative;
    width: 1080px;
    margin: 0 auto
}

.onoff_ad {
    position: absolute;
    top: -9px;
    right: 0px;
    z-index: 1000;
    height: 12px;
    cursor: pointer
}

.onoff_wz {
    float: left;
    margin-right: 1px;
}

.onoff_tishi {
    width: 230px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: -26px;
    right: -100px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    display: none;
    font-size: 12px
}

.onoff_ad:hover .onoff_tishi {
    display: block
}

/*播放器上*/
#bofangqiup {
}

/*通栏*/
.onecolumn {
    overflow: hidden;
    width: 100%;
}

.onecolumn a {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.onecolumn img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.onecolumn .adwz {
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.onecolumn p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*两列*/
.twocolumn {
    overflow: hidden;
    width: 100%;
}

.twocolumn a {
    position: relative;
    width: 534px;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.twocolumn img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.twocolumn .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twocolumn a:nth-child(2n+0) {
    margin-left: 10px
}

.twocolumn p {
    width: 534px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*三列*/
.threecolumn {
    overflow: hidden;
    width: 100%;
}

.threecolumn a {
    position: relative;
    width: 353px;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.threecolumn img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.threecolumn .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.threecolumn a:nth-child(2) {
    margin: 0 10px
}

.threecolumn a:nth-child(5) {
    margin: 0 10px
}

.threecolumn a:nth-child(8) {
    margin: 0 10px
}

.threecolumn a:nth-child(11) {
    margin: 0 10px
}

.threecolumn p {
    width: 353px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*轮播*/
.swiperlumn {
}

.swiperlumn .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperlumn .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperlumn .swiper-container {
    --swiper-theme-color: #fff
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiperlumn .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.swiperlumn .swiper-slide img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.swiperlumn .swiper-slide .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.swiperlumn .swiper-slide p {
    width: 353px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*播放器下*/
#bofangqidown {
    margin-top: 10px;
}

/*播放器右*/
#bofangqiright {
    width: 280px;
    height: 300px
}

#bofangqiright a {
    margin: 0px;
}

/*通栏*/
.oneline {
    overflow: hidden;
    width: 100%;
}

.oneline a {
    position: relative;
    width: 100%;
    display: block;
}

.oneline img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.oneline .adwz {
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.oneline p {
    width: 100%;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

/*两列*/
.twocoline {
    overflow: hidden;
    width: 100%;
}

.twocoline a {
    position: relative;
    width: 100%;
    display: block;
}

.twocoline img {
    display: block;
    max-width: 100%;
    max-height: 150px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.twocoline .adwz {
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twocoline a:nth-child(2) {
    margin-top: 5px !important;
}

.twocoline p {
    width: 100%;
    max-height: 150px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

/*三列*/
.threeline {
    overflow: hidden;
    width: 100%;
}

.threeline a {
    position: relative;
    width: 100%;
    display: block;
}

.threeline img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.threeline .adwz {
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.threeline a:nth-child(2) {
    margin-top: 5px !important;;
    margin-bottom: 5px !important;
}

.threeline p {
    width: 100%;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

/*轮播*/
.swiperline {
}

.swiperline .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperline .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperline .swiper-container {
    --swiper-theme-color: #fff
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiperline .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.swiperline .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.swiperline .swiper-slide .adwz {
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.swiperline .swiper-slide p {
    width: 100%;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

/*直播信号后*/
.signalrightimg {
    display: inline-block;
    width: 300px
}

/*一个*/
.signalhone {
    margin-left: 15px;
    float: left;
}

.signalhone a {
    position: relative;
    width: 285px;
    height: 40px;
    display: block;
}

.signalhone img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.signalhone .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.signalhone p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*两个*/
.signalhtwo {
    float: left;
}

.signalhtwo a {
    position: relative;
    display: block;
    width: 130px;
    height: 40px;
    float: left;
    margin: 0 5px
}

.signalhtwo img {
    display: block;
    width: 130px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.signalhtwo .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.signalhtwo p {
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*三个*/
.signalhthree {
    overflow: hidden;
    width: 285px;
    float: left;
}

.signalhthree a {
    position: relative;
    width: 80px;
    height: 40px;
    float: left;
    margin: 0 5px
}

.signalhthree img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.signalhthree .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.signalhthree p {
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*轮播*/
.signalhswiper .swiper-container {
    width: 285px;
    height: 40%;
}

.signalhswiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.signalhswiper .swiper-container {
    --swiper-theme-color: #fff
}

.swiper-pagination {
    bottom: 0px !important;
}

.signalhswiper .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.signalhswiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.signalhswiper .swiper-slide .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.signalhswiper .swiper-slide p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*全站通栏*/
#tonglan {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
}

/*通栏*/
.oneall {
    overflow: hidden;
    width: 100%;
}

.oneall a {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 5px;
    float: left;
}

.oneall img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.oneall .adwz {
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.oneall p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*两列*/
.twoall {
    overflow: hidden;
    width: 100%;
}

.twoall a {
    position: relative;
    width: 534px;
    display: block;
    margin-top: 5px;
    float: left;
}

.twoall img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.twoall .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twoall a:nth-child(2n+0) {
    margin-left: 10px
}

.twoall p {
    width: 534px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*三列*/
.threeall {
    overflow: hidden;
    width: 100%;
}

.threeall a {
    position: relative;
    width: 353px;
    display: block;
    margin-top: 5px;
    float: left;
}

.threeall img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.threeall .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.threeall a:nth-child(2) {
    margin: 0 10px
}

.threeall a:nth-child(5) {
    margin: 0 10px
}

.threeall a:nth-child(8) {
    margin: 0 10px
}

.threeall a:nth-child(11) {
    margin: 0 10px
}

.threeall p {
    width: 353px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*轮播*/
.swiperall {
    margin-top: 5px;
}

.swiperall .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperall .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperall .swiper-container {
    --swiper-theme-color: #fff
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiperall .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.swiperall .swiper-slide img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.swiperall .swiper-slide .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.swiperall .swiper-slide p {
    width: 353px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}


/*******首页广告位*****/
/*通栏*/
#zblbup {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background: none
}

/*通栏*/
.onezblb {
    overflow: hidden;
    width: 100%;
}

.onezblb a {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.onezblb img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.onezblb .adwz {
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.onezblb p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*两列*/
.twozblb {
    overflow: hidden;
    width: 100%;
}

.twozblb a {
    position: relative;
    width: 534px;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.twozblb img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.twozblb .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twozblb a:nth-child(2n+0) {
    margin-left: 10px
}

.twozblb p {
    width: 534px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*三列*/
.threezblb {
    overflow: hidden;
    width: 100%;
}

.threezblb a {
    position: relative;
    width: 353px;
    display: block;
    margin-bottom: 5px;
    float: left;
}

.threezblb img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.threezblb .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.threezblb a:nth-child(2) {
    margin: 0 10px
}

.threezblb a:nth-child(2) {
    margin: 0 10px
}

.threezblb a:nth-child(5) {
    margin: 0 10px
}

.threezblb a:nth-child(8) {
    margin: 0 10px
}

.threezblb a:nth-child(11) {
    margin: 0 10px
}

.threezblb p {
    width: 353px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*轮播*/
.swiperzblb {
}

.swiperzblb .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperzblb .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperzblb .swiper-container {
    --swiper-theme-color: #fff
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiperzblb .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.swiperzblb .swiper-slide img {
    display: block;
    width: 100%;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.swiperzblb .swiper-slide .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.swiperzblb .swiper-slide p {
    width: 353px;
    line-height: 40px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

/*首页直播信号后*/
.live-box dd div.sywordr {
    margin: 0px !important;
}

.sywordr {
    float: left;
    width: 250px;
    margin: 0px;
    height: 30px;
}

.sywordrswiper, .sywordrswiper div {
    margin: 0px !important;
}


/*一个*/
.sywordrone {
    margin-left: 5px;
    float: left;
}

.sywordrone a {
    position: relative;
    width: 250px;
    height: 30px;
    display: block;
}

.sywordrone img {
    display: block;
    width: 100%;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sywordrone .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sywordrone p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*两个*/
.sywordrtwo {
    float: left;
}

.sywordrtwo a {
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    margin: 0 5px
}

.sywordrtwo img {
    display: block;
    width: 100%;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sywordrtwo .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sywordrtwo a:nth-child(1) {
    margin-right: 10px
}

.sywordrtwo p {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*三个*/
.sywordrthree {
    overflow: hidden;
    width: 250px;
    float: left;
}

.sywordrthree a {
    position: relative;
    width: 70px;
    height: 30px;
    float: left;
    margin: 0 5px
}

.sywordrthree img {
    display: block;
    width: 100%;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sywordrthree .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sywordrthree p {
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*轮播*/
.sywordrswiper .swiper-container {
    width: 250px;
    height: 30px;
}

.sywordrswiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sywordrswiper .swiper-container {
    --swiper-theme-color: #fff
}

.swiper-pagination {
    bottom: 0px !important;
}

.sywordrswiper .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.sywordrswiper .swiper-slide img {
    display: block;
    width: 210px;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sywordrswiper .swiper-slide .adwz {
    position: absolute;
    bottom: -5px;
    left: 2px;
    width: 25px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #999;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sywordrswiper .swiper-slide p {
    width: 250px;
    height: 30px;
    line-height: 20px;
    margin-bottom: 5px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.zblb_zs .swiper-pagination {
    line-height: normal !important;
}

.head-one .more em {
    vertical-align: middle;
    font-size: 12px;
}

.video-link .zban_wrap {
    margin: 0 6px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
}

.video-link .zban_wrap img {
    opacity: 1;
    margin-top: -1px;;
    vertical-align: middle;
}


.video-link .zban_wrap_new {
    margin: 0 6px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 100px;
    height: 30px;
    border-radius: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 40px;
}

.l-box .xianguandx_wrap_right > li, .content-one .xianguandx_wrap > li {
    width: auto;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-box .xianguandx_wrap_right > li a, .content-one .xianguandx_wrap > li a {
    text-align: center;
    font-size: 13px;
    margin: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
}


.l-box .xianguandx_wrap_right > .xianguandx_wrap_none a:hover {
    cursor: default;
}

.l-box .xianguandx_wrap_right {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    display: flex;
    flex-direction: row-reverse;
}

.l-box .xianguandx_wrap_right > li img, .content-one .xianguandx_wrap > li img {
    margin-right: 5px;
    max-height: 17px;
    width: auto;
}

.nodata_new_none {
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(/style/img/no-content.png) no-repeat center;
    position: relative;
}

.nodata_new_none > p {
    position: absolute;
    bottom: 15px;
}

.ouzou_t {
    display: block;
    width: 1080px;
    margin: 0 auto;
}

.ouzou_t img {
    width: 100%;
    height: 100%;
}

.hot-top-infor .content-div .zxttcoc {
    color: #ff4f20;
}


.bor-box {
    background: #fff;
    box-sizing: border-box;
    padding: 10px
}

.border-box {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0
}

.event-t-p {
    width: 640px
}

.more-p {
    width: 70px;
    cursor: pointer;
    font-size: 13px
}

.more-p i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 4px
}

.event-type {
    font-size: 14px;
    height: 28px;
    overflow: hidden;
    padding: 10px;
    background: #eef4e6
}

.event-type a {
    display: inline-block;
    padding: 2px 4px;
    margin: 4px;
    border-radius: 4px
}

.event-type .active {
    background: #82bc2e;
    color: #fff
}

.live-box {
    width: 100%
}

.live-box dl {
    border: 0
}

.live-cont-foot .date-box li {
    width: 60px
}

.live-cont-foot .live-box dd div {
    min-height: 24px;
    vertical-align: middle;
    line-height: 24px
}

.live-cont-foot .live-box dd div p {
    display: inline-block;
    margin: 0 10px 0 0
}

.live-cont-foot .once-time {
    width: 54px
}

.live-cont-foot .video-link {
    max-width: 630px
}

.l-content {
    margin-bottom: 30px
}

.content-one ul {
    font-size: 14px;
    font-weight: 400
}

.content-one li {
    min-height: 34px;
    line-height: inherit;
    position: relative;
    border-bottom: 1px dotted #e0e0e0
}

.content-one li i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0093dd;
    display: inline-block;
    margin: 0 4px;
    margin-left: 10px;
    vertical-align: middle
}

.content-one li a {
    margin: 0 6px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle
}

.content-one li span {
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 240px
}

.content-one li span a {
    color: #0093dd
}

.content-one li span a:hover {
    text-decoration: underline
}

.content-one li b {
    position: absolute;
    right: 4px;
    font-size: 13px
}

.r-content ul {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px
}

.r-content ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #e0e0e0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.r-content ul li i {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid #69c;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 4px
}

.r-content ul li a:hover {
    text-decoration: underline
}

.r-content .type-ul {
    height: 30px;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex
}

.r-content .type-ul li {
    height: 30px;
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    border: 0;
    flex: 1;
    text-align: center
}

.r-content .type-ul .active {
    border-bottom: 2px solid #3ea871
}

.r-content .type-ul .active a {
    color: #3ea871
}

.r-content ul i, .r-content ul p {
    display: inline-block
}

.r-content ul p {
    width: 20px;
    height: 20px;
    background: #8cd9b3;
    text-align: center;
    line-height: 20px;
    margin: 0 4px
}

.r-content .sepx li i {
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.r-content .sepx {
    font-size: 12px;
    display: none
}

.r-content .sepx li a {
    color: #0093dd;
    margin: 0 4px;
    font-weight: 400
}

.r-content .hot-pd li i {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #f63
}

.r-content .hot-pd li {
    float: left;
    width: 40%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
    border: 0
}

.r-content .hot-pd li a {
    width: 40%
}

.time-box {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400
}

.time-box span {
    color: #999
}

.time-box a {
    display: inline-block;
    padding: 2px 4px
}

.time-box .active {
    background: #82bc2e;
    color: #fff;
    border-radius: 4px
}

.date-box {
    position: fixed
}

.date-box li {
    height: 34px;
    line-height: 34px
}

@media screen and (max-width: 1300px) {
    .date-box {
        position: fixed;
        top: 220px;
        left: 0
    }
}

@media screen and (min-width: 1300px) {
    .date-box {
        position: fixed;
        top: 220px;
        left: 40px
    }
}

.live-box .center {
    height: 30px;
    line-height: 30px
}

.hot-event {
    margin-bottom: 20px
}

.hot-event div {
    border: 1px solid #e0e0e0;
    padding: 10px;
    box-sizing: border-box
}

.hot-event div a {
    font-size: 14px;
    display: inline-block;
    padding: 2px 4px;
    margin: 2px 4px
}

.hot-event div a:hover {
    background: #daeffb
}

.sepx li a, .sepx li b {
    display: inline-block
}

.sepx li b {
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 21px
}

.videoshi ul {
    padding: 0
}

.content-one .wordcont {
    width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nav-l-box {
    width: 240px
}

.simple-nav {
    width: 240px;
    height: auto;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    margin-bottom: 20px
}

.simple-nav h4 {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.simple-nav h4 i {
    position: absolute;
    width: 200px;
    top: 18px;
    height: 1px;
    background: #eee;
    left: 20px
}

.simple-nav h4 p {
    width: 74px;
    background: #fff;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500
}

.simple-nav h5 {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 6px 0 14px 0
}

.simple-nav h5 i {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 24px
}

.simple-nav h5 a {
    display: inline-block;
    vertical-align: middle
}

.simple-nav h5 .live {
    background: url(/style/img/icon-zhibo.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .video {
    background: url(/style/img/icon-shipin.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .pianduan {
    background: url(/style/img/icon-pianduan.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .jijin {
    background: url(/style/img/icon-jijin-h.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav h5 .zhanbao {
    background: url(/style/img/icon-news-left.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 4px
}

.simple-nav .content-l {
    border-bottom: 1px solid #eee
}

.live-type {
    text-align: left;
    overflow: hidden;
    position: relative;
    padding: 0 8px;
    box-sizing: border-box
}

.live-type a {
    display: inline-block;
    font-size: 12px;
    width: 85px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 4px 0;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
}

.live-type .active {
    font-size: 12px;
}

.simple-nav .more-a {
    height: 24px;
    line-height: 24px;
    width: 140px;
    text-align: center;
    left: 50px;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    display: inline-block
}

.hot-event-live h4 p {
    width: 100px
}

.bangdan-div .event-type li {
    width: auto !important;
    margin: 0px;
    border-right: 0px;
    min-width: 33px;
}

.bangdan-div .bang-contnet p {
    font-size: 13px;
    width: 28px
}

.bangdan-div .bang-contnet p:nth-child(2) {
    width: 96px
}

.bangdan-div .bang-contnet p:nth-child(3) {
    width: 80px;
    border-left: 1px solid #eee
}

.schedule-div .event-ul li {
    width: 38px
}

.schedule-div .content {
    width: 240px
}

.schedule-div .bask-sch-div .event-ul li {
    width: 118px
}

.bangdan-div .event-type {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: space-between
}

.bangdan-div .event-type li:hover {
    border-right: 0px;
}

.bangdian_one {
    background: url(/style/img/paihang_1.jpg)
}

.bangdian_two {
    background: url(/style/img/paihang_2.jpg)
}

.bangdian_three {
    background: url(/style/img/paihang_3.jpg)
}

.new_zq_ie_zc_p {
    padding: 5px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}


.bangdan-div .bang-contnet dd:nth-of-type(1) p:nth-of-type(1) span {
    color: #fff;
}

.bangdan-div .bang-contnet dd:nth-of-type(2) p:nth-of-type(1) span {
    color: #fff;
}

.bangdan-div .bang-contnet dd:nth-of-type(3) p:nth-of-type(1) span {
    color: #fff;
}

.new_zq_yg_con {
    display: none;
}

.bangdan-div .bang-contnet p {
    margin-left: -10px;
}

footer p a:first-child {
    border-left: 0;
}

.detailBox img {
    max-width: 100%;
}

.mt10 {
    margin-top: 10px;
}

.item-list, .detailBox {
    background: #fff;
    line-height: 35px;
    position: relative;
}

.item-list ol.breadcrumb {
    position: absolute;
    right: 20px;
}

ol.breadcrumb li {
    display: inline-block;
}

.item-list .zb-list li a, .item-right li {

    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item-right .imgTxt {
    position: relative;
    display: block;
    padding-left: 0;
}

.item-right .imgTxt span {
    left: 105px;
    top: 0;
    line-height: 30px;
    position: absolute;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-right, .detailRight {
    line-height: 35px;
    background: #fff;
}

.video-list .zb-list li a, .video-list .zb-list li span:last-child {
    display: block;
    max-width: 100%;
    font-size: 1rem;
}

.zb-list li span:first-child {
    float: left;
    margin-right: 5px;
}

.zb-list li img {
    width: 10rem;
}

.zb-list li {
    clear: both;
}

.video-list .zb-info-art-list {
    line-height: 25px;
}

.detailRight img {
    max-width: 5rem;
}

.detailRight .litpic {
    display: inline-block;
}

.detailRight .news-list span {
    float: right;
    vertical-align: top;
    width: 12rem;
    font-size: 1rem;
    line-height: 1.4rem;

    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.title {
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
}

.content {
    text-indent: 2rem;
    line-height: 35px;
}

.item-list, .detailBox, .item-right, .detailRight {
    border-radius: 5px;
}

.article-wrap h1 {
    float: none;
}

.article-wrap, .detailBox .breadcrumb, .item-list ul, .detailBox ul, .detailRight ul, .item-right ul {
    padding: 0 10px;
    font-size: 0.9rem;
}

.panel-title {
    padding-left: 10px;
}

h3.head-one {
    line-height: 35px;
}

.live-box dd .once-game a {
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item-right img {
    max-width: 100px;
}

.news-list li .litpic {
    display: inline-block;
}

.scroll-wrapper {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.scroll-wrapper .next, .scroll-wrapper .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}

.scroll-wrapper .prev {
    right: 0px;
}

.hot-saishi-cover:hover .next {
    opacity: 1;
}

.hot-saishi-list {
    display: flex;
}

.hot-saishi-item {
    flex-grow: 1;
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 10px;
}

.hot-saishi-item:not(:last-child) {
    margin-right: 5px;
}

.hot-saishi-item a:nth-child(1) {
    display: block;
    width: 181px;
}

.hot-saishi-item .saishi-info {
    display: flex;
    padding-bottom: 15px;
}

.hot-saishi-item .saishi-info p {
    font-size: 12px;
}

.hot-saishi-item .saishi-team {
    display: flex;
    padding-bottom: 15px;
    text-align: center;
    justify-content: space-around;
    font-size: 12px;
    height: 60px;
}

.hot-saishi-item a {
    color: #fff;
}

.hot-saishi-item .saishi-score {
    /*display: flex;*/
    /*padding-bottom: 5px;*/
    text-align: center;
    justify-content: space-around;
    font-weight: bolder;
    font-size: 1.1rem;
    display: none;
}

.hot-saishi-item .saishi-score h3 {
    font-weight: bolder;
    font-family: 'sans-serif';
}

.hot-saishi-item .saishi-info h4 {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
}

.hot-saishi-cover:hover .prev {
    opacity: 1;
}

.lh35 {
    line-height: 35px;
}

.fs16 {
    font-size: 16px;
}

.hot-saishi-container {
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.article-wrap h1 {
    color: #000;
}

.link-box .news-list li {
    padding-left: 5px;
    font-size: 14px;
}

.link-box {
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.btn-high-video{
    width: 68px;
    padding: 5px 15px;
    margin: 10px auto;
    display: block;
}


.flex-between {
    justify-content: space-between
}

.color__main {
    color: #27c5c3
}

.win {
    color: red
}

.lose {
    color: green
}

.breadcrumbs {
    font-size: 14px;
    line-height: 30px;
    background: #f7f9fa;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center
}

.breadcrumbs a {
    padding-left: 5px;
    display: flex;
    align-items: center
}

.breadcrumbs a:hover {
    color: #666699
}

.breadcrumbs a::after {
    content: '';
    display: inline-block;
    background: url(/style/img/icon_nav_down.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg) scale(.6)
}

.breadcrumbs a:last-child::after {
    content: '';
    background: none
}



.livelist-box {
    flex-wrap: wrap
}

.livelist-box li {
    width: 100%;
    border-bottom: 1px solid #eee
}

.livelist-box li:first-child {
    border-top: none
}

.livelist-box li:hover {
    background: #f2f6ff
}

.livelist-box li .t-logo {
    width: 30px;
    height: 30px;
    margin-right: 4px
}

.livelist-box li h2 {
    font-size: 14px
}

.livelist-box li h3 {
    font-weight: normal;
    font-size: 14px
}

.livelist-box li time {
    color: #666;
    margin-right: 10px;
    display: inline-block
}

.livelist-box li a:hover {
    color: #333
}

.livelist-box li .team {
    margin-top: 4px;
    align-items: center
}

.live-content {
    margin: 0 auto;
    margin-top: 20px
}

.live-content .live-list {
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding-top: 20px
}

.live-content .live-list .riqi {
    background: #4180ff;
    opacity: .8;
    color: #fff;
    position: sticky;
    top: 0;
    margin: 10px 0;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 0 8px 8px 0
}

.live-content .live-list .item {
    padding: 0 20px;
    height: 72px;
    border-top: 1px solid #f6f6f6;
    display: flex;
    align-items: center
}

.live-content .live-list .item:hover {
    background: #f2f6ff
}

.live-content .live-list .item:hover .zhibo-name {
    opacity: .8
}

.live-content .live-list .item .status-text {
    width: 64px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 20px;
    background: #f8f8f8;
    color: #666
}

.live-content .live-list .item h2 {
    font-weight: normal;
    font-size: 14px
}

.live-content .live-list .item .time {
    width: 120px;
    color: #999;
    margin-top: 4px
}

.live-content .live-list .status-bar {
    height: 44px
}

.live-content .live-list .status-bar span {
    font-weight: bold;
    color: #4180ff;
    padding-left: 10px;
    display: block;
    position: relative;
    font-size: 18px
}

.live-content .live-list .status-bar span::before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background: #4180ff
}

.live-content .live-list .duizhen {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 560px
}

.live-content .live-list .duizhen .live-link {
    width: 100%
}

.live-content .live-list .duizhen .score {
    width: 100px;
    text-align: center
}

.live-content .live-list .duizhen .f-left, .live-content .live-list .duizhen .f-right {
    display: flex;
    align-items: center;
    flex: 1
}

.live-content .live-list .duizhen .f-left .team-logo {
    margin-right: 5px
}

.live-content .live-list .duizhen .f-right .team-logo {
    margin-left: 5px
}

.live-content .live-list .duizhen .team-logo {
    width: 36px;
    height: 36px
}

.live-content .live-list .zhibo-name {
    background: #27c5c3;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px
}

.box-right {
    margin-bottom: 15px;
    border-radius: 5px;
}

.box-right .box-title {
    /*padding: 10px;*/
    font-size: 18px;
    padding-left: 10px;
    line-height: 35px;
    /*border-bottom: 1px solid #eeeeee*/
}

.box-right .hot-cate {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 10px 6px 10px;
    box-sizing: border-box;
    justify-content: space-between
}

.box-right .hot-cate::after {
    content: '';
    width: 78px
}

.box-right .hot-cate .li-data {
    margin-bottom: 10px;
    display: inline-block;
    width: 78px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.box-right .hot-cate li {
    margin-bottom: 10px;
    display: inline-block;
    width: 78px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    color: #666666;
    text-decoration: none;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    border-radius: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.box-right .hot-cate li:hover {
    background: #f2f6ff
}

.box-right .hot-cate li a {
    display: block
}

.flex {
    display: flex;
    align-items: center
}

.live-main .live-inner {
    border-radius: 8px;
    background: #fff;
    padding: 10px 15px;
    margin-top: 10px
}

.live-main .t-logo {
    width: 72px;
    height: 72px
}

.live-main .f-left {
    margin-left: 10px
}

.live-main .f-right {
    margin-right: 10px
}

.live-main .match-info {
    height: 140px;
    border-radius: 8px;
    margin-top: 10px;
    color: #fff;
    text-align: center
}

.live-main .match-info .match-team {
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

.live-main .match-info .match-head {
    font-size: 16px
}

.live-main .match-info .score {
    font-size: 34px
}

.live-main .match-info .matchNostart {
    background: rgba(255, 255, 255, 0.5);
    padding: 4px 6px;
    display: inline-block;
    border-radius: 5px;
    margin: 10px 0;
    font-weight: bold
}

.live-main .zuqiu-bg {
    background: url(/style/img/zqbg.jpg);
    background-size: 100%;
    background-position: center
}

.live-main .lanqiu-bg {
    background: url(/style/img/lqbg.png);
    background-size: 100%;
    background-position: center
}

.signal-list {
    font-size: 20px;
    color: #27c5c3;
    margin: 10px 0;
    flex-wrap: wrap
}

.signal-list .signal {
    display: inline-block;
    background: url(/style/img/signal.svg) no-repeat;
    background-size: 100%;
    width: 34px;
    height: 34px;
    filter: drop-shadow(#27c5c3 999999px 0);
    transform: translateX(-999999px)
}

.signal-list button {
    font-size: 14px;
    color: #27c5c3;
    padding: 4px 10px;
    /*margin-right: 10px;*/
    /*margin-bottom: 4px;*/
    border-radius: 4px;
    border: 1px solid;
    background: #fff;
    vertical-align: middle;
}

.signal-list button:hover {
    background: #27c5c3;
    cursor: pointer;
    color: #fff
}

.livebox {
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px;
}

.livebox .tab-list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    height: 54px;
    line-height: 54px
}

.livebox .tab-list li {
    width: 140px;
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer
}

.livebox .tab-list li:hover {
    color: #27c5c3;
    font-weight: bold
}

.livebox .tab-list .tab-active span {
    font-weight: bold;
    color: #27c5c3;
    border-bottom: 6px solid #27c5c3;
    display: inline-block
}

.tab-pannel .zhibo-info {
    padding: 24px
}

.tab-pannel .zhibo-info p {
    font-size: 14px;
    line-height: 34px
}

.tab-pannel .zhibo-info p span {
    color: #666
}

.tab-pannel .zhibo-info .site-name {
    color: #27c5c3
}


.livemstop h3 {
    display: flex;
    align-items: center
}

.livemstop img.t-logo {
    width: 40px;
    height: 40px;
    margin-right: 5px
}

.live-data-list {
    padding: 0 24px;
    text-align: center
}

.live-data-list dt {
    display: flex;
    align-items: center;
    color: #999999;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    background: #eee;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px
}

.live-data-list dt > div {
    width: 100%;
    text-align: center;
    padding: 8px 0px 8px 4px
}

.live-data-list .live-match-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e9e9e9
}

.live-data-list .live-match-item:hover {
    background: #eee
}

@media (min-width: 1080px) {
    .live-content {
        width: 1080px;
    }

    .flex-between {
        display: flex;
    }

    .left-main {
        width: 795px
    }

    .right-main {
        width: 280px
    }

    .livelist-box li {
        padding: 10px;
    }
}

@media (max-width: 1079px) {
    .zhibo-info {
        padding: 0 10px;
    }

    .livelist-box li {
        width: 48%;
        border: 1px solid #eaeaea;
        margin-bottom: 10px;
        margin-right: 1.3%;
    }
    .livelist-box li .flex-between .flex.title{
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #f5f5f5 100%);
    }
    .livelist-box li > a > .flex-between > .flex{
        display: block;
        font-size: 10px;
        line-height: 28px;
    }
    .livelist-box li:nth-child(even){
        margin-left: 1.3%;
        margin-right: 0;
    }

    .livelist-box {
        padding: 10px 10px 0 10px;
    }
    .flex-between > .flex > h2{
        float: left;
        width: 50%;
        font-size: 10px;
        padding-left: 5px;
    }
    .livelist-box li time{
        margin-right: 0;
    }
    .item-status{
        display: none;
    }
    .right-main{
        padding-bottom: 60px;
    }
    .livelist-box li .t-logo{
        width: 20px;
        height: 20px;
    }
    li .flex-between.team{
        position: relative;
        line-height: 20px;
        padding-bottom: 5px;
        padding-left: 4px;
    }
    li .flex-between.team strong{
        position: absolute;
        right: 5px;
        top: -1px;
    }
    .livelist-box li h3{
        font-size: 12px;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 70%;
    }
    .live-main .match-info .match-team{
        padding: 0 10px;
    }
    .breadcrumbs a{
        font-size: 12px;
    }
}

@media (max-width: 1079px) {
    nav .header-top h1 {
        display: block;
        width: 100%;
        padding-left: 10px;
    }

    h3.head-one {
        padding-left: 10px;
    }

    .list_wrap_new_dd {
        text-align: center;
    }

    .live-cont-foot .live-box dd div p.once-game:last-child {
        display: block;
    }

    .once-time, .once-game {
        line-height: 35px;
        font-size: 16px;
    }

    .list_wrap_new_dd > div:first-child {
        width: 100%;
    }

    .item-list .zb-list li span.create-date, .item-list ol.breadcrumb {
        display: none;
    }

    .item-right:last-child, .detailRight {
        margin-top: 10px;
        margin-bottom: 130px;
    }

    .video-list .zb-list li span:last-child {
        display: none;
    }

    .zb-list li img {
        width: 5.5rem;
    }

    .video-list .zb-list li {
        margin-top: 10px;
    }

    .video-list .zb-list li a {
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-list li {
        position: relative;
    }

    .detailRight .news-list span {
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 5.8rem;
        width: auto;
    }

    .title, .content {
        padding: 0 10px;
    }

    .content {
        padding-bottom: 130px;
    }

    .head-nav li {
        width: 20%;
        text-align: center;
        padding: 0 0;
    }

    .head-nav li.l {
        width: 15%;
    }

    .show-pc {
        display: none;
    }

    .head-nav {
        margin-left: 0;
        width: 100%;
    }

    .detailBox .breadcrumb li.active {
        display: none;
    }

    .info time {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .scroll-box {
        display: none;
    }
    .live-cont-foot .live-box dd div p {
         vertical-align: top;
    }
}
.video-link a:hover img{
    filter: drop-shadow(#fff 999999px 0);
}
@media (min-width: 1080px) {
    nav {
        height: 60px;
    }


    .wrap, .header-top {
        width: 1080px;
    }

    .live-box dd .once-game {
        width: 480px;
    }

    body {
        min-width: 1200px
    }

    dd div p:nth-child(3) a {
        padding-left: 68px;
    }

    .list_wrap_new_dd > div:first-child {
        width: 75%;
    }

    .item-list, .detailBox {
        display: inline-block;
        width: 770px;
    }

    .item-list li a {
        display: inline-block;

        max-width: 70%;
    }

    .zb-info-art-list {
        position: relative;
        line-height: 35px;
    }

    .zb-info-art-list span.create-date {
        position: absolute;
        right: 0;
        top: 0;
    }

    .item-right, .detailRight, .item-right-box {
        display: inline-block;
        width: 304px;
        vertical-align: top;
    }

    .show-m {
        display: none;
    }

    .item-list-box {
        display: inline-block;
        width: 770px;
    }
}
