* {
    box-sizing: border-box;
}
body{
    min-width: 1200px;
    overflow: hidden;
}
.page-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../img/pc/bg.jpg?tx=411) center / cover no-repeat #fff;
    background-size: cover;
}

.page-top {
    width: 100%;
    align-items: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.page-top .logo {
    height: 100px;
}

.page-content {
    width: 100%;
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
    padding: 0 4%;
}

.page-content .time-box {
    text-align: center;
}

.page-content .time-box .time,
.page-content .time-box .slogan {
    width: 160px;
    margin: 0 auto;
}

.page-content .time-box .time img,
.page-content .time-box .slogan img {
    width: 100%;
}

.page-content .time-box #currTime {
    font-size: 88px;
    font-weight: bold;
    color: #fff;
    margin: 12px 0;
}

.page-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 24px;
}
.bottom-left{
    background: url(../img/pc/bottom.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
}
.page-bottom .bottom-left {
    display: flex;
}

.page-bottom .bottom-left img {
    height: 4vh;
    cursor: pointer;
    margin: 0 20px 0;
}
.page-bottom .bottom-left img + img{
    /* margin-left: 20px; */
}

 .bottom-center {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    /* position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    z-index: 0; */
}

.bottom-center img {
    width: 50%;
}

.page-bottom .bottom-right {
    text-align: center;
}

.page-bottom .qrcode-box {
    display: inline-block;
    padding: 6px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.page-bottom .tip-text {
    display: inline-block;
    font-size: 14px;
    background: #ff5353;
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    margin-top: 12px;
}

.page-bottom .rules {
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}