.banner {
    position: relative;
}

.banner .over {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.banner .over P:first-child {
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.banner .over P:last-child {
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: .2rem;
}

.content {
    padding: .7rem 0;
    box-sizing: border-box;
}

.content img {
    width: 8.77rem;
    height: 4.01rem;
    margin: 0 auto;
}

.content p {
    font-size: .18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: .36rem;
    margin-top: .57rem;
}