/* 标题 */

.title {
    background: #0550ab;
    color: white;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    font-weight: 600;
    margin-top: 0.6rem
}


/* 内容 */

.content {
    padding: 0.15rem;
}

.content>div:first-child {
    font-size: 0.2rem;
    font-weight: 600;
    border-bottom: 2px solid orange;
    padding-bottom: 0.1rem;
    margin-bottom: 0.15rem;
}

.way {
    padding: 0.1rem;
    border-bottom: 1px solid #d3d3d1;
}