@charset "UTF-8";.app-modal__mask{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3)}.app-modal__panel{width:75%;max-width:16rem;max-height:calc(var(--app-viewport-height, 100vh) * .85);box-sizing:border-box;padding:1rem;border-radius:.5rem;background:var(--color-card, #fff);color:var(--color-text, #333);overflow:hidden;animation:app-modal-enter .25s ease-out}.app-modal__content{display:flex;flex-direction:column;max-height:calc(var(--app-viewport-height, 100vh) * .85 - 2rem)}.app-modal__title{flex-shrink:0;display:block;margin-bottom:.425rem;font-size:.85rem;font-weight:700;line-height:1.4rem;text-align:center;overflow-wrap:anywhere}.app-modal__body{min-height:0;max-height:calc(var(--app-viewport-height, 100vh) * .5);overflow-y:auto;overscroll-behavior:contain}.app-modal__message{display:block;font-size:.7rem;line-height:1rem;white-space:pre-wrap;overflow-wrap:anywhere;text-align:left}.app-modal__input{height:2rem;margin-top:.75rem;border-bottom:.05rem solid var(--color-line, #eee);font-size:.7rem;text-align:center}.app-modal__actions{flex-shrink:0;display:flex;gap:.5rem;margin-top:.625rem}.app-modal__button{flex:1;min-width:0;min-height:1.8rem;margin:0;padding:.4rem .2rem;border:0;border-radius:.25rem;box-sizing:border-box;font-size:.7rem;font-weight:400;line-height:1rem;white-space:normal;overflow-wrap:anywhere}.app-modal__button:after{border:0}.app-modal__button:active{opacity:.8}.app-modal__button:focus-visible{outline:.05rem solid #333;outline-offset:.1rem}.app-modal__button--cancel{background:#f5f5f5;color:var(--color-text, #333)}.app-modal__button--confirm,.app-modal__actions .app-modal__button--confirm:active{background:#fc5743;color:#fff}.app-modal__actions .app-modal__button--cancel:active{background:#f5f5f5}@keyframes app-modal-enter{0%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:1}}@media (prefers-reduced-motion: reduce){.app-modal__panel{animation:none}}.job-card{background:var(--color-card, #fff);border-radius:.5rem;padding:.8rem;box-shadow:0 .1rem .4rem #0000000f;cursor:pointer;transition:all .2s;margin-bottom:.6rem}.job-card:active{transform:scale(.98);box-shadow:0 .05rem .2rem #0000001a}.job-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem}.job-card__title-group{flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:.3rem}.job-card__title{font-size:var(--font-size-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--color-text);margin-right:.4rem;max-width:11.25rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.job-card__tags{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;margin-bottom:.6rem}.job-card__tag{font-size:.6rem;padding:.15rem .3rem;background:rgba(237,237,237,.7);color:#666769;border-radius:.15rem}.job-card__salary{font-size:var(--font-size-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:#fc5743;flex-shrink:0;margin-left:.6rem}.job-card__tag-urgent{font-size:.5rem;color:#fff;background:#fc5743;padding:.1rem .25rem;border-radius:.15rem;flex-shrink:0}.job-card__company{font-size:.7rem;color:#666769;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-card__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:.025rem solid rgba(112,112,112,.06)}.job-card__info{display:flex;align-items:center;flex:1;overflow:hidden}.job-card__avatar{width:1.1rem;height:1.1rem;border-radius:50%;margin-right:.4rem;flex-shrink:0}.job-card__avatar--default{background:#f0f0f0}.job-card__meta{display:flex;align-items:center;overflow:hidden;gap:.3rem}.job-card__hr-label{font-size:.65rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card__active-tag{display:flex;align-items:center;font-size:.55rem;border:.025rem solid;border-radius:.15rem;padding:.1rem .25rem;flex-shrink:0;white-space:nowrap}.job-card__location{font-size:.65rem;color:#979797;flex-shrink:0;margin-left:.6rem}.app-tab-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;height:2.5rem;background:#fff;border-top:.025rem solid #eeeeee;z-index:1000;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -.05rem .3rem #0000000f}.app-tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;cursor:pointer;transition:opacity .15s}.app-tab-bar__item:active{opacity:.6}.app-tab-bar__item--active .app-tab-bar__icon,.app-tab-bar__item--active .app-tab-bar__text{color:#fc5743}.app-tab-bar__icon-wrap{position:relative;width:1.2rem;height:1.2rem;margin-bottom:.15rem}.app-tab-bar__icon{width:1.2rem;height:1.2rem;display:block}.app-tab-bar__badge{position:absolute;right:-.45rem;top:-.2rem;min-width:.75rem;height:.75rem;padding:0 .2rem;border-radius:.375rem;background:#ff4d4f;color:#fff;border:.05rem solid #fff;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.app-tab-bar__badge taro-text-core{font-size:.5rem;font-weight:600;line-height:1;color:#fff}.app-tab-bar__text{font-size:var(--font-size-caption);color:var(--color-placeholder);line-height:var(--line-height-tight)}.infinite-list{height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none;position:relative}.infinite-list::-webkit-scrollbar{display:none}.infinite-list__indicator{overflow:hidden;transition:height .15s ease}.infinite-list__indicator--fixed{transition:none}.infinite-list__indicator-inner{display:flex;align-items:center;justify-content:center;gap:.3rem;height:1.6rem;font-size:var(--font-size-body-sm);color:var(--color-subtext);line-height:var(--line-height-base)}.infinite-list__arrow{font-size:.8rem;color:#aaa;transition:transform .2s}.infinite-list__arrow--up{color:var(--color-primary, #fc5743)}.infinite-list__hint{font-size:var(--font-size-body-sm);color:var(--color-subtext);line-height:var(--line-height-base)}@keyframes il-spin{to{transform:rotate(360deg)}}.infinite-list__spinner{display:inline-block;width:.8rem;height:.8rem;border:.075rem solid #e0e0e0;border-top-color:var(--color-primary, #fc5743);border-radius:50%;animation:il-spin .7s linear infinite;flex-shrink:0}.infinite-list__sentinel{padding:.2rem 0}.infinite-list__load-more{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 0;font-size:.65rem;color:#888}.infinite-list__end{padding:.8rem 0;text-align:center;font-size:.6rem;color:#ccc}.page-layout{position:relative;height:var(--app-viewport-height, 100vh);display:flex;flex-direction:column;background:#fff}.page-layout__nav{flex-shrink:0;width:100%}.page-layout__nav--sticky{position:sticky;top:0;z-index:20}.page-layout__nav--overlay{position:absolute;top:0;left:0;right:0;z-index:30;background:transparent!important}html.h7-app-webview #app.taro_router>.taro_page:only-child .page-layout>.page-layout__nav--standard:not(.page-layout__nav--with-action){display:none}html.h7-native-navigation #app.taro_router>.taro_page .page-layout>.page-layout__nav--standard:not(.page-layout__nav--with-action){display:none}.page-layout__status-only{width:100%;flex-shrink:0}.page-layout__nav-content{display:flex;align-items:center;width:100%;box-sizing:border-box}.page-layout__back{display:flex;align-items:center;justify-content:center;width:2.2rem;height:100%;flex-shrink:0}.page-layout__back-icon{font-size:1.4rem;color:#333;line-height:1;margin-top:-.1rem}.page-layout__title{flex:1;text-align:center;font-size:var(--font-size-title);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-layout__right{min-width:2.2rem;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;padding-right:.8rem;box-sizing:border-box}.page-layout__body{flex:1;min-height:0}.conv-item{display:flex;align-items:center;padding:.8rem;background:var(--color-card, #fff);border-bottom:.025rem solid var(--color-line, #f0f0f0)}.conv-item:active{background:var(--color-bg)}.conv-item--dimmed{background:#f5f6f7}.conv-item__avatar-wrap{position:relative;flex-shrink:0;width:2.4rem;height:2.4rem;margin-right:.6rem}.conv-item__avatar{width:2.4rem;height:2.4rem;border-radius:50%;border:.025rem solid var(--color-line, #f0f0f0);box-sizing:border-box}.conv-item__avatar--hello{display:flex;align-items:center;justify-content:center;background:var(--color-primary)}.conv-item__avatar--hello taro-text-core{color:#fff;font-size:.65rem;font-weight:600}.conv-item__unread{position:absolute;top:-.2rem;right:-.2rem;min-width:.9rem;height:.9rem;padding:0 .2rem;border-radius:.45rem;background:#ff3b30;color:#fff;font-size:var(--font-size-caption);font-weight:600;line-height:.9rem;text-align:center;box-sizing:border-box}.conv-item__unread--dimmed{opacity:.45}.conv-item__body{flex:1;min-width:0}.conv-item__row1{display:flex;justify-content:space-between;align-items:center;margin-bottom:.15rem}.conv-item__title-group{flex:1;min-width:0;display:flex;align-items:center;gap:.25rem;margin-right:.4rem}.conv-item__name{max-width:55%;font-size:.8rem;font-weight:600;color:var(--color-text, #222);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25;flex-shrink:0}.conv-item__name--dimmed{color:var(--color-placeholder, #adb2b9)}.conv-item__active{flex-shrink:0;padding:.05rem .2rem;border-radius:.15rem;font-size:.5rem;line-height:1.4;white-space:nowrap}.conv-item__favorite-icon{flex-shrink:0;width:.7rem;height:.7rem}.conv-item__subtitle{flex:1;min-width:0;font-size:.6rem;color:var(--color-placeholder, #9ea3ab);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.conv-item__time{flex-shrink:0;font-size:.6rem;color:var(--color-placeholder, #b8bdc4);line-height:1.2}.conv-item__preview{display:block;font-size:.65rem;color:var(--color-placeholder, #adb2b9);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.conv-item__preview--unread{color:var(--color-text, #222);font-weight:500}.conv-item__preview--dimmed{color:var(--color-placeholder, #adb2b9)}.conv-item__draft-tag{color:var(--color-primary)}.jss-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9999;display:flex;align-items:flex-end}.jss{width:100%;background:#fff;border-radius:.6rem .6rem 0 0;padding-bottom:calc(.4rem + env(safe-area-inset-bottom))}.jss__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.2rem 1rem .8rem}.jss__header-text{flex:1}.jss__title{display:block;font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.3rem}.jss__subtitle{display:block;font-size:.65rem;color:#999;line-height:1.5}.jss__close{font-size:1rem;color:#999;line-height:1;padding-left:.6rem;margin-top:.05rem;flex-shrink:0}.jss__list{border-top:.025rem solid #f0f0f0}.jss__item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:.025rem solid #f0f0f0;background:#fff}.jss__item--active{background:#f7f8fa}.jss__item-left{display:flex;align-items:center;gap:.5rem}.jss__item-label{font-size:.85rem;color:#1a1a1a;font-weight:500}.jss__item-label--active{color:#fc5743}.jss__tag{display:flex;align-items:center;gap:.1rem;background:#f2f2f2;border-radius:.75rem;padding:.15rem .4rem}.jss__tag--green{background:rgba(76,175,80,.12)}.jss__tag--green .jss__tag-dot,.jss__tag--green .jss__tag-text{color:#43a047}.jss__tag-dot{font-size:.55rem;color:#aaa;line-height:1}.jss__tag-text{font-size:.6rem;color:#aaa}.jss__check{font-size:1.1rem;color:#43a047;font-weight:700;line-height:1}.jss__footer{padding:.9rem 0 .2rem;text-align:center}.jss__cancel{font-size:.8rem;color:#999}page{background:#fff}.cp{padding:1.2rem .8rem 0}.cp__header{margin-bottom:1.8rem}.cp__title{display:block;font-size:var(--font-size-title-lg);font-weight:700;color:#333;margin-bottom:.4rem}.cp__mobile-row{display:flex;align-items:center;font-size:.7rem;color:#999}.cp__mobile-label{margin-right:.8rem}.cp__mobile-value{color:#333;font-weight:600}.cp__row{display:flex;align-items:center;padding:.7rem 0;border-bottom:.025rem solid #f0f0f0;margin-bottom:.2rem}.cp__input{flex:1;font-size:.7rem;color:#333;height:1.1rem}.cp__placeholder{color:#c0c4cc}.cp__send{flex-shrink:0;font-size:.65rem;color:#fc5743;padding-left:.6rem;white-space:nowrap}.cp__send--muted{color:#ccc}.cp__btn{margin-top:1.6rem;height:2.2rem;border-radius:.3rem;background:#FC5743;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#fff;font-weight:600}.cp__btn--disabled{background:#ddd}.jd-body{padding:0 .8rem}.jd-precision-reach-tip{margin:.6rem 0 0;padding:.45rem .55rem;border-radius:.2rem;background:#fff7e8;border:.025rem solid #ffd89a;color:#8a5200;font-size:var(--font-size-body);line-height:1.5}.jd-header{padding:.6rem 0 1rem;border-bottom:.05rem solid rgba(112,112,112,.1)}.jd-header__title-row{display:flex;align-items:stretch;justify-content:space-between}.jd-header__name{color:#333;font-size:var(--font-size-title-lg);font-weight:800;max-width:14.4rem;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center}.jd-header__type-tag{font-size:var(--font-size-caption);padding:0 .15rem;border:.05rem solid #fc5743;border-radius:.15rem;margin-left:.4rem;font-weight:400;line-height:.65rem;color:#fc5743;flex-shrink:0}.jd-header__salary{white-space:nowrap;color:#fc5743;font-size:var(--font-size-title-lg);font-weight:800;margin-left:.5rem}.jd-header__meta{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem}.jd-header__location{display:flex;align-items:center;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.5rem;font-size:.65rem;color:#333}.jd-header__requirements{display:flex;align-items:center;font-size:.65rem;color:#333}.jd-header__icon-wrap{display:flex;align-items:center;margin-right:.25rem}.jd-header__icon-wrap taro-image-core{width:.75rem;height:.75rem}.jd-hr-card{padding:1rem 0;display:flex;align-items:stretch;border-bottom:.05rem solid rgba(112,112,112,.1);margin-bottom:1rem}.jd-hr-card__avatar-wrap{margin-right:.8rem;flex-shrink:0}.jd-hr-card__avatar{width:2.3rem;height:2.3rem;border-radius:50%}.jd-hr-card__info{flex:1;overflow:hidden}.jd-hr-card__name-row{display:flex;align-items:center;flex-wrap:wrap}.jd-hr-card__name{font-size:.75rem;font-weight:700;color:#383838}.jd-hr-card__active-badge{margin-left:.5rem;padding:.125rem .25rem;border-radius:.15rem;font-size:var(--font-size-caption);border:.025rem solid}.jd-hr-card__company{margin-top:.15rem;font-size:.65rem;color:#555}.jd-hr-card__repay{margin-top:.15rem;font-size:.65rem;color:#979797}.jd-hr-card__arrow{margin-left:auto;flex-shrink:0;display:flex;align-items:center}.jd-hr-card__arrow taro-image-core{width:1.1rem;height:1.1rem}.jd-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:.05rem solid rgba(112,112,112,.1)}.jd-section__title{font-size:.9rem;font-weight:800;color:#333;margin-bottom:.8rem}.jd-section__tags{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:.25rem}.jd-section__tag{font-size:.6rem;color:#666;margin-right:.4rem;border-radius:.15rem;padding:.15rem .3rem;background-color:#f7f8fa;margin-bottom:.4rem}.jd-section__tag--skill{color:#fc5743;background-color:#fff2ef}.jd-section__desc{font-size:.7rem;color:#333;line-height:1.05rem;word-break:break-word;white-space:pre-wrap}.jd-salary__item{display:flex;flex-wrap:wrap;font-size:.6rem;color:#666;margin-top:.15rem}.jd-salary__key{flex-shrink:0;width:3rem}.jd-salary__val{flex:auto;width:50vw;color:#333}.jd-company-section{margin-bottom:.8rem}.jd-company-section .jd-section__title{font-size:.9rem;font-weight:800;color:#333;margin-bottom:.8rem}.jd-company-info__body{display:flex;align-items:center}.jd-company-info__logo{width:2.3rem;height:2.3rem;border-radius:.3rem;flex-shrink:0}.jd-company-info__text{font-size:.75rem;color:#383838;margin-left:.8rem;flex:1;overflow:hidden}.jd-company-info__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jd-company-info__sub{color:#979797;font-size:.65rem;margin-top:.15rem}.jd-company-info__arrow{margin-left:auto;flex-shrink:0}.jd-company-info__arrow taro-image-core{width:1.1rem;height:1.1rem}.jd-map{margin-bottom:1rem;padding-bottom:1rem;border-bottom:.05rem solid rgba(112,112,112,.1)}.jd-map__img-wrap{position:relative;line-height:0;font-size:0}.jd-map__bg,.jd-map__bg taro-image-core,.jd-map__bg img,.jd-map__img-wrap>taro-image-core,.jd-map__img-wrap>taro-image-core img{width:100%;height:auto;display:block;vertical-align:top}.jd-map__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.6rem;color:#333;line-height:1}.jd-map__address{padding:.3rem .5rem;border-radius:.35rem;background-color:#fff}.jd-map__triangle,.jd-map__pin{width:.6rem;height:auto!important;display:block;flex-shrink:0;line-height:0;vertical-align:bottom}.jd-map__triangle img,.jd-map__pin img{width:100%;height:auto!important;display:block}.jd-map__triangle,.jd-map__pin{margin-top:-.1rem}.jd-exposure,.jd-exposure .jd-section__title{margin-bottom:.8rem}.jd-exposure__desc{font-size:.7rem;color:#333}.jd-exposure__image-wrap{width:100%;margin-top:.5rem;overflow:hidden}.jd-exposure__image{width:100%;height:auto!important;display:block;line-height:0;vertical-align:bottom}.jd-exposure__image img{width:100%;height:auto!important;display:block}.jd-exposure__action{margin-top:.2rem;margin-bottom:.4rem;padding-bottom:.8rem;border-bottom:.05rem solid rgba(112,112,112,.1)}.jd-exposure__button{width:100%;height:1.9rem;margin:0;border-radius:.35rem!important;background-color:#fff!important;border:.05rem solid #fc5743!important;color:#fc5743!important;box-shadow:none!important;font-size:.7rem;font-weight:400}.jd-warning{margin-bottom:2rem;font-size:.6rem;color:#333}.jd-warning__header{display:flex;align-items:center;margin-bottom:.2rem;line-height:1}.jd-warning__icon{width:.625rem;height:.625rem;display:block;flex-shrink:0;margin-right:.2rem}.jd-warning__label{font-weight:700;font-size:.65rem;line-height:1;color:#333}.jd-warning__text{font-size:.6rem;color:#333;line-height:.95rem}.jd-warning__report{font-size:.6rem;color:#fc5743;display:inline-block;margin-left:.25rem}.resume-register-layout{min-height:100vh;background:#f7f8fa;box-sizing:border-box;padding:.5rem .5rem 3.8rem}.resume-register-layout__header{padding:.6rem;border-radius:.5rem;background:#fff;box-shadow:0 .2rem .6rem #0000000a}.resume-register-layout__step{display:block;font-size:.55rem;color:#8f8f8f}.resume-register-layout__progress{display:flex;gap:.15rem;margin-top:.35rem}.resume-register-layout__progress-item{flex:1;height:.15rem;border-radius:.1rem;background:#eceef2}.resume-register-layout__progress-item--active{background:#fc5743}.resume-register-layout__title{display:block;margin-top:.4rem;font-size:1rem;font-weight:700;color:#222}.resume-register-layout__desc{display:block;margin-top:.2rem;font-size:.65rem;line-height:1.5;color:#666}.resume-register-layout__content{margin-top:.4rem}.resume-register-layout__footer{position:fixed;left:.5rem;right:.5rem;bottom:calc(.5rem + env(safe-area-inset-bottom))}.resume-register-layout__action{height:2.3rem;border-radius:1.15rem;background:#fc5743;color:#fff;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;box-shadow:0 .3rem .7rem #fc57433d}.resume-register-layout__action--disabled{opacity:.6;box-shadow:none}.education-keyword-search{height:100%;min-height:0;display:flex;flex-direction:column;background:#fff}.education-keyword-search__navigation{display:flex;align-items:center;width:100%;height:2.8rem;flex-shrink:0}.education-keyword-search__bar{display:flex;align-items:center;min-width:0;height:1.8rem;margin-left:.8rem;padding:0 .6rem;gap:.3rem;background:#f5f5f5;border-radius:.9rem;flex:1}.education-keyword-search__bar-icon{width:.8rem;height:.8rem;flex-shrink:0}.education-keyword-search__bar-input{min-width:0;padding:0;border:none;color:#333;background:transparent;font-size:.75rem;flex:1}.education-keyword-search__bar-placeholder{color:#bbb}.education-keyword-search__bar-clear{display:flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;background:#c8c8c8;border-radius:50%;flex-shrink:0}.education-keyword-search__cancel{display:flex;align-items:center;justify-content:center;width:2.8rem;height:100%;color:#333;font-size:.75rem;flex-shrink:0}.education-keyword-search__list{min-height:0;background:#fff;flex:1;height:0}.education-keyword-search__item{padding:.8rem;border-bottom:.05rem solid #f5f5f5;color:#333;font-size:.8rem;line-height:1.5}.education-keyword-search__highlight{color:#fc5743}.education-keyword-search__tip{padding:1.2rem .8rem;color:#999;font-size:.7rem;text-align:center}.education-keyword-search__tip--retry{color:#666}.dpc{position:relative;flex:1;height:9rem}.dpc__scroll{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.dpc__scroll::-webkit-scrollbar{display:none}.dpc__pad{height:3rem;flex-shrink:0}.dpc__item{height:3rem;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;font-size:1.2rem;color:#bbb;transition:color .15s;white-space:nowrap}.dpc__item--selected{color:#333;font-weight:600}.dpc--weapp .dpc__scroll{scroll-snap-type:none}.dpc--weapp .dpc__item{scroll-snap-align:none;font-size:1rem}.dpc--weapp .dpc__item--selected{color:#333;font-weight:600}.dpc__center-highlight{display:none}.dpc--weapp .dpc__center-highlight{display:block;position:absolute;top:3rem;left:0;right:0;height:3rem;background:rgba(0,0,0,.05);border-radius:.2rem;pointer-events:none;z-index:0}.dpc--weapp:before,.dpc--weapp:after{content:"";position:absolute;left:0;right:0;z-index:0;pointer-events:none}.dpc--weapp:before{top:0;height:3rem;background:linear-gradient(to bottom,#fff,rgba(255,255,255,0))}.dpc--weapp:after{bottom:0;height:3rem;background:linear-gradient(to top,#fff,rgba(255,255,255,0))}.pf-field{margin-bottom:.9rem}.pf-field__label{display:block;font-size:.75rem;font-weight:700;color:#222;margin-bottom:.2rem}.pf-field__required{color:#e5534b;margin-left:.1rem}.pf-field__hint{display:block;font-size:.55rem;color:#aaa;margin-bottom:.4rem;line-height:1.6}.pf-stepper{display:flex;align-items:center;gap:0}.pf-stepper__btn{width:1.8rem;height:1.8rem;display:flex;align-items:center;justify-content:center;border:.05rem solid #e8e8e8;border-radius:.3rem;background:#fafafa}.pf-stepper__btn--disabled{opacity:.35}.pf-stepper__btn-text{font-size:.9rem;color:#c45c31;font-weight:700;line-height:1}.pf-stepper__val-wrap{display:flex;align-items:center;justify-content:center;min-width:3.5rem;gap:.15rem;padding:0 .4rem}.pf-stepper__input{font-size:1.2rem;font-weight:700;color:#c45c31;text-align:center;width:2rem;height:2rem;line-height:2rem;background:transparent;padding:0;box-sizing:border-box}.pf-stepper__unit{font-size:.7rem;color:#888;line-height:1}.pf-stepper__hint{display:block;font-size:.55rem;color:#aaa;margin-top:.2rem}.pf-select{display:flex;flex-wrap:wrap;gap:.4rem}.pf-select__card{position:relative;padding:.7rem;border:.05rem solid #e8e8e8;border-radius:.3rem;background:#fafafa}.pf-select__card--active{border-color:#c45c31;background:#fff8f3}.pf-select__badge{position:absolute;top:0;right:0;background:#aaa;border-radius:0 .25rem;padding:.1rem .25rem;display:flex;align-items:center}.pf-select__badge--active{background:#c45c31}.pf-select__badge-text{font-size:.45rem;color:#fff}.pf-select__text{font-size:.7rem;color:#555}.pf-select__text--active{color:#c45c31;font-weight:600}.pf-select__desc{display:block;font-size:.5rem;color:#aaa;margin-top:.15rem;line-height:1.4}.pf-city-btn{display:flex;align-items:center;justify-content:space-between;border:.05rem solid #e8e8e8;border-radius:.3rem;padding:.5rem .6rem;background:#fafafa}.pf-city-btn--selected{border-color:#c45c31;background:#fff8f3}.pf-city-btn__text{font-size:.7rem;color:#999;flex:1}.pf-city-btn--selected .pf-city-btn__text{color:#c45c31}.pf-city-btn__arrow{font-size:.9rem;color:#ccc;line-height:1}.pf-city-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.pf-city-tags__item{display:flex;align-items:center;gap:.15rem;background:#fff0e8;border-radius:.2rem;padding:.15rem .35rem}.pf-city-tags__name,.pf-city-tags__del{font-size:.6rem;color:#c45c31}.pf-city-popup{display:flex;flex-direction:column;height:100%}.pf-city-popup__header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;border-bottom:.025rem solid #f0f0f0;flex-shrink:0}.pf-city-popup__title{font-size:.8rem;font-weight:700;color:#222}.pf-city-popup__done{font-size:.75rem;color:#c45c31;font-weight:600}.pf-city-popup__body{flex:1;overflow-y:auto;padding:0 .6rem 1rem}.pf-city-group{margin-bottom:.2rem}.pf-city-group__title{display:block;font-size:.6rem;color:#999;padding:.4rem .2rem .25rem;font-weight:600}.pf-city-group__title--clickable{cursor:pointer;color:#555;font-size:.7rem}.pf-city-grid{display:flex;flex-wrap:wrap;gap:.35rem}.pf-city-grid__item{padding:.3rem .55rem;border:.05rem solid #e8e8e8;border-radius:.25rem;background:#fafafa;font-size:.65rem;color:#444}.pf-city-grid__item--active{border-color:#c45c31;background:#fff8f3;color:#c45c31;font-weight:600}.pf-prov-row{display:flex;align-items:center;justify-content:space-between;border:.05rem solid #e8e8e8;border-radius:.3rem;padding:.5rem .6rem;background:#fafafa}.pf-prov-row--selected{border-color:#c45c31;background:#fff8f3}.pf-prov-row__val{font-size:.7rem;color:#999;flex:1}.pf-prov-row--selected .pf-prov-row__val{color:#c45c31}.pf-prov-row__arrow{font-size:.9rem;color:#ccc;line-height:1}.pf-prov-popup{display:flex;flex-direction:column;height:100%}.pf-prov-popup__header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .8rem;border-bottom:.025rem solid #f0f0f0;flex-shrink:0}.pf-prov-popup__title{font-size:.8rem;font-weight:700;color:#222}.pf-prov-popup__close{font-size:1rem;color:#999;line-height:1}.pf-prov-popup__body{flex:1;overflow-y:auto;padding:.4rem .6rem 0}.pf-prov-popup__footer{flex-shrink:0;border-top:.025rem solid #f0f0f0;padding:.4rem .6rem .8rem}.pf-prov-popup__actions{display:flex;gap:.5rem;margin-top:.4rem}.pf-prov-popup__reset{flex:1;height:2rem;display:flex;align-items:center;justify-content:center;border:.05rem solid #e8e8e8;border-radius:.3rem;font-size:.75rem;color:#666}.pf-prov-popup__confirm{flex:2;height:2rem;display:flex;align-items:center;justify-content:center;background:#c45c31;border-radius:.3rem;font-size:.75rem;color:#fff;font-weight:600}.pf-prov-search{display:flex;align-items:center;margin:.4rem .6rem;background:#f5f5f5;border-radius:.25rem;padding:.3rem .5rem;flex-shrink:0}.pf-prov-search__icon{width:.7rem;height:.7rem;margin-right:.25rem}.pf-prov-search__input{flex:1;font-size:.7rem;color:#333;background:transparent}.pf-prov-grid{display:flex;flex-wrap:wrap;gap:.35rem;padding-bottom:.4rem}.pf-prov-grid__item{padding:.35rem 0;width:calc(33.33% - .25rem);display:flex;align-items:center;justify-content:center;border:.05rem solid #e8e8e8;border-radius:.25rem;background:#fafafa;font-size:.7rem;color:#444}.pf-prov-grid__item--active{border-color:#c45c31;background:#fff8f3;color:#c45c31;font-weight:600}.pf-prov-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.pf-prov-tags__count{font-size:.6rem;color:#999}.pf-prov-tags__item{display:flex;align-items:center;gap:.15rem;background:#fff0e8;border-radius:.2rem;padding:.15rem .35rem}.pf-prov-tags__name,.pf-prov-tags__del{font-size:.6rem;color:#c45c31}.reg-exit-sheet{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:flex-end}.reg-exit-sheet__panel{background:#fff;border-radius:.4rem .4rem 0 0;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.reg-exit-sheet__row{height:2.7rem;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#333;border-bottom:1PX solid #f0f0f0}.reg-exit-sheet__row:last-child{border-bottom:none}.reg-exit-sheet__row--cancel{color:#999;border-bottom:none}.reg-exit-sheet__gap{height:.5rem;background:#f5f5f5}.switch-company-sheet{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:flex-end}.switch-company-sheet__panel{background:#fff;border-radius:.5rem .5rem 0 0;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.switch-company-sheet__row{height:2.6rem;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#333;border-bottom:1PX solid #f0f0f0}.switch-company-sheet__row:last-child{border-bottom:none}.switch-company-sheet__row--cancel{color:#999;border-bottom:none}.switch-company-sheet__gap{height:.4rem;background:#f5f5f5}.avatar-tip-sheet{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:flex-end}.avatar-tip-sheet__standard{background:#fff;border-radius:.5rem;padding:1.5rem}.avatar-tip-sheet__good-row{display:flex;align-items:flex-start}.avatar-tip-sheet__good-main{flex:1;min-width:0}.avatar-tip-sheet__title-row{display:flex;align-items:center}.avatar-tip-sheet__title-row--bad{margin-top:1.25rem}.avatar-tip-sheet__title-icon{width:.8rem;height:.8rem;margin-right:.15rem;flex-shrink:0}.avatar-tip-sheet__title-text{font-size:.8rem;color:#333}.avatar-tip-sheet__good-desc{display:block;margin-top:.25rem;font-size:.65rem;line-height:.95rem;color:#888;white-space:pre-line}.avatar-tip-sheet__good-img{width:2.5rem;height:2.5rem;flex-shrink:0;margin-left:.4rem}.avatar-tip-sheet__bad-row{display:flex;justify-content:space-between;margin-top:.8rem}.avatar-tip-sheet__bad-item{display:flex;flex-direction:column;align-items:center}.avatar-tip-sheet__bad-img{width:2.5rem;height:2.5rem}.avatar-tip-sheet__bad-label{margin-top:.4rem;font-size:.65rem;color:#888}.avatar-tip-sheet__gap{height:.5rem}.avatar-tip-sheet__actions{background:#fff;border-radius:.5rem .5rem 0 0;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.avatar-tip-sheet__action{height:2.7rem;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#333;border-bottom:1PX solid #f0f0f0}.avatar-tip-sheet__action--cancel{color:#999;border-bottom:none}.avatar-tip-sheet__actions-gap{height:.4rem;background:#f5f5f5}.register-more-btn{width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center}.register-more-btn__dots{font-size:1.2rem;font-weight:700;color:#333;line-height:1}.rr-branch{box-sizing:border-box}.rr-branch__card{padding:.6rem;border-radius:.4rem;background:#fff}.rr-branch__title{display:block;margin-bottom:.2rem;font-size:1.2rem;font-weight:600;color:#222}.rr-branch__desc{display:block;margin-bottom:.25rem;font-size:.6rem;color:#666}.rr-branch__upload{margin-top:.4rem;padding:.5rem;border-radius:.3rem;background:#f8f8f8;font-size:.65rem;color:#333}.rr-branch__field{margin-top:.4rem}.rr-branch__label{display:block;margin-bottom:.25rem;font-size:.6rem;color:#666}.rvl{min-height:100vh;background:#f7f8fa;display:flex;flex-direction:column}.rvl__body{flex:1;overflow-y:auto;padding-bottom:4rem}.rvl__steps{display:flex;align-items:flex-start;justify-content:center;padding:.8rem .8rem .6rem}.rvl__step{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex-shrink:0;width:1.1rem}.rvl__step-dot{width:1.1rem;height:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-caption);font-weight:600}.rvl__step-dot--active{background:#fc5743;color:#fff}.rvl__step-dot--inactive{background:#ffc0b8;color:#fff}.rvl__step-dot--done{background:#fc5743;color:#fff}.rvl__step-label{font-size:var(--font-size-caption);color:#888;white-space:nowrap}.rvl__step-line{width:4.5rem;flex-shrink:0;height:.1rem;background:#fc5743;margin:0;margin-top:.5rem}.rvl__step-line--pending{background:linear-gradient(to right,#ffc0b8,#fc5743)}.rvl__company-row{display:flex;align-items:center;justify-content:space-between;padding:0 .8rem .4rem}.rvl__company-label{font-size:.6rem;color:#999;display:block}.rvl__company-name{font-size:.7rem;color:#222;font-weight:500;display:block;margin-top:.1rem}.rvl__company-edit{font-size:.65rem;color:#fc5743;flex-shrink:0}.rvl__divider{height:.025rem;background:#f0f0f0;margin:0 .8rem .6rem}.rvl__upload-area{margin:0 .8rem .6rem;background:#fff;border-radius:.4rem;overflow:hidden;min-height:9rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.rvl__license-img{width:100%;height:9rem;display:block}.rvl__upload-btn{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1rem}.rvl__upload-icon{width:1.4rem;height:1.4rem}.rvl__upload-text{font-size:.7rem;color:#999}.rvl__field{margin:0 .8rem .5rem;background:#fff;border-radius:.3rem;padding:.6rem .7rem}.rvl__field-label{display:block;font-size:.6rem;color:#999;margin-bottom:.3rem}.rvl__field-input{width:100%;font-size:.7rem;color:#222;border:none;outline:none;background:transparent;padding:0;box-sizing:border-box}.rvl__field-input::-moz-placeholder{color:#ccc}.rvl__field-input::placeholder{color:#ccc}.rvl__tips{margin:0 .8rem .6rem;background:#fff;border-radius:.4rem;padding:.7rem .7rem .5rem}.rvl__tips-title{display:block;font-size:.65rem;font-weight:600;color:#222;margin-bottom:.4rem}.rvl__tips-item{display:block;font-size:.6rem;color:#666;line-height:1.7;margin-bottom:.1rem}.rvl__tips-highlight{color:#f90;font-weight:500}.rvl__tips-highlight-red{color:#f90}.rvl__footer{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.4rem .8rem calc(.4rem + env(safe-area-inset-bottom));box-shadow:0 -.025rem #f0f0f0}.rvl__footer-links{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-bottom:.4rem}.rvl__footer-link{font-size:.65rem;color:#fc5743}.rvl__footer-sep{font-size:.65rem;color:#cbcbcb}.rvl__btn{background:#fc5743;border-radius:1.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center}.rvl__btn taro-text-core{font-size:.8rem;color:#fff;font-weight:500}.rvl__btn--disabled{background:#f0f0f0}.rvl__btn--disabled taro-text-core{color:#ccc}.rvl__page-header{padding:.8rem .8rem .6rem}.rvl__page-title{display:block;font-size:var(--font-size-title-lg);font-weight:600;color:#222;line-height:1.3}.rvl__page-desc{display:block;margin-top:.2rem;font-size:.65rem;color:#999;line-height:1.5}.rvl__center-tip{display:block;padding:1rem .8rem 0;font-size:.7rem;color:#333;text-align:center;line-height:1.5}.rvl__mismatch{margin:0 .8rem .5rem}.rvl__mismatch-arrow{margin-left:.7rem;width:0;height:0;border-left:.4rem solid transparent;border-right:.4rem solid transparent;border-bottom:.4rem solid rgba(51,51,51,.9)}.rvl__mismatch-bubble{background:rgba(51,51,51,.9);border-radius:.4rem;padding:.5rem .4rem .45rem .6rem}.rvl__mismatch-head{display:flex;align-items:flex-start}.rvl__mismatch-tip{flex:1;font-size:.7rem;line-height:1rem;color:#888}.rvl__mismatch-close{flex-shrink:0;margin-left:.4rem;width:.8rem;height:.8rem;border-radius:50%;background:#888;display:flex;align-items:center;justify-content:center}.rvl__mismatch-close taro-text-core{font-size:.6rem;color:#fff;font-weight:700;line-height:1}.rvl__mismatch-body{display:flex;align-items:center;margin-top:.4rem}.rvl__mismatch-name{flex:1;font-size:.75rem;line-height:1rem;color:#fff}.rvl__mismatch-confirm{flex-shrink:0;margin-left:.5rem;background:#fc5743;border-radius:.65rem;padding:.25rem .6rem}.rvl__mismatch-confirm taro-text-core{font-size:.6rem;color:#fff}.rvl__notice{margin:0 .8rem .6rem;padding:.5rem .6rem;background:#fffbf0;border:.025rem solid #ffe58f;border-radius:.3rem;display:flex;align-items:flex-start;gap:.3rem}.rvl__notice-icon{font-size:.7rem;color:#faad14;flex-shrink:0;line-height:1.5;font-weight:600;width:.7rem;height:.7rem;border-radius:50%;border:.05rem solid #faad14;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-caption)}.rvl__notice-text{font-size:.65rem;color:#666;line-height:1.5;flex:1}.rvl__form{margin:0 .8rem}.rvl__form-row{display:flex;align-items:center;padding:.7rem 0;gap:.6rem}.rvl__form-label{font-size:.7rem;color:#333;flex-shrink:0;width:3rem}.rvl__form-input,.rvl__form-readonly{flex:1;font-size:.7rem;color:#222}.rvl__form-readonly--loading{color:#999}.rvl__form-clear{font-size:.8rem;color:#fff;background:#ccc;border-radius:50%;width:.9rem;height:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--font-size-caption)}.rvl__form-divider{height:.025rem;background:#f0f0f0}.rvl__idcard-tools{display:flex;justify-content:flex-end;align-items:center;gap:.4rem;padding:0 0 .45rem}.rvl__idcard-preview{width:3.2rem;height:2rem;border-radius:.2rem;background:#f7f8fa}.rvl__idcard-action{font-size:.65rem;color:#fc5743}.rvl__idcard-error{display:block;padding:0 0 .45rem 3.6rem;font-size:.6rem;color:#fc5743}.rvl__face-area{margin:.6rem .8rem 0}.rvl__face-img-wrap{position:relative;width:100%;height:9rem;background:#f7f8fa;border-radius:.3rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.rvl__face-img{width:100%;height:100%;display:block}.rvl__face-reupload{position:absolute;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center}.rvl__face-reupload-text{font-size:.7rem;color:#fff}.rvl__face-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.rvl__face-placeholder-text{font-size:.7rem;color:#fc5743}.rvl__face-action-row{display:flex;justify-content:flex-end;margin-top:.4rem}.rvl__face-tip-link{font-size:.65rem;color:#fc5743}.rvl__face-tip{display:block;margin-top:.4rem;font-size:.6rem;color:#fc5743}.rvl__face-preview-wrap{position:relative;margin:0 .8rem .6rem;height:10.5rem;background:#f7f8fa;border-radius:.3rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.rvl__face-preview-img{width:100%;height:100%;display:block}.rvl__face-frame{position:absolute;inset:.5rem;border:.05rem solid rgba(252,87,67,.5);border-radius:.2rem;pointer-events:none}.fsg{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1.6rem;box-sizing:border-box}.fsg__title{font-size:.9rem;font-weight:600;color:#333;text-align:center;margin-bottom:.6rem}.fsg__desc{font-size:.7rem;color:#888;text-align:center;margin-bottom:1.6rem}.fsg__btn{width:100%;text-align:center;line-height:2.1rem;font-size:.9rem;color:#fff;background:#fc5743;border-radius:.25rem}.fsg__btn--loading{opacity:.6}.tie{min-height:100vh;background:#fff}.tie__input-wrap{padding:.8rem .8rem 0}.tie__input{width:100%;height:2.2rem;line-height:2.2rem;font-size:.75rem;color:#333;background:#f7f8fa;border-radius:.2rem;padding:0 .6rem;box-sizing:border-box;border:none}.tie__ph{color:#bbb;font-size:.75rem}.itv-contact-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1100;display:flex;align-items:flex-end}.itv-contact{width:100%;max-height:70vh;display:flex;flex-direction:column;background:var(--color-card, #fff);border-radius:.6rem .6rem 0 0;padding:0 0 env(safe-area-inset-bottom,0)}.itv-contact__list{flex:1;min-height:4rem;overflow-y:auto;padding:0 .8rem}.itv-contact__hint{padding:1.4rem .8rem;color:var(--color-placeholder, #999);font-size:.65rem;text-align:center}.itv-contact__item{display:flex;align-items:center;padding:.7rem 0;border-bottom:.025rem solid var(--color-line, #eee)}.itv-contact__item-info{flex:1;min-width:0}.itv-contact__item-line{display:flex;align-items:center;gap:.3rem}.itv-contact__item-name{color:var(--color-text, #333);font-size:.75rem;font-weight:600}.itv-contact__item-tag{flex-shrink:0;padding:.15rem .3rem;border-radius:.2rem;color:var(--color-primary, #fc5743);background:var(--color-primary-soft, #fff0ed);font-size:.55rem}.itv-contact__item-mobile{display:block;margin-top:.2rem;color:var(--color-subtext, #666);font-size:.65rem}.itv-contact__item-checked{flex-shrink:0;margin-left:.4rem;color:var(--color-primary, #fc5743);font-size:.8rem}.itv-contact__item-edit{flex-shrink:0;margin-left:.6rem;padding:.25rem .6rem;border-radius:.4rem;color:var(--color-primary, #fc5743);background:var(--color-primary-soft, #fff0ed);font-size:.6rem}.itv-sheet__title{padding:.8rem .8rem .6rem;color:var(--color-text, #333);font-size:.8rem;font-weight:600;text-align:center}.itv-sheet__row{display:flex;align-items:center;min-height:2.4rem;padding:.45rem .8rem;border-bottom:.025rem solid var(--color-line, #eee)}.itv-sheet__label{width:4rem;flex-shrink:0;color:var(--color-subtext, #666);font-size:.7rem}.itv-sheet__input{flex:1;color:var(--color-text, #333);font-size:.75rem}.itv-sheet__actions{display:flex;gap:.6rem;padding:.6rem .8rem .8rem}.itv-sheet__btn{flex:1;height:2.2rem;line-height:2.2rem;border-radius:.4rem;text-align:center;font-size:.75rem;font-weight:600}.itv-sheet__btn--cancel{color:var(--color-text, #333);background:var(--color-card, #fff);border:.025rem solid var(--color-line, #eee)}.itv-sheet__btn--confirm{color:#fff;background:var(--color-primary, #fc5743);border:.025rem solid var(--color-primary, #fc5743)}.app-search-header{background:#fff;border-bottom:.025rem solid #f0f0f0;width:100%;box-sizing:border-box;height:2.5rem}.app-search-header--sticky{position:sticky;top:0;z-index:10}.app-search-header__content{display:flex;align-items:center;gap:.4rem;padding:0 .6rem;box-sizing:border-box;height:2.5rem;width:100%}.app-search-header__back{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.4rem;height:1.4rem}.app-search-header__back .ui-bitmap-icon{width:.9rem;height:.9rem}.app-search-header__search-box{flex:1;display:flex;align-items:center;min-width:0;height:1.8rem;padding:0 .6rem;gap:.3rem;border-radius:.9rem;background:#f5f5f5}.app-search-header__search-icon{width:.8rem;height:.8rem;flex-shrink:0}.app-search-header__search-input{flex:1;min-width:0;height:1.8rem;line-height:1.8rem;padding:0;border:none;outline:none;background:transparent;font-size:.7rem;color:#333}.app-search-header__search-input::-moz-placeholder{color:#bbb}.app-search-header__search-input::placeholder{color:#bbb}.app-search-header__clear{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.1rem}.app-search-header__search-entry{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-search-header__search-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:1.8rem;padding:0 .7rem;border-radius:.9rem;background:#fc5743;color:#fff;font-size:.7rem;white-space:nowrap}.refresh-popup{padding-bottom:env(safe-area-inset-bottom)}.refresh-popup__header{position:relative;text-align:center;padding:1rem .8rem .6rem}.refresh-popup__title{display:block;font-size:.85rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.refresh-popup__sub{display:block;font-size:.6rem;color:#999}.refresh-popup__close{position:absolute;top:.8rem;right:.8rem;font-size:1rem;color:#999;line-height:1}.refresh-popup__item{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.9rem .8rem}.refresh-popup__item-name{font-size:.8rem;color:#1a1a1a}.refresh-popup__tag{padding:.1rem .35rem;border-radius:.5rem;font-size:.55rem}.refresh-popup__tag--free{background:#f0f0f0;color:#666}.refresh-popup__tag--smart{background:#fff3ed;color:#c45c31}.refresh-popup__tag--on{background:#e6f7e8;color:#389e0d}.refresh-popup__left{font-size:.55rem;color:#999;margin-left:.1rem}.refresh-popup__left--buy{color:#c45c31}.refresh-popup__left--off{color:#999}.refresh-popup__rules{display:block;padding:0 .8rem .6rem;font-size:.6rem;line-height:1.6;color:#666}.refresh-popup__divider{height:.025rem;background:#f5f5f5;margin:0 .8rem}.refresh-popup__cancel{text-align:center;padding:.9rem .8rem;font-size:.8rem;color:#666}.company-single-choice{height:100%;min-height:0;display:flex;flex-direction:column;background:#fff}.company-single-choice__intro{padding:.6rem .8rem 0;flex-shrink:0}.company-single-choice__heading{display:block;font-size:1.2rem;font-weight:700;line-height:1.45rem;color:#333}.company-single-choice__description{display:block;margin-top:.2rem;font-size:.7rem;line-height:.9rem;color:#888}.company-single-choice__scroll{flex:1;min-height:0;margin-top:.8rem}.company-single-choice__item{height:2.7rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 1.4rem 0 .8rem}.company-single-choice__item--selected .company-single-choice__item-name{color:#fc5743}.company-single-choice__item--selected .company-single-choice__radio{background:#fc5743;border-color:#fc5743}.company-single-choice__item-name{font-size:.8rem;line-height:1.1rem;color:#333}.company-single-choice__radio{width:.8rem;height:.8rem;box-sizing:border-box;border:.05rem solid #c0c0c0;border-radius:50%;background:transparent;flex-shrink:0}.company-single-choice__empty{padding:2rem .8rem;text-align:center;font-size:.7rem;color:silver}.company-single-choice__save{font-size:.75rem;color:#fc5743}.company-single-choice__save--disabled{color:silver}.interview-feedback-panel{padding:.2rem 0}.interview-feedback-panel__options{display:flex;gap:.4rem}.interview-feedback-panel__option{flex:1;height:1.8rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem;border:.025rem solid transparent;font-size:.6rem;font-weight:500}.interview-feedback-panel__option--success{color:var(--color-success, #52c41a);background:var(--color-success-soft, #eaf7e6)}.interview-feedback-panel__option--warning{color:var(--color-warning, #ff9900);background:var(--color-warning-soft, #fff8e7)}.interview-feedback-panel__option--danger{color:var(--color-error, #ff4d4f);background:var(--color-error-soft, #fff1f0)}.interview-feedback-panel__option--active{border-color:currentColor}.interview-feedback-panel__label{text-align:center;line-height:1.2}.interview-feedback-panel__remark{width:100%;box-sizing:border-box;margin-top:.6rem;padding:.5rem;border-radius:.4rem;background:var(--color-bg, #f7f8fa);color:var(--color-text, #333);font-size:.7rem}.interview-feedback-panel__submit{height:2.2rem;margin-top:.6rem;border-radius:.4rem;background:var(--color-primary, #fc5743);color:#fff;font-size:.75rem;font-weight:600;line-height:2.2rem;text-align:center}.interview-feedback-panel__submit--disabled{opacity:.4}.interview-status-badge{display:inline-flex;align-items:center;justify-content:center;max-width:4.5rem;padding:.2rem .4rem;border-radius:.2rem;font-size:.6rem;line-height:1.2;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-status-badge--brand{color:var(--color-primary, #fc5743);background:var(--color-primary-soft, #fff0ed)}.interview-status-badge--success{color:var(--color-success, #52c41a);background:var(--color-success-soft, #eaf7e6)}.interview-status-badge--warning{color:var(--color-warning, #ff9900);background:var(--color-warning-soft, #fff8e7)}.interview-status-badge--danger{color:var(--color-error, #ff4d4f);background:var(--color-error-soft, #fff1f0)}.interview-status-badge--info{color:var(--color-info, #1890ff);background:var(--color-info-soft, #e6f7ff)}.interview-status-badge--neutral{color:var(--color-subtext, #666);background:var(--color-bg, #f7f8fa)}.interview-date-header{display:flex;align-items:center;min-height:1rem}.interview-date-header__mark{width:.15rem;height:.8rem;border-radius:.1rem;background:var(--color-primary, #fc5743);flex-shrink:0}.interview-date-header__title{margin-left:.4rem;color:var(--color-text, #333);font-size:.75rem;font-weight:600;line-height:1.3}.interview-meta-row{display:flex;align-items:center;min-height:1.5rem;padding:.25rem 0}.interview-meta-row--clickable{cursor:pointer}.interview-meta-row__icon{width:1.5rem;height:1.5rem;border-radius:.75rem;background:var(--color-primary-soft, #fff0ed);display:flex;align-items:center;justify-content:center;flex-shrink:0}.interview-meta-row__label{width:3.2rem;margin-left:.5rem;color:var(--color-subtext, #666);font-size:.65rem;flex-shrink:0}.interview-meta-row__value{flex:1;min-width:0;color:var(--color-text, #333);font-size:.7rem;line-height:1.45;word-break:break-word}.interview-meta-row__action{flex-shrink:0;margin-left:.3rem;padding:.2rem .35rem;border-radius:.2rem;color:var(--color-primary, #fc5743);background:var(--color-primary-soft, #fff0ed);font-size:.6rem}.interview-meta-row__arrow{width:.7rem;height:.7rem;flex-shrink:0;margin-left:.2rem}.interview-icon-action{display:flex;flex-direction:column;align-items:center;min-width:1.7rem;flex-shrink:0}.interview-icon-action__icon{width:1.8rem;height:1.8rem;border-radius:.9rem;background:var(--color-primary-soft, #fff0ed);display:flex;align-items:center;justify-content:center}.interview-icon-action__label{margin-top:.2rem;color:var(--color-subtext, #666);font-size:.55rem;line-height:1.2}.practice-media{display:flex;flex-direction:column;gap:.4rem}.practice-media:empty{display:none}.practice-media__image,.practice-media__video{width:100%}.practice-media__video{height:9.5rem}.practice-media__retry,.practice-media__audio{width:100%;font-size:.7rem}.practice-shared__text{display:block;white-space:pre-wrap;font-size:.7rem;line-height:1.6}.practice-shared:empty{display:none}.contact-guide-page{min-height:100%;background:#f6f7f9;padding-bottom:calc(1.1rem + env(safe-area-inset-bottom))}.contact-guide-hero{padding:.85rem .7rem .95rem;background:#202124}.contact-guide-hero__kicker{display:inline-flex;padding:.15rem .35rem;border-radius:24.975rem;background:rgba(255,255,255,.12);color:#ffffffdb;font-size:.55rem;line-height:1.2}.contact-guide-hero__title{display:block;margin-top:.45rem;color:#fff;font-size:1.05rem;font-weight:700;line-height:1.25}.contact-guide-hero__desc{display:block;margin-top:.35rem;color:#ffffffc2;font-size:.65rem;line-height:1.5}.contact-guide-status,.contact-guide-rules,.contact-guide-legacy{margin:.55rem .5rem 0;padding:.7rem;border-radius:.4rem;background:#fff}.contact-guide-status{margin-top:-.4rem;box-shadow:0 .2rem .6rem #20212414}.contact-guide-status__row{min-height:1.45rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem;border-bottom:.025rem solid #f0f1f4}.contact-guide-status__row:last-child{border-bottom:0}.contact-guide-status__label{color:#777;font-size:.625rem}.contact-guide-status__value{color:#222;font-size:.675rem;font-weight:700;text-align:right}.contact-guide-rules__title{display:block;margin-bottom:.4rem;color:#222;font-size:.75rem;font-weight:700}.contact-guide-rule{padding:.45rem 0;border-top:.025rem solid #f0f1f4;display:flex;align-items:flex-start;gap:.5rem}.contact-guide-rule:first-of-type{border-top:0}.contact-guide-rule__label{width:2.8rem;flex-shrink:0;color:#fc5743;font-size:.625rem;font-weight:700}.contact-guide-rule__text{flex:1;min-width:0;color:#4b4f58;font-size:.625rem;line-height:1.45}.contact-guide-legacy__title{display:block;color:#222;font-size:.75rem;font-weight:700}.contact-guide-legacy__text{display:block;margin-top:.3rem;color:#4b4f58;font-size:.625rem;line-height:1.45}.contact-guide-legacy__link{display:block;margin-top:.4rem;color:#fc5743;font-size:.625rem}.contact-guide-actions{margin:.75rem .5rem 0;display:flex;flex-direction:column;gap:.45rem}.contact-guide-actions__primary,.contact-guide-actions__secondary{height:2.1rem;border-radius:1.05rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.contact-guide-actions__primary{background:#fc5743;color:#fff}.contact-guide-actions__secondary{background:#fff;color:#4b4f58}
