body {margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.ip_check_mask {
    position: fixed;inset: 0;background: #fff;z-index: 999999;
    display: flex;align-items: center;justify-content: center;font-size: 20px;color: #333;
}
.box span{white-space: normal !important;}
.title {font-size: 40px;color: #111;font-weight:600;margin-bottom:32px;}
.copy-btn {
    width:90%;max-width:720px;height:76px;background:#007aff;border:none;
    border-radius:14px;color:#fff;font-size:24px;cursor:pointer;opacity:1;
}
.copy-btn:active {opacity:0.85;}
.wxbox{
    background:#fff;min-height:100vh;display:flex;flex-direction:column;
    align-items:center;padding-top:120px;position:fixed;top:0;left:0;width:100vw;z-index:1000;display:none;
}
.top-banner {
    position:absolute;left:0;top:0;width:100vw;min-height:400px;
    background:url("{pboot:sitetplpath}/images/topbg.jpg") no-repeat right top;background-size:contain;
}
.main-wrap {padding:80px 20px 40px;text-align:center;margin-top:300px;}
.step-text {font-size:32px;color:#0066ff;font-weight:500;line-height:2;margin-bottom:80px;}
.link-line {font-size:26px;color:#0066ff;margin:30px 0;}
.link-line::before,.link-line::after {content:"——";color:#0066ff;opacity:0.6;padding:0 10px;}
.tip-line {font-size:24px;color:#0066ff;margin-bottom:60px;}