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

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

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

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

a {
    text-decoration: none;
}

body {
    /*background: #f1f1f1;*/
    font-size: 14px;
}

header {
    background: #ffffff;
}

.container {
    width: 1220px;
    margin: 0 auto;
    padding: 0;
}

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

.header-top {
    padding-top: 20px;
    padding-bottom: 15px;
}

.logo {
    width: 241px;
    height: 40px;
}

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

.navigation {
    background: #000;
    height: 48px;
    line-height: 48px;
    width: 1220px;
    margin: 0 auto;
    border-radius: 10px;
}

.main-menu .menu-item {
    float: left;
    width: 75px;
    text-align: center;
}

.main-menu .menu-item a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    width: 100px;
}

.main-menu .menu-item.active a {
    color: #ffffff;
}

.main-menu .menu-item:hover a {
    color: #ffffff;
}

.dflex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.fl {
    float: left;
    width: 866px;
}

.fr {
    float: right;
    width: 340px;
}

.pt15 {
    padding-top: 1rem;
}

.pb15 {
    padding-bottom: 1rem;
}
.pr15 {
    padding-right: 1rem;
}
.mt15 {
    margin-top: 1rem;
}

.mb15 {
    margin-bottom: 1rem;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mr15 {
    margin-right: 1rem;
}
.ml15 {
    margin-left: 1rem;
}
.hdt {
    flex: 1;
    font-size: 1.2rem;
    font-weight: 700;
}

.panel {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 1px 52px 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}
.panel-hd {
    display: flex;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px rgb(211, 211, 211);
    height: 30px;
}
.panel-hd .zhedie img {
    width: 26px;
    height: 26px;
    transform: rotate(180deg);
}
.panel-hd .zhankai img {
    width: 26px;
    height: 26px;
}
.zb-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.4rem;
}
.zb-info {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    font-size: 1rem;
    border-bottom: solid 1px #efefef;
}
.zb-info p {
    display: block;
    padding-right: 1rem;
}
.zb-info div {
    display: flex;
    align-items: center;
}
.zb-icon {
    padding-left: 15px;
    padding-right: 15px;
}
.zb-qiudui {
    display: flex !important;
    justify-content: center;
    padding-left: 15px;
}
.zb-qiudui img {
    border-radius: 100%;
}
.zb-qiudui span:nth-child(1) {
     display: inline-block;
     width: 170px;
     text-align: right;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }
.zb-qiudui span:nth-child(3) {
    display: inline-block;
    width: 170px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-qiudui span:nth-child(1) img {
    padding-left: 5px
}
.zb-qiudui span:nth-child(2) {
    width: 70px;
    text-align: center;
}

.zb-qiudui span:nth-child(3) img {
    padding-right: 5px
}

.zb-qiudui img {
    display: inline-block;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.8rem;
}
.zb-type {
    width: 100px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zb-time,.zb-type {
    color: #000;
}
.zb-type a {
    color: #000;
}
.zb-area {
    text-align: center;
}
.zb-area_btn {
    width: 70px;
    border-radius: 5px;
    text-align: center;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border: solid 1px #000;
    color: #000000;
}
.zb-area_btn.start {
    background: #000;
    color: #fff;
}
.zb-list li:hover {
    background: #efefef;
}
.shrink {
    height: 320px;
    overflow: hidden;
}

.news-list {
    padding: 5px 0;
}
.news-list li {
    padding: 5px 0;
}
.news-list li a {
    display: flex;
    color: #000000;
}
.news-list li a:hover {
    color: #959595;
}
.news-list li a img {
    display: inline-block;
    min-width: 62px;
    min-height: 46px;
    max-width: 62px;
    max-height: 46px;
}
.news-list li a span {
    display: inline-block;
    padding-left: 10px;
}
.news-list.clamp2 li a span{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list.text-overflow li a{
    width: calc(99% - 4px);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list.text-overflow li a{
    display: inline-block;
}
.news-list.text-overflow li a span{
    padding-right: 5px;
    color: #000;
}
.hot-match-list {
    display: flex;
}
.hot-match-item {
    flex: 1;
}
.hot-match-container h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hot-match-item {
    background: #339900;
    box-sizing: border-box;
    padding: 10px 14px;
    border-radius: 10px;
}
.hot-match-item:not(:last-child) {
    margin-right: 15px;
}
.hot-match-item a {
    color: #ffffff;
}
.hot-match-item .match-info {
    display: flex;
    margin-bottom: 15px;
}
.hot-match-item .match-info h4 {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
}
.hot-match-item .match-info p {
    font-size: 12px;
}
.hot-match-item .match-team {
    display: flex;
    margin-bottom: 15px;
    text-align: center;
    justify-content: space-around;
}
.hot-match-item .match-score {
    display: flex;
    margin-bottom: 5px;
    text-align: center;
    justify-content: space-around;
}

.footer {
    text-align: center;
    margin: 15px 0;
    color: #000;
    line-height: 30px;
}
.footer a { color:#000;}

.breadcrumb {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}
.breadcrumb > li {
    float: left;
    position: relative;
}
.breadcrumb > li > a, .breadcrumb > li.active, .breadcrumb > li.active > a {
    font-size: 14px;
    line-height: 39px;
    color: #000000!important;
    font-weight: bold;
    padding-right: 15px;
}
.breadcrumb > li:after {
    border-left: solid 5px #000000;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 14px;
    right: 5px;
}

.zhibo_head {
    padding: 15px;
}
.match_info_head {
    height: 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #1E2126;
    margin-bottom: 5px;
}
.fixed_score_box.zuqiu {
    background-image: url(/style/img/zuqiu_info_banner.png);
}
.fixed_score_box {
    width: 100%;
    height: 200px;
    background-size: auto;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
}
.fixed_score_top {
    width: 650px;
    height: 120px;
    margin: 40px auto 0;
}
.score_name_left {
    width: 140px;
    height: 120px;
    float: left;
    text-align: center;
}
.score_name_left > img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    border-radius: 50px;
}
.score_name_left > h1 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 35px;
}
.score_name {
    width: 370px;
    float: left;
    margin-top: -30px;
}
.score_name p:nth-child(1) {
    margin-top: 27px;
}
.score_name p {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
}
.score_name_right {
    float: right;
}
.score_name_left {
    width: 140px;
    height: 120px;
    float: left;
    text-align: center;
}
.score_name span {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.score_name .match_info_btn {
    width: 140px;
    cursor: default;
    color: #fff;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}
.score_name .match_red_btn {
    color: #ff007b;
}
.fixed_score_taggle > span {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: solid 4px #000000;
    padding-left: 7px;
}
.signalCon_listD>h5 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: #f1f1f1;
    border-radius: 100px;
}
.signalCon_listD>h5>a {
    color: #000000;
}
.fixsco_synopsis_nav {
    padding: 15px;
    display: flex;
    justify-content: center;
}
.fixsco_synopsis_nav li.hover {
    background-color: #ba1c1c;
}
.fixsco_synopsis_nav li:hover {
    background-color: #ba1c1c !important;
}
.fixsco_synopsis_nav li:hover div {
    color: #ffffff;
}

.fixsco_synopsis_nav li {
    width: 200px;
    height: 48px;
    border: 1px solid #ba1c1c;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
}
.fixsco_synopsis_nav li.hover div {
    color: #fff;
}
.fixsco_synopsis_nav li div {
    font: 18px/18px "microsoft yahei";
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    margin: auto;
}
.fixsco_synopsis_nav li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50px;
}
.fixsco_synopsis_nav li div span {
    width: 90px;
}
.jijinluxiang a {
    color: #000000;
}
.article-wrap h1 {
    font-size: 26px;
}
.article-wrap .info {
    border-bottom: solid 1px #dedede;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.article-wrap .info time {
    display: inline-block;
    color: #888888;
    padding-top: 10px;
}
.article {
    box-sizing: border-box;
    padding: 35px;
}
.article p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom:25px;
}
.article img {
    display: block;
    margin: 0 auto;
    width: 60% !important;
    max-width: 60% !important;
}
.saishi-list li {
    float: left;
    padding: 10px;
}
.saishi-list li a {
    color: #000000;
}

/*tab*/
.warpper{
    display:flex;
    flex-direction: column;
    align-items: center;
  }
  .tab{
    cursor: pointer;
    padding:0.8rem 1rem;
    margin:0px 2px;
    background:#000;
    display:inline-block;
    color:#fff;
    border-radius:3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
  }
  .panels{
    background:#fffffff6;
    box-shadow: 0 2rem 2rem #00000080;
    min-height:200px;
    width:95%;
    border-radius:3px;
    overflow:hidden;
    padding:20px;  
  }
  .panelt{
    display:none;
    animation: fadein .8s;
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .panel-title{
    font-size:1.5em;
    font-weight:bold
  }
  .radio{
    display:none;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel{
    display:block
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab{
    background:#fffffff6;
    color:#000;
    border-top: 3px solid #000;
  }

  
.lc {
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.lc .title {
    margin: 30px 0 15px;
    height: 28px;
    text-align: left;
    line-height: 28px;
    font-size: 24px;
    color: #323232;
    font-weight: normal;
}
.lc .items .left {
    text-align: center;
    float: left;
    width: 290px;
    height: 327px;
    color: #fff;
    margin-right: 16px;
}
.lc .items h3 {
    line-height: 50px;
    margin-top: 28px;
    font-size: 22px;
    font-weight: 400;
}
.lc .items p {
    color: #fff;
}
.lc .items p.p1 {
    opacity: .8;
    color: #fff;
    text-align: center;
}
.lc .items p.p2 {
    margin-top: 20px;
    color: #fff;
}
.amount {
    font-size: 40px;
}
.lc .items p.p3 {
    opacity: .8;
    color: #fff;
}
.lc .items p.p4 {
    margin-top: 12px;
    line-height: 50px;
}
.lc .items .btn {
    color: #ff6200;
    background-color: #ffe7d8;
    height: 30px;
    width: 192px;
    transition: color .4s, opacity .4s;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.lc .items .btn:hover {
    opacity: 0.8;
}
.lc .items a {
    transition: color .4s, opacity .4s;
    color: #fff;
}
.lc .items .right {
    float: left;
    position: relative;
    overflow: hidden;
}
.lc .items .right ul li {
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 290px;
    height: 260px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.lc .items .right ul li h3 a {
    color: #323232;
}
.lc .items .right ul li p.p1 {
    color: #000;
}
.lc .items .right ul li p.p2 {
    color: #ff6825;
}
.lc .items .right ul li p.p3 {
    color: #000;
}
.lc .items .right ul li p.p4 {
    color: #666;
}
.lc .items .right ul li .btn {
    background-color: #339900;
    color: #fff;
}
.lc .items .right ul li .btn.sq {
    background-color: #e6e6e6;
}
.lc .items .right .next, .lc .items .right .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;
}
.lc .items .right .next {
    left: 0px;
}
.lc .items .right .prev {
    right: 0px;
}
.lc .items .right:hover .next {
    opacity: 1;
}
.lc .items .right:hover .prev {
    opacity: 1;
}

.color9 { color: #999999;}
.logo_font{ font-size:1.2rem;font-weight: bold;color:#000000;}
.match_tj{ width: 1200px;height: 30px; line-height: 30px; margin: 0 auto; border: 0px solid #a0a0a0; overflow: hidden;}
    .match_tj ul { padding:0; margin: 0;
        list-style-type: none;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding:0;
        overflow:auto;
    }
    .match_tj ul li{list-style: none; float: left; margin-left: 0.2rem;
        -webkit-box-flex:1;
        -webkit-flex:1 0 auto;
        -ms-flex:1 0 auto;
        flex:1 0 auto;
        color:white;
        padding:0 10px;
    }
.match_tj ul li a{ color: #000;}

@media (max-width: 600px){
    .match_tj{ width: 100%;height: 30px; line-height: 30px; margin: 0 auto; border: 0px solid #a0a0a0; overflow: hidden;}
    .match_tj ul { padding:0; margin: 0;
        list-style-type: none;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -webkit-box-pack:justify;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding:0;
        overflow:auto;
    }
    .match_tj ul li{list-style: none; float: left; margin-left: 0.5rem;
        -webkit-box-flex:1;
        -webkit-flex:1 0 auto;
        -ms-flex:1 0 auto;
        flex:1 0 auto;
        color:white;
        padding:0 10px;
    }
    .match_tj ul li a{ color: #000;}
}


.zhubo_list {width: 100%;}
.zhubo_avatar{ width:100%; text-align: center;}
.zhubo_avatar img{width: 150px; border-radius: 50px;}
.zhubo_nick_name{ width:100%; height: 30px; line-height: 30px; color:#000; text-align: center; font-size: 16px; font-weight: bold;}

.index_h1_title{ width: 100%; line-height: 40px; font-weight: bold;}