* {
    margin: 0;
    padding: 0;
}

.matchList {
    width: 998px;
    margin: 0 auto;
    padding: 10px;
}

.matchList .nav {
    display: flex;
    align-items: center;
    color: #666666;
}

.matchList .nav .item {
    font-size: 16px;
    cursor: pointer;
    padding: 0 12px;
    border-right: 1px solid #999;
    line-height: 16px;
}

.matchList .nav .item.end {
    border: none;
}

.matchList .nav .item.star {
    padding-left: 0;
}

.matchList .nav .line {
    margin: 0 10px;
    color: #999;
}

.matchList .nav .item:hover,
.matchList .nav .item.active {
    color: #9D2019;
}

.matchList .competition {
    margin-top: 16px;
    padding-top: 5px;
}

.matchList .competition .li {
    display: flex;
    height: 36px;
    padding: 5px 0;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    align-items: center;
}

    .matchList .competition .li .name {
        width: 640px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        color: #666666;
    }

.matchList .competition .li .name:hover {
    color: #9D2019;
}

.matchList .competition .li .state {
    width: 56px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 8px;
}

.info {
    background: #909399;
}

.success {
    background: #95d475;
}

.warning {
    background: #e6a23c;
}

.primary {
    background: #409eff;
}


/* 赛事详情 */

.competitionDetails {
    padding: 12px;
}

.competitionDetails .heade {
    display: flex;
    justify-content: space-between;
}

.competitionDetails .heade ._left .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.competitionDetails .heade ._left .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.competitionDetails .heade ._left .item {
    font-size: 14px;
    margin-bottom: 8px;
    color: rgb(138, 138, 138);
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.competitionDetails .heade ._left .item img {
    width: 14px;
}

.competitionDetails .heade ._left .item .label {
    color: rgb(51, 51, 51);
}

._title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

._title span {
    width: 3px;
    height: 18px;
    border-radius: 8px;
    background: #5E4FFF;
    margin-right: 6px;
}

.introduce {
    margin-top: 16px;
}

._right .btn {
    width: 126px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-size: 17px;
    padding: 0;
    border-radius: 4px;
    background: #409eff;
}