*{
    margin: 0;
    padding: 0;
}
.wrapper{
    width: 100%;
    min-height: 100%;
}
.wrapper-top{
    width: 6.4rem;
    height:0.72rem;
    background: url("/custom/img/child-care/child-top.png");
}
.wrapper-content{
    background: #fff;
    margin: 0.2rem 0.4rem;
}
.title{
    font-size: 0.4rem;
    text-align: center;
    margin-bottom: 0.3rem;
}
p{
    font-size:0.3rem;
    line-height: 0.35rem;
    margin: 0.2rem 0;
}
.logo{
    width: 1rem;
    height: 1rem;
    background: url(/custom/img/child-care/logo.png);
    background-size: 100% 100%;
    position: absolute;
    right: 1rem;
    top: 9.5rem;
}