main{
    width: 100%;
    padding: 0 .1rem;
    box-sizing: border-box;
}
.til{
    padding: .2rem;
    box-sizing: border-box;
    text-align: center;
    font-size: .1rem;
    /* background-color: rgb(250, 250, 250); */
}
.text{
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .14rem;
    color: #666;
    line-height: .28rem;
}
/* 上下文 */
.tager{
    width: 100%;
    height: 0.5rem;
    padding: 0 .15rem;
    margin: .2rem 0;
    color: white;
    box-sizing: border-box;
    border-radius: .1rem;
    background-color: rgb(66,131,236);
}
.tager p{
    line-height: .5rem;
    font-size: .14rem;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color: white;
}
.tager p a{
    color: white;
}