/* style for mobile */
html {width: 100%; max-width: 750px; margin:  0 auto; }
body {
    font-family: PingFang SC,Heiti SC,San Francisco,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    min-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    background-image: url(../img/bg_t.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

img {
    border-style: none;
}


button,input,optgroup,select,textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}


a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1C5A41;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.container {padding: 0; margin: 5px auto 0; }

.header {
    background: #fff;
}

.header .nav {
    font-size: 0;
    background-color: #1C5A41;
    color: #eee;
}

.nav-list{display: flex; display: -webkit-flex; }
.nav-item{flex: 1 0 auto; border-right: 1px solid #2A8F68; text-align: center; }
.nav-item a {display: block; font-size: 16px; line-height: 40px; color: #fff; }


.main { background-color: #fff;padding: 20px;}

.star-match-container {position: relative; box-sizing: border-box; background: #fff; overflow: hidden; }
.starmatch-title{margin: 0; padding: 10px 0 0; text-align: center; font-weight: bold; font-size: 20px; color: #1C5A41; background-color: #fff; }
.star-match-wrapper{display: flex; position: relative; padding: 15px 0 30px 0; }

.star-match-item{flex: 1 0 auto; display: block; width: 80%; margin: 0 10%; border-radius: 10px; border:3px solid transparent; box-shadow: 0 0 4px 4px #ccc; background: #f1f1f1; box-sizing: border-box; padding: 10px; color: #000; text-align: center; }
.star-match-item_head {padding-top: 5px; }
.star-match-item_head .type {font-size: 16px; margin: 0 0 5px; font-weight: 700; }
.star-match-item_head .time{margin: 5px 0; }
.star-match-item_body {display: flex; display: -webkit-flex; justify-content: center; align-items: center; margin: 5px 0;}
.star-match-team img{display: inline-block; width: 30px; height: 30px; margin: 0 auto; border-radius: 50%; }
.star-match-vs {width: 26%; text-align: center; }
.star-match-team {width: 37%; overflow: hidden; }
.star-match-hteam{text-align: right; }
.star-match-gteam{text-align: left; }
.star-match-team p {margin: 0; padding: 0; height: 22px; line-height: 22px; white-space: nowrap; }
.star-match-item_footer {display: inline-block; height: 20px; line-height: 20px; margin-top: 5px; padding: 5px 15px; border-radius: 8px; background-color: #1C5A41; color: #fff; }
.swiper-index{position: absolute; z-index: 10; left: 50%; bottom: 5px; transform: translate(-50%, 0); padding: 3px 5px; border-radius: 4px; background-color: rgba(234, 234, 234, .6); font-size: 0; }
.swiper-index-dot{display: inline-block; width: 6px; height: 6px; margin: 0 2px; border-radius: 50%; background-color: #fff; cursor: pointer; }
.swiper-index-active{background-color: #d01837 !important; }

.panel {background-color: #fff; margin-top: 5px; border-top: #1C5A41 solid 4px; padding: 0 10px 10px; }
.live-screen{display: flex; display: -webkit-flex; justify-content: space-evenly; margin: 5px 0 0; padding: 10px 0 5px; }
.live-screen div{display: inline-block; height: 25px; line-height: 25px; padding: 0 15px; border-radius: 15px; color: #1C5A41; border: 1px solid #1C5A41; }
.live-screen-active{background-color: #1C5A41 !important; color: #fff !important; }
.col-item-left .panel:nth-of-type(2){margin-top: 0; border-top: none; }
.panel .tit {display: flex; display: -webkit-flex; justify-content: space-between; margin-bottom: 10px; padding: 10px 0; border-bottom: #e8e8e8 solid 1px; }

.panel .tit span {font-size: 16px; display: inline-block; padding: 0 0 0 5px; color: #1C5A41; }
.index-livelist .panel .tit span{display: block; padding: 5px 15px; border-radius: 20px; font-size: 14px; background-color: #1C5A41; color: #fff; }
/* .index-livelist .panel .tit span::after{display: inline-block; width: 0; height: 0; margin-left: 5px; vertical-align: 2px; content: ""; border-top: 5px solid; border-right: 5px solid transparent; border-bottom: 0; border-left: 5px solid transparent; } */


.zb-info {display: flex; align-items: center; border-bottom: solid 1px #efefef; padding: 10px 0; }
.zb-info-hide{display: none; }
.zb-info-left{flex: 1 0 auto; width: 20%; text-align: center; }
.zb-icon{display: none; padding: 0 10px 0 5px; vertical-align: middle; width: 18px; height: 18px;}
.zb-time{display: inline-block; margin: 0; padding: 0; }
.zb-type{margin: 5px 0 0 0; padding: 0; }
.zb-type{width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
.zb-time,.zb-type {color: #959595; }
.zb-type a {display: block; color: #959595; }
.zb-type a:hover{color: #1C5A41; }

.zb-qiudui {flex: 1 0 auto; width: 58%; display: flex!important; flex-direction: column; justify-content: center; padding: 0 4%; box-sizing: border-box; }

.zb-qiudui img {
    border-radius: 100%;
}

.zb-qiudui .hteam, .zb-qiudui .vteam {position: relative; display: inline-block; height: 30px; line-height: 30px; padding: 0 0 0 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zb-qiudui img {position: absolute; left: 0; width: auto; height: 100%; vertical-align: middle; }
.zb-qiudui .hteam{margin: 0 0 5px 0; }


.zb-qiudui .bf {display: none; text-align: center; padding: 0 10px; }


.zb-area {flex: 1 0 auto; width: 22%; text-align: center; }

.zb-area_btn {
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
    border: solid 1px #2A8F68;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #f1f1f1;
    background: #2A8F68;
}
.zb-area_start {
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
    border: solid 1px #e84518;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #f1f1f1;
    background: #e84518;
}
.zb-area_btn:hover{color: #1C5A41; background-color: #fff; }
.zb-area_btn span{display: block; }
.zb-list li:hover {
    background: #efefef;
}

.team-info {
    text-align: center;
    padding-bottom: 15px;
}

.team-info img {
    width: 100%;
    padding-top: 5px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.team-desc h4 {
    font-size: 16px;
    font-weight: 700;
}

.team-desc .intro {
    line-height: 1.6;
    margin-top: 15px;
}


.vs-info img {
    display: block;
    width: 65.5px;
    height: 62.5px;
}

.vs-info-team-l {
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 50px;
    top: 44%;
}

.vs-info-team-r {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 50px;
    top: 44%;
}

.vs-info-l-t,.vs-info-r-t {
    display: none;
}

.vs-match-score {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.vs-match-score .score-l {
    display: inline-block;
    margin-right: 30px;
}

.vs-match-score .score-r {
    display: inline-block;
    margin-left: 30px;
}

.vs-em {
    position: relative;
    top: 55%;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #000;
}

.vs-channel {
    position: relative;
    display: flex;
    padding: 0 16px;
    color: #f1f1f1;
    font-size: 16px;
    align-items: center;
}

.vs-chlt {
    font-size: 16px;
    display: flex;
    align-items: center;
}


/* common style */
.header-top{width: 100%; margin: 0 auto; }
.header-logo{padding: 10px 0 10px 10px; }
.header-logo img{display: block; width: 120px; }
.nav-container{width: 100%; margin: 0 auto; }
.col-item-left{width: 100%; }



/* index page */
.panel-live .tit{display: block; text-align: center; color: #1C5A41;}
.col-item-left .video-item{padding: 0 10px; border-bottom: 1px dashed #eee; }
.col-item-left .video-item:nth-last-of-type(odd){background-color: #f5f5f5; }
.col-item-left .video-item a{line-height: 1.8em; }

.panel-list{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between; margin: 0 20px; }
.panel-item{width: 50%; margin: 10px 0 10px 0; }
.panel-item a{display: flex; display: -webkit-flex; align-items: center; }
.panel-item-logo{width: 40px; height: 40px; object-fit: contain; -webkit-object-fit: contain; margin: 0 10px 0 0;}
.panel-item-name{font-size: 16px; }
.video-item{}
.video-item a{display: block; padding: 8px 10px 8px 10px; line-height: 1.5em; }
.video-item a:hover{background-color: #eee; }
.video-item-title{display: block; text-align: justify; }
/* live、match、teams列表模板*/
.side-live-item{display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; padding: 15px; border-bottom: 1px dashed #ccc; }
.side-live-info{text-align: center; line-height: 1.8em;}
.side-live-liansai{display: block; font-weight: bold; }
.side-live-team a{display: flex; display: -webkit-flex; margin: 0 0 8px; align-items: center; }
.side-live-team img{width: 30px; height: 30px; margin-right: 8px; }
.side-live-url{padding: 5px 10px; border-radius: 10px; border: 1px solid #1C5A41; background-color: #fff; color: #1C5A41; }
.side-live-url:hover{background-color: #1C5A41; color: #fff; }

.index-main{display: block; }
.position{padding: 10px; background-color: #f0f0f0; }
.list-title{margin: 10px 0 0 0; padding: 10px 0; text-align: center; font-weight: bold; font-size: 18px; color: #1C5A41; background-color: #fff;}
.search-container{margin: 5px 0 0 0; padding: 10px 0 10px; background-color: #fff; }
.match-search{display: flex; display: -webkit-flex; align-items: center; margin: 0 10px; padding: 20px 0; }
.match-search-word{flex: 1 1 auto; margin: 0 10px 0 0; font-size: 14px; font-weight: bold; color: #1C5A41; white-space: nowrap; }
.match-input{position: relative; z-index: 2; flex: 1 1 auto; height: 38px; margin: 0; padding: 0; border: 1px solid #ccc; border-radius: 10px 0 0 10px; }
.match-input input{width: 100%; height: 100%; padding: 0 0 0 10px; box-sizing: border-box; border: none; border-radius: 10px 0 0 10px; font-size: 16px; font-weight: bold; background-color: transparent; }
input::placeholder{color: #aaa; font-size: 14px; font-weight: normal; }
.match-search-btn{flex: 1 1 auto; }
.match-search-btn button{height: 40px; line-height: 40px; padding: 0 10px; border: none; border-radius: 0 10px 10px 0; background-color: #1C5A41; font-size: 14px; font-weight: bold; color: #fff; cursor: pointer; white-space: nowrap; }
.match-search-btn button:hover{background-color: #ba0808; }
.match-searchlist{display: none; position: absolute; top: 32px; left: -1px; z-index: 1; width: 100%; padding: 10px 0; border: 1px solid #ccc; border-top: none; border-radius: 0 0 10px 10px; background-color: #fff; }
.match-searchlist a{display: block; height: 35px; padding: 0 0 0 10px; line-height: 35px; }
.match-searchlist a:hover{background-color: #eee; }
.match-hotlist{display: flex; display: -webkit-flex; flex-wrap: wrap; align-items: center; margin: 20px 10px 10px; }
.match-hotlist-first{display: block; padding: 0 10px; font-size: 16px; font-weight: 700; }
.match-hotlist div{margin: 10px 0; }
.match-hotlist a{display: inline-block; margin: 3px 5px; padding: 5px 12px; border: 1px solid #eee; border-radius: 5px; background-color: #eee; color: #1C5A41; text-align: center; }
.match-hotlist a:hover{background-color: #1C5A41; color: #fff; }
.panelleft-nav{display: flex; display: -webkit-flex; justify-content: center; margin: 0 -10px; padding: 5px 0 0 0; background-color: #1C5A41; }
.panelleft-nav a{display: block; margin: 0 2px; padding: 5px 15px 5px; border-radius: 10px 10px 0 0; font-size: 16px; font-weight: bold; color: #fff; background-color: #2A8F68;}
.panelleft-nav a:hover{background-color: #2A8F68; }
.panelleft-nav-active{color: #555 !important; background-color: #fff !important; }
.panelleft-nav-active:hover{background-color: #fff !important; }

.match-list{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-around; }
.match-item{width: 21%; margin: 10px 0; }
.match-item a{display: block; margin: 0 auto; padding: 10px 0; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px; }
.match-item a:hover{border: 1px solid #ff0000; }
.match-logo{display: block; width: 40px; height: 40px; border-radius: 50%; object-fit: contain; -webkit-object-fit: contain; margin: 0 auto; }
.match-name{display: block; margin: 5px 0 0; height: 20px; line-height: 20px; text-align: center; white-space: nowrap; }

.pages{margin: 20px 0; text-align: center; }
.pages-total, .pages-indexpage, .pages-lastpage{display: none !important; }
.pages-total, .pages-prepage, .pages-indexpage, .pages-nextpage, .pages-lastpage{width: 80px !important; }
.pages a{display: inline-block; width: 35px; height: 35px; margin: 0 10px 10px 0; font-size: 14px; line-height: 35px; background-color: #f5f5f5; border-radius: 6px; }

.pages a:hover,.pages .pages-active {background-color: #1C5A41 ; color: #fff; }



/* 集锦、录像列表模板 */
.list-list li{padding: 0 10px; }
.list-list li:nth-last-of-type(odd){background-color: #f5f5f5; }
.list-list li a{display: inline-block; padding: 5px 0 0 0; line-height: 1.6em; text-align: justify; }
.list-list li span{display: block; padding: 0 0 5px 0; font-size: 12px; color: #666; line-height: 1.6em; text-align: right;}
.list-list li:hover{ background-color: #eee; }

/* detail */
.detail{margin: 5px 0 0; padding: 10px; background-color: #fff;}
.detail-top{padding: 20px;  background-color: #333; color: #eee; text-align: center;}
.detail-team-liansai{display: block; margin: 0 0 10px 0; }
.detail-team-logo{width: 30px; height: 30px; margin: 15px 0 5px; }
.detail-team-name{display: block; }
.detail-team-vs{color: #eee; }
.detail-teams-status{color: #1C5A41; }
.detail-team-liveurl{display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-evenly; margin: 15px 0; }
.detail-team-liveurl a{display: inline-block; margin: 10px; padding: 5px 8px; border-radius: 5px; color: #1C5A41; border: 1px solid #1C5A41; white-space: nowrap; }
.detail-team-liveurl a:hover{background-color: #1C5A41; color: #eee; }
.detail-team span{color: #eee; }
.detail-video{padding: 15px; border-radius: 15px; background-color: #f5f5f5; }
.detail-video-title{display: block; padding: 10px 15px; font-weight: bold;font-size: 18px; color: #333; }
.detail-video-url{padding: 10px 10px; background-color: #eee; }
.detail-video-url a{display: block; padding: 8px 0; border-bottom: 1px solid #ccc; line-height: 1.8em; }
.detail-matchname{margin: 10px 0; }
.detail-matchname span{font-weight: bold; }
.detail-intr{line-height: 1.8em; }
.detail-intr>span{font-weight: bold; }
.detail-intr>div{padding: 0 15px; }

.detail-team{display: flex; display: -webkit-flex; justify-content: space-around; background-color: #333; }
.detail-team-titlepic img{display: block; max-width: 100px; margin: 0 auto; }
.detail-team-title{margin: 10px 0 0; text-align: center; font-size: 16px; font-weight: bold; color: #eee; }
.detail-team-info{line-height: 1.8em; color: #eee; }

.detail-c-title{margin: 20px 0 10px; font-size: 18px; font-weight: bold; }
.detail-c-item{line-height: 1.8em; }
.detail-c-item span:nth-of-type(1){font-weight: bold; }
.detail-c-list p{line-height: 1.8em; }

.article-title{margin: 15px auto; text-align: center; }
.article-main{line-height: 1.7em; }
.article-main p{margin: 10px 0;}
.article-main p, .article-main img, .article-main div{display: block; max-width: 100%; margin: 10px auto; }
.article-info{text-align: center; font-size: 12px;}
.article-info li{display: inline-block; margin: 10px;}

.footer{margin-top: 30px; padding: 30px; font-size: 14px; text-align: center;background: #dedede; }
.footer p{margin: 5px 0;}
.footer-logo{display: flex; display: -webkit-flex; justify-content: center; margin: 10px 0 20px !important; align-items: center; }
.footer-logo img{width: 150px; margin-right: 10px; }
.footer-logo a{display: none; font-weight: bold; font-size: 20px; }
/* 移动端适配 */
@media (max-width:768px){
img{height:auto;max-width:100%;}
#wrapper{width:100%;padding:0;margin:0;}
.sidebar,.subnav,.imgg{display:none !important;}
#content{width:100%;}
#menu ul li a{padding:0 10px;font-size:inherit;font-weight:bold;white-space:nowrap;}
.search{right:10px;top:33px}
.post h2{font-size:17px;}
.bootom-fixed {
	 display:block;
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
}
.bootom-fixed img{ max-width:100%;height:auto;position:relative;}
.bootom-fixed a{ display:block; width:100%; }
.bootom-fixed span.close{ position:absolute; right:0; top:-10px; background: url(mdown-close.png) no-repeat;width:20px;background-size: 100%; height:20px; }
}
.bootom-fixed img{ max-width:100%;height:auto;position:relative;}

.back2top{position: fixed; z-index: 100; top: 80%; right:0; width: 55px; height: 55px; border-radius: 50%; background-color: #f5f5f5f5; cursor: pointer; }
.back-icon{width: 0; height: 0; margin: 0 auto; border: 20px solid; border-color: #5AAF76; border-left: 15px solid transparent; border-top: 10px solid transparent; border-right: 15px solid transparent; }
.back-word{display: block;margin-top: 5px;font-size: 12px;text-align: center;}
.active{background: #2a8f68}