* {
    transition: all .3s;
}

img {
    vertical-align: middle;
}

body {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(../img/pc/bg.png?t=1234510) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

header {
    display: flex;
    align-items: center;
    padding: 2vh 5vw 0;
}

header>img:nth-of-type(1) {
    width: 15%;
}

header>img:nth-of-type(2) {
    width: 10%;
    margin-right: 20px;
    margin-left: auto;
}

header>img:nth-of-type(3) {
    width: 10%;
    margin-right: 20px;
}

.station {
    width: 10%;
}

.station>a {
    color: rgb(255, 161, 45);
    font-size: 14px;
}

main {
    flex: 1;
    overflow: hidden;
    display: flex;
}

.left {
    width: 50%;
    height: 100%;
    text-align: right;
}

.left>img {
    height: 100%;
}

.right {
    width: 50%;
    height: 100%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
}

.swiper-slide>img {
    margin-top: 40px;
    width: 100%;
}

.wraper {
    width: 30%;
    margin-left: 27%;
    position: relative;
}

.wraper>img {
    width: 100%;
}

#qrcode {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin-top: auto;
    vertical-align: middle;
    margin: 10px;
}

#qrcode>img {
    width: 100%;
}

.tg,
.sw {
    cursor: pointer;
}