.tf-special{
    width: 100%;
    background:#28b1ed;
    padding: 0 0.8rem;
    box-sizing: border-box;
    padding-bottom: 0.8rem;
    border-top: 1px solid #28b1ed;
}
.special-title{
    font-size: 0.8rem;
    color: #fff;
    margin: 0.5rem 0;
}
.tf-special ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.55rem;
    margin-bottom: 0.8rem;
    line-height: 1rem;
}
.tf-special ul li:last-child{
    margin-bottom: 0px;
}
.tf-special ul li b{
    display: block;
    flex: 1;
    background: rgb(255, 240, 0);
    padding: 0.6rem;
    font-size: 0.66rem;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-special ul li b img{
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.2rem;
}
.tf-special ul li span{
    flex: 4;
    background: #fff;
    padding: 0.6rem;
    box-sizing: border-box;
    font-size: 0.56rem;
    letter-spacing: 0.05rem;
}
.tf-special ul li span em{
    color: #28b1ed;
}