/* 引入Font Awesome图标库 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* 基础样式 */
.none{display:none}
a.godl{text-decoration:none;color:#00a49d;font-weight:500;transition:color 0.3s ease}
a.godl:hover{color:#fa7317;text-decoration:underline}
.font12{font-size:12px!important}

/* 注册链接区域 - 使用UI图风格 */
.forreg{margin-top:20px;text-align:center;padding-top:20px;}
.forreg-text{font-size:15px;color:#666;margin-right:5px;}
.forreg-link{font-size:15px;color:#00a49d;text-decoration:none;font-weight:500;transition:all 0.3s ease;}
.forreg-link:hover{color:#fa7317;text-decoration:underline;}

/* 页面整体布局 - 使用UI图的浅灰色背景 */
.inner{width:100%;margin:0 auto;text-align:center;background:#f5f5f5;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;border-top:1px #ddd solid;min-height:calc(100vh - 200px);}

/* 头部样式 */
.mheader{width:100%;padding:20px 0;}
.mhead{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.mhead .logo{float:left;text-align:left}
.mhead .tit{font-size:16px;color:#000;width:auto;margin-top:0;float:right;text-align:right;overflow:visible}
.mhead .tit span a{font-weight:600;color:#00a49d;text-decoration:none;transition:color 0.3s ease}
.mhead .tit span a:hover{color:#fa7317}

/* 导航样式 - 使用首页风格 */
.navigation a{float:left;text-align:center;margin-left:10px;background:rgba(0,164,157,0.1);width:102px;height:52px;overflow:hidden;display:block;line-height:51px;color:#00a49d;border-radius:8px;transition:all 0.3s ease;text-decoration:none}
.navigation a:hover{background:rgba(0,164,157,0.2);transform:translateY(-2px);color:#fa7317}
.navigation a.current{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);color:white;font-weight:700;box-shadow:0 4px 15px rgba(0,164,157,0.3)}.partinput{margin-top:20px}.pw_check{width:150px;background:url(../images/login/pw_check.gif) no-repeat;height:22px;font-size:12px}.pw_check span{width:49px;height:14px;line-height:16px;margin-bottom:6px;text-align:center;display:block;float:left}#pw_check_1{background-position:0 bottom}#pw_check_2{background-position:-150px bottom}#pw_check_3{background-position:-300px bottom}span.no,span.yes{background-image:url(../images/yesno.gif);background-repeat:no-repeat;height:29px;line-height:29px;margin-top:5px;margin-left:5px;float:left;font-size:12px}span.yes{background-position:0 -29px;display:block;width:80px}span.no{background-position:0 0;color:#000;display:block;padding-left:40px;width:247px}#reg_box{width:630px;float:left;text-align:left;margin:10px 0 15px 10px;height:auto;overflow:auto;text-align:left}.regtab{text-align:left;width:590px}.regtab .tdright{height:30px}.regtab .tdr{height:40px}.tdright{text-align:left;vertical-align:top;line-height:25px;height:40px;line-height:40px!important}.tdr{text-align:right;width:160px;vertical-align:top;line-height:35px}.error_tip{line-height:20px;height:20px;background:url(../images/n.gif) 8px 6px no-repeat;padding:5px 0 5px 30px;float:left}.acc_tip{height:20px;background:url(../images/y.gif) 8px 6px no-repeat;padding:5px 0 5px 30px;float:left}.regtab .gray{line-height:18px;float:left;clear:both}
input.go_reg{border:none;width:181px;height:50px;background:linear-gradient(135deg, #00a49d 0%, #00a49d 100%);cursor:pointer;color:#fff;font-weight:700;border-radius:12px;float:left;transition:all 0.3s ease;}
input.go_reg:hover{background:linear-gradient(135deg, #fa7317 0%, #fa7317 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,164,157,0.3);}
.forminfo{margin-top:10px;margin-bottom:10px;margin-left:10px}.formlogin{margin:30px 
auto}
.forminfo td,.formlogin td{font-size:15px;padding:10px 0;clear:both;color:#333}
.formlogin font{margin-right:5px}
.forminfo .text,.forminfo .txt,.formlogin .text,.formlogin .txt{display:block;float:left}
.mheader{width:100%;text-align:center;padding:10px 0 20px 0}
.mhead{width:900px;margin-left:auto;margin-right:auto;height:auto;overflow:hidden;margin-top:10px;text-align:left}
.mhead .logo{float:left;text-align:left}.mhead .tit{width:425px;margin-top:25px;font-size:14px;float:right;text-align:right;overflow:hidden}
.mhead .tit span{font-size:15px}
.mhead .tit span a{ font-weight:bold; color:#00a49d;transition:color 0.3s ease;}
.mhead .tit span a:hover{color:#fa7317;}
.navigation a{float:left;text-align:left;margin-left:10px;background:rgba(0,164,157,0.1);width:102px;height:52px;overflow:hidden;display:block;text-align:center;line-height:51px;color:#00a49d;border-radius:8px;transition:all 0.3s ease;text-decoration:none}
.navigation a:hover{background:rgba(0,164,157,0.2);transform:translateY(-2px);color:#fa7317}
.navigation a.current{text-decoration:none;background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%)!important;color:white!important;font-weight:700;box-shadow:0 4px 15px rgba(0,164,157,0.3)}
/* 主体内容区域 - 使用UI图的卡片设计 */
.body{width:100%;margin:0px auto;animation:fadeInUp 0.6s ease-out;background:#fff;padding:50px 0;}

/* 登录表单容器 - 使用UI图风格 */
.body .log{background:transparent;border:none;padding:0;width: 466px; margin: 0 auto;}
.body .log .formlogin{width:100%;margin:0 auto;}
.body .log .formlogin td{font-size:15px;color:#333;clear:both;padding:15px 0;vertical-align:middle;}
.body .log .formlogin .tdright{color:#555;text-align:left;font-weight:500;width:100px;padding-right:15px;}
.body .log .qqlogin{border-top:1px solid #e1e8ed;padding-top:20px;margin-top:20px;text-align:center;color:#666}a.registerbutton{background:url(../images/login/register_submit.gif) 0 0 no-repeat;width:163px;height:44px;line-height:44px;display:block;text-align:center;color:#0192CD;font-size:18px;font-family:"microsoft yahei"}a.registerbutton:hover{background:url(../images/login/register_submit.gif) 0 -44px no-repeat;text-decoration:none}.body .log .formlogin .loginsubmit:hover{background:url(../images/login/login.gif) 0 -44px no-repeat}.body .log .formlogin td{clear:both;height:44px}.body .log .formlogin .tdright{color:#000;text-align:right;padding-right:20px}.body .log .qqlogin{border-top:1px #d4d4d4 solid;color:#000}.body .reg{width:530px;height:350px;float:left;overflow:hidden}.body .reg .cont{margin-left:50px;line-height:30px}.body .reg .cont .register_submit{margin-top:15px;margin-bottom:15px}.body .reg .font{color:#000;font-size:18px;margin-top:90px}/* 注册页面样式 */
.body .registerpart{width:100%;max-width:800px;margin:0 auto;}

/* 步骤指示器 - 使用首页风格 */
.body .registerpart .step1,.body .registerpart .step2,.body .registerpart .step3{display:flex;justify-content:center;margin:30px 0;background:none;height:auto}
.body .registerpart .step1 span,.body .registerpart .step2 span,.body .registerpart .step3 span{flex:1;max-width:200px;padding:15px 20px;margin:0 5px;background:#f9fafc;color:#666;border-radius:10px;font-size:14px;font-weight:500;transition:all 0.3s ease;width:auto;height:auto;line-height:normal;text-align:center;display:block;float:none}
.body .registerpart .step1 span.cur,.body .registerpart .step2 span.cur,.body .registerpart .step3 span.cur{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);color:white;font-weight:700;box-shadow:0 4px 15px rgba(0,164,157,0.3);}

/* 选择器样式 - 使用首页风格的卡片设计 */
.body .registerpart .selecter{width:100%;max-width:350px;margin:20px auto;padding:30px;border:1px solid #eeeeee;border-radius:12px;background:#fff;transition:all 0.3s ease;cursor:pointer;text-decoration:none;display:block;color:inherit;height:auto;float:none;box-shadow:0 1px 5px rgb(0 0 0 / 9%);}
.body .registerpart .selecter:hover{border-color:#00a49d;transform:translateY(-4px);text-decoration:none;color:inherit;box-shadow:0 8px 20px rgba(0,164,157,0.15);}
.body .registerpart .selecter:hover .ico span{transform:scale(1.1);background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);}
.body .registerpart .selecter .ico{width:100%;text-align:center;margin-bottom:20px;float:none;display:block}
.body .registerpart .selecter .ico span{width:60px;height:60px;display:inline-block;border-radius:50%;background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);margin:0 auto;line-height:60px;color:white;font-size:24px;position:relative;transition:all 0.3s ease}
.body .registerpart .selecter .ico span.ico1{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%)}
.body .registerpart .selecter .ico span.ico1::before{content:"\f1ad";font-family:'Font Awesome 6 Free';font-weight:900;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white}
.body .registerpart .selecter .ico span.ico2{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%)}
.body .registerpart .selecter .ico span.ico2::before{content:"\f007";font-family:'Font Awesome 6 Free';font-weight:900;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white}
.body .registerpart .selecter .des{float:none;display:block}
.body .registerpart .selecter .des .tit{font-size:18px;font-weight:600;color:#333;text-align:center;margin:0;float:none}
.body .registerpart .selecter .des .tit a{font-weight:600;text-decoration:none;color:#333}
.body .registerpart .regdetail .partname{color:#000;border-bottom:1px #d4d4d4 solid;height:35px;line-height:35px}
.body .registerpart .regdetail .partname .li1{font-size:17px;font-weight:700;float:left;margin-right:20px}
.body .registerpart .regdetail .partname .li1 .current{border-bottom:2px #00a49d solid;display:block;}
.body .registerpart .regdetail .partname .li2{float:right;font-size:12px}
.xiyi{width:440px;border:2px solid #e1e8ed;background:#fafafa;padding:10px;margin:0 auto;border-radius:12px;}
#xieyi{width:440px;height:100px;overflow:hidden;overflow-y:scroll;font-size:13px;border:none;text-align:left;line-height:20px;color:#666}
#xieyi p{text-indent:2em}
#xieyi p strong{line-height:22px}/* 底部样式 */
.footer{padding:20px;margin-top:auto;font-size:16px;color:#333;width:100%;margin-left:auto;margin-right:auto}
.footer a{color:#333}

/* 注册选择页 UI */
.reg-choice{width:100%;max-width:980px;margin:0 auto;}
.reg-steps-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);padding:30px 20px;margin-bottom:30px;}
.reg-steps{position:relative;display:flex;justify-content:space-between;align-items:flex-start;margin:0 auto;padding:0 40px;}
.reg-steps:before{content:"";position:absolute;left:15%;right:15%;top:30px;height:2px;background:#e0e0e0;z-index:0;}
.reg-step{flex:1;text-align:center;position:relative;z-index:1;max-width:200px;}
.reg-step-circle{width:60px;height:60px;margin:0 auto 12px;border-radius:50%;background:#f5f5f5;color:#999;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0;transition:all 0.3s ease;}
.reg-step-completed .reg-step-circle{background:#4CAF50;color:#fff;border-color:#4CAF50;}
.reg-step-completed .reg-step-circle i{font-size:20px;font-weight:700;}
.reg-step-active .reg-step-circle{background:#00a49d;color:#fff;border-color:#00a49d;box-shadow:0 4px 12px rgba(0,164,157,0.3);}
.reg-step-inactive .reg-step-circle{background:#fff;color:#ccc;border-color:#e0e0e0;}
.reg-step-text{font-size:16px;color:#333;font-weight:600;line-height:1.5;margin-bottom:4px;}
.reg-step-sub{font-size:13px;color:#999;line-height:1.5;}
.reg-reselect-link{display:inline-block;margin-top:8px;font-size:13px;color:#2196F3;text-decoration:none;transition:color 0.3s ease;}
.reg-reselect-link:hover{color:#1976D2;text-decoration:underline;}

.reg-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:10px;}
.reg-card{position:relative;display:block;padding:24px 22px 26px;background:#fff;border:2px solid #e6eef5;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,0.08);color:#333;transition:all 0.25s ease;text-decoration:none;}
.reg-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,0.12);}
.reg-card-active{border-color:#00a49d;box-shadow:0 12px 34px rgba(47,141,239,0.22);}
.reg-card-org{border-color:#dff3e8;}
.reg-badge{position:absolute;top:14px;right:14px;padding:5px 12px;border-radius:20px;background:#00a49d;color:#fff;font-size:12px;font-weight:600;box-shadow:0 4px 12px rgba(47,141,239,0.35);}
.reg-icon{width:82px;height:82px;margin:8px auto 14px;border-radius:50%;background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(47,141,239,0.25);}
.reg-icon-green{background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);box-shadow:0 10px 22px rgba(16,179,91,0.25);}
.reg-title{font-size:22px;font-weight:700;color:#2a2f36;margin-bottom:6px;}
.reg-subtitle{font-size:14px;color:#8c96a3;margin-bottom:18px;}
.reg-list{list-style:none;padding:0;margin:0 0 18px;text-align:left;line-height:1.8;}
.reg-list li{font-size:14px;color:#4a5563;display:flex;align-items:center;gap:8px;padding:4px 0;}
.reg-list li i{color:#00a49d;font-size:16px;}
.reg-card-org .reg-list li i{color:#fa7317;}
.reg-btn{height:46px;line-height:46px;border-radius:8px;text-align:center;font-size:16px;font-weight:700;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,0.12);transition:all 0.2s ease;}
.reg-btn-primary{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);}
.reg-btn-primary:hover{background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);transform:translateY(-2px);}
.reg-btn-green{background:linear-gradient(135deg,#fa7317 0%,#fa7317 100%);}
.reg-btn-green:hover{background:linear-gradient(135deg,#00a49d 0%,#00a49d 100%);transform:translateY(-2px);}

/* 响应式设计 */
@media (max-width: 768px) {
    .body{max-width:90%;padding:30px 20px;margin:20px auto}
    .registerpart{max-width:90%;padding:30px 20px}
    .step1 span,.step2 span,.step3 span{font-size:12px;padding:12px 15px}
    .selecter{max-width:100%;margin:15px 0}
    .formlogin td{padding:10px 0}
    .input{padding:12px 16px;font-size:16px}
    .typebtn{padding:14px;font-size:16px}
}

@media (max-width: 480px) {
    .body{border-radius:15px;box-shadow:0 10px 30px rgba(0,164,157,0.1)}
    .registerpart{border-radius:15px;padding:25px 15px}
    .input-small{width:100%;margin-bottom:15px}
    .authcode{margin-top:10px}
}

/* 动画效果 */
@keyframes fadeInUp {
    from{opacity:0;transform:translateY(30px)}
    to{opacity:1;transform:translateY(0)}
}

/* 清除浮动 */
.clear,.clearfix{clear:both}
.clearfix::after{content:"";display:table;clear:both}/* 输入框包装器 - 添加图标支持 */
.input-wrapper{position:relative;display:flex;align-items:center;width:100%;}
.input-wrapper .input-icon{position:absolute;left:15px;color:#666;font-size:16px;z-index:1;pointer-events:none;}
.input-wrapper-code{display:flex;align-items:center;gap:10px;}
.input-wrapper-code .input{flex:1;}

/* 输入框样式 - 使用UI图风格 */
.input{padding:15px 15px 15px 45px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;background:#fff;transition:all 0.3s ease;box-sizing:border-box;font-family:inherit;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;vertical-align:middle;width:100%;box-shadow:0 1px 3px rgba(0,0,0,0.05);}
.input:focus{outline:none;border-color:#4CAF50;box-shadow:0 0 0 3px rgba(76,175,80,0.1);}
.input::placeholder{color:#999;font-size:14px;}

/* 输入框尺寸 */
.input-big{height:28px;padding:0 10px;line-height:28px}
.input-50,.input-smallest{width:50px}
.input-60{width:400px}
.input-600,.input-largest{width:600px}
.input-90,.input-smaller{width:90px}
.input-110,.input-small{width:auto;flex:1;min-width:150px;}
.input-150,.input-6,.input-medium{width:150px}
/*.input-230,.input-large{width:370px;}*/
.input-400,.input-60,.input-larger{width:400px}

/* 验证码样式 - 使用UI图风格 */
.authcode{border-radius:8px;border:none;transition:all 0.3s ease;cursor:pointer;width:140px;height:40px;object-fit:cover;box-shadow:0 1px 3px rgba(0,0,0,0.1);}
.authcode:hover{box-shadow:0 2px 6px rgba(0,0,0,0.15);}

/* 复选框和标签样式 */
.checkbox{margin-right:8px;transform:scale(1.2);cursor:pointer;}
label{font-size:14px;color:#333;cursor:pointer;user-select:none;}
.remember-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;}
.remember-label{display:flex;align-items:center;font-size:14px;color:#333;}
.forget-link{color:#00a49d;text-decoration:none;font-size:14px;transition:color 0.3s ease;}
.forget-link:hover{color:#fa7317;text-decoration:underline;}

/* 提交按钮 - 使用UI图的渐变效果（从左到右：浅蓝到绿色） */
.typebtn{width:100%;padding:16px;background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);color:white;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all 0.3s ease;font-family:inherit;text-align:center;line-height:normal;box-shadow:0 4px 15px rgba(76,175,80,0.3);margin-top:10px;}
.typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(76,175,80,0.4);}
.typebtn:active{transform:translateY(0);box-shadow:0 4px 15px rgba(76,175,80,0.3);}

/* 颜色主题 - 使用UI图的渐变按钮 */
.blue .typebtn{background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);}
.blue .typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);}
.green .typebtn{background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);}
.green .typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);}
.orange .typebtn{background:#00a49d;}
.orange .typebtn:hover{background:#fa7317}
.red .typebtn{background:linear-gradient(to right, #64B5F6 0%, #4CAF50 100%);}
.login-layout{min-height:100vh;padding:36px 20px 16px;position:relative;overflow:hidden}
.login-layout:after{width:440px;height:440px;left:-220px;bottom:-220px;background:rgba(150,218,223,.36)}
body{margin:0;min-height:100vh;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;color:#355466;background:linear-gradient(145deg,#a9d6e6 0%,#9dcfe0 36%,#a3dce0 68%,#8fd2e2 100%)}
.inner{width:100%;max-width:1200px;margin:0 auto}
.login-card{position:relative;z-index:2;max-width:500px;margin:48px auto 28px;padding:34px 34px 30px;border-radius:22px;background:rgba(255,255,255,.42);border:1px solid rgba(255,255,255,.55);box-shadow:0 22px 60px rgba(67,109,129,.28);backdrop-filter:blur(4px)}
.event-head{text-align:center;margin-bottom:20px}
.event-badge{display:inline-block;font-size:12px;letter-spacing:2px;padding:7px 14px;border-radius:16px;color:#4c768c;background:rgba(255,255,255,.52)}
.form-title{margin:14px 0 0;font-size:32px;color:#2f5a71}
.form-subtitle{margin:8px 0 0;font-size:14px;color:#5d8192}
.input-block{margin-bottom:16px}
.field-label{display:block;margin-bottom:8px;font-size:14px;color:#466f84}
.input{width:100%;height:44px;padding:0 13px;box-sizing:border-box;border:1px solid rgba(101,152,175,.3);border-radius:12px;background:rgba(255,255,255,.82);color:#355466;font-size:14px;box-shadow:none}
.input:focus{outline:none;border-color:#66b6c1;box-shadow:0 0 0 3px rgba(102,182,193,.15)}
.code-row{display:flex;gap:10px}
.code-row .input{flex:1}
.authcode{width:156px;height:44px;border-radius:10px;border:1px solid rgba(101,152,175,.3);background:#f5fcff}
.remember-row{margin-top:4px;display:flex;align-items:center;justify-content:space-between;color:#557c90;font-size:13px}
.remember-label{display:flex;align-items:center;gap:6px}
.remember-label .checkbox{width:14px;height:14px}
.forget-link{color:#3a8ea9}
.submit-wrap{margin-top:20px}
.typebtn{width:100%;height:46px;border:0;border-radius:12px;font-size:16px;color:#fff;background:linear-gradient(135deg,#57b7c0 0%,#70aecf 100%);box-shadow:0 11px 20px rgba(87,183,192,.33)}
.typebtn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#4cadaf 0%,#649fc1 100%)}
.forreg{margin-top:14px;font-size:14px;color:#5b8092;text-align:center;padding-top:0}
.forreg-link{margin-left:6px;color:#3a8ea9}
.third-login{margin-top:16px;padding-top:14px;border-top:1px dashed rgba(105,151,172,.4);text-align:center;color:#68899a}
.third-login p{margin:0 0 10px}
.third-login a{display:inline-block;margin:0 4px}
@media (max-width:640px){.login-layout{padding:18px 12px 10px}.login-card{margin:22px auto 18px;padding:24px 18px;border-radius:18px}.form-title{font-size:25px}.remember-row{flex-direction:column;align-items:flex-start;gap:8px}}
.red .typebtn:hover{background:linear-gradient(to right, #42A5F5 0%, #45a049 100%);}#mr{height:200px;padding-top:25px;text-align:center}#mr .h{height:75px;line-height:75px;text-align:center;margin:30px 0;font-size:24px}#mr h1{background:url(../images/post/info_icons.png) no-repeat 90px 12px;color:#4EBB24;font-family:"microsoft yahei";font-size:34px}#mr h2{background:url(../images/post/info_icons.png) no-repeat 90px -120px;color:red;font-family:"microsoft yahei";font-size:34px}#mr h3{background:url(../images/post/info_icons.png) no-repeat 90px -55px;color:red;font-family:"microsoft yahei";font-size:34px}#mr p{height:35px;line-height:35px;color:#666;margin:0 auto}#infobox{text-align:center}#infobox ul{text-align:left;margin-left:auto;margin-right:auto}#infobox .title{padding:7px 15px;height:30px;font-size:10pt;margin:1px;background:#e0f0f9;border-bottom:1px solid #a6cbe7}.findpwdpart{text-align:center}.findpwdpart .stepp{margin:20px auto 140px auto;width:746px;text-align:left}.findpwdpart .steppp{text-align:left;width:516px;margin-left:auto;margin-right:auto}.findpwdpart .stepp div{margin-bottom:20px}.findpwdpart .stepp h1{font-size:24px;font-family:microsoft yahei;color:green;background:url(../images/right.gif) 0 0 no-repeat;text-indent:50px;line-height:35px;margin-top:80px;margin-bottom:10px;margin-left:65px}.findpwdpart .stepp h2{font-size:18px;font-family:microsoft yahei;color:#C40000;background:url(../images/err.gif) 0 0 no-repeat;text-indent:75px;line-height:48px;margin-top:80px;margin-bottom:10px;margin-left:155px}.findpwdpart .stepp .detail{font-size:14px;line-height:30px;margin-left:65px}.findpwdpart .stepp div{font-size:14px}.findpwdpart .stepp span.cl{float:left;display:block;width:100px;line-height:30px}.findpwdpart .stepp span.cr{float:left;display:block;width:620px}.findpwdpart .stepp .font{font-size:14px;font-weight:700;line-height:30px}.findpwdpart span.no,.findpwdpart span.yes{background-image:url(../images/yesno.gif);background-repeat:no-repeat;height:29px;width:287px;line-height:29px;margin-top:2px;margin-left:5px;float:left}.findpwdpart .step1 span,.findpwdpart .step2 span,.findpwdpart .step3 span{width:228px;height:30px;font-size:14px;line-height:30px;text-align:center;display:block;float:left;color:#000}.findpwdpart .step1 span.cur,.findpwdpart .step2 span.cur,.findpwdpart .step3 span.cur{font-weight:700;color:#00a49d}.findpwdpart .step1,.findpwdpart .step2,.findpwdpart .step3{margin-bottom:20px;margin-top:10px}.findpwdpart .step1{height:30px;padding-left:100px}.findpwdpart .step2{height:30px;margin-left:80px}.findpwdpart .step3{height:30px;padding-left:100px}.findpwdpart .step2 span a:hover{text-decoration:none}.findpwdpart .typeinput{border:1px #D9D9D9 solid;width:330px;height:22px;line-height:22px;background:url(../images/mail.gif) 10px 10px no-repeat;padding:6px 10px 6px 40px;float:left}.findpwdpart .typeinput2{border:1px #D9D9D9 solid;width:330px;height:22px;line-height:22px;background:url(../images/mobile.gif) 5px 4px no-repeat;padding:6px 10px 6px 40px;float:left}.findpwdpart .typeinputimg{border:1px #D9D9D9 solid;width:150px;height:22px;line-height:22px;padding:6px 10px 4px 10px;float:left}.findpwdpart .typebtn{width:110px;height:50px;color:#fff;font-family:microsoft yahei;font-size:18px;text-align:center;border:none;cursor:pointer;}.findpwdpart .authcode{border:1px #ddd solid;cursor:pointer;float:left}.checkboxinner{display:block;width:270px;float:left;margin-bottom:10px}.checkboxinner label{font-size:12px;display:block;cursor:pointer;float:left;margin-top:10px;width:90px}.disable{float:left;border:1px #d6d6d6 solid;border-radius:2px;padding:0 10px;height:36px;line-height:36px;text-align:center;color:#585858;margin-left:10px;font-size:12px;cursor:pointer;background-color:#EEE}.disabled{border:2px #e1e8ed solid;border-radius:12px;height:55px;line-height:55px;text-align:center;color:#585858;font-size:15px;cursor:pointer;background-color:#F7F7F7}.disabled:hover{background-color:#EEE}

/* ===== final login visual override ===== */
body .login-layout{
    min-height:100vh!important;
    padding:44px 20px 20px!important;
    position:relative!important;
    overflow:hidden!important;
}


body .login-layout:after{
    width:500px;
    height:500px;
    left:-250px;
    bottom:-250px;
    background:rgba(147,217,224,.4);
}
body{
    background:linear-gradient(145deg,#aed7e7 0%,#9bcfdf 42%,#9fdade 72%,#8ed0e1 100%)!important;
}
body .inner{
    background:transparent!important;
    border:0!important;
    min-height:unset!important;
}
body .login-card{
    width:560px!important;
    max-width:calc(100% - 24px)!important;
    margin:20px auto 26px!important;
    padding:34px 36px 30px!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.56)!important;
    border:1px solid rgba(255,255,255,.72)!important;
    box-shadow:0 24px 66px rgba(64,106,127,.28)!important;
    backdrop-filter:blur(6px);
    position:relative;
    z-index:2;
}
body .event-head{
    text-align:left!important;
    margin-bottom:14px!important;
}
body .event-badge{
    display:inline-block;
    padding:6px 12px;
    border-radius:14px;
    font-size:12px;
    letter-spacing:2px;
    color:#4e768c;
    background:rgba(255,255,255,.66);
}
body .form-title{
    margin:10px 0 0!important;
    font-size:34px!important;
    line-height:1.2!important;
    color:#2d566f!important;
}
body .form-subtitle{
    margin:6px 0 0!important;
    color:#587c90!important;
}
body .event-content{
    margin:18px 0 20px;
    padding:14px;
    border-radius:16px;
    background:rgba(255,255,255,.45);
    border:1px solid rgba(255,255,255,.65);
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}
body .event-stat{
    padding:12px;
    border-radius:12px;
    background:rgba(255,255,255,.62);
}
body .event-stat .num{
    display:block;
    font-size:24px;
    font-weight:700;
    color:#2f627f;
    line-height:1;
}
body .event-stat .label{
    display:block;
    margin-top:6px;
    font-size:12px;
    color:#66899c;
}
body .event-tags{
    grid-column:1/-1;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
body .event-tags span{
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    color:#457389;
    background:rgba(255,255,255,.68);
}
body .field-label{
    color:#40697f!important;
    margin-bottom:7px!important;
}
body .input{
    height:46px!important;
    padding:0 14px!important;
    border-radius:12px!important;
    border:1px solid rgba(94,148,173,.33)!important;
    background:rgba(255,255,255,.86)!important;
    font-size:14px!important;
    color:#355466!important;
}
body .input:focus{
    border-color:#64b4c0!important;
    box-shadow:0 0 0 3px rgba(100,180,192,.16)!important;
}
body .remember-row{
    margin-top:4px!important;
    font-size:13px!important;
}
body .typebtn{
    height:48px!important;
    margin-top:2px!important;
    border-radius:12px!important;
    font-size:16px!important;
    font-weight:700;
    background:linear-gradient(135deg,#4ab8be 0%,#63a9ce 100%)!important;
    box-shadow:0 14px 22px rgba(79,176,189,.35)!important;
}
body .typebtn:hover{
    transform:translateY(-1px);
    background:linear-gradient(135deg,#3daab0 0%,#589bc0 100%)!important;
}
body .third-login{
    text-align:left!important;
}
@media (max-width:700px){
    body .login-card{
        width:auto!important;
        padding:24px 18px!important;
        border-radius:18px!important;
    }
    body .form-title{
        font-size:28px!important;
    }
    body .event-content{
        grid-template-columns:1fr;
    }
}

/* ===== richer motion effects ===== */
body .login-layout:before{
    animation:blobFloatA 11s ease-in-out infinite;
}
body .login-layout:after{
    animation:blobFloatB 13s ease-in-out infinite;
}
body .login-card{
    animation:cardEnter .7s ease-out both;
}
body .event-stat{
    transition:transform .3s ease, box-shadow .3s ease;
    animation:statRise 5.5s ease-in-out infinite;
}
body .event-stat:nth-child(2){
    animation-delay:.6s;
}
body .event-stat:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 22px rgba(78,141,171,.2);
}
body .event-tags span{
    transition:transform .2s ease, background .2s ease;
}
body .event-tags span:hover{
    transform:translateY(-2px);
    background:rgba(255,255,255,.9);
}
body .input{
    transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
body .typebtn{
    position:relative;
    overflow:hidden;
    animation:btnPulse 3s ease-in-out infinite;
}
body .typebtn:before{
    content:"";
    position:absolute;
    top:0;
    left:-130%;
    width:45%;
    height:100%;
    transform:skewX(-20deg);
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.35), rgba(255,255,255,0));
    animation:btnShine 3.4s ease-in-out infinite;
}

@keyframes cardEnter{
    from{
        opacity:0;
        transform:translateY(20px) scale(.985);
    }
    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}
@keyframes blobFloatA{
    0%,100%{transform:translate(0,0)}
    50%{transform:translate(16px,18px)}
}
@keyframes blobFloatB{
    0%,100%{transform:translate(0,0)}
    50%{transform:translate(-20px,-14px)}
}
@keyframes statRise{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-2px)}
}
@keyframes btnPulse{
    0%,100%{box-shadow:0 14px 22px rgba(79,176,189,.35)}
    50%{box-shadow:0 16px 28px rgba(79,176,189,.5)}
}
@keyframes btnShine{
    0%{left:-130%}
    55%{left:150%}
    100%{left:150%}
}

/* ===== 3d tilt interaction ===== */
body .inner{
    perspective:1300px;
}
body .js-tilt-card{
    transform-style:preserve-3d;
    transition:transform .22s ease-out;
    will-change:transform;
    --glow-x:50%;
    --glow-y:50%;
}
body .js-tilt-card:after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:24px;
    pointer-events:none;
    background:radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,255,255,.34), rgba(255,255,255,0) 42%);
    mix-blend-mode:screen;
}
body .js-tilt-card [data-depth]{
    transform-style:preserve-3d;
    transition:transform .18s ease-out;
    will-change:transform;
}
@media (max-width:900px){
    body .inner{
        perspective:none;
    }
    body .js-tilt-card{
        transform:none!important;
    }
    body .js-tilt-card [data-depth]{
        transform:none!important;
    }
}

/* ===== 3d planet beside login card ===== */
body .login-stage{
    width:100%;
    max-width:1120px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:36px;
}
body .planet-wrap{
    width:340px;
    height:340px;
    display:flex;
    align-items:center;
    justify-content:center;
    perspective:1000px;
}
body .planet-system{
    width:300px;
    height:300px;
    position:relative;
    transform-style:preserve-3d;
    animation:planetSystemFloat 8s ease-in-out infinite;
}
body .planet-core{
    width:184px;
    height:184px;
    border-radius:50%;
    position:absolute;
    left:58px;
    top:58px;
    background:
        radial-gradient(circle at 35% 30%, #e9fbff 0%, #b8e6f4 30%, #74bfd8 68%, #4899ba 100%);
    box-shadow:
        inset -26px -18px 40px rgba(36,102,132,.45),
        inset 16px 12px 28px rgba(255,255,255,.45),
        0 18px 44px rgba(36,102,132,.36);
    animation:planetSpin 14s linear infinite;
    transform:translateZ(20px);
}
body .planet-core:before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    background:radial-gradient(circle at 70% 70%, rgba(15,94,130,.36), rgba(15,94,130,0) 48%);
}
body .planet-cloud{
    position:absolute;
    border-radius:999px;
    background:rgba(224,248,255,.5);
    filter:blur(.2px);
}
body .planet-cloud.cloud-a{
    width:72px;
    height:16px;
    left:28px;
    top:54px;
    transform:rotate(-10deg);
}
body .planet-cloud.cloud-b{
    width:56px;
    height:14px;
    right:22px;
    top:92px;
    transform:rotate(16deg);
}
body .planet-cloud.cloud-c{
    width:84px;
    height:18px;
    left:48px;
    bottom:42px;
    transform:rotate(8deg);
}
body .orbit-ring{
    position:absolute;
    border-radius:50%;
    border:2px solid rgba(211,242,251,.72);
    left:50%;
    top:50%;
    transform-style:preserve-3d;
}
body .orbit-ring-a{
    width:258px;
    height:82px;
    margin-left:-129px;
    margin-top:-41px;
    transform:translateZ(18px) rotateX(70deg) rotateZ(0deg);
    animation:ringRotateA 9s linear infinite;
}
body .orbit-ring-b{
    width:274px;
    height:92px;
    margin-left:-137px;
    margin-top:-46px;
    border-color:rgba(170,225,242,.5);
    transform:translateZ(-4px) rotateX(71deg) rotateZ(36deg);
    animation:ringRotateB 13s linear infinite;
}
body .planet-satellite-track{
    position:absolute;
    width:250px;
    height:250px;
    left:25px;
    top:25px;
    border-radius:50%;
    animation:satelliteOrbit 6s linear infinite;
    transform-style:preserve-3d;
}
body .planet-satellite{
    position:absolute;
    width:14px;
    height:14px;
    border-radius:50%;
    left:118px;
    top:-7px;
    background:radial-gradient(circle at 30% 30%, #ffffff, #8de0ef 70%, #54b0c5);
    box-shadow:0 0 14px rgba(164,243,255,.9);
}
@keyframes planetSystemFloat{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-10px)}
}
@keyframes planetSpin{
    from{transform:translateZ(20px) rotate(0deg)}
    to{transform:translateZ(20px) rotate(360deg)}
}
@keyframes ringRotateA{
    from{transform:translateZ(18px) rotateX(70deg) rotateZ(0deg)}
    to{transform:translateZ(18px) rotateX(70deg) rotateZ(360deg)}
}
@keyframes ringRotateB{
    from{transform:translateZ(-4px) rotateX(71deg) rotateZ(360deg)}
    to{transform:translateZ(-4px) rotateX(71deg) rotateZ(0deg)}
}
@keyframes satelliteOrbit{
    from{transform:rotateZ(0deg)}
    to{transform:rotateZ(360deg)}
}
@media (max-width:1200px){
    body .planet-wrap{
        width:280px;
        height:280px;
    }
    body .planet-system{
        transform:scale(.85);
    }
}
@media (max-width:900px){
    body .login-stage{
        display:block;
    }
    body .planet-wrap{
        display:none;
    }
}

/* ===== disable all shaking/motion on login page ===== */
body .login-layout:before,
body .login-layout:after,
body .login-card,
body .event-stat,
body .typebtn,
body .typebtn:before,
body .planet-system,
body .planet-core,
body .orbit-ring-a,
body .orbit-ring-b,
body .planet-satellite-track{
    /*animation:none!important;*/
}

body .event-stat:hover,
body .event-tags span:hover,
body .typebtn:hover{
    transform:none!important;
}

body .js-tilt-card,
body .js-tilt-card [data-depth]{
    transform:none!important;
    transition:none!important;
}

body .input,
body .typebtn,
body .event-tags span,
body .event-stat{
    transition:none!important;
}

/* ===== register page new layout + 3d ===== */
body .register-layout{
    min-height:100vh;
    padding:34px 18px 18px;
    position:relative;
    overflow:hidden;
    background:linear-gradient(150deg,#acd7e7 0%,#9ccfe0 48%,#8dcde0 100%);
}
body .register-layout:before,
body .register-layout:after{
    content:"";
    position:absolute;
    border-radius:50%;
    z-index:0;
}

body .register-layout:after{
    width:460px;
    height:460px;
    left:-220px;
    bottom:-240px;
    background:rgba(145,220,230,.36);
}
body .register-layout .inner{
    position:relative;
    z-index:1;
    max-width:1180px;
}
body .register-hero{
    text-align:center;
    margin:24px auto 28px;
    max-width:780px;
}
body .register-badge{
    display:inline-block;
    padding:7px 16px;
    border-radius:18px;
    font-size:12px;
    letter-spacing:2px;
    color:#4e768a;
    background:rgba(255,255,255,.58);
}
body .register-hero h1{
    margin:12px 0 10px;
    font-size:44px;
    color:#2d5a70;
    letter-spacing:1px;
}
body .register-hero p{
    margin:0;
    font-size:16px;
    line-height:1.9;
    color:#4f778b;
}
body .register-stage{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
    perspective:1300px;
}
body .register-orbit{
    width:300px;
    height:300px;
    position:relative;
    transform-style:preserve-3d;
}
body .orbit-core{
    position:absolute;
    left:95px;
    top:95px;
    width:110px;
    height:110px;
    border-radius:50%;
    background:radial-gradient(circle at 35% 30%, #effcff, #8ecbe0 70%, #5ea8c4);
    box-shadow:0 16px 38px rgba(60,120,149,.35), inset -14px -10px 20px rgba(42,95,124,.3);
    animation:regCoreSpin 11s linear infinite;
}
body .orbit-line{
    position:absolute;
    left:50%;
    top:50%;
    border-radius:50%;
    border:2px solid rgba(221,246,255,.68);
}
body .orbit-line-a{
    width:250px;
    height:86px;
    margin-left:-125px;
    margin-top:-43px;
    transform:rotateX(72deg);
    animation:regRingRotateA 8s linear infinite;
}
body .orbit-line-b{
    width:280px;
    height:98px;
    margin-left:-140px;
    margin-top:-49px;
    transform:rotateX(72deg) rotateZ(45deg);
    border-color:rgba(166,224,241,.6);
    animation:regRingRotateB 10s linear infinite;
}
body .orbit-dot{
    position:absolute;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#d6f7ff;
    box-shadow:0 0 14px rgba(173,239,255,.92);
}
body .orbit-dot-a{
    left:144px;
    top:-6px;
    animation:regDotOrbit 5.4s linear infinite;
    transform-origin:6px 156px;
}
body .orbit-dot-b{
    left:146px;
    top:292px;
    animation:regDotOrbit 6.6s linear infinite reverse;
    transform-origin:6px -142px;
}
body .register-cards-3d{
    display:grid;
    grid-template-columns:repeat(2,minmax(280px,1fr));
    gap:22px;
    width:100%;
    max-width:760px;
}
body .register-card-3d{
    display:block;
    position:relative;
    min-height:370px;
    border-radius:22px;
    text-decoration:none;
    color:inherit;
    transform-style:preserve-3d;
    transition:transform .28s ease, box-shadow .28s ease;
    --glow-x:50%;
    --glow-y:50%;
}
body .register-card-3d .card-inner{
    position:relative;
    height:75%;
    padding:26px 22px 22px;
    border-radius:22px;
    background:linear-gradient(165deg, rgba(255,255,255,.82), rgba(233,251,255,.56));
    border:1px solid rgba(255,255,255,.88);
    box-shadow:0 24px 50px rgba(66,113,135,.27);
    transform:translateZ(16px);
}
body .register-card-3d .card-glow{
    position:absolute;
    inset:0;
    border-radius:22px;
    background:radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,255,255,.5), rgba(255,255,255,0) 52%);
    pointer-events:none;
    transform:translateZ(22px);
}
body .register-card-3d:hover{
    box-shadow:0 34px 62px rgba(62,111,137,.33);
}
body .register-card-3d .card-type{
    display:inline-block;
    padding:5px 11px;
    border-radius:12px;
    font-size:11px;
    letter-spacing:1px;
    color:#487488;
    background:rgba(255,255,255,.82);
}
body .register-card-3d h3{
    margin:12px 0 10px;
    font-size:30px;
    color:#2e5a70;
}
body .register-card-3d p{
    margin:0;
    font-size:14px;
    line-height:1.8;
    color:#567d92;
}
body .register-card-3d ul{
    margin:16px 0 20px;
    padding:0;
    list-style:none;
}
body .register-card-3d li{
    margin-bottom:10px;
    padding-left:18px;
    position:relative;
    color:#40657c;
    font-size:14px;
}
body .register-card-3d li:before{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#58bfcc;
}
body .register-card-3d .card-action{
    margin-top:auto;
    height:46px;
    line-height:46px;
    text-align:center;
    border-radius:12px;
    color:#fff;
    font-weight:700;
    background:linear-gradient(135deg,#4db9bf,#64a8cd);
    box-shadow:0 12px 20px rgba(77,185,191,.35);
}
body .register-card-3d.card-org .card-action{
    background:linear-gradient(135deg,#5eaed2,#4c92c7);
}
body .register-login-entry{
    text-align:center;
    font-size:18px;
    margin:22px 0 6px;
}
@keyframes regCoreSpin{
    from{transform:rotate(0deg)}
    to{transform:rotate(360deg)}
}
@keyframes regRingRotateA{
    from{transform:rotateX(72deg) rotateZ(0deg)}
    to{transform:rotateX(72deg) rotateZ(360deg)}
}
@keyframes regRingRotateB{
    from{transform:rotateX(72deg) rotateZ(360deg)}
    to{transform:rotateX(72deg) rotateZ(0deg)}
}
@keyframes regDotOrbit{
    from{transform:rotateZ(0deg)}
    to{transform:rotateZ(360deg)}
}
@media (max-width:1100px){
    body .register-stage{
        gap:12px;
    }
    body .register-orbit{
        transform:scale(.85);
    }
}
@media (max-width:900px){
    body .register-hero h1{
        font-size:32px;
    }
    body .register-stage{
        display:block;
        perspective:none;
    }
    body .register-orbit{
        margin:0 auto 10px;
    }
    body .register-cards-3d{
        grid-template-columns:1fr;
        max-width:560px;
        margin:0 auto;
    }
}

/* ===== register_person page redesign ===== */
body .register-person-layout{
    min-height:100vh;
    padding:30px 43px 18px;
    background:linear-gradient(155deg,#add8e8 0%,#9fd2e3 52%,#90d0e3 100%);
}
body .register-person-layout .inner{
    max-width:1220px;
    margin:0 auto;
}
body .register-person-shell{
    border-radius:24px;
    padding:26px;
    background:rgba(255,255,255,.34);
    border:1px solid rgba(255,255,255,.62);
    box-shadow:0 20px 46px rgba(66,111,135,.22);
}
body .register-person-head{
    text-align:center;
    margin-bottom:22px;
}
body .step-chip-group{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:10px;
}
body .step-chip{
    display:inline-block;
    padding:7px 12px;
    font-size:12px;
    color:#547d92;
    border-radius:14px;
    background:rgba(255,255,255,.6);
}
body .step-chip.active{
    color:#fff;
    background:linear-gradient(135deg,#4fb6c0,#67a9ce);
}
body .register-person-head h1{
    margin:0;
    font-size:40px;
    color:#2e5a70;
}
body .register-person-head p{
    margin:8px 0 0;
    color:#557d92;
    font-size:15px;
}
body .step-back-link{
    display:inline-block;
    margin-top:10px;
    color:#3f8ea9;
    text-decoration:none;
    font-size:14px;
}
body .register-person-grid{
    display:grid;
    grid-template-columns:1.12fr .88fr;
    gap:22px;
}
body .register-form-card,
body .register-agreement-card{
    border-radius:20px;
    background:rgba(255,255,255,.66);
    border:1px solid rgba(255,255,255,.82);
    box-shadow:0 14px 36px rgba(73,117,140,.2);
    padding:22px;
}
body .card-title-row{
    margin-bottom:14px;
}
body .card-kicker{
    display:inline-block;
    padding:5px 10px;
    font-size:11px;
    letter-spacing:1px;
    border-radius:11px;
    color:#4f778a;
    background:rgba(255,255,255,.72);
}
body .card-title-row h2{
    margin:10px 0 0;
    color:#2f5d75;
    font-size:26px;
}
body .field-stack{
    display:grid;
    gap:12px;
}
body .field-row label{
    display:block;
    margin-bottom:7px;
    color:#446c82;
    font-size:14px;
}
body .field-row .required{
    color:#d64d4d;
}
body .field-row .input{
    width:100%;
    height:44px;
    padding:0 12px;
    box-sizing:border-box;
    border-radius:11px;
    border:1px solid rgba(98,150,173,.3);
    background:rgba(255,255,255,.88);
}
body .field-row .input:focus{
    border-color:#67b6c1;
    box-shadow:0 0 0 3px rgba(103,182,193,.16);
}
body .pw-strength-wrap{
    margin-top:8px;
}
body .register-person-layout .pw_check{
    width:240px;
    height:auto;
    background:none!important;
    display:flex;
    gap:6px;
    align-items:center;
}
body .register-person-layout .pw_check span{
    float:none;
    width:auto;
    min-width:48px;
    height:24px;
    line-height:24px;
    margin:0;
    padding:0 8px;
    text-align:center;
    border-radius:999px;
    font-size:12px;
    color:#6f8f9f;
    background:rgba(218,234,241,.9);
    border:1px solid rgba(157,191,207,.45);
    box-sizing:border-box;
}
body .register-person-layout .pw_check span strong{
    display:block;
    border-radius:999px;
    color:#ffffff!important;
    font-weight:700;
}
body .register-person-layout #pw_check_1 span strong{
    background:linear-gradient(135deg,#f4b04e,#f08a3e);
}
body .register-person-layout #pw_check_2 span strong{
    background:linear-gradient(135deg,#6fb9d2,#5f9ed6);
}
body .register-person-layout #pw_check_3 span strong{
    background:linear-gradient(135deg,#4fbf9e,#3ea784);
}
body .code-inline{
    display:flex;
    align-items:center;
    gap:10px;
}
body .code-inline .input{
    flex:1;
}
body .sms-inline{
    display:flex;
    gap:10px;
    align-items:center;
}
body .sms-inline .input{
    flex:1;
}
body .submit-row{
    margin-top:16px;
}
body .submit-row .go_reg{
    float:none;
    width:100%;
    height:46px;
    border-radius:12px;
    font-size:16px;
    background:linear-gradient(135deg,#4fb7bf,#67aace);
    box-shadow:0 12px 22px rgba(79,183,191,.34);
}
body .register-agreement-card .agreement-head h3{
    margin:0;
    color:#2f5f76;
    font-size:22px;
}
body .register-agreement-card .agreement-head span{
    display:block;
    margin-top:6px;
    color:#5b8092;
    font-size:13px;
}
body .register-agreement-card .xiyi{
    width:100%;
    margin-top:12px;
    padding:0;
    border:0;
    background:transparent;
}
body .register-agreement-card #xieyi{
    width:100%;
    height:590px;
    border-radius:12px;
    background:rgba(255,255,255,.68);
    padding:14px;
    box-sizing:border-box;
}
@media (max-width:980px){
    body .register-person-grid{
        grid-template-columns:1fr;
    }
    body .register-person-head h1{
        font-size:30px;
    }
    body .register-agreement-card #xieyi{
        height:320px;
    }
}

/* ===== register_store page redesign ===== */
body .register-store-layout{
    min-height:100vh;
    padding:30px 43px 18px;
    background:linear-gradient(155deg,#add8e8 0%,#9fd2e3 52%,#90d0e3 100%);
}
body .register-store-layout .inner{
    max-width:1240px;
    margin:0 auto;
    overflow:visible!important;
}
body .register-store-shell{
    border-radius:24px;
    padding:26px;
    background:rgba(255,255,255,.34);
    border:1px solid rgba(255,255,255,.62);
    box-shadow:0 20px 46px rgba(66,111,135,.22);
    overflow:visible;
}
body .register-store-head{
    text-align:center;
    margin-bottom:22px;
}
body .register-store-head h1{
    margin:0;
    font-size:40px;
    color:#2e5a70;
}
body .register-store-head p{
    margin:8px 0 0;
    color:#557d92;
    font-size:15px;
}
body .register-store-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:22px;
}
body .store-form-card .store-section-title{
    font-size:18px;
    color:#335f76;
    margin:6px 0 12px;
    padding-left:10px;
    border-left:4px solid #64a8c4;
}
body .store-form-card .store-area{
    border:1px solid rgba(98,150,173,.3);
    border-radius:11px;
    background:rgba(255,255,255,.88);
    min-height:44px;
    padding:8px 10px;
    box-sizing:border-box;
    overflow:visible;
    position:relative;
    z-index:5;
}
body .store-form-card .store-area select{
    width:100%;
    height:30px;
    border:1px solid rgba(98,150,173,.25);
    background:#fff;
    border-radius:8px;
    pointer-events:auto;
    position:relative;
    z-index:6;
}
body .store-form-card .store-textarea{
    height:170px!important;
    padding:10px 12px!important;
    resize:vertical;
}
body .register-store-layout .pw_check{
    width:240px;
    height:auto;
    background:none!important;
    display:flex;
    gap:6px;
    align-items:center;
}
body .register-store-layout .pw_check span{
    float:none;
    width:auto;
    min-width:48px;
    height:24px;
    line-height:24px;
    margin:0;
    padding:0 8px;
    text-align:center;
    border-radius:999px;
    font-size:12px;
    color:#6f8f9f;
    background:rgba(218,234,241,.9);
    border:1px solid rgba(157,191,207,.45);
    box-sizing:border-box;
}
body .register-store-layout .pw_check span strong{
    display:block;
    border-radius:999px;
    color:#ffffff!important;
    font-weight:700;
}
body .register-store-layout #pw_check_1 span strong{
    background:linear-gradient(135deg,#f4b04e,#f08a3e);
}
body .register-store-layout #pw_check_2 span strong{
    background:linear-gradient(135deg,#6fb9d2,#5f9ed6);
}
body .register-store-layout #pw_check_3 span strong{
    background:linear-gradient(135deg,#4fbf9e,#3ea784);
}
@media (max-width:1024px){
    body .register-store-grid{
        grid-template-columns:1fr;
    }
    body .register-store-head h1{
        font-size:30px;
    }
}

/* ===== register_2 status page redesign ===== */
body .register2-layout{
    min-height:100vh;
    padding:32px 16px 18px;
    background:linear-gradient(150deg,#add8e8 0%,#9fd2e3 55%,#8ecfe2 100%);
}
body .register2-layout .inner{
    max-width:1000px;
    margin:0 auto;
}
body .register2-shell{
    border-radius:24px;
    padding:24px;
    background:rgba(255,255,255,.34);
    border:1px solid rgba(255,255,255,.62);
    box-shadow:0 18px 42px rgba(68,111,132,.2);
}
body .register2-steps{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:18px;
}
body .register2-steps span{
    display:inline-block;
    padding:7px 14px;
    border-radius:15px;
    font-size:13px;
    color:#4e768a;
    background:rgba(255,255,255,.6);
}
body .register2-steps span.cur{
    color:#fff;
    background:linear-gradient(135deg,#4eb6c0,#67aace);
}
body .register2-card{
    border-radius:20px;
    background:rgba(255,255,255,.7);
    border:1px solid rgba(255,255,255,.84);
    box-shadow:0 16px 34px rgba(74,118,140,.2);
    padding:30px 24px 28px;
    text-align:center;
}
body .loader-wrap{
    width:120px;
    height:120px;
    margin:2px auto 18px;
    position:relative;
}
body .loader-core{
    position:absolute;
    left:50%;
    top:50%;
    width:28px;
    height:28px;
    margin:-14px 0 0 -14px;
    border-radius:50%;
    background:radial-gradient(circle at 30% 30%, #ffffff, #8ad5e8 75%, #5aa9c9);
    box-shadow:0 0 16px rgba(110,197,220,.75);
}
body .loader-orbit{
    position:absolute;
    left:50%;
    top:50%;
    border-radius:50%;
    border:2px solid rgba(125,201,224,.64);
}
body .loader-orbit.orbit-1{
    width:110px;
    height:44px;
    margin:-22px 0 0 -55px;
    transform:rotateX(72deg);
    animation:register2OrbitA 1.8s linear infinite;
}
body .loader-orbit.orbit-2{
    width:86px;
    height:86px;
    margin:-43px 0 0 -43px;
    border-color:rgba(101,174,207,.52);
    animation:register2OrbitB 1.4s linear infinite reverse;
}
body .status-content h2{
    margin:0 0 12px;
    font-size:30px;
    color:#2f5d75;
}
body .status-content p{
    margin:8px 0;
    font-size:15px;
    line-height:1.8;
    color:#4f778b;
}
body .status-content a{
    color:#2f89a8;
    text-decoration:underline;
}
body .status-content .status-userid{
    color:#d54f4f;
}
@keyframes register2OrbitA{
    from{transform:rotateX(72deg) rotateZ(0deg)}
    to{transform:rotateX(72deg) rotateZ(360deg)}
}
@keyframes register2OrbitB{
    from{transform:rotate(0deg)}
    to{transform:rotate(360deg)}
}
@media (max-width:760px){
    body .register2-shell{
        padding:16px;
    }
    body .register2-card{
        padding:22px 14px 20px;
    }
    body .status-content h2{
        font-size:22px;
    }
}