html{
    font-size: 50px;
}
.container {
    width: 100%;
    min-height: 100vh;
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 1.14rem;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
}
.container .logo {
    width: 6.82rem;
    height: 4.94rem;
    background: url(../images/slogan.png) no-repeat center top;
    background-size: 100%;
    margin: 0 auto 2.68rem;
}
.container .swiper {
    width: 100%;
    /* height: 6rem;
     */
}
.swiper-container {
    height: 5.2rem;
    width: 100%;
}
.swiper-slide {
    width: 7.14rem;
    height: 80%;
    position: relative;
}
.swiper-slide{
    pointer-events: none;
    user-select: none;
}
.swiper-slide .img {
    width: 85%;
    position: absolute;
    left: 0;
    top: 0.83rem;
    margin: auto;
    right: 0;
    display: none;
}
.swiper-slide .active-img {
    width: 7.14rem;
    height: 4.39rem;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0.8;
}
.swiper-slide-active .active-img {
    opacity: 1;
}
.swiper-slide-active{
    pointer-events:auto;
    user-select: auto;
}
.swiper-pagination-custom{
    width: 2.45rem;
    height: 0.67rem;
    background: url(../images/slogan1.png) no-repeat center;
    background-size: auto 0.02rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    right: 0;
    margin: auto;
    bottom: 0.5rem;
    z-index: 10;
}
.swiper-pagination-customs{
    width: 0.67rem;
    height: 0.67rem;
    background: none no-repeat center;
    background-size: 100%;
}
.swiper-pagination-customs.custom0{
    background-image:url(../images/0x.png);
}
.swiper-pagination-customs-active.custom0{
    background-image:url(../images/0d.png);
}
.swiper-pagination-customs.custom1{
    background-image:url(../images/1x.png);
}
.swiper-pagination-customs-active.custom1{
    background-image:url(../images/1d.png);
}
.swiper-pagination-customs.custom2{
    background-image:url(../images/2x.png);
}
.swiper-pagination-customs-active.custom2{
    background-image:url(../images/2d.png);
}

