@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
body {
    background: #fff;
    overflow: hidden; /* 禁止页面滚动 */
    margin: 0; /* 移除默认的页面外边距 */
    touch-action: none; /* 禁止触摸操作，如拖动 */
    user-select: none; /* 禁止文本选择 */
    width: 100vw;
    height: 100vh;
}
img {
    width: 100%;
    border: none;
    outline: none;
}
a {
    outline: none;
}

a:focus, a:active, img:focus, img:active {
    outline: none;
}

/**群活码*/
#zhanwei{
    width: 100%;
    height: 45px;
}
#qun_safety{
    width: 100%;
    height: 45px;
    background: #e8fef2;
    position: fixed;
    top: 0;
}
#qun_safety .icon{
    width: 26px;
    height: 26px;
    float: left;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAACzElEQVRIS72VS2gTURSG/zNNZqCpVVE3VTSbqotKUcRFtZl05UqkIILUOkmKRUVdqbhQKIKI7sQXKtQZSxciunHhY9NJE8FFFYogKordlC5EyCbUO8nMkRmSNo+pmfjo3d17z/m/c+/57wxhmQYtEwfNgRikTCZOAxwWEeU6dt4rBC20KZBsJi4S4ZIrzsBVS9XP/3NQOJPqJtueIqKQB2IuUqilS+wZ/RQE5nsixUycBeFaEIG6GOZZETc21K7XgyYOrVUk5fsfQUpJwsFq9Om5So160OuhTUrRnvkr0Cq7Dd1j+f8PCudb0fN4/rcgJXNkMxzJazCDPxNoriKhE0CHN2eeBdGX8h4DHQS4+xANQVPDK+W8mCDQ9pKF31vOzA70mUV3Hk4nNQmsl4o4bKnGuAeaiIdkKfqOgG2lvFErFj0KGnHKhSz2aHowIuekTBmyWClftlTjgjfPplbItvMDDNtir+E/3WU5nbhCQPWbYn4u1rf3o/OGcGMWQLKpnSOiq7UmYMBhiXcVeo23nqipPQNo3orrB915KJ3skeBkCVRnLIeQLMR07wYWNsOmdlwiuu3rNuavgqnLPUHYTAwSIW+p+lNMD0aUnPQBoI1+eQ45pwqxhzerQJgabpXzwq3M60/94FtCNU7izUA7QpF59zunpLW7AA37x+OlCOf7y+6rPq5nBitTbmqtgC2hr9irm96VTSb3tjC/8K8J94UaPeZvhlKGkk1tge18XOJUc0IpbkWBWxRHdp/AOr+4xvZ2sxp8GRg8DlAbAfuXuLIA7ygAaCnxyvVgJ8qmOhTbmQ0i6GsZRs5So2sq+1PtuoosJa1lAdrdNIwxwxKfsWLGk9rcYH9YBsmT2hiBBqoEmO+IuHEiSEHBQK4Sj0hy+tsjIjrgTZkfWKoxBHL/6o1HcFDZ/mZin00siqrxqrH8YkTToGbEK2OXDfQLCU0YKgDOwcwAAAAASUVORK5CYII=) no-repeat;
    margin: 9.5px 9.5px;
}

#qun_safety .text{
    width: calc(100% - 45px);
    height: 45px;
    float: left;
    color: #07c160;
    font-size: 15px;
    line-height: 45px;
}

#scanTips{
    text-align: center;
    font-size: 15px;
    color: #999;
    margin: 15px auto 0;
}
#zm_qrcode{
    width: 90%;
    display: block;
    margin: 15px auto 0;
}
#zm_qrcode img {
    width: 100%;
    display: block;
}
#qun_kf {
    text-align: center;
    font-size: 15px;
    color: #999;
    margin: 18px auto 0;
}
#qun_kf a{
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#confirmationDialog {
    position: fixed;
    top: 33%;
    left: 15%;
    background-color: white;
    border-radius: 10px;
    width:70%;
}
.errpr_img{
    width: 65px !important;
    height: 65px !important;
    position: fixed !important;
    top: 13% !important;
    left: auto !important;
}
.errpr_1{
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000000;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4; /* 57px */
    letter-spacing: -0.31px;

}

.errpr_2{
    width: 80%;
    background-color: #fff;
    position: fixed;
    top: 32%;
    text-align: center;
    left: auto !important;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 40px;
}
.errpr_btn_box{
    position: fixed;
    bottom: 10%;
    width: 100%;
    left: 0;
}
.errpr_btn{
    color: #07c160;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.36px;
    background-color: #f2f2f2;
    padding: 12px 36px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 20%;

}


#warpper_weachatH5 .img {
    width: 100%;
    margin: 0;
    position: relative;
}
#warpper_weachatH5 .erweima {
    background-image: url('https://admin.tzlink.cn/uploads/juxing.png');
    position: relative;
    top: 10vh;
    width: 94vw;
    left: 3vw;
    height: 943rpx;
    background-size: 100% 100%;
}
#warpper_weachatH5 .user_img {
    position: absolute;
    width: 120rpx;
    height: 120rpx;

    left: 53rpx;
    top: 73rpx;
}
#warpper_weachatH5 .title {
    position: absolute;
    left: 197rpx;
    top: 78rpx;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 36rpx;
    color: #000000;
    line-height: 50rpx;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#warpper_weachatH5 .desc {
    position: absolute;
    left: 197rpx;
    top: 145rpx;
    right: 70rpx;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24rpx;
    color: rgba(0, 0, 0, 0.45);
    line-height: 33rpx;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#warpper_weachatH5 .erwei {
    position: absolute;
    left: 52rpx;
    top: 248rpx;
    width: 582rpx;
    height: 582rpx;
}
#warpper_weachatH5 .add {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24rpx;
    color: rgba(0, 0, 0, 0.8);
    line-height: 33rpx;
    text-align: center;
    width: 100%;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 800rpx;
    height: 0;
}
#warpper_weachatH5 .add2{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24rpx;
    color: rgba(0, 0, 0, 0.45);
    line-height: 33rpx;
    text-align: center;
    width: 100%;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 850rpx;
    height: 0;
}



#warpper_weachatH5 .img2 {
    width: 100%;
    margin: 0;
}
#warpper_weachatH5 .img2 image {
    width: 100%;
    margin-top: 10vh;
}

#warpper_weachatH5 .error {
    position: fixed;
    top: 46%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.error2 {
    position: fixed;
    top: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#footer{
    font-size: 13px;
}
#footer_link{
    margin: 0;
    color:#40a9ff ;
}
.opens{

    position: fixed;
    z-index: 999;
    top: 46%;
    width: 100vw;
    color: #fff;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; /* 设置字体为微软雅黑 */
    font-weight: bold;  /* 设置字体为常规粗细 */
}
#public-web-jump-button{
    width: 100vw;
    position: relative;
}
#public-web-jump-button2{
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
}
/*新*/

/* 顶部绿色通知条 */
.header {
    background-color: #F8F8F8;
    color: #4cae4c;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    width: 100%; /* 宽度100% */
    display: flex;
    line-height: 25px;
    align-items: center; /* 垂直居中对齐文本 */
}
.header img{
    width: 20px;
    height:  20px;
    margin:  0 10px;
}
.ssl-info{
    color: #000;
    display: flex;
}
/* 主体内容区域 */
.main-content {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    width: 100%; /* 宽度100% */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 92.5px;
}

/* 微信图标 */
.wechat-icon img {
    width: 100px;
    height: 100px;
}

/* 正在跳转文本 */
.loading-text {
    font-size: 16px;
    color: #B2AAAA;
    font-weight: unset;
    margin-bottom:10px;
}

/* 提示文本 */
.tip-text {
    font-size: 18px;
    color: #595555 ;
    margin-bottom:60px;
}

/* 打开微信按钮 */
.open-wechat-btn {
    background-color: #05C15D;
    margin-top: 40px;
    color: white;
    font-weight: bold;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
    opacity: 0; /* 初始设置为透明 */
    transform: translateY(20px); /* 初始位置偏移 */
    animation: fadeInUp 1s forwards; /* 添加动画 */
}

.wechat-text{
}
/* 定义从透明到可见的动画 */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px); /* 初始位置在Y轴下方 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最终位置为原始位置 */
    }
}

/* 定义按钮文本出现的动画 */
@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(10px); /* 从下方渐变 */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* 最终位置正常 */
    }
}

.fade-in-text {
    animation: fadeInText 1s forwards; /* 动画时间1秒 */
}

.jump-footer{
    color: #B2AAAA;
    position: fixed;
    bottom: 60px;
    width: 100vw;
    text-align: center;
    font-size: 14px;
}
.wx_num_link{
    color:#0496EB;
}
.copys{
    color:#0496EB;
}
.display_no{
    display: none;
}

.display_show{
    display:block;
    padding: 5px 20px;
    border: 1px solid #E8F4FA;
    background-color: #FAFDFF ;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 20px !important;
}
/* 核心样式 - 高度还原 Ant Design */
.ant-message {
    position: fixed;
    top: 30%;
    left: 48%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}

.ant-message-notice {
    padding: 8px;
    text-align: center;
}

.ant-message-custom-content {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    background: #585858;
    color:#fff;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
    animation: antMoveUp 0.3s ease-out;
}

.ant-message-icon {
    margin-right: 8px;
    font-size: 16px;
    line-height: 1;
}

/* 成功状态样式 */
.ant-message-success .ant-message-icon {
    color: #52c41a;
}

/* 动画定义 */
@keyframes antMoveUp {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes antMoveOut {
    from {
        max-height: 150px;
        opacity: 1;
    }
    to {
        max-height: 0;
        opacity: 0;
        padding: 0;
    }
}

/* 退出动画 */
.ant-message-leave {
    animation: antMoveOut 0.3s ease-in forwards;
}


/* 弹窗基础样式 */
.wx-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    animation: fadeIn 0.3s forwards;
}

.wx-dialog-container {
    background: white;
    width: 280px;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.9);
    animation: zoomIn 0.2s 0.1s forwards;
}

.wx-dialog-content {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.wx-dialog-footer {
    border-top: 1px solid #eee;
}

.wx-confirm-btn {
    width: 100%;
    padding: 12px;
    background: none;
    border: none;
    color: #0496EB;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.wx-confirm-btn:active {
    background: #f2f2f2;
}

/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.9); }
    to { transform: scale(1); }
}

.wx-leave {
    animation: fadeOut 0.2s forwards;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.errpr_img2{
    width: 48vw !important;
    height: 48vw !important;
    position: fixed !important;
    top: 18vh !important;
    left: auto !important;
}
.bgF3F3F5{
   background: #F3F3F5 !important;
   width: 100vw;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
}

.errpr_box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    text-decoration: none !important;
}
.errpr_btn_box a{
    text-decoration: none !important;
}
.error2_box{
    width: 100vw;
    text-align: center;
    display: fixed;
    text-decoration: none; /* 去掉下划线 */
}
.errpr_img2_1{
    color: #000000;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-weight: 700;
    text-decoration: none; /* 去掉下划线 */
    line-height: 1.4; /* 78px */
}
.errpr_btn2{
    display: flex;
    width: 86vw;
    height: 50px;
    margin: 0 auto;
    padding: 0px 0px;
    gap: 32px;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #3366FF;
    border-radius: 200px;
    position: fixed;
    top: 60vh;
    left: 7vw !important;


}

#infos {
    display: flex;
    justify-content: center;
    top: 75vh;
    width: 100vw;
    font-size: 14px;
    color: #718096;
    font-weight: 400;
    position: fixed;
    text-decoration: none !important;
}
#infos a{
    text-decoration: none !important;
}

.errpr_img2_2{
    color: #E5591F;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-weight: 700;
    text-decoration: none; /* 去掉下划线 */
    line-height: 1.4; /* 78px */
}

.errpr_img2_3{
    color: #000000;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-weight: 700;
    text-decoration: none; /* 去掉下划线 */
    line-height: 1.4; /* 78px */
}


.errpr_img2_4{
    color: #718096;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 78px */
    margin-top: 14px;
}


        :root {
            height: 100%;
            overflow: hidden;
        }

        body {
            margin: 0;
            padding: 0;
        }

        #contentFrame {
            display: block;
            width: 100vw;
            height: 100vh;
            border: none;
            visibility: hidden;
        }