body {
    margin: 0;
    background: url(../image/desktop/bg.jpg?v=10) center / cover no-repeat;
    overflow: hidden;
    min-width: 1300px;
}

.page-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.page-top {
    position: fixed;
    top: 0;
    z-index: 12;
    width: 57%;
    padding: 16px 4vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sw {
    height: 54px;
    cursor: pointer;
}
.tg {
    cursor: pointer;
}
.agent {
    cursor: pointer;
}

.logo img{
    width: 180px;
}
.agent img, .logo img,
.sw img {
    width: auto;
}
.tg,.agent{
    margin-left: 24px;
}
.btn-list{
    display: flex;
}

.page-container .page-content {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}
.swiper,.swiper-wrapper,.swiper-slide{
    width: 100%;
    height: 100% !important;
}
.slide-1 {
    background: url(../image/desktop/bg1.png?v=10) no-repeat;
    background-size: 100% 100%;
}

.slide-2 {
    background: url(../image/desktop/bg2.png?v=10) no-repeat;
    background-size: 100% 100%;
}

.tag{
   position: absolute;
}
.tag img{
    width: 1200px;
}

.left-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 57%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dw-tip {
    width: 30%;
    margin-top: 12px;
}


.rb{
    width: 32%;
    position: absolute;
    bottom: 5%;
    cursor: pointer;
}
.qrcode-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode {
   padding: 2%;
   background: #fff;
}

#qrcode {
    width: 24%;
    text-align: center;
}
#qrcode img{
    width: 100%;
    height: 100%;
}

.right-main {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 43%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-bg {
    background: url(../image/desktop/time-bg.png?v=10) no-repeat;
    background-size: 100% 100%;
    width: 45%;
    padding: 45px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-now {
    width: 48%;
}

.c-time {
    width: 36%;
    margin-top: 20px;
}

.time {
    width: 100%;
    margin-top: 36px;
}

.tip {
    width: 36%;
    margin-top: 80px;
}