/*! 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: 3.83rem;
    height: 7.24rem;
}

.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;
}

.nav {
    font-size: 22px;
    display: flex;
}

.nav img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-left: -374px;
}
.nav p {
    font-size: 22px;
    margin-left: 20px;
    margin-top: 4px;
}