.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}
@import url(m.css);
@media screen and (max-width: 800px) {
  /* 分页 */
  .m-hide, .header-top,.pagination {
    display: none;
  }
  .daohang-header, .m-header {
    display: block;
  }

  .pc-hide {
    /* display: revert; */
  }
  
  /* 头部 */
  .m-header{
    font-size: 14px;
    z-index: 99;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F8FF 100%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
  .m-header .logo {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding: 6px 12px;
  }
  .header-nav #main-nav {
    /* height:40px; */
    display:flex;
    align-items:center;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border-top: 1px solid #eee;
  }
  
  
  .header-nav{
    text-align: center;
  }
  .header-nav li{
    height: 35px;
    line-height: 35px;
    position: relative;
    display: flex;
    flex-shrink: 0;
    margin: 0 0.5rem;
    scroll-snap-align: start;
    justify-content: center;
    text-align: center;
    padding-left: 9px;
  }
  .header-nav li.active{
    /* background-color: #F98821; */
    color:var(--main-theme-color-solid);
    font-weight:700 !important;
  
  }
  .header-nav li.active a span{
    position: relative;
  }
  #main-nav li a span {
    line-height:25px !important;
  }
  #main-nav li.active a span::after{
    content: '';
    position: absolute;
    background-color:var(--main-theme-color-solid);
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
  }
  .get_compare{
    display: block;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .get_compare span{
    display: block;
    height: 32px;
    background: var(--main-theme-color);
    border-radius: 3px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
  }
  .header-nav li a{
    display: block !important;
    color: #666 !important;
    font-size:14px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-nav li.active a{
     color:var(--main-theme-color-solid);
    font-weight: bold;
  
  }
  .header-nav li.active a div{
    display:block !important;
  }
  /* 底部 */
  .footer {
    width: auto;
    font-size: 12px;
  }
  .footer_nav {
    display: none;
  }
  .footer_inner > div {
    padding:10px;
  }
  .footer_desc {
    background: #fff;
    line-height: 2;
    text-align: left;
  }
  .footer_copyright {
    background: #f2f2f2;
  }
  /* 搜索 */
  .search_bar_bg {
    display: none;
  }
  .daohang-header{
    display: grid;
    background: url('/style/img/searchbg.png') no-repeat;
    background-size: 100% 100%;
    justify-items: center;
    align-content: center;
    padding: 20px 43px 5px;
}
.daohang-header>a.logo{
    display: flex;
    align-items: center;
}
.daohang-header img.site-logo{
    width: 38px;
    height: 52px;
}
.search-section{
    align-self: center;
    justify-self: flex-start;
    width: 100%;
}
.suggest{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 10px;
    padding: 0 25px;
    color: #FFFFFF;
    mix-blend-mode: normal;
}
.suggest > a{
    color: #FFFFFF;
    mix-blend-mode: normal;
    text-decoration: underline;
    margin: 0 6px 9px 0;
    letter-spacing: 1px;
}
.input-group{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.search-div.input-group-append{
    right: 0px;
    position: absolute;
    height: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-div.input-group-append .btn{
    background: transparent;
    color: #0E5BEA;
    display: flex;
    align-items: center;
    padding: 0.25rem;
    font-size: 12px;
    font-weight: 400;
}
.search-div.input-group-append img{
    margin-right: 8px;
    width: 25px;
    height: 16.59px;
}   
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: linear-gradient(180deg, #FFB46F 0%, #FF8B42 100%);
    padding: 6px 19.5px;
    color: #FFFFFF;
}
.dropdown-toggle::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 5px;
    left: 5px;
    position: relative;
    transform: rotate(135deg);
    vertical-align: top;
    width: 5px;
    border-radius: 0px 2px 0px 0px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    width: 78px;
    text-align: center;
    font-size: 11px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    min-width: unset;
    padding:unset;
    margin: 6px 0 0;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    padding: 7px 0;
    cursor: pointer;
    color: #000000;
}
.dropdown-item.active{
    background: #FF914E;
    color: #FFF;
}
.btn:hover, .btn:focus{
    color: #FFF;
}
.dropdown-item:first-of-type{
    border-radius: 5px 5px 0px 0px;
}
.dropdown-item:last-of-type{
    border-radius: 0 0 5px 5px;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding-left: 10px;
    caret-color: #B3B9C5;
}
.form-control {
    color: #B3B9C5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
    height: 35px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
  /* 首页 */
  .line {
    height: 2px;
  }
  .maindiv {
    margin-bottom: 30px;
    width: 100% !important;
  }
  .subnav-box-m {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
  }
  .subnav-box-m li {
    border-radius: 3px;
    border: 1px solid #F3F3F3;
    background: #fff;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    margin: 0 5px;
    white-space: nowrap;
  }
  .subnav-box-m li a {
    color: #000;
  }
  .subnav-box-m li.active{
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFBF84 0%, #FF924F 100%);
  }
  .page-index .maindiv {
    /* margin-top: 44px; */
  }
  .index_divide_section {
    display: block;
    margin: 0;
    padding: 0;
  }
  .index_right {
    margin-left: 0;
  }
  .top_tab {
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
    height: 60px;
    justify-content: center;
  }
  .cate_tab {
    border-radius: 3px;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    height: 35px;
    padding: 5px 20px 5px 20px;
    margin: 0 5px;
  }
  .top_tab .active {
    font-weight: 700;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFBF84 0%, #FF924F 100%);
    border: transparent;
   }
  #subnav_box { display: none;}
  .btn_tab {
      padding: 0 0.5rem;
  }
  .more_match_btn {
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    padding: 0;
  }
  .news-events {
    display: none;
  }
  .content_box,
  .popular-events,
  .video-events, .video-events ul li, .video-events .getVideo span {
    width: auto;
  }
  .popular_icon {
    grid-template-columns: repeat(3,31%);
    grid-gap: 13px 3.5%;
  }
  .product_name {
    margin: 0;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    border-left: 3px solid #FF914E;
  }
  .product_name img {
    width: 20px;
    height: 20px;
  }
  .product_name div {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    color: #333333;
  }
  /* 内页 */
  .col_01,.col_r1{
    float: none;
    width: 100%;
  }
  .banner-info, .content_col, .collection_sild, .collection_sild_more {
    width: 100%;
  }
  .state-title,.file_source {
    display: none;
  }
  .linear_top::after {
    height: 2px;
  }
  .video-list-con {
    border-top-width: 2px;
  }
  .collection-list {
    flex-direction: column;
    margin: 0 10px;
  }
  .collection-list .collection-item {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
  }
  .collection-list .collection-item a {
    width: 90%;
    font-size: 14px;
  }
  .collection-list .collection-item .tag {
    width: 30px;
  }
  .RecommendCard_data {
    margin-top: 10px;
    padding:0 10px 10px;
  }
  .RecommendCard_data img {
    width: 120px;
    height: 80px;
  }
  .RecommendCard_right {
    margin-left: 10px;
    height: 84px;
  }
  .RecommendCard_sub_title {
    font-size: 14px;
  }
  .RecommendCard_desc, .RecommendCard_time {
    font-size: 12px;
  }
  .content_list {
    padding: 10px;
    min-height: 200px;
  }
  .side, .match-wrap {
    display: none;
  }
  .video-container{ 
    width: 100%;
  }
  .video-container .content-wrap {
    width: 100%;
    float: none;
  }
  .video-container .content {
    padding: 10px;
  }
  .video-container .content .title {
    font-size: 16px;
  }
  .video-container .content .info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .video-container .content .time {
    font-size: 12px;
  }
  #changestyle_matchd_lt {
    padding: 0;
  }
  #changestyle_matchd_lt .col_02 {
    height: 150px;
  }
  #changestyle_matchd_lt .video_header {
    width: 100%;
    height: 100px;
  }
  #changestyle_matchd_lt .video_header_content {
    width: 200px;
    line-height: 30px;
  }
  #changestyle_matchd_lt .video_header_content >img {
    width: 100px;
  }
  #changestyle_matchd_lt .vs-info-3b80 {
    height: 100px;
    position: relative;
  }
  #changestyle_matchd_lt .vs div:nth-child(2) {
    width: 180px;
  }
  #changestyle_matchd_lt .matchInfo {
    position: absolute;
    top: 110px;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
  }
  #changestyle_matchd_lt .matchInfo:nth-child(1) {
    left: 0px
  }
  #changestyle_matchd_lt .matchInfo:nth-child(3) {
    right: 0px;
    flex-direction: row-reverse;
  }
  .vs-info-l-3b80-1 {
    width: 28px;
    height: 28px;
    margin: 0 10px;
  }
  .xinha-box {
    padding: 10px;
  }
  #changestyle_matchd_r {
    display: none;
  }

  
  .match-card{
    padding: 12px;
    background: #FFFFFF;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4px;
}
.match-card>a{
    width: 100%;
}
.match-card .vs{
    display: flex;
    justify-content: center;
    padding: 0 10px;
    align-items: center;
    flex-direction: column;
}
.match-card .vs .score{
    display: grid;
    width: 100%;
    grid-template-columns: 45% 10% 45%;
    align-items: center;
    font-weight: 700;
    margin-top: 10px;
    color: #292422;
    font-size: 24px;
}
.match-card .vs .score .dot{
    text-align: center;
}
.match-card .vs .score .homescore{
    text-align: right;
    padding-right: 5px;
}
.match-card .vs .score .awayscore{
    padding-left: 5px;
}
.right-info p{
    font-size: 14px;
    font-weight: 400;
    color: #292422;
}
.right-info > .hom.match-card:last-of-type{
    border: 0;
}
.competitionName p{
    width: 100%;
    color: #666666;
    font-size: 16px;
}
.match-card .match{
    display: flex;
    padding-bottom: 0.15rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.match>.left-info,.match>.right-info,.match>.score{
    display: flex;
    padding: 0.2rem 0;
}
.match > .left-info{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    color: #5A7ABD;
}
.view-all s{
    border-style: solid;
    border-width: 1.5px 1.5px 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0.5em;
    color: #FF914E;
    position: relative;
    transform: rotate(135deg);
    vertical-align: top;
    width: 0.5em;
    border-radius: 0px 2px 0px 0px;
}
.view-all.expand s{
    font-size: 14px;
    transform: rotate(314deg);
    margin: 6px 5px 0px 0px;
}
.match>.right-info,.match>.score{
    flex-direction: column;
    justify-content: space-around;
    font-weight: 700;
    padding-left: 0.25rem;
}
.match > .state{
    justify-content: center;
}
.competitionTime{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666666;
}
.competitionTime p{
    color: #2A83F8;
    padding-right:10px;
    border-right: 1px solid #EEEEEE;
    margin:0 10px 0;
}
.left-info>.state,.match > .state{
    color: #919191;
    display: flex;
    align-items: center;
}
.left-info>.state.live,.match > .state.live{
    color: #FF2626;
}
.match .state.live p{
    width: 100%;
}
/* .left-info>.state.pre{
    color: #3179FF;
} */
.left-info>.state>p{
    color: #999;
}
.left-info>.competition{
    display: flex;
    align-items: center;
    padding-bottom: 0.25rem;
}
.right-info{
    display: grid;
    grid-template-columns: 33% 34% 33%;
    align-items: flex-start;
    width: 100%;
    margin: 16px 0px 20px;
}
.right-info>.home-team{
    width: 100%;
    text-align: right;
    justify-content: flex-end;
}
.right-info>.away-team{
    max-width: 150px;
}
.right-info>.score{
    width: 50px;
    justify-content: center;
}
.right-info>.home-team,.right-info>.away-team,.right-info>.score{
    display: flex;
    align-items: center;
    padding-bottom: 0.25rem;
    flex-direction: column;
}
.right-info>.home-team>img,.right-info>.away-team>img{
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
}
.right-info>.home-team>.score,.right-info>.away-team>.score{
    margin-left: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000000;
}
.streamend,
.stream{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.streamend .streamLeft,
.stream .streamLeft{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.streamend .streamLeft > p,
.stream .streamLeft > p{
    display: flex;
    color: #333333;
    font-weight: 700;
    transition: opacity 0.3s ease-out;
    margin: 0 12px 8px 0;
}
.streamend .streamLeft > p::before,
.stream .streamLeft > p::before{
    width: 22px;
    height: 19px;
    background:url('/style/img/streamicon.png') no-repeat; 
    background-size: 22px 18px;
    background-position: center;
    margin-right: 6px;
    content:'';
}
.streamend .streamLeft > .end,.stream .streamLeft > div>a,
.stream .streamLeft > a,.stream .streamLeft > div>a{
    color: #FFFFFF;
    font-size: 14px;
    background-color: #FF914E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    margin: 0 8px 8px 0;
    min-height: 19px;
}
.stream .streamLeft > a.hidden-stream,.stream .streamLeft > div.hidden-stream{
    display: none;
}
.stream .streamLeft> a.hidden-stream.expand{
    display: flex;
}
.stream .streamLeft > div.hidden-stream.expand{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2px;
}
.stream .streamLeft .hidden-stream{
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.match_tab {
  background: #F5F5F5;
}

.banner-info-name{
    font-size: 14px;
}
}

