/*关于模板*/
body {
    background: #efefef;
}

.m_about {
    padding: 0.2rem;
    background: #fff;
    font-size: 0.28rem;
    line-height: 0.55rem;
}


/* 客服验证 */

.validate-wrap .vali-top {
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-top: 0.2rem;
}

.vali-top span {
    font-size: .48rem;
    font-weight: 700;
}

.vali-top input {
    width: 5.18rem;
    height: 0.78rem;
    border: 1px solid #dddddd;
    padding-left: 0.8rem;
    background-color: #faf7f3;
    box-sizing: border-box
}

.vali-top a {
    width: 5.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: block;
    background-color: #ae0e11;
    font-size: .28rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
}

.vali-error {
    text-align: center;
    margin-top: 0.6rem;
}

.vali-error img {
    width: 3rem;
    height: 3rem;
    display: inline-block;
}

.vali-error p {
    font-size: .35rem;
    font-weight: 700;
    line-height: 0.4rem;
    margin-top: -1.1rem;
}

.vali-red {
    color: #ae0e11;
}

.vali-ok {
    text-align: center;
    margin-top: 0.6rem;
    background: url('../img/u2.png') center top no-repeat;
    background-size: 100% auto;
    min-height: 6rem;
}

.vali-ok img {
    width: 3rem;
    display: inline-block;

}

.vali-ok p {
    overflow: hidden;
}

.vali-ok p span {
    font-size: .35rem;
    font-weight: 700;
    line-height: 0.4rem;
}

.logo {
    margin-top: 0.5rem;
    text-align: center
}

.hidden {
    display: none;
}
