#app {
    font-size: 14px!important;
}
body {
    padding: 0;
    margin: 0
}


.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px!important;
    border-radius: 3px!important;
    width: 10px;
    height: 5px!important;
    opacity: 0.1
}

.swiper-pagination-bullet-active {
    opacity: 1!important;
    background: #929ec1;
    width: 20px!important;
}
.swiper-button-next, .swiper-button-prev {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
}
.swiper-button-next {
    background: url("/img/arrow_right_6de8997.png");
    background-size: 28px;
    background-repeat: no-repeat;
    top: 35%;
}
.swiper-button-prev {
    background: url("/img/arrow_left_36b671c.png");
    background-size: 28px;
    background-repeat: no-repeat;
    top: 35%;
}
.swiper-button-next:active, .swiper-button-prev:active {
    opacity: 0.5;
}
.swiper-button-next:after,.swiper-button-prev:after {
    display: none;
}




.container {
    background: url("/img/bg_8708287.png") 100% 100% repeat-y;
    width:100%;
    min-height:100vh;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 4.7rem;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.5);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.swiper-pic1 {
    width: 4rem;
    height: auto;
    display: block;
    margin-top: .3rem;
}
.swiper-pic2 {
    width: 4rem;
    height: auto;
    display: block;
    margin: -0.4rem 0;
}
.swiper-pic3 {
    width: 4rem;
    height: auto;
    display: block;
    margin-top: 0.2rem;
}
.btn-container {
    width:2.4rem;
    margin: 0 auto;
    margin-top: 20px;
}
.btn {
    background: #179cff;
    width: 1.77rem;
    height: .4rem;
    border-radius: .2rem;
    color: rgba(255,255,255,0.9);
    line-height: .32rem;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
    font-size: .14rem;
}
.btn:active {
    opacity: 0.5
}
.btn-web {
    background: #e8f5ff;
    border: 1px solid #179cff;
}
.btn-web span {
    color: #179cff;
}
#progress {
    margin-right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
}
#progress svg {
    vertical-align: top;
    padding-right: 1px;
    width: 0.4rem;
    height: 0.4rem;
}

[v-cloak] {
    display: none;
}
.loading-img {
    width:23px;
    height:23px;
}
.main-box {
    width:100%;
    height: calc(100vh - 4rem);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 0;
}
.logo {
    width: 1.7rem;
    height: auto;
    display: block;
}
.mainImg {
    height: auto;
    width: 2.8rem;
    object-fit: contain;
    display: block;
}
.footer-box {
    min-height: 4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}