@charset "UTF-8";
body{font-size: .24rem;}

.match-header{
    position: relative;
    padding-left: .28rem;
}
.match-header__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .3rem 0;
}
.match-header .match-logo{
    width: .3rem;
    height: .3rem;
}
.match-header .match-name{
    margin-left: .11rem;
    font-weight: 700;
    font-size: .25rem;
    color: #111;
}
.filter-container{
    position: absolute;
    left: 2rem;
    top: .24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 2rem);
}
.filter-type__list .filter-type__item{
    display: inline-block;
    height: .34rem;
    line-height: .34rem;
    padding: 0 .1rem;
    margin-right: .1rem;
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #ff1e13;
    font-size: .24rem;
    color: #ff1e13;
}
.filter-matches__list{
    position: absolute;
    right: .22rem;
    border-radius: .5rem;
    overflow: hidden;
    zoom: 1;
    border: 1px solid #ff1e13;
    border-radius: .5rem;
}
.filter-matches__list .filter-matches__item{
    display: inline-block;
    width: .65rem;
    height: .34rem;
    line-height: .34rem;
    text-align: center;
    background: #fff;
    font-size: .24rem;
    color: #ff1e13;
    float: left;
    border-right: 1px solid #ff1e13;
}
.filter-matches__list .filter-matches__item.active{
    background: #ff1e13;
    color: #fff;
}
.filter-matches__list .filter-matches__item:last-child{
    border-right: 0;
}

.statistics-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: .3rem;
}
.statistics-list .statistics-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.statistics-list .statistics-item.total{
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: .6rem;
    height: .7rem;
    background: #f6f6f6;
    border-radius: .06rem;
    margin-right: .15rem;
}
.statistics-list .statistics-item .statistics-item__header{
    font-weight: 700;
    font-size: .26rem;
    color: #111;
}
.statistics-list .statistics-item .statistics-item__header .result-item:not(:last-child):after{
    position: relative;
    right: -.15rem;
    content: "";
    display: inline-block;
    width: 1px;
    height: .2rem;
    background-color: #dfdfdf;
}
.statistics-list .statistics-item.total .statistics-item__header{
    text-align: center;
    font-size: .28rem;
    color: #838383;
}
.statistics-list .statistics-item .statistics-item__content{
    font-size: .24rem;
    color: #838383;
    margin-top: .06rem;
}
.statistics-list .statistics-item.total .statistics-item__content{
    position: absolute;
    bottom: .026667rem;
    left: .026667rem;
    right: .026667rem;
    margin-top: .04rem;
    padding-bottom: .04rem;
    text-align: center;
    font-size: .22rem;
    color: #111;
    background: #fff;
    border-radius: 0 0 .106667rem .106667rem;
}
.statistics-list .statistics-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.statistics-list .statistics-item .statistics-item__header .result-item{
    padding: 0 .15rem;
}
.statistics-list .statistics-item .statistics-item__header .result-item:first-child{
    padding-left: 0;
}
.statistics-list .statistics-item .statistics-item__header .sub-title{
    position: relative;
    color: #f03a55;
    padding-left: .04rem;
}
.statistics-list .statistics-item .statistics-item__content.detail{
    font-size: .22rem;
    color: #b1b1b1;
}
.statistics-list .statistics-item .statistics-item__content.detail .win{
    color: #f03a55;
}
.statistics-list .statistics-item .statistics-item__content.detail .draw{
    color: #00a870;
}
.statistics-list .statistics-item .statistics-item__content.detail .lost{
    color: #224ebe;
}
/* table */
.match-container table{
    table-layout: fixed;
    min-width: 100%;
}
table thead tr{
    position: relative;
    height: .65rem;
    line-height: .65rem;
}

table tbody tr td, table thead tr th{
    padding: 0;
    text-align: center;
    font-size: .22rem;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
}
table tbody tr{
    position: relative;
    height: .94rem;
    line-height: .94rem;
}
.recent-match table tbody tr td:first-child,.recent-match table tbody tr td:nth-child(4),.recent-match table tbody tr td:nth-child(5){
    border-right: 1px solid #efefef;
}
table tbody tr td{
    color: #838383;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

table thead tr th{
    background: #f6f6f6;
    color: #111;
    font-weight: 400;
}
table tbody tr td:first-child, table thead tr th:first-child{
    width: 1.1rem;
}
table tbody tr td:nth-child(2), table thead tr th:nth-child(2){
    width: 1.62rem;
    text-align: right;
}
table tbody tr td:nth-child(3), table thead tr th:nth-child(3){
    width: .72rem;
}
table tbody tr td:nth-child(4), table thead tr th:nth-child(4){
    width: 1.62rem;
    text-align: left;
}
table tbody tr td:nth-child(5), table tbody tr td:nth-child(6), table tbody tr td:nth-child(7), table thead tr th:nth-child(5), table thead tr th:nth-child(6), table thead tr th:nth-child(7){
    width: .7rem;
    padding: 0;
}

table tbody tr td:first-child, table tbody tr td:nth-child(4){
    border-right: 1px solid #efefef;
}

.team-name{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team-name.win{
    color: #f03a55;
}
.corner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .22rem;
    color: #838383;
}
.corner.home{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.icon-corner{
    width: .24rem;
    height: .22rem;
}
.corner.home .icon-corner{
    margin-left: .04rem;
}
.match-score__container{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.match-score, .match-vs{
    font-weight: 700;
    font-size: .22rem;
    color: #111;
}
.match-score__half{
    font-size: .2rem;
    color: #838383;
}
.corner.away{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.corner.away .icon-corner{
    margin-right: .04rem;
}
.handicap-result.red{
    color: #f03a55;
}
.team-name.lost{
    color: #224ebe;
}
.handicap-result.blue{
    color: #224ebe;
}
.empty-text{
    margin-top: .04rem;
    font-size: .3rem;
    color: #b1b1b1;
    line-height: .426667rem;
}
.empty-text{
    font-size: .3rem;
    color: #b1b1b1;
}

/* 暂无数据 */
.no-list{padding: 1rem 0;}
.no-list em{display: block; width: 29px; height: 29px; background: url(../images/m-icons.png) no-repeat; background-size: 240px auto; background-position: -77px 0; margin: 0 auto .1rem;}
.no-list p{font-size: .30rem; color: #999; text-align: center; height: .4rem; line-height: .4rem;}

/* 近期赛程 */
.more-match{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: .3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 .14rem;
    height: .4rem;
    background: #fff;
    border-radius: .4rem;
    border: 1px solid #dfdfdf;
    font-size: .22rem;
    color: #838383;
}
.more-match:after{
    content: "";
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAAAXNSR0IArs4c6QAAAXlJREFUSEvNlL0uRFEQx//n3C0UHmJLxSoloiIUiiWb4FkQ55w7u7NiPQuCrEYQpYQSiZI3UCgUzhl7kt3krq97LwmmnvnN139G4YemfhiPfwZg5isAFe/9DBE9FmlvqAVmvgZQA3DqvV8gouc8yBCAiKpa63OlVBXAgfd+hYhevoK8GyIR1bTWF0qpURHpOOfWSwGic7PZnNVaHwEYAbBmrd3+DPLpGtvt9pKI7MZApdSyMWbvI8iXOmDm1V4VnV4VzyGEepqmZ28huUJqtVpbSqk1EXkCMOmcu81CcgFEVEmSZAdAQ0TutdbTxpiHASQXEB2JaCRJki6AOQA31trx3wUwc8xejy2EEKLM7wtXkB1iCGGCiO4KD5GZN3rH1e6vsZGm6XHhNTJzA8B+X0gNY8xhYSEx83w/OErZWGs3C0uZiMa01lffOqbsOYtI1zm3WOofDB6KiJyEEBZLPxRmvown7L2fIqKo/VwrJOXSDyU3bcbh7yt4Bbtgox0QVfI1AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
    width: .15rem;
    height: .28rem;
    margin-left: .06rem;
}

/* 近期赛程 */
.empty-text{
    margin-top: .04rem;
    font-size: .24rem;
    color: #b1b1b1;
    line-height: .426667rem;
}
.empty-text{
    font-size: .24rem;
    color: #b1b1b1;
}
.xdays.self{
    color: #f03a55;
}
.follow-btn{
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background-repeat: no-repeat;
    background-size: 100%;
}
.follow-btn.unfollowed{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAArdJREFUWEftl7GLE0EUxt/MmCDBwkJBEFlnsnAHiXD/wV1AwYMUWgg2oqCFYCVYnJWNomBjKzYK112hcIIplJxoqYh4QRPCzhIEBbWTRJbsPjPHrpzxNjuzm2iQDIRAeO97P76ZzHtDYMoXmXI+mAFm3aGZgzMHdR1oNBp7CoXC+TD+Luf8h27uqLixnUHHcdYJIdWwWI1zvjw1gFLKRQDYGAJa4pw/zwo5FgellA8B4MQQzMYAsPLPAVut1kIul3sTA5LZxcwOxrgX8WZ2MRNggnsRZCYXUwN2Op1iv99/RAgpjzpniNgGgKoQopnmPI4ElFLuppSWEHEeAA4HQbD1HULtNSmIiF8BwAWAD4SQtvr4vt+klG6OujNjAdvtdpkx9gIAjEBMoMPYz5TSqmVZr3fKjQV0HOceIeRCioLGKYi4KoQ4YwQopbwJACvG1dIl3OKcXzUCDHvr+qBDLKWrqZeFiC97vd5yqVT6bgSogtWfBABUlziuV844qtbtdk/FwSm1xGtmgpA1ADiZNPUkAk7ISS04LQejTVNOIuLatpHKeD+jUUzHuUhcy8EoOLwb36UlU3m+7x+xbXtTV+OvAyLighDi7UQApZRnB63uvq54TNw5zvkDXQ0jB13XvY2IV3TFY+LucM4v62oYAQ69O3Rr/BaHiE+FEMd0k40ApZSfAOCArvhOcYj4UQhxSFdDG7DZbO7L5/NfYor2CSGrjLHrnucRxtglALgIAKoT/bE8z9s/Nzenxq/EZQI4n8/n329XRMQtMN/3b9i2rQbTX0tKqWbHa4P57/QwBaW0bFlWI5FOp9VFIvV6fZdlWU8IIUfVb4j4mDG2klQofBYo0OjVZ/RO0XZQQYV9eTEIgm/FYvGVjgNRTHjJH3Rd91mlUunr5hoB6oqOM24GmNXNmYP/vYM/ATRw8SlremaAAAAAAElFTkSuQmCC);
}

/* 推荐 */
.match-intro .macau-new__container{
    padding: .3rem;
}
.match-intro .match-header__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: .46rem;
    border-radius: 4px 4px 4px 4px;
    padding: 0;
}
.match-intro .match-header__info.win,.match-intro .match-header__info{
    background: -webkit-gradient(linear, left top, right top, from(#ffedec), to(hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(left, #ffedec 0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(90deg, #ffedec, hsla(0, 0%, 100%, 0));
}
.match-intro .match-name,.match-intro .result-text{
    display: inline-block;
    font-weight: 700;
    font-size: .28rem;
    margin-left: .1rem;
}
.match-intro .match-header__info.win .result-text{
    color: #f03a55;
}
.match-intro .news-text{
    margin-top: .3rem;
    font-size: .24rem;
    color: #111;
    line-height: .48rem;
}


/*.filter-list*/
.match-wrap-box .match-header{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .28rem;
    height: .7rem;
}
.match-wrap-box .match-header .match-logo{
    width: .33rem;
    height: .33rem;
}
.match-wrap-box .match-header .match-name{
    margin-left: .12rem;
    font-weight: 700;
    font-size: .24rem;
    color: #111;
}
.match-wrap-box .filter-list{
    position: absolute;
    right: .28rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.match-wrap-box .filter-item{
    display: inline-block;
    padding: 0 .15rem;
    margin-left: .2rem;
    height: .4rem;
    line-height: .4rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #ff1e13;
    font-size: .24rem;
    color: #ff1e13;
}
.match-wrap-box .filter-item.active{
    background: #ff1e13;
    color: #fff;
}
.match-wrap-box table tbody tr,.match-wrap-box table thead tr{
    position: relative;
    height: .66rem;
    line-height: .66rem;
}
.match-wrap-box table tbody tr td, .match-wrap-box table thead tr th{
    padding: 0 .216rem;
    text-align: center;
    font-size: .24rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    border: none!important;
}
.match-wrap-box table thead tr th{
    background: #f6f6f6;
    color: #838383;
    font-weight: 400;
}
.match-wrap-box table tbody tr td:first-child, .match-wrap-box table thead tr th:first-child{
    width: .46rem;
    padding-left: .28rem;
    padding-right: 0;
}
.match-wrap-box table tbody tr td{
    color: #111;
    background: #fff;
}
.match-wrap-box table tbody tr td:nth-child(2), .match-wrap-box table thead tr th:nth-child(2){
    width: 1,56rem;
    text-align: left;
    padding-left: .096rem;
    padding-right: 0;
}
.match-wrap-box .team-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.match-wrap-box .team-logo{
    width: .32rem;
    height: .32rem;
}
.match-wrap-box .team-name{
    margin-left: .12rem;
    line-height: 1.2;
}
.match-wrap-box table tbody tr.home td{
    background-color: #ffedec;
}
.match-wrap-box table tbody tr.away td{
    background-color: #edf2ff;
}
.page-tit{
    position: relative;
}
.more-ranking{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: .28rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 .12rem;
    height: .4rem;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .24rem;
    color: #838383;
}
