html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    background: url('../img/image 414.png') no-repeat;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.swiper-slide img {
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
    vertical-align: bottom;
}
.btnBox {
    display: flex;
}
.btnBox div {
    width: 251px;
    line-height: 56px;
    background: #3F84FA;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.btnBox div:last-child {
    margin-left: 10px;
}
.codeInfor {
    display: flex;
    flex-direction: column;
    margin: 40px 0 15px;
}
.codeInfor .codeRight {
     display: flex;
    align-items: center;
}
/*.codeInfor div:last-child {*/
/*    margin-top: 15px;*/
/*}*/
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 0;
}
.boxRight {
    height: 100%;
}
.swiper {
    /* overflow: initial; */
}
.boxContent {
    height: 100%;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.titleClass {
    height: 44px;
}
.tipClass {
    height: 23px;
}
.codeRight img {
    vertical-align: sub;
}

.qrcode_block {
    display: flex;
    align-items: center;
}

.qrcode_block > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.qrcode_block > div .icon-wrapper {
    display: flex;
    align-items: center;
}

.qrcode {
    padding: 10px;
}
