.ndmatch{
    padding: 3vw;
}
.ndmatch-info{
    width: 70vw; padding: 20px; border-radius: 10px;
}
.ndmatch-top{
    justify-content: space-evenly;
}
.ndmatch-top-item, .ndmatch-top-date{
    display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.ndmatch-top-item-logo{
    width: 80px; height: 80px; background: #FFFFFF no-repeat center center; background-size: cover; padding: 10px;
    border-radius: 10px;
}
.ndmatch-top-item-name{
    margin-top: 10px;
}
.ndmatch-top-date{
    text-align: center;
}

.ndmatch-odds-channel{
    height: 60px;
}
.ndmatch-odds-channel .active{
    background: #ff0147; color: #FFFFFF;
}

.ndmatch-kuai{
    margin-top: 20px;
}
.ndmatch-kuai-top{
    background: #f2f2f2; height: 50px; display: flex; justify-content: flex-start; align-items: center; border-radius: 6px;
    border: #eaeaea solid 1px; padding: 0px 10px;
}
.ndmatch-kuai-content{
    display: flex; justify-content: space-between;  align-items: flex-start;
}
.ndmatch-kuai-content-item{
    margin-right: 20px; flex-grow: 1; width: 33.33%;
}
.ndmatch-kuai-content .ndmatch-kuai-content-item:last-child{
    margin-right: 0px;
}
.dnmatch-analysis-title{
    margin-top: 10px;
}
.ndmatch-kuai-bematch{
    width: 50%; margin-right: 20px; margin-top: 10px;
}
.ndmatch-kuai-content .ndmatch-kuai-bematch:last-child{
    margin-right: 0px;
}
.ndmatch-kuai-matchs{
    width: 50%; margin-right: 20px; margin-top: 10px;
}
.ndmatch-kuai-content .ndmatch-kuai-matchs:last-child{
    margin-right: 0px;
}