.child{
    width:6.2rem;
    height: 3.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.26rem;
    background: url("../img/child_03.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: 2.8rem;
}
.article h3{
    font-size: 0.18rem;
    margin: 0 0.6rem;
    width:1.6rem;
    height:0.3rem;
    background: #ea5946;
    border-radius: 0.15rem;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}
.article .in{
    margin-top: 0.7rem;

}
.article p{
    font-size: 0.12rem;
    color: #000;
    line-height: 0.36rem;
    margin: 0 0.8rem;
}
.article #call{
    width: 100vw;
    font-size: 12px;
    color: red;
    -webkit-transform: scale(0.8);
    white-space: nowrap;
    margin-top: 0.3rem;
    font-weight: bolder;
    margin: 0;
    margin-bottom: 0.4rem;
}