/*公共的*/
*{
    padding: 0;
    margin: 0;
}
.flexLayout {
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}

/*标题*/
.title {
    text-align: center;
    padding: 0.8rem 0 0.8rem 0;
    font-family: Roboto;
}
.title p:first-child {
    font-size: 0.693rem;
    line-height: 0.907rem;
    color: #1D1D1D;
    font-weight: bold;
    padding-bottom: 0.067rem;
}
.title p:nth-child(2) {
    font-size: 0.32rem;
    line-height: 0.427rem;
    color: #333;
}

/*文本展示*/
.textShow {
    overflow: hidden;
}
.textShow p {
    margin-bottom: 0.8rem;
    font-size: 0.347rem;
    line-height: 0.64rem;
    color: #444;
    text-indent: 2em;
}

/*按钮*/
.footerBox a, .howBtn a {
    display: block;
    width: 4.267rem;
    height: 1.067rem;
    line-height: 1.067rem;
    text-align: center;
    background: #1D1D1D;
    font-size: 0.4rem;
    color: #fff;
    text-decoration: none;
}