.em-checkbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.em-checkbox--disabled{cursor:not-allowed}.em-checkbox--cell{width:100%;height:52px;display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px;background:#fff;box-sizing:border-box}.em-checkbox--cell:last-child .em-checkbox__cell-content{border-width:0}.em-checkbox--label-disabled{cursor:default}.em-checkbox--horizontal{margin-right:24px}.em-checkbox--horizontal:last-of-type{margin-right:0}.em-checkbox__cell-content{height:100%;width:100%;border-bottom:1px solid #f5f5f5;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.em-checkbox__cell-content-label{margin-left:8px;line-height:1}.em-checkbox__cell-content-label .em-checkbox__label{margin-left:0}.em-checkbox__cell-content-description{font-size:12px;font-weight:400;color:#999;line-height:16px;margin-top:4px}.em-checkbox__cell-content-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.em-checkbox__cell-content-between .em-checkbox__cell-content-label,.em-checkbox__cell-content-between .em-checkbox__cell-content-label .em-checkbox__label{margin-left:0}.em-checkbox__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:18px;line-height:1em;cursor:pointer}.em-checkbox__icon .em-checkbox__icon-node{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #d9d9d9;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color;border-radius:4px}.em-checkbox__icon--round .em-checkbox__icon-node{border-radius:100%}.em-checkbox__icon--checked .em-checkbox__icon-node{color:#fff;background-color:#e63740;border-color:#e63740}.em-checkbox__icon--disabled{cursor:not-allowed}.em-checkbox__icon--disabled .em-checkbox__icon-node{background-color:#fafafa;border-color:#d9d9d9}.em-checkbox__icon--disabled.em-checkbox__icon--checked .em-checkbox__icon-node{color:#fff;background-color:#999;border-color:#999}.em-checkbox__label{margin-left:8px;color:#333;line-height:16px;font-size:16px}.em-checkbox__label--left{margin:0 8px 0 0}.em-checkbox__label--disabled{color:#999}.em-cell-group{background-color:#fff}.em-cell-group--inset{margin:0 12px;overflow:hidden;border-radius:12px}.em-cell-group__title{padding:16px 16px 8px;color:#999;font-size:14px;line-height:16px}.em-cell-group__title--inset{padding:16px 16px 8px 32px}.em-radio-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.em-radio-group--insert{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:4px;background-color:#fafafa;border-radius:999px;overflow:hidden}.em-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:11px 16px;overflow:hidden;color:#333;font-size:16px;line-height:22px;background-color:#fff}.em-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:0;bottom:0;left:16px;border-bottom:1px solid #f5f5f5;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.em-cell--borderless:after,.em-cell:last-child:after{display:none}.em-cell__label{margin-top:2px;color:#999;font-size:12px;line-height:16px}.em-cell__title{margin-right:24px}.em-cell__title,.em-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.em-cell__value{position:relative;overflow:hidden;color:#999;text-align:right;vertical-align:middle;word-wrap:break-word}.em-cell__value--alone{color:#333;text-align:left;-webkit-box-flex:1;-webkit-flex:1;flex:1}.em-cell__left-icon,.em-cell__right-icon{height:22px;font-size:16px;line-height:22px}.em-cell__left-icon{margin-right:4px}.em-cell__right-icon{margin-left:4px;color:#999}.em-cell--clickable{cursor:pointer}.em-cell--clickable:active{background-color:#f5f5f5}.em-cell--required{overflow:visible}.em-cell--required:before{position:absolute;left:8px;color:#e34d59;font-size:16px;content:"*"}.em-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.em-cell--large{padding-top:15px;padding-bottom:15px}.em-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.em-radio--disabled{cursor:not-allowed}.em-radio--label-disabled{cursor:default}.em-radio--horizontal{margin-right:24px}.em-radio--horizontal:last-of-type{margin-right:0}.em-radio--cell .em-cell__title{margin-left:8px}.em-radio--card{width:100%}.em-radio--card+.em-radio--card{margin-top:12px}.em-radio--card .em-cell{background-color:transparent}.em-radio--insert{overflow:visible}.em-radio__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:18px;line-height:1em;cursor:pointer}.em-radio__icon .em-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #d9d9d9;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.em-radio__icon--round .em-icon{border-radius:100%}.em-radio__icon--checked .em-icon{color:#fff;background-color:#e63740;border-color:#e63740}.em-radio__icon--disabled{cursor:not-allowed}.em-radio__icon--disabled .em-icon{background-color:#fafafa;border-color:#d9d9d9}.em-radio__icon--disabled.em-radio__icon--checked .em-icon{background-color:#999;border-color:#999}.em-radio__icon--none .em-icon{width:1em;height:1em;color:#d9d9d9;font-size:1em;line-height:1;border-color:transparent;background-color:transparent;border-radius:0}.em-radio__icon--none.em-radio__icon--checked .em-icon{color:#e63740;border-color:transparent;background-color:transparent}.em-radio__icon--none.em-radio__icon--disabled.em-radio__icon--checked .em-icon{color:#d9d9d9;border-color:transparent;background-color:transparent}.em-radio__icon--inactive-hidden .em-icon{color:transparent;border-color:transparent;background-color:transparent}.em-radio__icon--cell{display:inline-block}.em-radio__label{margin-left:8px;color:#333;font-size:16px;line-height:16px}.em-radio__label--left{margin:0 8px 0 0}.em-radio__label--disabled{color:#999}.em-radio__label--card,.em-radio__label--cell,.em-radio__label--insert{margin-left:0}.em-radio__label--insert{display:inline-block;padding:6px 16px;color:#999}.em-radio__label--insert.em-radio__label--checked{color:#333}.em-radio__label--insert.em-radio__label--disabled{color:#d9d9d9}.em-radio--left .em-cell__title,.em-radio--space-between.em-radio--right .em-cell__title{margin-left:0}.em-radio__cell--title{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.em-radio__card{position:relative;width:100%;border:1px solid transparent;background-color:#fff;border-radius:8px;box-sizing:border-box;overflow:hidden}.em-radio__card:before{content:"";position:absolute;right:0;bottom:0;border:12px solid transparent}.em-radio__card .em-icon{position:absolute;right:1px;bottom:1px;color:transparent}.em-radio__card--checked{border-color:#e63740;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:border-color;transition-property:border-color}.em-radio__card--checked:before{border-bottom-color:#e63740;border-right-color:#e63740}.em-radio__card--checked .em-icon{color:#fff}.em-radio__card--disabled{cursor:not-allowed}.em-radio__card--disabled.em-radio__card--checked{border-color:#999}.em-radio__card--disabled.em-radio__card--checked:before{border-bottom-color:#999;border-right-color:#999}.em-radio__card--disabled.em-radio__card--checked .em-icon{color:#fff}.em-radio__insert{white-space:nowrap}.em-radio__insert--checked{background-color:#fff;border-radius:999px;box-shadow:0 0 6px 0 rgba(0,0,0,.1)}.em-nav-bar{position:relative;z-index:1;line-height:18px;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.em-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.em-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.em-nav-bar .em-icon{color:#333;font-size:22px}.em-nav-bar__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:44px;white-space:nowrap}.em-nav-bar__title{padding:0 12px;white-space:nowrap;text-align:center;color:#333;font-weight:bolder;font-size:17px;cursor:pointer}.em-nav-bar__left,.em-nav-bar__right{-webkit-box-flex:1;-webkit-flex:1 1;flex:1 1;font-size:16px}.em-nav-bar__item--left:first-of-type{padding-left:12px}.em-nav-bar__item--right:last-of-type{padding-right:12px}.em-nav-bar__left{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.em-nav-bar__back,.em-nav-bar__close,.em-nav-bar__left{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.em-nav-bar__back,.em-nav-bar__close{padding:4px;cursor:pointer}.em-nav-bar__back:active,.em-nav-bar__close:active{opacity:.7}.em-nav-bar__right{text-align:right}.em-nav-bar__text{color:#333;cursor:pointer}.em-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none;border-radius:12px 12px 0 0;overflow:hidden}.em-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:44px}.em-picker__cancel,.em-picker__confirm{height:100%;padding:0 16px;font-size:16px;background-color:transparent;border:none;cursor:pointer}.em-picker__cancel:active,.em-picker__confirm:active{opacity:.7}.em-picker__confirm{color:#e63740}.em-picker__cancel{color:#666}.em-picker__title{max-width:50%;font-weight:700;font-size:18px;line-height:22px;text-align:center}.em-picker__columns{position:relative;cursor:grab}.em-picker__columns,.em-picker__loading{display:-webkit-box;display:-webkit-flex;display:flex}.em-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#e63740;background-color:hsla(0,0%,100%,.9)}.em-picker__frame{top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.em-picker__frame,.em-picker__mask{position:absolute;pointer-events:none}.em-picker__mask{top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,#fff,hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,#fff,hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,#fff,hsla(0,0%,100%,.4)),linear-gradient(0deg,#fff,hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0)}.em-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:15px}.em-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.em-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#000}.em-picker-column__item--disabled{cursor:not-allowed;opacity:.3}.em-picker-column__item--selected{font-size:18px;font-weight:550}.em-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.em-overflow-hidden{overflow:hidden!important}.em-popup{position:fixed;min-height:10%;background-color:#fff;-webkit-transition:height .25s linear,-webkit-transform .25s;transition:height .25s linear,-webkit-transform .25s;transition:transform .25s,height .25s linear;transition:transform .25s,height .25s linear,-webkit-transform .25s;-webkit-overflow-scrolling:touch;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.em-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.em-popup--center.em-popup--round,.em-popup--center.em-popup--round .em-popup__container{border-radius:12px}.em-popup--top{top:0;left:0;width:100%}.em-popup--top.em-popup--round,.em-popup--top.em-popup--round .em-popup__container{border-radius:0 0 12px 12px}.em-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.em-popup--right.em-popup--round,.em-popup--right.em-popup--round .em-popup__container{border-radius:12px 0 0 12px}.em-popup--bottom{bottom:0;left:0;width:100%}.em-popup--bottom.em-popup--round,.em-popup--bottom.em-popup--round .em-popup__container{border-radius:12px 12px 0 0}.em-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.em-popup--left.em-popup--round{border-radius:0 12px 12px 0}.em-popup--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.em-popup-slide-bottom-enter-active,.em-popup-slide-left-enter-active,.em-popup-slide-right-enter-active,.em-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.em-popup-slide-bottom-leave-active,.em-popup-slide-left-leave-active,.em-popup-slide-right-leave-active,.em-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.em-popup-slide-top-enter,.em-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.em-popup-slide-right-enter,.em-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.em-popup-slide-bottom-enter,.em-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.em-popup-slide-left-enter,.em-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.em-popup__close-icon{position:absolute;z-index:1;color:#bbb;font-size:22px;cursor:pointer}.em-popup__close-icon:active{color:#999}.em-popup__close-icon--top-left{top:13px;left:16px}.em-popup__close-icon--top-right{top:13px;right:16px}.em-popup__close-icon--bottom-left{bottom:13px;left:16px}.em-popup__close-icon--bottom-right{right:16px;bottom:13px}.em-popup__header{position:relative;height:48px;-webkit-flex-shrink:0;flex-shrink:0}.em-popup__header--hairline:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:0;bottom:0;left:0;border-bottom:1px solid #efefef;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.em-popup__header--large{height:52px}.em-popup__title-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:0 64px;height:100%;text-align:center}.em-popup__title{width:100%;font-weight:700;font-size:18px;height:22px;line-height:22px;margin-bottom:1px;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.em-popup__title--medium{font-size:16px}.em-popup__subtitle{font-size:12px;width:100%;height:17px;line-height:17px;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.em-popup__confirm{color:#e63740;right:16px}.em-popup__cancel,.em-popup__confirm{font-size:16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.em-popup__cancel{color:#666;left:16px}.em-popup__container{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow-y:auto}.em-popup__top-extra{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.em-popup__bottom-extra{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.em-popup--unset-min-height{min-height:auto}.em-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#333}.em-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.em-action-sheet__cancel,.em-action-sheet__item{display:block;width:100%;padding:14px 24px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.em-action-sheet__cancel:active,.em-action-sheet__item:active{background-color:#f5f5f5}.em-action-sheet__item{line-height:22px}.em-action-sheet__item--disabled,.em-action-sheet__item--loading{color:#bbb}.em-action-sheet__item--disabled:active,.em-action-sheet__item--loading:active{background-color:#fff}.em-action-sheet__item--disabled{cursor:not-allowed}.em-action-sheet__item--loading{cursor:default}.em-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#666;line-height:22px}.em-action-sheet__name{display:block}.em-action-sheet__name--ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.em-action-sheet__subname{margin-top:8px;color:#999;font-size:14px;line-height:20px}.em-action-sheet__gap{display:block;height:8px;background-color:#fafafa}.em-action-sheet__header{font-weight:700;font-size:16px;line-height:48px}.em-action-sheet__header,.em-action-sheet__subtitle{-webkit-flex-shrink:0;flex-shrink:0;text-align:center}.em-action-sheet__subtitle{position:relative;padding:16px 24px}.em-action-sheet__subtitle:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.em-action-sheet__subtitle--description{padding:20px 24px}.em-action-sheet__title{font-weight:600;color:#333;font-size:16px;line-height:22px}.em-action-sheet__description{color:#999;font-size:14px;line-height:20px}.em-action-sheet__description--title{margin-top:4px}.em-action-sheet__loading-icon .em-loading__spinner{width:22px;height:22px}.em-action-sheet__close{position:absolute;top:0;right:0;padding:0 16px;color:#bbb;font-size:22px;line-height:inherit}.em-action-sheet__close:active{color:#999}.quote-order-h5[data-v-fe90baa6]{height:100vh;height:100dvh;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#e63740),color-stop(40%,#fff));background:linear-gradient(180deg,#e63740 20%,#fff 40%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.scroll-body[data-v-fe90baa6]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.state-page[data-v-fe90baa6]{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:40px 32px 100px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.state-img[data-v-fe90baa6]{width:120px;height:120px;margin-bottom:24px}.state-title[data-v-fe90baa6]{font-size:16px;font-weight:500;color:#333;margin-bottom:8px;line-height:24px}.state-desc[data-v-fe90baa6]{font-size:14px;color:#666;line-height:22px}.state-footer[data-v-fe90baa6]{position:fixed;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 0 32px;background:#fff}.state-btn[data-v-fe90baa6]{width:340px;height:44px;border:none;border-radius:22px;background:#e63740;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.countdown-area[data-v-fe90baa6]{padding:20px;background-image:url(https://trial-cdn.esign.cn/upload/ae32ed93-91aa-5233-86bb-9ab5a2bb3a5d!!5-13.png);background-size:cover;background-position:50%}.countdown-left[data-v-fe90baa6]{width:220px}.countdown-title[data-v-fe90baa6]{font-size:20px;font-weight:500;color:#fff;line-height:28px}.countdown-time[data-v-fe90baa6]{font-size:14px;font-weight:400;color:#fff;line-height:22px;margin-top:4px}.info-card-wrap[data-v-fe90baa6]{padding:0 12px 12px}.info-card[data-v-fe90baa6]{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:12px;gap:16px}.buyer-section[data-v-fe90baa6],.info-card[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buyer-section[data-v-fe90baa6]{gap:8px;padding-bottom:16px;border-bottom:1px solid #e6e6e6}.field-label[data-v-fe90baa6]{font-size:16px;font-weight:400;color:#666;line-height:24px}.field-value[data-v-fe90baa6]{font-size:16px;font-weight:400;color:#333;line-height:24px}.product-list-section[data-v-fe90baa6]{gap:8px}.product-list-section[data-v-fe90baa6],.product-list[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-list[data-v-fe90baa6]{gap:12px}.product-card[data-v-fe90baa6]{background:rgba(230,55,64,.08);border-radius:8px;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.product-card--addon[data-v-fe90baa6]{background:#fdeff0}.product-top[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.product-title-row[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.product-icon[data-v-fe90baa6]{width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.product-name[data-v-fe90baa6]{font-size:16px;font-weight:500;color:#333;line-height:24px;white-space:nowrap}.product-specs[data-v-fe90baa6]{font-size:14px;font-weight:400;color:#333;line-height:22px}.product-specs--bordered[data-v-fe90baa6]{padding-bottom:12px;border-bottom:1px solid #e6e6e6}.bundled-section[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.bundled-tag[data-v-fe90baa6]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;padding:0 12px;background:#ffede6;border:1px solid #ffc9b5;border-radius:999px;-ms-flex-item-align:start;align-self:flex-start;-ms-flex-negative:0;flex-shrink:0}.bundled-tag-text[data-v-fe90baa6]{font-size:12px;color:#f12e10;line-height:20px;white-space:nowrap}.bundled-item-text[data-v-fe90baa6]{font-size:14px;color:#333;line-height:22px}.effective-panel[data-v-fe90baa6]{background:#fff;border-radius:8px;overflow:hidden}.effective-row[data-v-fe90baa6]{height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;cursor:pointer;border-bottom:1px solid #e6e6e6}.effective-row[data-v-fe90baa6]:last-child{border-bottom:none}.effective-label[data-v-fe90baa6]{font-size:16px;font-weight:400;color:#666;line-height:24px;-ms-flex-negative:0;flex-shrink:0}.effective-right[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.effective-value[data-v-fe90baa6]{font-size:16px;font-weight:400;color:#333;line-height:24px;white-space:nowrap}.effective-arrow[data-v-fe90baa6]{font-size:18px;color:#bbb}.payment-section[data-v-fe90baa6]{background:#fff;border-top:1px solid #e6e6e6}.payment-section[data-v-fe90baa6] .em-cell{padding:10px 16px;min-height:44px}.payment-section[data-v-fe90baa6] .em-cell:after{display:none}.payment-section[data-v-fe90baa6] .em-cell__title{-webkit-box-flex:1;-ms-flex:1;flex:1}.payment-section[data-v-fe90baa6] .em-radio--disabled{opacity:.5}.payment-left[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.payment-icon[data-v-fe90baa6]{width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0}.payment-label[data-v-fe90baa6]{font-size:16px;color:#333;line-height:24px}.balance-amount[data-v-fe90baa6]{font-size:14px;color:#333}.balance-tip[data-v-fe90baa6]{font-size:13px;color:#999}.footer[data-v-fe90baa6]{-ms-flex-negative:0;flex-shrink:0;padding:8px 16px 12px;background:#fff;border-top:1px solid #e6e6e6;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.agreement-section[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.agreement-link[data-v-fe90baa6]{color:#1677ff;font-size:14px;cursor:pointer}.agreement-popup[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:80vh}.agreement-popup-header[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px;position:relative;border-bottom:1px solid #f0f0f0;-ms-flex-negative:0;flex-shrink:0}.agreement-popup-title[data-v-fe90baa6]{font-size:16px;font-weight:500;color:#333}.agreement-popup-close[data-v-fe90baa6]{position:absolute;right:16px;font-size:18px;color:#999;cursor:pointer}.agreement-popup-iframe[data-v-fe90baa6]{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:none}.pay-btn[data-v-fe90baa6]{width:100%;height:44px;border:none;border-radius:22px;background:#e63740;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.pay-btn--disabled[data-v-fe90baa6]{background:rgba(230,55,64,.4);cursor:not-allowed}.bank-popup-body[data-v-fe90baa6]{padding:16px 16px 24px}.bank-tips[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;background:#ebf4ff;border-radius:8px;padding:12px;margin-bottom:20px}.bank-tips .bank-tips-icon[data-v-fe90baa6]{font-size:16px;color:#1063f1;-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.bank-tips .bank-tips-content[data-v-fe90baa6]{-webkit-box-flex:1;-ms-flex:1;flex:1}.bank-tips .bank-tips-content p[data-v-fe90baa6]{font-size:13px;color:#333;line-height:20px;margin:0 0 4px}.bank-tips .bank-tips-content p[data-v-fe90baa6]:last-child{margin-bottom:0}.bank-tips .bank-tips-content .bank-tips-warn[data-v-fe90baa6]{color:#e63740}.bank-info-list[data-v-fe90baa6]{margin-bottom:20px}.bank-info-field[data-v-fe90baa6]{padding:12px 0;border-bottom:1px solid #f0f0f0}.bank-info-field--last[data-v-fe90baa6]{border-bottom:none}.bank-info-field .bank-info-label[data-v-fe90baa6]{font-size:14px;color:#999;line-height:22px;margin-bottom:4px}.bank-info-field .bank-info-value[data-v-fe90baa6]{font-size:16px;color:#333;line-height:24px;word-break:break-all}.bank-popup-footer[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding-bottom:8px}.bank-btn[data-v-fe90baa6]{width:100%;height:44px;border-radius:22px;font-size:16px;font-weight:600;cursor:pointer;border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.bank-btn--primary[data-v-fe90baa6]{background:#e63740;color:#fff}.bank-btn--outline[data-v-fe90baa6]{background:#fff;border:1.5px solid #e63740;color:#e63740}.sign-mask[data-v-fe90baa6]{position:fixed;inset:0;background:rgba(0,0,0,.45);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:2000}.sign-dialog[data-v-fe90baa6]{background:#fff;border-radius:16px;width:320px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding-top:20px}.sign-dialog-title[data-v-fe90baa6]{font-size:16px;font-weight:600;color:#333;line-height:22px;text-align:center;padding:0 24px}.sign-input-wrap[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 24px;background:#f5f5f5;border-radius:8px;padding:12px;gap:10px}.sign-input[data-v-fe90baa6]{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;border:none;background:transparent;font-size:16px;color:#333;line-height:24px;outline:none}.sign-input[data-v-fe90baa6]::-webkit-input-placeholder{color:hsla(0,0%,40%,.4)}.sign-input[data-v-fe90baa6]::-moz-placeholder{color:hsla(0,0%,40%,.4)}.sign-input[data-v-fe90baa6]:-ms-input-placeholder{color:hsla(0,0%,40%,.4)}.sign-input[data-v-fe90baa6]::-ms-input-placeholder{color:hsla(0,0%,40%,.4)}.sign-input[data-v-fe90baa6]::placeholder{color:hsla(0,0%,40%,.4)}.sign-eye-btn[data-v-fe90baa6]{background:none;border:none;padding:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;color:#666;-ms-flex-negative:0;flex-shrink:0}.sign-dialog-footer[data-v-fe90baa6]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:16px}.sign-btn[data-v-fe90baa6]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:44px;border-radius:9999px;font-size:16px;cursor:pointer;border:none}.sign-btn--cancel[data-v-fe90baa6]{background:#fff;border:1px solid #ccc;color:#333}.sign-btn--confirm[data-v-fe90baa6]{background:#e63740;color:#fff}.sign-btn--confirm[data-v-fe90baa6]:disabled{opacity:.5;cursor:not-allowed}