body {
    font-family: "Microsoft YaHei", PingFang SC, Arial;
}
.m-marr20{margin-right: .2rem;}
.g-top{
    width: 7.5rem;
    height: 2.32rem;
    min-height: 2.32rem;
}
.g-matchData{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.g-matchData:after {
    min-height: calc(100% + 1px)
}
.m-matchData-team{
    width: 7.5rem;
    height: 2.32rem;
    min-height: 2.32rem;
    background: url(../img/bg_zqdzxq.jpg) no-repeat center;
    background-size: 100%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    align-items: center 
}
.m-matchData-team a{
    color: #fff;
    text-decoration: none;
}
.m-matchData-team a:active{
    color: #fff;
    text-decoration: none;
}
.m-matchData-team .matchTeam{ 
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.m-matchData-team  img {
    /* width: 1.04rem; */
    height: .84rem;
}
.m-matchData-team .left{
    font-size: .28rem;
    font-weight: 400;
    width: 1.8rem;
    padding-left: .3rem;
}
.m-matchData-team  .left div , .m-matchData-team  .right div{
    padding-top: .16rem;
}
.m-matchData-team .middle{
    flex: 1;
    height: 2.35rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}
.m-matchData-team  .vdata{
    margin: .08rem 0 .08rem 0;
    font-size: .64rem;
    font-weight: 600;
    color: #ffffff;

    line-height: .30rem;
    text-shadow: 0 0 .2rem 0 rgba(0,0,0,0.60); 
}
.m-matchData-team .matchTime{
    width: 3rem;
    font-size: .24rem;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    margin-top: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-matchData-team .matchTime a div span{
    color: #fff;
}
.m-matchData-team .matchTime2{
    opacity: .7;
    width: 2.7rem;
    height: 0.48rem;
    font-size: .24rem;
    line-height: .48rem;
    color: #fff;
    border-radius: 0.06rem;
    text-align: center;
    background-color: rgba(24, 24, 24, 0.4);
    border-radius: 0.24rem;        
    margin-bottom: 0.24rem;
}
.m-matchData-team .right{
    font-size: .28rem;
    font-weight: 400;
    width: 1.8rem;
    padding-right: .3rem;
}

.m-matchData-team  .u-venue{
    margin: 0 .08rem;
    font-size: .28rem;
}
.m-match-nav {
    width: 100%;
    height: .88rem;
}
.m-matchData-nav{
    width: 100%;
    height: .88rem;
    min-height: .88rem;
    font-size: .3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    line-height: .40rem;
    padding: .23rem 0;
    z-index: 188;
    background: #fff;
}
.m-matchData-nav a{
    position: relative;
    display: block;
    color: #666;
    text-decoration: none;
}
.m-matchData-nav a.active{
    color: #fa5b57;
    text-decoration: none;
}
.m-matchData-nav a.active:after{
    width: .34rem;
    height: .06rem;
    background: #fa5b57;
    border-radius: .03rem;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.18rem;
    margin-left: -.17rem;
    text-decoration: none;
}
.m-score {
    display: flex;
    justify-content: center;
}
.m-score-left, .m-score-right {
    font-size: .64rem;
    width: 1rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: .60rem;
    text-shadow: 0px 0px 20px 0px rgba(0,0,0,0.60); 
}
.m-score-middle{
    font-size: .40rem;
    color: #ffffff;
    line-height: .60rem;
    width: .6rem;
    text-align: center;
}