.dialog.login {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

.dialog.login .loginBox {
    width: 6.55rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog.login .loginInner {
    width: 100%;
    height: 4.16rem;
    background: url('../img/pc/pop/pop_box.png') no-repeat center/100%;
    position: relative;
    padding: .36rem .4rem .32rem;
}

.dialog.login .close {
    position: absolute;
    right: -0.32rem;
    top: -0.22rem;
    width: .52rem;
    height: .52rem;
    cursor: pointer;
    background: url('../img/pc/pop/pop_close.png') no-repeat center/100%;
}

.dialog.login .loginHeader {
    font-size: .3rem;
    line-height: 1;
    color: #fff;
    /* font-weight: 700; */
    margin-bottom: .4rem;
    text-align: center;
    font-family: Impact;
    margin-top: 0.12rem;
}

.dialog.login .loginPlatform {
    display: flex;
    gap: 1.54rem;
    margin-bottom: .39rem;
    justify-content: center;
}

.dialog.login .platformOption {
    align-items: center;
    color: #fff;
    font-size: .3rem;
    width: 1.4rem;
    height: .44rem;
    line-height: .39rem;
    text-align: center;
    cursor: pointer;
}

.dialog.login .platformOption[aria-selected="true"] {
    background: #181C26;
}

.dialog.login .platformOption input {
    accent-color: #f0a570;
}

.dialog.login .loginForm {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.dialog.login .formItem {
    display: flex;
}

.dialog.login .formItem label {
    color: #fff;
    font-size: .2rem;
    display: inline-block;
    width: 1.7rem;
    line-height: 0.32rem;
}

.dialog.login .formItem input {
    flex: 1;
    height: .32rem;
    padding: 0 .14rem;
    background: #1F2F53;
    border: none;
    color: #fff;
    font-size: .16rem;
    outline: none;

}

.dialog.login .formItem input::placeholder {
    color: #7d8596;
}

.dialog.login .formCode {}

.dialog.login .sendCode {
    width: 1.12rem;
    height: 0.32rem;
    background: #4D70BF;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #fff;
    text-align: center;
    margin-left: 0.28rem;
    cursor: pointer;
}

.dialog.login .sendCode:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.dialog.login .formActions {
    margin-top: .2rem;
}

.dialog.login .submitLogin {
    width: 2.08rem;
    height: 0.4rem;
    background: url('../img/pc/pop/pop_btn.png') no-repeat center/100%;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.dialog.topic1 {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

.dialog.topic1 .topic1Box {
    width: 6.55rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog.topic1 .topic1Inner {
    width: 100%;
    height: 4.16rem;
    background: url('../img/pc/pop/pop_box.png') no-repeat center/100%;
    position: relative;
    padding: .36rem .4rem .32rem;
}

.dialog.topic1 .close {
    position: absolute;
    right: -0.32rem;
    top: -0.22rem;
    width: .52rem;
    height: .52rem;
    cursor: pointer;
    background: url('../img/pc/pop/pop_close.png') no-repeat center/100%;
}

.dialog.topic1 .topic1Header {
    font-size: .3rem;
    line-height: 1;
    color: #fff;
    /* font-weight: 700; */
    margin-bottom: .4rem;
    text-align: center;
    font-family: Impact;
    margin-top: 0.12rem;
}

.topic1Content {
    font-size: 0.3rem;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.topic1Error {
    font-size: 0.18rem;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: 0.8rem;
}

.dialog.topic2 {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

.dialog.topic2 .topic2Box {
    width: 6.55rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog.topic2 .topic2Inner {
    width: 100%;
    height: 4.16rem;
    background: url('../img/pc/pop/pop_box.png') no-repeat center/100%;
    position: relative;
    padding: .36rem .4rem .32rem;
}

.dialog.topic2 .close {
    position: absolute;
    right: -0.32rem;
    top: -0.22rem;
    width: .52rem;
    height: .52rem;
    cursor: pointer;
    background: url('../img/pc/pop/pop_close.png') no-repeat center/100%;
}

.dialog.topic2 .topic2Header {
    font-size: .3rem;
    line-height: 1;
    color: #fff;
    /* font-weight: 700; */
    margin-bottom: .4rem;
    text-align: center;
    font-family: Impact;
    margin-top: 0.12rem;
}

.topic2Content {
    font-size: 0.3rem;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.topic2Success {
    font-size: 0.18rem;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-top: 0.8rem;
}

.topic2Share {
    display: flex;
    gap: 0.66rem;
    justify-content: center;
    margin-top: 0.26rem;
}

.topic2ShareItem {
    width: 0.48rem;
    height: 0.48rem;
    cursor: pointer;
}

.share-fb {
    background: url('../img/pc/pop/pop_fb.png') no-repeat center/100%;
    background-size: cover;
}

.share-dc {
    background: url('../img/pc/pop/pop_dc.png') no-repeat center/100%;
    background-size: cover;
}

.share-yt {
    background: url('../img/pc/pop/pop_yt.png') no-repeat center/100%;
    background-size: cover;
}

.share-tt {
    background: url('../img/pc/pop/pop_tt.png') no-repeat center/100%;
    background-size: cover;
}

.share-x {
    background: url('../img/pc/pop/pop_x.png') no-repeat center/100%;
    background-size: cover;
}

/* 视频弹窗 */
.dialog.video {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.dialog.video .videoBox {
    /* 让容器占满可用宽度以便居中 */
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中 */
}

.dialog.video .videoInner {
    /* 设定最大宽度并水平居中 */
    max-width: 9.6rem;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    padding: .28rem .28rem .32rem;
}

.dialog.video .videoInner_iframe {
    width: 100%;
    height: 4.54rem;
}

.dialog.video .close {
    position: absolute;
    right: -0.32rem;
    top: -0.22rem;
    width: .52rem;
    height: .52rem;
    cursor: pointer;
    background: url('../img/pc/pop/pop_close.png') no-repeat center/100%;
}

.dialog.video .videoWrap {
    width: 100%;
    /* 16:9 宽高比容器 */
    position: relative;
    background: #000;
}

.dialog.video .videoWrap video {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
    background: #000;
}

/* 小屏优化 */
@media (max-width: 768px) {
    .dialog.video .videoBox {
        width: 92%;
    }

    .dialog.video .videoInner {
        padding: .2rem;
    }

    .dialog.video .close {
        right: -0.2rem;
        top: -0.2rem;
    }
}