body {
    background: #f4f4f4;
}

em, b {
    font-style: normal;
}

.type-title {
    background: #fff;
    height: 0.5rem;
    font-size: 0;
    padding: 0.2rem 0;
}

.title-item {
    display: inline-block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    border-radius: 0.06rem;
    padding: 0 0.2rem;
    margin-left: 0.2rem;
}

.title-item_active {
    background: #3f4995;
    color: #fff;
}

/*type*/
.type-icon-con {
    font-size: 0;
    padding: 0.4rem 0.2rem 0.26rem;
    text-align: left;
}

.type-num {
    display: inline-block;
    font-size: 0.18rem;
    line-height: 0.5rem;
    height: 0.5rem;
    border-radius: 0.06rem;
    padding: 0 0.26rem;
}

.type-num_active {
    color: #fff;
    background: #3f4995;
}

/*data-con*/
.data-con {
    font-size: 0.28rem;
    text-align: center;
}

.data-item {
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.2rem;
    background: #fff;
    height: 1.6rem;
    overflow: hidden;
}

.item-top, .item-middle, .item-bottom{
    font-size: 0;
    height: 0.44rem;
    line-height: 0.44rem;
    overflow: hidden;
    margin-bottom: 0.12rem;
}

.data-item-name {
    font-size: 0.28rem;
    max-width: 54%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-item .data-item-winner {
    display: block;
    float: left;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.08rem;
    margin-top: 0.08rem;
    background: url("//n.sinaimg.cn/sports/17Q2/badminton/src/img/winner.png") no-repeat;
    background-size: contain;
}

.data-item .wim-fr {
    width: 36%;
    text-align: right;
}

.data-item span {
    display: block;
    float: left;
    font-size: 0.28rem;
    margin-right: 0.16rem;
    width: 0.68rem;
    text-align: center;
}

.item-middle {
    overflow: hidden;
    border: 1px solid #ccc;
    color: #999999;
}

.item-middle .data-item-name {
    margin-right: 0.2rem;
}

.item-middle span {
    font-size: 0.22rem;
}

.item-bottom{
    overflow: hidden;
}

.draw-empty {
    height: 1rem;
    line-height: 1rem;
    background: #fff;
    text-align: center;
}





