.logo {
    top: 10px;
    width: 80px;
    height: 16px;
    float: left;
}

.contactIcon {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 2px;
}

.contactText {
    font-family: 'PingFang SC';
    font-size: 0.85em;
    font-weight: 400;
    color: white;
    float: right;
    margin-left: 2px;
}

.qrCode {
    width: 140px;
    height: 140px;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center; 
    /* font-size: 18px; */
    /* background: #fff; */
    /* display: flex; */
    justify-content: center; 
    align-items: center;
}

/* swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.bannerOne {
    background: url(../images/bannerone.jpg) no-repeat center;
    background-size: cover;
}

.bannerTwo {
    background: url(../images/bannertwo.jpg) no-repeat center;
    background-size: cover;
}

.bannerThree {
    background: url(../images/bannerthree.jpg) no-repeat center;
    background-size: cover;
}

.bannerFour {
    background: url(../images/bannerfour.jpg) no-repeat center;
    background-size: cover;
}

.bannerFive {
    background: url(../images/bannerfive.jpg) no-repeat center;
    background-size: cover;
}
