html,body {
    padding: 0;
    margin: 0;
    /*background-color: #faebe4;*/
}
.flex-row,.flex-column {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-column {
    flex-direction: column;
}
p {
    margin: 0;
}
.bannerBox img {
    width: 100%;
}
.slick-dots {
    bottom: 10px;
}
/* 未经过前dot */
.slick-dots li {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 0.08rem;
}
.slick-dots li button {
    min-width: 0;
    width: 0.16rem;
    height: 0.16rem;
    background-color: rgba(0,0,0,0.4);
    border-radius: 0.08rem;
    transition: all 0.6s ease-in-out;
    box-sizing: border-box;
    padding: 0;
}
/* 经过后dot */
.slick-dots li.slick-active button {
    background: #0377ff;
}
.navBox {
    justify-content: space-evenly;
    padding: 0.3rem 0.15rem 0.5rem;
}
.nav {
    font-size: 0.26rem;
    width: 2.4rem;
}
.nav img{
    width: 0.96rem;
    margin-bottom: 0.2rem;
    border-radius: 50%;
}
.banner2 img {
    width: 100%;
    display: block;
}
.pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    font-size: 0.28rem;
    color: #fff;
    display: none;
}
.pop .code {
    width: 4.58rem;
    margin-bottom: 0.3rem;
}
.pop .close {
    width: 0.56rem;
    margin-top: 0.5rem;
}