/*! CSS Used from: https://www.banapreta.com/assets/index-c4e35744.css */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mainBox {
    background: #f0f5f7;
}

.mainBox .banner img {
    width: 100%;
    display: block;
}

.mainBox .content {
    padding-bottom: .5rem;
}

.mainBox .content h3 {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: .46rem;
    color: #333;
    line-height: .38rem;
    margin: .99rem 0 .89rem;
    text-align: center;
}

.mainBox .content .contectBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainBox .content .contectBox img {
    width: 5.11rem;
    height: 6.09rem;
}

.mainBox .content .contectBox .rightText {
    margin-left: 1.8rem;
}

.mainBox .content .contectBox .rightText .title {
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: .22rem;
    color: #333;
    margin-bottom: 20px;
}

.mainBox .content .contectBox .rightText li {
    width: 5.35rem;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    margin-bottom: 26px;
}