.register-root{width:100%;background:#fff;min-height:100vh}.register-banner{position:relative;width:100%;height:650px;margin:0 auto;overflow:hidden;max-width:100vw}.register-banner img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.register-banner-title{position:absolute;right:0;top:50%;transform:translateY(-50%);color:#fff;text-align:left;width:540px;max-width:90vw;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:none}.register-banner-title span:first-child{font-size:3rem;font-weight:900;letter-spacing:.04em;background:#171717cc;padding:.2em 1.2em .2em .2em;border-radius:.2em;text-transform:uppercase}.register-banner-sub{font-size:1.15rem;font-weight:700;background:#d6e100;color:#222;padding:.2em 1em;border-radius:.2em;margin-top:.5em;text-transform:uppercase;line-height:1.3}.register-content{max-width:1100px;margin:48px auto 0;padding:0 16px 64px;display:flex;gap:48px;align-items:flex-start;justify-content:center}.register-left{flex:1 1 380px;max-width:480px;display:flex;flex-direction:column;align-items:flex-end}.register-video{width:100%;max-width:420px;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden;margin-bottom:16px}.register-video iframe{width:100%;height:236px;border-radius:8px}.register-video-desc{font-size:1.05rem;color:#222;margin-top:8px;text-align:left}.register-right{flex:1 1 340px;max-width:400px;background:#fff;border-radius:8px;box-shadow:0 2px 12px 0 rgba(0,0,0,.06);padding:32px 28px 28px;display:flex;flex-direction:column;align-items:stretch}.register-right h3{font-size:1.18rem;font-weight:700;margin-bottom:18px;color:#222}.register-form{display:flex;flex-direction:column;gap:16px}.register-form input{padding:12px 14px;border:1px solid #ccc;border-radius:4px;font-size:1rem;background:#fafafa;color:#222;outline:none;transition:border .2s}.register-form input:focus{border:1.5px solid #d6e100}.register-form button{background:#d6e100;color:#222;font-weight:700;font-size:1.08rem;border:none;border-radius:4px;padding:12px 0;margin-top:8px;cursor:not-allowed;opacity:.7;transition:background .2s,color .2s}@media (max-width:1000px){.register-banner{width:100vw;height:48vw;min-height:220px;max-height:400px}}@media (max-width:900px){.register-content{flex-direction:column;gap:32px;align-items:center}.register-left,.register-right{max-width:98vw;width:100%;align-items:stretch}.register-banner-title{width:98vw;max-width:98vw;right:50%;transform:translate(50%,-50%)}}