.lun-wrapper {
    height: 1.87rem;
    line-height: 1.87rem;
    background: #f7f7f7;
    text-align: center;
    color: #333;
    font-size: 0;
}

.lun-icon {
    width: 0.298rem;
}

.lun-name {
    display: inline-block;
    width: 13rem;
    font-size: 0.59rem;
}

.match-list {
    margin: 0.56rem 0;
    padding: 0 0.42rem;
}

.match-wrapper {
    display: flex;
    height: 3.5rem;
    margin-bottom: 0.42rem;
    padding: 0.64rem 1.06rem;
    border-radius: 10px;
    box-shadow: 0 2px 9px #aaa;
    font-size: 0;
}

.team-info {
    flex: 0 0 2.8rem;
    text-align: center;
}

.match-info {
    flex: 1;
    text-align: center;
}

.team-logo {
    width: 2.13rem;
    height: 2.13rem;
    margin-bottom: 0.32rem;
    border-radius: 10px;
}

.team-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.42rem;
    color: #333;
    text-align: center;
}

.match-time {
    margin-bottom: 0.42rem;
    font-size: 0.42rem;
    color: #a1a1a1;
}

.btn {
    width: 2.6rem;
    height: .724rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.42rem;
    border-radius: 10px;
    background: #eb1e23;
    font-size: 0.42rem;
    text-align: center;
    color: #fff;
}

.back-play-bg-color{
    font-size: 0.42rem;
    font-family: PingFang SC;
    color: #818383;
    background-color: #fff;
    border: 1px solid #97999A;
}

.versus {
    margin: 0 auto 0.42rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.match-score {
    height: 1.024rem;
    line-height: 1.024rem;
    margin: 0 auto 0.42rem;
    font-size: 1.024rem;
    text-align: center;
    color: #333;
    font-weight: 700;
}

.extra-info {
    font-size: 0.42rem;
    color: #a1a1a1;
}

.point-score {
    color: #333;
}

.card-warp{
    position: relative;
    margin: 0.8rem 0.1rem;
    border-radius: 0.4rem;
    height: 7.44rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-warp > div{
    position: relative;
    z-index: 1;
}

.card-warp > .title{
    width: 90%;
    text-align: center;
    font-size: .7rem;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-warp > .time{
    font-size: .5rem;
}

.activity-style{
    position: absolute;
    bottom: .3rem;
    right: .5rem;
    z-index: 1;
}

.ing-status{
    width: 3.09rem;
    font-size: .6rem;
    padding: .2rem 0;
    text-align: center;
    background: #FF3044;
    border-radius: 1rem;
}

.befor-status{
    width: 3.09rem;
    font-size: .6rem;
    padding: .2rem 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 1rem;

}

.end-status{
    width: 3.09rem;
    font-size: .6rem;
    padding: .2rem 0;
    text-align: center;
    border-radius: 1rem;

}

.end-status > span{
    position: relative;
    z-index: 1;
}

.btn-mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 1rem;
}

.mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    border-radius: 0.4rem;
}

