#lines {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#lines .items {
    flex: 1 1 50%;
    margin: 0.16rem 0;
}
#lines .items a {
    display: flex;
    padding: 0 0.1rem;
    align-items: center;
    justify-content: center;
}
#lines .items .ms {
    font-size: .24rem;
    color: #2ab11c;
    width: 0.7rem;
}
#lines .items .txts {
    font-size: .24rem;
    text-align: center;
    width: 1.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #237bfa;
    color: #ffffff;
    border-radius: 0.16rem;
    margin: 0 0.3rem;
}
#lines .items .ico img {
    width: 0.38rem;
    height: 100%;
}