*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}



.banner {
    display: flex;
    justify-content: center;
    padding: 1.2rem 0 1.22rem;
  
}

.banner .leftText {
    width: 6.9rem;
}

.banner .leftText h3 {
    font-family: Roboto, Roboto;
    font-weight: 700;
    font-size: .49rem;
    color: #333;
    margin-bottom: .56rem;
    
}

.banner .leftText p {
    position: relative;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: .26rem;
    color: #333;
    margin-bottom: .34rem;
    line-height: .46rem;
}

.banner img {
    display: block;
    width: 5.8rem;
    margin-left: .34rem;
    height: 5.3rem;
}

.contentList {
    display: flex;
    justify-content: center;
}

.contentList li {
    margin-right: .87rem;
}

.contentList li img {
    display: block;
    width: 1rem;
    height: 1rem;
}

.contentList li h3 {
    width: 1.9rem;
    font-family: Roboto, Roboto;
    font-weight: 500;
    font-size: .2rem;
    color: #333;
    margin: .44rem 0 .2rem;
}

.contentList li p {
    width: 2.9rem;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: .16rem;
    color: #666;
}

.contentList li:last-child {
    margin-right: 0;
}

.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;
}
