:root{--brand: #965ba2;--brand-soft: rgba(155, 98, 166, .11);--ink: #4c4c4c;--ink-2: #4c4c4c;--muted: #666666;--line: #d1d1d1;--footer: #32373b;--blush: #fff5f8;--white: #ffffff;--page-bg: #ffffff;--site-max: 1400px;--content: 1400px;--page-gutter: 24px;--nav-gutter: clamp(20px, 4vw, 48px);--font: "PingFang SC", "PingFangSC-Regular", "Microsoft YaHei", sans-serif;--font-display: "PingFang SC", "Microsoft YaHei", sans-serif}@media(max-width:1400px){:root{--site-max: 1000px;--content: 1000px}}*,*:before,*:after{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{font-family:var(--font);color:var(--ink);background:var(--page-bg);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}ul{margin:0;padding:0;list-style:none}h1,h2,h3,p{margin:0}.design-stage{width:100%;min-height:100vh;overflow-x:hidden;background:#fff}.design-frame{width:100%;margin:0 auto;position:relative;background:#fff;min-height:100vh;display:flex;flex-direction:column}.design-content,.container,.page-shell{width:min(100% - 48px,var(--content));max-width:var(--content);margin-left:auto;margin-right:auto;box-sizing:border-box}@media(max-width:960px){.design-content,.container,.page-shell{width:min(100% - 32px,var(--content))}}.page-loading,.page-empty{padding:80px 24px;text-align:center;color:var(--muted)}.page-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;gap:14px;color:#878787;font-size:14px}.page-spinner.is-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;min-height:240px;background:#ffffffc7}.page-spinner.is-embed{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;min-height:0;background:#f7f5f8}.page-spinner__ring{width:36px;height:36px;border:3px solid #eadff0;border-top-color:#965ba2;border-radius:50%;animation:page-spin .7s linear infinite}.page-spinner.is-embed .page-spinner__ring{width:28px;height:28px}@keyframes page-spin{to{transform:rotate(360deg)}}.site-main{position:relative;flex:1 0 auto;display:flex;flex-direction:column;width:100%}.site-header{position:fixed;top:0;left:0;right:0;z-index:9999;background:#fff;width:100%;transition:box-shadow .25s ease}.site-header.is-fixed-shadow{box-shadow:0 5px 5px #0000001a}.design-frame>main{padding-top:101px}.site-header__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:60px;width:min(100% - 48px,var(--content));margin:0 auto;padding:0}.site-header__left{grid-column:1;display:flex;align-items:center;gap:8px;min-width:0;justify-self:start}.site-header__left .site-header__tool{min-width:0;gap:2px}.site-header__tool-sep{color:#878787;font-size:12px;line-height:1;-webkit-user-select:none;user-select:none}.site-header__tool{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:0;cursor:pointer;color:#878787;font-size:12px;line-height:1;transition:color .2s ease;min-width:72px}.site-header__tool:hover{color:#965ba2}.site-header__tool-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.site-header__logo-link{display:flex;align-items:center;justify-content:center;grid-column:2}.site-header__logo{width:200px;height:auto;max-height:42px;object-fit:contain}.site-header__search{min-width:52px;justify-content:flex-end;position:relative;z-index:2}.site-header__search .site-header__tool-icon{width:28px;height:28px;padding:5px;border:1px solid #c8c8c8;border-radius:50%;box-sizing:border-box;transition:border-color .2s ease}.site-header__search:hover .site-header__tool-icon,.site-header__search.is-open .site-header__tool-icon{border-color:#965ba2}.search-inline{position:absolute;right:62px;top:50%;transform:translateY(-50%);width:0;height:32px;opacity:0;overflow:hidden;pointer-events:none;border:1px solid #d0d0d0;border-radius:16px;background:#fff;box-sizing:border-box;transition:width .35s ease,opacity .25s ease,border-color .2s ease}.search-inline.is-open{width:220px;opacity:1;pointer-events:auto;border-color:#c4a3cb}.search-inline input{width:100%;height:30px;border:0;outline:0;padding:0 12px;background:transparent;font-size:13px;color:#4c4c4c}.search-inline input::placeholder{color:#bbb}@media(max-width:640px){.search-inline.is-open{width:160px}}.site-header__right{position:relative;display:flex;align-items:center;justify-content:flex-end;min-width:72px;height:60px;grid-column:3;justify-self:end}.site-nav{display:flex;justify-content:center;align-items:center;gap:clamp(52px,7.5vw,128px);width:min(100% - 48px,var(--content));margin:0 auto;padding:0;height:40px;position:relative;z-index:2}.site-nav__item{position:relative;display:inline-block;font-size:14px;line-height:40px;color:#4c4c4c;white-space:nowrap;letter-spacing:.04em;padding-bottom:0;transition:color .5s ease}.site-nav__label{position:relative;display:inline-block}.site-nav__label:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:2px;opacity:0;background:#965ba2;transition:all .5s ease;pointer-events:none}.site-nav__item:hover,.site-nav__item.is-active,.site-nav__item.is-selected{color:#965ba2}.site-nav__item.is-active,.site-nav__item.is-selected{font-weight:500}.site-nav__item:hover .site-nav__label:after,.site-nav__item.is-active .site-nav__label:after,.site-nav__item.is-selected .site-nav__label:after{left:-10%;right:-10%;opacity:1}.site-header__nav-zone{position:relative;height:40px}.site-header__line{display:block;width:100%;height:0;border-top:1px solid #d1d1d1}.site-footer{background:#32373b;color:#b7b7b7;width:100%;flex-shrink:0;margin-top:auto}.site-footer__container{width:var(--content);max-width:calc(100% - 48px);margin:0 auto}.site-footer__bar{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:12px 0 8px;font-size:12px;line-height:20px}.site-footer__left{display:flex;align-items:center;gap:20px;min-width:0;flex-wrap:wrap}.site-footer__follow{display:flex;align-items:center;gap:8px;flex-shrink:0;line-height:20px}.site-footer__links{display:flex;gap:20px;white-space:nowrap}.site-footer__links a{color:#878787;font-size:12px}.site-footer__links a:hover{color:#878787}.site-footer__phone{display:inline-flex;align-items:center;gap:8px;color:#878787;width:fit-content;font-size:12px;line-height:20px}.site-footer__phone-icon{width:12px;height:14px;flex-shrink:0;background:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'><path fill='black' d='M16.6 14.7c-.8-.4-1.7-.2-2.3.4l-1.3 1.3c-2.1-1.1-3.8-2.8-4.9-4.9l1.3-1.3c.6-.6.8-1.5.4-2.3L7.6 3.6c-.4-.9-1.4-1.3-2.3-1L2.4 3.4C1.5 3.7.9 4.6 1 5.6 1.6 12.6 7.4 18.4 14.4 19c1 .1 1.9-.5 2.2-1.4l.8-2.9c.3-.9-.1-1.9-1-2.3l-.8-.7z'/></svg>") center / contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'><path fill='black' d='M16.6 14.7c-.8-.4-1.7-.2-2.3.4l-1.3 1.3c-2.1-1.1-3.8-2.8-4.9-4.9l1.3-1.3c.6-.6.8-1.5.4-2.3L7.6 3.6c-.4-.9-1.4-1.3-2.3-1L2.4 3.4C1.5 3.7.9 4.6 1 5.6 1.6 12.6 7.4 18.4 14.4 19c1 .1 1.9-.5 2.2-1.4l.8-2.9c.3-.9-.1-1.9-1-2.3l-.8-.7z'/></svg>") center / contain no-repeat}.site-footer__follow-label{color:#878787;white-space:nowrap;font-size:12px}.site-footer__follow-group{display:inline-flex;align-items:center;gap:8px;vertical-align:middle}.site-footer__follow-item{position:relative;line-height:0;overflow:visible}.site-footer__follow-icon{display:block;width:24px;height:24px;cursor:pointer;object-fit:contain}.site-footer__follow-icon--wechat,.site-footer__follow-icon--xhs{border-radius:6px;object-fit:contain}.site-footer__follow-qr{position:absolute;display:none;width:auto;height:auto;max-width:none;padding:0;z-index:20;background:transparent;box-shadow:none}.site-footer__follow-qr--wechat{bottom:56px;right:20px;left:auto;transform:none}.site-footer__follow-qr--xhs{bottom:56px;right:0;left:auto;transform:none}.site-footer__follow-item:hover .site-footer__follow-qr,.site-footer__follow-item:focus-within .site-footer__follow-qr{display:block}.site-footer__copy{border-top:1px solid #606060;width:100%}.site-footer__copy-inner{min-height:50px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 16px;font-size:12px;font-weight:400;line-height:50px;color:#878787}.site-footer__copy a,.site-footer__copy a:hover{color:#878787}.mega{position:absolute;left:0;right:0;top:100%;margin-top:-1px;background:#fff;border-bottom:1px solid #d1d1d1;display:none;z-index:1}.mega.is-open{display:block}.site-header.is-mega-open .site-header__nav-zone{z-index:20}.mega__inner{display:flex;justify-content:space-between;align-items:flex-start;width:min(100% - 48px,var(--content));max-width:var(--content);margin:0 auto;padding:20px 0 30px;overflow:hidden;min-height:289px;box-sizing:border-box}.mega__left{display:flex;align-items:flex-start;flex-shrink:0}.mega__side{flex-shrink:0}.mega__link{position:relative;display:block;min-width:105px;padding-right:28px;height:30px;line-height:30px;font-size:14px;color:#4c4c4c;font-weight:400;white-space:nowrap;transition:color .2s ease}.mega__link.is-on,.mega__link:hover{color:#965ba2;font-weight:700}.mega__link.is-on:after{content:"";position:absolute;top:10%;right:-2px;width:4px;height:80%;background:#965ba2}.mega__mid{padding-left:28px;border-left:1px solid #d1d1d1;display:grid;grid-auto-flow:column;grid-template-rows:repeat(6,auto);column-gap:28px;align-content:start;min-height:239px;padding-bottom:20px;box-sizing:border-box}.mega__title{font-size:14px;line-height:30px;color:#4c4c4c;cursor:pointer}.mega__l3{display:block;white-space:nowrap}.mega__l3:hover{color:#965ba2}.mega__banner{flex:0 0 65%;max-width:65%;overflow:hidden;line-height:0}.mega__banner img{display:block;width:100%;height:332px;object-fit:cover;object-position:center}@media(max-width:1400px){.mega__banner{flex-basis:62%;max-width:62%}.mega__banner img{height:277px}.mega__l3,.mega__title{font-size:12px}}@media(max-width:1100px){.design-frame>main{padding-top:93px}.site-header__bar,.site-header__right{height:52px}.site-nav{gap:12px;justify-content:space-around;overflow-x:auto}.mega__inner{flex-direction:column;gap:16px;padding:20px 0 30px;min-height:0}.mega__left{width:100%}.mega__mid{min-height:0;padding-bottom:0}.mega__banner{flex:none;max-width:100%;width:100%}.mega__banner img{height:260px}.site-footer__container{max-width:calc(100% - 32px)}.site-footer__bar{flex-wrap:wrap;gap:12px 20px;padding-top:16px;line-height:20px;min-height:auto}.site-footer__left{gap:12px 20px}.site-footer__follow{margin-left:auto;line-height:20px}.site-footer__phone{line-height:20px}.site-footer__links{gap:16px}.site-footer__copy-inner{line-height:20px;min-height:auto;padding:12px 0 14px;justify-content:center;align-items:center}}.member-page{width:min(100% - 48px,var(--content));max-width:var(--content);margin:24px auto 64px;padding:0;background:#fff;box-sizing:border-box}.member-board{display:grid;width:100%;margin:0 auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:266px 266px 266px;grid-template-areas:"after rights" "after exchange" "cert  care";gap:30px 3.2%;align-items:stretch}.mb-after{grid-area:after}.mb-cert{grid-area:cert}.mb-rights{grid-area:rights}.mb-exchange{grid-area:exchange}.mb-care{grid-area:care}.mb-card{position:relative;display:block;background:#fff;border:1px solid #d1d1d1;border-radius:8px;color:inherit;text-decoration:none;overflow:hidden}.mb-after{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;border-radius:8px}.mb-after__media{flex:1 1 auto;min-height:0;position:relative;overflow:hidden}.mb-after__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block}.mb-after__body{flex:0 0 auto;padding:18px 35px 28px;background:#ede7f6}.mb-box{height:100%;padding:30px 35px;box-sizing:border-box}.mb-ico{width:30px;height:30px;color:#965ba2;display:block}.mb-title{margin:6px 0 0;font-size:16px;font-weight:700;color:#333;line-height:1.4}.mb-text{display:block;margin-top:12px;color:#878787;font-size:13px;line-height:1.9}.mb-text--tight{padding-right:12px}.mb-text--brand{color:#965ba2;padding-right:56px}.mb-rights{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='266'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23f7eef8'/%3E%3Cstop offset='1' stop-color='%23ead3f0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='420' height='266' fill='url(%23g)'/%3E%3Cpath d='M300 18l18 32 32 18-32 18-18 32-18-32-32-18 32-18z' fill='%23fff' fill-opacity='.28'/%3E%3Cpath d='M360 8l12 22 22 12-22 12-12 22-12-22-22-12 22-12z' fill='%23fff' fill-opacity='.2'/%3E%3Cpath d='M0 188h420' stroke='%23c9a3d4' stroke-width='22' opacity='.45'/%3E%3Cpath d='M28 178c8 0 14 8 22 8 8 0 12-10 22-8 4 12-8 24-22 24s-26-12-22-24z' fill='%23c9a3d4' opacity='.7'/%3E%3C/svg%3E") center / cover no-repeat}.mb-go{position:absolute;right:35px;bottom:35px;width:45px;height:45px;border-radius:50%;background:#965ba2;color:#fff;display:grid;place-items:center;pointer-events:none}.mb-go svg{width:18px;height:18px;margin-left:2px}.mb-cert{display:flex;align-items:flex-start;height:100%;min-height:0;padding:27px 28px 24px 35px;box-sizing:border-box}.mb-cert__copy{width:55%;padding-right:16px}.mb-cert__links{width:45%;display:flex;flex-direction:column;gap:10px;padding-top:2px}.mb-cert__links a{display:flex;align-items:center;gap:8px;color:#878787;font-size:13px;line-height:1}.mb-cert__links a:hover{color:#965ba2}.mb-star{width:18px;height:18px;flex-shrink:0;background:#908780;color:#fff;font-size:10px;display:grid;place-items:center;line-height:1}.mb-join{grid-area:join;display:flex;height:100%;min-height:0;padding:20px;box-sizing:border-box;background:#eadfec}.mb-join__visual{width:34%;padding:8px 10px 0 6px;color:#222;background:linear-gradient(180deg,rgba(234,223,236,.94) 0 38%,rgba(234,223,236,.2) 62%,transparent 80%),url(/lanhu/member/join-visual.png) center 80% / 170% auto no-repeat}.mb-join__visual h2{margin:0;font-family:Times New Roman,Songti SC,serif;font-size:22px;font-weight:700;letter-spacing:.06em;line-height:1.2}.mb-join__visual p{margin:6px 0 0;color:#8e8e8e;font-size:13px;font-weight:300;letter-spacing:.12em}.mb-join__form{width:66%;height:100%;background:#fff;padding:16px 18px 18px;box-sizing:border-box;display:flex;flex-direction:column}.mb-join__stat{text-align:right;color:#878787;font-size:13px;line-height:1.4}.mb-join__stat strong{color:#7f3875;font-size:16px;font-weight:800;margin:0 3px}.mb-join__form input{width:100%;height:40px;border:1px solid #d1d1d1;border-radius:4px;padding:0 10px;outline:none;color:#333;background:#fff}.mb-join__form input:focus{border-color:#965ba2}.mb-join__phone{margin:18px 0 12px}.mb-join__code{display:flex}.mb-join__code input{width:55%;border-right:0;border-radius:4px 0 0 4px}.mb-join__code button{width:45%;height:40px;border:0;background:#908780;color:#fff;border-radius:0 4px 4px 0;cursor:pointer;font-size:13px}.mb-join__code button:disabled{opacity:.7;cursor:default}.mb-join__submit{width:100%;height:40px;margin-top:18px;border:0;border-radius:4px;background:#965ba2;color:#fff;cursor:pointer;font-size:15px}.mb-join__submit:disabled{opacity:.65;cursor:default}.mb-join__msg{margin-top:8px;font-size:12px;color:#965ba2}.mb-join__msg.is-err{color:#c45}.act-wrap{width:100%;background:#fff}.act-hero{position:relative;width:100%;height:700px;overflow:hidden}.act-hero__track{position:relative;width:100%;height:100%;background:#f5f5f5}.act-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease;z-index:0}.act-hero__slide.is-active{opacity:1;visibility:visible;z-index:1}.act-hero__slide img{position:absolute;top:0;left:50%;transform:translate(-50%);height:700px;width:1920px;max-width:none;display:block}.act-hero__dots{position:absolute;left:0;right:0;bottom:10px;z-index:2;display:flex;justify-content:center;align-items:center;gap:10px;pointer-events:none}.act-hero__dot{pointer-events:auto;width:8px;height:8px;padding:0;border:1px solid #838383;border-radius:100%;background:transparent;cursor:pointer;vertical-align:middle}.act-hero__dot.is-active{width:12px;height:12px;background:#e4e4e4}.act-hero__arrow{position:absolute;top:50%;z-index:2;width:40px;height:74px;margin-top:-37px;padding:0;border:0;cursor:pointer;background-color:transparent;background-repeat:no-repeat;background-position:center}.act-hero__arrow--prev{left:300px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABKCAYAAADJwhY8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZJJREFUeNrM2D1OAzEQBeCEdw0KjkCJREOOREGNUucSdGlpU0U0UUpK6Cgo4BbYBVEIm13/vJl5lry2Z2esT7urLTybCbbHm4fr3PP8QhGXhm3qV3LAI9z9cr96zrG5KO7pNz5XxkkAx3DhwClcKLAEFwYsxYUAa3DuwFqcK7AF5wZsxbkAe3DmwF6cKZCBMwOycCZAJo4OZOOoQAscDWiFowAtcd1Aa1wX0APXDPTCNQE9cdVAb1wVMAJXDIzCFQEjcZPAaNwoUAF3FqiCGwQq4f4B1XB/gIq4A1AVl5vcGfVpQ768fO6+7i5vN2m6TuN3Wr9KAZWROF4oInEaUENiKKiExLkbKkiM3VRAYiohGomSpEgkShOjkKhJjkCitsAbiZYiTyRaC72Q6Cn2QKJ3A2skGJtYIsHayAoJ5uqwQIL9UbORsPg1MJEmQCbSDMhCmgIZSHNgL9IF2IN0A7YiXYEtSHdgLTIEWIMMA5YiQ4ElyHDgFFICOIaUAQ4g39P6Te6Merlf5Se3SP0jr38EGAAA7RchJ8TAbgAAAABJRU5ErkJggg==)}.act-hero__arrow--next{right:300px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABKCAYAAADJwhY8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWlJREFUeNrs2rENwjAQheE8JsgIjEBJywaswAY01IiaIViBDWjpWIERGIGLBIgCkji5s38hLFkWxLY+BAn2+arKyna+qa2uK2CZPNq6cRrygATuzvurNQurSxpS7y8MN7PmZPVo6BUOSETq05skpL5doCDVdpGAVFeH0kj16VQSqb4dSyGV0rkEUqkDciM1ZFBOpIYOzIXUmME5kBo7QTRSHpNEIuU1URRSnp82Ainv34w3UhF3nicyBOiJDAN6IUOBHshw4FhkFuAYZDbgUGRW4BBkdmAqsggwBVkM2BdZFNgHWRzYhUQA25AY4DckCvgJOang5f8V/8RNgn7MoB/U6L869GIBvdxCL1jRS370pgm97URv3NGhD3TwCB1+Qwdw0SFgdBAdfQyBPshBH4WhDxPRx7HoA210SgA6qQKdloJO7EGnRqGTy9DpeegER3SKKBH3Ahpuas2FhmvKM0Z9s7qj4ZpyF2AAFOZnRTMrFCUAAAAASUVORK5CYII=)}.act-wrap .act-page{width:min(100% - 48px,var(--content));max-width:var(--content);margin:0 auto 64px;padding:0;background:#fff;box-sizing:border-box}.act-wrap .act-filters{display:flex;justify-content:center;align-items:flex-start;gap:20px;margin:30px 0}.act-wrap .act-dd{position:relative;min-width:130px}.act-wrap .act-dd__btn{display:flex;align-items:center;gap:15px;height:30px;padding:0 10px;border:0;background:transparent;color:#878787;font-size:14px;cursor:pointer}.act-wrap .act-dd__btn span.is-on{color:#965ba2}.act-wrap .act-dd__btn svg{width:10px;height:6px;transition:transform .2s ease}.act-wrap .act-dd:hover .act-dd__btn svg{transform:rotate(180deg)}.act-wrap .act-dd__menu{display:none;position:absolute;left:0;top:30px;min-width:130px;max-height:275px;overflow:auto;background:#fff;box-shadow:0 2px 5px 1px #d1d1d1;z-index:20}.act-wrap .act-dd:hover .act-dd__menu{display:block}.act-wrap .act-dd__menu button{display:block;width:100%;height:30px;padding:0 10px;border:0;background:transparent;text-align:left;color:#333;cursor:pointer;white-space:nowrap;font-size:14px}.act-wrap .act-dd__menu button:hover,.act-wrap .act-dd__menu button.is-on{background:#965ba2;color:#fff}.act-wrap .act-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,auto);column-gap:3%;row-gap:20px;width:92%;min-height:0;margin:0 auto;padding:0;list-style:none}.act-wrap .act-card{min-width:0;padding-bottom:30px;color:inherit;background:#fff;transition:box-shadow .3s ease-in-out}.act-wrap .act-card:hover{box-shadow:1px 3px 11px #d1d1d1}.act-wrap .act-card__cover{position:relative;overflow:hidden;width:100%;aspect-ratio:100 / 55;background:#f3f3f3}.act-wrap .act-card__cover img{width:100%;height:100%;object-fit:cover;display:block;vertical-align:middle;opacity:0;transition:opacity .25s ease}.act-wrap .act-card__cover img.is-ready{opacity:1}.act-wrap .act-card__badge{position:absolute;right:0;bottom:10%;width:80px;height:35px;line-height:35px;padding:0;border-radius:40px 0 0 40px;background:#b2b2b2;color:#fff;font-size:12px;text-align:center}.act-wrap .act-card__badge.is-on{background:#965ba2}.act-wrap .act-card__title{margin:5px 0;font-size:16px;line-height:24px;height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4c4c4c}.act-wrap .act-card__date{display:flex;align-items:center;color:#b7b7b7;font-size:13px;line-height:1.5}.act-wrap .act-card__time-icon{width:14px;height:14px;margin-right:4px;flex-shrink:0;vertical-align:middle}.act-wrap .act-pager{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;margin:24px 0 8px}.act-wrap .act-pager button{width:35px;height:35px;padding:0;border:1px solid transparent;border-radius:50%;background:#fff;color:#333;font-size:16px;font-family:inherit;line-height:33px;cursor:pointer}.act-wrap .act-pager button:hover:not(:disabled):not(.is-active):not(.pager-next){color:#965ba2}.act-wrap .act-pager button.is-active{border-color:#965ba2;background:#fff;color:#965ba2}.act-wrap .act-pager .pager-prev,.act-wrap .act-pager .pager-next{display:inline-flex;align-items:center;justify-content:center;gap:6px}.act-wrap .act-pager .pager-prev svg,.act-wrap .act-pager .pager-next svg{width:8px;height:14px}.act-wrap .act-pager .pager-next{width:110px;border:0;border-radius:20px;background:#965ba2;color:#fff;font-size:14px;box-shadow:0 6px 5px #dac5df}.act-wrap .act-pager .pager-next:hover:not(:disabled){background:#855193}.act-wrap .act-pager button:disabled{opacity:.35;cursor:default;box-shadow:none}.act-wrap .act-pager .pager-ellipsis{width:20px;color:#999;font-size:16px;letter-spacing:2px;text-align:center;-webkit-user-select:none;user-select:none}@media(max-width:960px){.member-page{padding-left:16px;padding-right:16px}}@media(max-width:1400px){.act-hero{height:498px}.act-hero__slide img{height:498px;width:auto}.act-hero__arrow--prev{left:80px}.act-hero__arrow--next{right:80px}}@media(max-width:1100px){.member-board{grid-template-columns:1fr;grid-template-rows:none;grid-template-areas:"after" "cert" "rights" "exchange" "care"}.mb-after{min-height:420px}.mb-after__media{min-height:220px}.act-wrap .act-grid{width:100%;grid-template-columns:1fr;grid-template-rows:none}.mb-box{height:auto;min-height:208px}.mb-join{flex-direction:column;height:auto;background-size:100% auto}.mb-join__visual,.mb-join__form{width:100%}.mb-join__visual{min-height:120px}.act-wrap .act-filters{flex-wrap:wrap;gap:8px}}
