body {
    /*background: url('/skin/index/static/pc_bg.jpg?_v=01') center center no-repeat;*/
    /*background-size: cover;*/
    background-color: rgb(132,110,82);
}

main {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: flex-end;*/
    /*padding: 40px 80px;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

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

.bg-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content {
   /*display: flex;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*padding:7vh 36vh 7vh 24vh;*/
}
.content .left {
    position: absolute;
    top:9vh;
    left:15vh;
    height: 80vh;
    object-fit: cover;
}

.content .right {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 7vh;
    right: 36vh;
    bottom: 0;
}

.content .right  img {
    height: 60vh;
}

.content .right .qrcode-section {
    margin-top: 2vh;
    background-color: white;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}
.content .right .qrcode-section .qrcode {
    width: 95%;
    height: 95%;
}

.content .right .qrcode-section .qrcode img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}
.content .right .qrcode-section .text-tips {
    margin-top: 4vh;
    color:white;
    font-size: 12px;
}