.unstart-container{
    display:flex;
    flex-flow: row wrap;
    background: #fff;
    flex-shrink: 0;
    .unstart-cell{
        width:25%;
		padding: .12rem .04rem 0 .04rem;
		box-sizing: border-box;
		position:relative;
        .unstart-icon{
            height: .4rem;
            width: .4rem;
            border-radius: 50%;
            margin:0 auto;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50%;
            color:#fff;
            font-size: .20rem;
            line-height:.4rem;;
            display: flex;
            justify-content: center;
               align-items: center;
        }
        .unstart-text{
            line-height: .16rem;
            font-size: .14rem;
            margin: .08rem .04rem .12rem .04rem;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color:#3A4247;
            background:transparent;
        }
    }
}