body {
    /* background: url(../images/pc/bg1.png?v=31) center / cover no-repeat; */
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

img {
    vertical-align: middle;
}

.page-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.left-img {
    width: 54%;
}

.left-img img {
    width: 72%;
}

.right-box {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden;
}

.title-box {
    position: relative;
    width: 46%;
    text-align: right;
}
.title-box .title-img{
    width: 70%;
}
.title-2{
    width: 350px;
    position: fixed;
    top: 200px;
    right: 350px;
}
.tips-img{
    position: relative;
    width: 20%;
}
.qr-list{
    display: flex;
    justify-content: center;
    width: 27%;
}
.qr-box {
    position: relative;
    width: 220px;
    margin: 30px 0 0;
    /* transform: translate(130px, 0px); */
}
.qr-box img{
    width: 100%;
}

.qrcode {
    position: absolute;
    top: 74px;
    left: 25px;
}

.qrcode img {
    border-radius: 5px;
}

.page-container>div.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-container>div.header>div>img {
    margin-left: 20px;
    cursor: pointer;
}

.logo {
    width: 270px;
}

.contact-box {
    display: flex;
    justify-content: end;
}

.contact-box img {
    width: 30%;
    height: max-content;
}

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

.tips-box {
    position: absolute;
    bottom: 3%;
    left: 7%;
    width: 86%;
    margin: 0 auto;
}

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

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    /* transform: translate(0px, -20px); */
}

.bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.tg,
.sw {
    cursor: pointer;
}