/*pop*/
.pop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: #000000c4;
}

/*#pop_rules {
    opacity: 0;
    transition: opacity 0.6s ease;
}

#pop_rules.show {
    opacity: 1;
}*/

.pop_common {
    /*background: url("//game.gtimg.cn/images/aqwx/m202408/bg-pop.png") no-repeat center center/100% 100%;*/
    /*min-height: 5rem;*/
    background: #050c12;
    border: 1px solid #b5b6b6;
    width: 8rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
}

.pop_common .title {
    text-align: center;
    margin: 0.1rem auto auto;
    font-size: 0.44rem;
}

.pop-close {
    position: absolute;
    top: 0;
    right: -0.45rem;
    display: block;
    width: 0.44rem;
    height: 0.41rem;
    padding: 0.1rem;
    background: url(//game.gtimg.cn/images/aqwx/m202408/icon-close.png) center / contain no-repeat;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
}

.pop-title {
    margin: 0.6rem auto;
    font-size: 0.34rem;
    font-weight: bold;
    color: #a2a1a1;
    text-align: center;
    line-height: 1;
}

/*.pop-title {
    margin: 0.58rem auto 0.3rem;
}*/

.pop .text {
    font-size: 0.22rem;
    color: #908f8f;
    text-align: center;
}

.pop-content {
    margin: 0 0.51rem;
    padding: 0 0.51rem;
    color: #908f8f;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.pop-login-type .type-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.54rem;
    background: url(//game.gtimg.cn/images/aqwx/act/a20241024safecenterca/login-type.png) top / contain no-repeat;
}

.pop-login-type .type-item {
    width: 2.3rem;
    height: 2.7rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #908f8f;
    font-size: 0.21rem;
    cursor: pointer;
}


.pop-login-wechat .pop-content {
    padding: 0 0.2rem;
}

.pop-login-wechat .url {
    padding: 0.1rem 0.1rem;
    font-size: 0.21rem;
    border: 0.02rem solid rgba(148, 148, 148, 0.35);
    background-color: rgba(32, 32, 32, 0.612);
    box-sizing: border-box;
    overflow: auto;
    white-space: nowrap;
}

.pop-login-wechat .copy-btn {
    width: 2.57rem;
    height: 0.6rem;
    margin: 0.396rem auto 0.396rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e5e5e5;
    font-size: 0.3rem;
    font-weight: bold;
    border-image: url(//game.gtimg.cn/images/aqwx/act/a20241024safecenterca/btn-bg.png) 0 15 fill;
    border-image-width: 0 0.15rem;
    border-image-repeat: stretch;
}

.pop-login-wechat .scan-tips {
    position: relative;
    padding: 0 0.32rem;
}

.pop-login-wechat .scan-tips::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 0.18rem 0.1rem 0 0.1rem;
    border-top-color: rgb(162, 161, 161);
}

.pop-login-wechat .qrcode-wrapper1 {
    display: inline-block;
    margin: 0.3rem auto;
    border: 0.02rem solid rgba(148, 148, 148, 0.35);
    background-color: rgba(27, 27, 28, 0.612);
}

.pop-login-wechat img, .pop-login-wechat canvas {
    margin: 0.126rem;
    width: 1.8rem !important;
}

.pop-login-wechat {
    padding: 0.2rem 0 0.5rem;
}

.pc .pop-title {
    margin: 0.4rem auto 0.28rem;
    font-size: 0.24rem;
}

.pc .pop-login-wechat .url {
    padding: 0.05rem 0;
    font-size: 0.15rem;
}

.pop-login-wechat .url::-webkit-scrollbar {
    display: none; /* 针对Webkit浏览器隐藏滚动条 */
}

/* 兼容IE和Edge */
.pop-login-wechat .url {
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

.pc .pop-login-wechat .copy-btn {
    width: 1.8rem;
    font-size: 0.15rem;
    height: 0.4rem;
    margin: 0.2rem auto 0.2rem;
}

.pc .pop-login-wechat .scan-tips::before {
    left: 0;
    top: 58%;
    border-width: 0.1rem 0.1rem 0 0.1rem;
}

.pc .pop .text {
    font-size: 0.18rem;
}

.pc .pop-login-wechat .qrcode-img {
    margin: 0.126rem;
    width: 1.3rem;
}

.pc .pop-login-wechat .qrcode-wrapper1 {
    margin: 0.2rem auto;
}

.pop_toast {
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast_text {
    padding: 0.3rem 0.4rem;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    border: none;
    /*line-height: 24px;*/
    /*word-break: break-all;*/
    font-size: 0.24rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.pop-16tips {
    width: 3.5rem !important;
    min-height: 4.464rem;
    background-size: 100%;
    padding-bottom: 0.48rem;
    border-image: url(//game.gtimg.cn/images/aqwx/web202407/common/bg-pop.png) 30 50 fill;
    border-image-width: 0.15rem 0.3rem;
}

.pc .pop-16tips .text {
    font-size: 0.1rem;
    line-height: 1.4;
}

.pop-16tips .pop-content {
    margin: 0 0.3rem;
    padding: 0;
    text-align: left;
}


.pop-16tips .pop-content p {
    margin-bottom: 0.10rem;
}

.pc .pop-16tips .pop-title {
    margin: 0.3rem auto 0.2rem;
    font-size: 0.18rem;
}

.m .pop-16tips {
    width: 5.5rem !important;
}

.m .pop-16tips .pop-content {
    max-height: 57vh;
}
