@font-face {
    font-family: 'font2';
    src: url('//game.gtimg.cn/images/x5/cp/a20251212summary/hy.woff2');
}
@font-face {
    font-family: 'syht';
    src: url('//game.gtimg.cn/images/x5/cp/a20251212summary/syht.woff2');
}
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'syht';
}

.wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(//game.gtimg.cn/images/x5/cp/a20251212summary/pc_bj.jpg) no-repeat center /cover;
}

.wrapper .home_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper .home_box img {
    display: block;
    width: 560px;
    height: 441px;
    margin: 0 40px;
}

.pc_qrcode_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.pc_qrcode_box .qrcode {
    width: 242px;
    height: 247px;
    position: relative;
    background: url(//game.gtimg.cn/images/x5/cp/a20251212summary/qrcode_bj.png) no-repeat center /cover;
}

.pc_qrcode_box .qrcode img {
    width: 164px;
    height: 164px;
    display: block;
    position: absolute;
    left: 51%;
    top: 36px;
    transform: translateX(-50%);
}

.pc_qrcode_box .time {
    font-size: 28px;
    color: #fff5d5;
    margin-top: 10px;
}

.pc_tit {
    width: 937px;
    height: 292px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    background: url(//game.gtimg.cn/images/x5/cp/a20251212summary/pc_tit.png);
}

.pc_tit .icon {
    position: absolute;
    display: none;
}

.pc_tit .icon1 {
    width: 395px;
    height: 487px;
    left: -122px;
    top: -172px;
    transform: rotate(-43deg) scale(.1);
    background: url(//game.gtimg.cn/images/x5/cp/a20251212summary/home_icon1.png) no-repeat center /cover;

}