@font-face {
    font-family: 'syhth';
    src:
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhth.ttf.eot?#font-spider') format('embedded-opentype'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhth.ttf.woff') format('woff'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhth.ttf') format('truetype'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhth.ttf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'syhtm';
    src:
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtm.ttf.eot?#font-spider') format('embedded-opentype'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtm.ttf.woff') format('woff'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtm.ttf') format('truetype'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtm.ttf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'syhtr';
    src:
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtr.ttf.eot?#font-spider') format('embedded-opentype'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtr.ttf.woff') format('woff'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtr.ttf') format('truetype'),
        url('https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/font/syhtr.ttf.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.login-box {
    z-index: 2;
}

.box1 {
    z-index: 1;
}

.top-btns {
    position: absolute;
    width: 530px;
    display: flex;
    justify-content: space-between;
    top: 40px;
    right: 90px;
}

.top-btns .btn {
    width: 164px;
    height: 43px;
    font-size: 0;
}

.top-btns .btn-home {
    background: url(https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/nav-btn1.png);
}
.top-btns .btn-forum {
    background: url(https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/nav-btn2.png);
}
.top-btns .btn-install {
    background: url(https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/nav-btn3.png);
}

/* dialog */
.popCommon {
    width: 633px;
    height: 434px;
}

.popCommon .dia-con {
    position: relative;
    background: url(https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/dia1.png) no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 65px 80px 0 100px;
    box-sizing: border-box;
}

.popCommon .dia-close {
    position: absolute;
    top: 25px;
    right: -57px;
    width: 102px;
    height: 73px;
    background: url(https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/dia-close.png) no-repeat;
    z-index: 1;
}

.popCommon .text {
    color: #43709b;
    font-size: 24px;
    /* font-family: 'syhtr'; */
    line-height: 40px;
    margin-top: 50px;
}

.popCommon .text.info {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 200px;
    margin-top: 15px;
}

.popCommon .text span {
    color: #ff854d;
}

.popCommon .btn-group {
    position: absolute;
    width: 455px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
}

.popCommon .btn-group .close {
    width: 209px;
    height: 59px;
    background: url(https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/dia-cancel.png) no-repeat;
}

.popCommon .btn-group .confirm {
    width: 209px;
    height: 59px;
    background: url(https://game.gtimg.cn/images/sg/cp/a20260306sgdhzx/dia-confirm.png) no-repeat;
}
