.button{padding:0.12rem 0.24rem;border-radius:0.08rem;font-size:0.16rem;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background 0.2s, color 0.2s;border:none;background:#e3e3e3;color:#000;-webkit-tap-highlight-color:transparent}@media (hover: hover){.button:hover{background:#d3d1d1}}.button:active{background:#c4c4c4}.button:focus{background:#e3e3e3;outline:0.03rem solid rgba(227, 227, 227, 0.3)}.button[disabled],.button.disabled{opacity:0.3;pointer-events:none}.button--big{padding:0.16rem 0.32rem;font-size:0.18rem}.button--outline{background:none;border:0.01rem solid #e3e3e3;color:#000}.button--link{background:none;text-decoration:underline;padding:0;border:none}.button--link:active,.button--link:focus{background:none;outline:none}@media (hover: hover){.button--link:hover{background:none;text-decoration:none}}.button--loader{position:relative;overflow:hidden;pointer-events:none;color:transparent !important;transition:color 0.2s}.button--loader:before,.button--loader:after{content:"";display:block;position:absolute;top:0;left:0}.button--loader:before{width:100%;height:100%}.button--loader:after{width:0.4rem;height:0.2rem;top:calc(50% - 0.1rem);left:calc(50% - 0.2rem);aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side, #ffffff 90%, #0000);background:var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;background-size:33.3333333333% 50%;animation:l3 1s infinite linear}@keyframes l3 { 20% { background-position: 0% 0%, 50% 50%, 100% 50%;} 40%{background-position:0% 100%, 50% 0%, 100% 50%}60%{background-position:0% 50%, 50% 100%, 100% 0%}80%{background-position:0% 50%, 50% 50%, 100% 100%}} body.rikit-modal-open{overflow:hidden}.rikit-modal{display:flex;position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:rgba(0, 0, 0, 0.5);z-index:9999;position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;flex-flow:column nowrap;justify-content:flex-start;z-index:99;align-items:center;visibility:hidden;opacity:0;transition:visibility .2s, opacity .2s ease-in-out}.rikit-modal.open{display:flex;visibility:visible;opacity:1}.rikit-modal.open{.modal-content { scale:1}} .modal-wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.rikit-modal .modal-content{width:6rem;margin:0.5rem 0;position:relative;background-color:#fff;padding:0.2rem;border-radius:0.05rem;box-shadow:0 0 0.1rem rgba(0, 0, 0, 0.5);scale:0.9;transition:scale .2s ease-out}.rikit-modal .modal-content--long{width:10rem}.rikit-modal .modal-content--full{width:100%;height:100%;margin:0;border-radius:0;padding-top:1rem}.rikit-modal .modal-content--full .modal-close{position:absolute;background-color:transparent;border:none;font-size:0.4rem;cursor:pointer;top:0.2rem;right:0.2rem;padding:0;z-index:10}.rikit-modal .modal-content--media{width:9rem;padding:0;margin:0;border-radius:0;min-height:4.7rem;box-sizing:content-box;background-color:#000}.rikit-modal .modal-content--media img,.rikit-modal .modal-content--media video{max-width:100%;height:auto;display:block;margin:0 auto}.rikit-modal .modal-content--media iframe{position:absolute;top:0;left:0;width:100%;height:100%;display:block;border:none}.rikit-modal .modal-close{position:absolute;background-color:transparent;border:none;font-size:0.4rem;cursor:pointer;top:-0.5rem;right:0;padding:0}@media screen and (max-width: 719px){.rikit-modal .modal-close{display:inline-block;width:0.2rem;height:0.2rem;left:0.2rem;top:0.2rem;z-index:1}.rikit-modal .modal-content{width:100%;height:100%;min-height:100%;margin:0;border-radius:0;padding-top:1.2rem}}.form .form-notify{display:none;margin-top:0.15rem}.form [data-rikit-class].error .form-notify,.form [data-rikit-class].success .form-notify{display:block}.form [data-rikit-class].error .form-notify{color:#e42d37}.form .form-section-title{font-size:0.18rem;margin-bottom:0.23rem}.form .form-section-list > *:not(last-child){margin-bottom:0.2rem}.form fieldset{border:0}.form fieldset legend{font-size:0.18rem;margin-bottom:0.23rem}.form-result-container-rikit{display:none;position:absolute;top:0;left:0}.form.show-result{position:relative;height:2rem;overflow:hidden}.form.show-result > *{visibility:hidden}.form.show-result .form-result-container-rikit{display:block;visibility:visible}.form [data-rikit-error]{color:red}.form [data-rikit-error]:empty{display:none}.input label{display:block;font-size:0.18rem;margin-bottom:0.1rem}.input label .required{color:red}.input input[type=text],.input input[type=email],.input input[type=password]{height:0.48rem;min-width:4.2rem;padding:0 0.16rem;font-size:0.16rem;border-radius:0.04rem;border:0.01rem solid #a7a7aa;transition:border-color 0.2s, box-shadow 0.2s}.input input[type=text]::placeholder,.input input[type=email]::placeholder,.input input[type=password]::placeholder{color:#a7a7aa}@media (hover: hover){.input input[type=text]:hover,.input input[type=email]:hover,.input input[type=password]:hover{border-color:#0161d9}}.input input[type=text]:focus,.input input[type=email]:focus,.input input[type=password]:focus{outline:0;box-shadow:0 0 0 0.03rem rgba(1, 97, 217, 0.3);border-color:#a9a9a9}.input input[type=checkbox],.input input[type=radio]{display:none}.input input[type=checkbox] + label,.input input[type=radio] + label{display:flex;align-items:center;-moz-column-gap:0.16rem;column-gap:0.16rem;font-size:0.16rem;margin-bottom:0;-webkit-user-select:none;user-select:none}.input input[type=checkbox] + label:before,.input input[type=radio] + label:before{content:"";display:block;flex:none;height:0.2rem;width:0.2rem;border:0.01rem solid #979797}.input input[type=checkbox]:checked + label,.input input[type=radio]:checked + label{font-weight:bold}.input input[type=checkbox]:checked + label:before,.input input[type=radio]:checked + label:before{border-color:#0161d9}.input input[type=checkbox] + label:before{border-radius:0.04rem}.input input[type=checkbox]:checked + label:before{background-color:#0161d9;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzYgMzYiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGlkPSJpY29ucyI+PHBhdGggZD0ibTEyLjggMjguNy05LjUtOS41Yy0uNC0uNC0uNC0xLjEgMC0xLjZsMS41LTEuNWMuNC0uNCAxLjEtLjQgMS42IDBsNy4yIDcuMiAxNi0xNmMuNC0uNCAxLjEtLjQgMS42IDBsMS41IDEuNWMuNC40LjQgMS4xIDAgMS42TDE0LjQgMjguN2MtLjUuNC0xLjIuNC0xLjYgMHoiIGlkPSJjaGVja194NUZfbWFya18xXyIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMjIyYTMwIj48L3BhdGg+PC9nPjwvc3ZnPg==);background-size:80%;background-repeat:no-repeat;background-position:center}.input input[type=radio] + label:before{border-radius:50%}.input input[type=radio]:checked + label:before{background:radial-gradient(circle closest-side, #0161d9 0.05rem, white 0.05rem)}.input .form-notify{margin-top:0.1rem;font-size:0.16rem;display:none}.input.error label,.input.error .form-notify{color:#e42d37}.input.error input::placeholder{color:#eaa0a4}.input.error input{border-color:#e42d37}.input.error .form-notify{display:block}@media screen and (max-width: 719px){.input input[type=text],.input input[type=email],.input input[type=password]{min-width:auto;width:100%}}.textarea.error label,.textarea.error .form-notify{color:#e42d37}.textarea.error textarea::placeholder{color:#eaa0a4}.textarea.error textarea{border-color:#e42d37}.textarea.error .form-notify{display:block}.textarea label{display:block;font-size:0.18rem;margin-bottom:0.1rem}.textarea label .required{color:red}.textarea textarea{min-height:1.44rem;min-width:4.2rem;padding:0.16rem;font-size:0.16rem;line-height:1.45em;border-radius:0.04rem;border:0.01rem solid #a7a7aa;transition:border-color 0.2s, box-shadow 0.2s;resize:vertical}.textarea textarea::placeholder{color:#a7a7aa}@media (hover: hover){.textarea textarea:hover{border-color:#0161d9}}.textarea textarea:focus{outline:0;box-shadow:0 0 0 0.03rem rgba(1, 97, 217, 0.3);border-color:#a9a9a9}.textarea .form-notify{margin-top:0.1rem;font-size:0.16rem;display:none}@media screen and (max-width: 719px){.textarea textarea{min-width:auto;width:100%}}