* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0.16rem;
}

a {
    user-select: none;
}

nav {
    width: 100%;
    height: 1.02rem;
    overflow: hidden;
    background: linear-gradient(-90deg, #2fb8cb, #2fb8cb);
}

nav div {
    margin-top: 0.3rem;
    margin-left: 0.23rem;
    width:2.5rem;
    /*height: 0.39rem;
    overflow: hidden;*/
}

nav img {
    width: 100%;
}

header {
    width: 100%;
    height: 0.75rem;
    border-bottom: 0.14rem solid #f1f2f6;
}

header ul {
    display: flex;
    margin-left: 0.24rem;
}

header ul li {
    height: 0.68rem;
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.75rem;
    margin-right: 0.75rem;
}

.headerC {
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #2fb8cb;
}

footer {
    width: 3rem;
    margin: 0.5rem auto;
    display: flex;
}

footer div {
    width: 1.52rem;
    height: 0.69rem;
    border: 0.01rem solid #BFBFBF;
    border-radius: 0.35rem;
    line-height: 0.69rem;
    text-align: center;
    color: #666666;
}

.footerC {
    background: #2fb8cb;
    color: #FFFFFF !important;
}

.swiper-container {
    width: 7rem;
    height: 2.23rem;
    margin: 0.2rem auto;
} 

.swiper-slide {
    text-align: center;
    background: #fff;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: auto;
    height: 100%;
}