.match_contents{
    width: 17.34rem;
    height: 8.58rem;
    position: relative;
    background: url(../ossweb-img/matchlist_bg.png) no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
.match_lis{
    position: absolute;
    width: 3.32rem;
}
.match_timresa{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}
.matchse1{
    font-size: 0.24rem;
    color: #ee5203;
    text-transform: uppercase;
}
.matchsetimes{
    font-size: 0.18rem;
    color: #fefefe;
    text-transform: uppercase;
}
.rematchpoints{
    width: 100%;
}
.match_perbg{
    width: 3.3rem;
    height: 0.62rem;
    background: url(../ossweb-img/match_losebg.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}
.match_perbg.win{
    background: url(../ossweb-img/match_winbg.png) no-repeat;
    background-size: 100% auto;
}
.match_lis.finalsmatchs{
    width: 3.76rem;
}
.finalsmatchs .match_perbg{
    width: 3.76rem;
    height: 0.75rem;
    background: url(../ossweb-img/match_losebg_final.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}
.finalsmatchs .match_perbg.win{
    background: url(../ossweb-img/match_winbg_final.png) no-repeat;
    background-size: 100% auto;
}

.march_unity{
    width: 0.6rem;
    padding: 0 0.1rem;
}
.march_nicons{
    width: 0.9rem;
    padding: 0 0.1rem;
}
.march_names{
    font-size: 0.28rem;
    color: #fff;
    width: 1.15rem;
}
.march_points{
    width: 0.64rem;
    color: #979aa0;
    font-size: 0.42rem;
    text-align: center;
    font-weight: bold;
}
.win .march_points{
    color: #fff;
}
.finalsmatchs .march_names{
    width: 1.55rem;
}

.matcpos1{
    top: 0.1rem;
    left: 0;
}
.matcpos2{
    top: 2.4rem;
    left: 0;
}
.matcpos3{
    top: 4.65rem;
    left: 0;
}
.matcpos4{
    top: 6.9rem;
    left: 0;
}
.matcpos5{
    top: 1.3rem;
    left: 5.45rem;
}
.matcpos6{
    top: 5.75rem;
    left: 5.45rem;
}
.matcpos7{
    top: 3.38rem;
    left: 10.98rem;
}

@media screen and (max-width: 850px) {
    .match_contents{
        width: 7.3rem;
        height: 4.58rem;
        position: relative;
        background: url(../ossweb-img/matchlist_bg_h5.png) no-repeat;
        background-size: 100% auto;
        margin: 0 auto;
    }
    .match_lis{
        position: absolute;
        width: 1.72rem;
    }
    .match_perbg{
        width: 1.72rem;
        height: 0.32rem;
        margin-bottom: 0.05rem;
    }
    .matchse1{ display: none;}
    .matchsetimes{ font-size: 0.14rem;}
    .march_names{ font-size: 0.16rem; width: 0.8rem;}
    .march_points{ font-size: 0.28rem;}
    .march_unity{ width: 0.5rem; padding: 0 0.05rem;}
    .march_nicons{ padding: 0 0.05rem; width: 0.6rem;}

    .match_lis.finalsmatchs{
        width: 2rem;
    }
    .finalsmatchs .match_perbg{
        width: 2rem;
        height: 0.4rem;
        margin-bottom: 0.05rem;
    }

    .matcpos1{
        top: 0.1rem;
        left: 0;
    }
    .matcpos2{
        top: 1.25rem;
        left: 0;
    }
    .matcpos3{
        top: 2.45rem;
        left: 0;
    }
    .matcpos4{
        top: 3.6rem;
        left: 0;
    }
    .matcpos5{
        top: 0.7rem;
        left: 2.1rem;
    }
    .matcpos6{
        top: 3rem;
        left: 2.1rem;
    }
    .matcpos7{
        top: 1.82rem;
        left: 4.26rem;
    }


}