/* 通用样式 */
p{
    line-height: 20px;
}

td{
    vertical-align: middle;
}

.content{
    padding: 44px 16px;
}

.title-text{
    font-size: 16px;
    margin-bottom: 16px;
}

.indent-2{
    text-indent: 2em;
}
.indent-6{
    text-indent: 6em;
}

.text-bottom{
    margin-bottom: 16px;
}

.flex-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-height-30{
    line-height: 30px;
}

.fontSize-16{
    font-size: 16;
}