﻿.shopee-toasts{position:fixed;top:24px;z-index:9999999;width:100%;pointer-events:none}.shopee-toast{margin-bottom:16px;text-align:center;transition:height .2s ease-in-out,margin .2s ease-in-out}.shopee-toast-body{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:12px 24px;margin:0 auto;pointer-events:all;background-color:#fff;box-shadow:0 0 8px 0 rgba(0,0,0,.09),0 8px 8px 0 rgba(0,0,0,.05)}.shopee-toast__icon{-ms-flex-negative:0;flex-shrink:0}.shopee-toast__icon.shopee-icon{width:16px;height:16px;margin-top:2px}.shopee-toast__icon--message.shopee-icon{fill:#1791f2}.shopee-toast__icon--success.shopee-icon{fill:#5c7}.shopee-toast__icon--warning.shopee-icon{fill:#ffbf00}.shopee-toast__icon--error.shopee-icon{fill:#ff4742}.shopee-toast__content{font-size:16px;line-height:18px;color:#333;word-break:break-word}.shopee-toast.has-icon .shopee-toast__content{margin-left:16px}.toast-slide-appear,.toast-slide-enter-active,.toast-slide-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.toast-slide-appear,.toast-slide-enter-active{-webkit-animation-name:"shopee-toast-slide-in";animation-name:"shopee-toast-slide-in";-webkit-animation-play-state:running;animation-play-state:running}.toast-slide-leave-active{-webkit-animation-name:"shopee-toast-slide-out";animation-name:"shopee-toast-slide-out";-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shopee-toast-slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes shopee-toast-slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes shopee-toast-slide-out{to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes shopee-toast-slide-out{to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.shopee-checkbox{display:inline-block;color:#333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.shopee-checkbox__input{display:none}.shopee-checkbox__input:checked+.shopee-checkbox__indicator{background-color:#ee4d2d;border-color:#ee4d2d}.shopee-checkbox__input:checked+.shopee-checkbox__indicator .shopee-icon{-webkit-transform:scale(1);transform:scale(1)}.shopee-checkbox__indicator{position:relative;display:inline-block;width:18px;height:18px;margin-right:8px;vertical-align:middle;background-color:#fff;border:1px solid #dbdbdb;border-radius:1px;box-sizing:border-box;transition:all .2s ease-in-out}.shopee-checkbox__indicator:hover{border-color:#ee4d2d}.shopee-checkbox__indicator .shopee-icon{position:absolute;top:-1px;left:-1px;width:18px;height:18px;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;fill:#fff}.shopee-checkbox.indeterminate .shopee-checkbox__indicator{background-color:#ee4d2d;border-color:#ee4d2d}.shopee-checkbox.indeterminate .shopee-checkbox__indicator .shopee-icon{display:none}.shopee-checkbox.indeterminate .shopee-checkbox__indicator:before{position:absolute;top:7px;left:3px;width:10px;height:2px;background-color:#fff;border:0;content:"";-webkit-transform:none;transform:none}.shopee-checkbox__label{display:inline-block;font-size:14px;line-height:18px;vertical-align:middle}.shopee-checkbox.disabled{color:#bbb;cursor:not-allowed}.shopee-checkbox.disabled .shopee-checkbox__indicator{background-color:#fafafa}.shopee-checkbox.disabled .shopee-checkbox__indicator:hover{border-color:#dbdbdb}.shopee-checkbox.disabled.indeterminate .shopee-checkbox__indicator,.shopee-checkbox.disabled .shopee-checkbox__input:checked+.shopee-checkbox__indicator{background-color:#dbdbdb;border-color:#dbdbdb}.shopee-checkbox--outline.disabled .shopee-checkbox__input:checked+.shopee-checkbox__indicator{background-color:#fafafa;border-color:#dbdbdb}.shopee-checkbox--outline.disabled .shopee-checkbox__input:checked+.shopee-checkbox__indicator .shopee-icon{fill:#dbdbdb}.shopee-checkbox--outline .shopee-checkbox__input:checked+.shopee-checkbox__indicator{background-color:#fff}.shopee-checkbox--outline .shopee-checkbox__indicator .shopee-icon{fill:#ee4d2d}.shopee-checkbox-button{position:relative;display:inline-block;height:32px;padding:0 16px;font-size:13px;line-height:32px;color:#555;text-align:center;cursor:pointer;background-color:#fff;border:1px solid #dbdbdb;box-sizing:border-box;transition:all .2s ease-in-out}.shopee-checkbox-button__indicator{position:absolute;right:0;bottom:0;width:16px;height:16px}.shopee-checkbox-button__indicator .shopee-icon{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;opacity:0;transition:opacity .2s ease-in-out;fill:#fff}.shopee-checkbox-button__indicator:before{position:absolute;top:0;left:0;width:0;height:0;border:8px solid transparent;content:"";transition:border-color .2s ease-in-out}.shopee-checkbox-button.checked,.shopee-checkbox-button:hover{color:#ee4d2d;border-color:#ee4d2d}.shopee-checkbox-button.checked .shopee-checkbox-button__indicator:before{border-right-color:#ee4d2d;border-bottom-color:#ee4d2d}.shopee-checkbox-button.checked .shopee-checkbox-button__indicator .shopee-icon{opacity:1}.shopee-checkbox-button.checked.disabled .shopee-checkbox-button__indicator:before,.shopee-checkbox-button.checked.disabled:hover .shopee-checkbox-button__indicator:before{border-right-color:#dbdbdb;border-bottom-color:#dbdbdb}.shopee-checkbox-button.disabled,.shopee-checkbox-button.disabled:hover{color:#bbb;cursor:not-allowed;background-color:#fafafa;border-color:#dbdbdb}.shopee-checkbox-button__input{display:none}.shopee-checkbox-button__label,.shopee-checkbox-group{display:inline-block}.shopee-checkbox-group .shopee-checkbox:not(:last-child){margin-right:30px}.shopee-checkbox-group.vertical{vertical-align:middle}.shopee-checkbox-group.vertical .shopee-checkbox{display:block;width:100%;margin-right:0}.shopee-checkbox-group.vertical .shopee-checkbox:not(:last-child){margin-bottom:16px}.shopee-checkbox-group.vertical .shopee-checkbox-button:not(:last-child){margin-bottom:8px}.shopee-checkbox-group .shopee-checkbox-button{float:left}.shopee-checkbox-group .shopee-checkbox-button:not(:last-child){margin-right:8px}.shopee-checkbox-group--x-large .shopee-checkbox-button{height:48px;padding:0 28px;font-size:16px;line-height:48px}.shopee-checkbox-group--x-large .shopee-checkbox-button__indicator{width:24px;height:24px}.shopee-checkbox-group--x-large .shopee-checkbox-button__indicator:before{border-width:12px}.shopee-checkbox-group--x-large .shopee-checkbox-button__indicator .shopee-icon{width:16px;height:16px}.shopee-checkbox-group--large .shopee-checkbox-button{height:40px;padding:0 24px;font-size:14px;line-height:40px}.shopee-checkbox-group--large .shopee-checkbox-button__indicator{width:20px;height:20px}.shopee-checkbox-group--large .shopee-checkbox-button__indicator:before{border-width:10px}.shopee-checkbox-group--large .shopee-checkbox-button__indicator .shopee-icon{width:14px;height:14px}.shopee-checkbox-group--small .shopee-checkbox-button{height:24px;padding:0 8px;font-size:12px;line-height:24px}.shopee-checkbox-group--small .shopee-checkbox-button__indicator{width:12px;height:12px}.shopee-checkbox-group--small .shopee-checkbox-button__indicator:before{border-width:6px}.shopee-checkbox-group--small .shopee-checkbox-button__indicator .shopee-icon{width:10px;height:10px}.header{position:absolute;top:0;left:0;width:100%;height:56px;background-color:#ee4d2d;z-index:90001;color:#fff}.shopee-logo{float:left;margin-top:8px;width:114px;height:34px;fill:#fff}.language-seletor-container{float:right}.country{float:left;border-left:2px solid #fff;padding-left:12px;font-size:20px;margin-top:24px;margin-left:12px;height:18px;line-height:18px}.shopee-dropdown[data-v-0d956732]{position:relative;display:inline-block;padding:0 40px 0 16px;height:56px;cursor:pointer}.shopee-dropdown__content[data-v-0d956732]{text-align:center;height:56px;line-height:56px}.shopee-dropdown__dropdown-list[data-v-0d956732]{position:absolute;display:none;min-width:100%;top:56px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);padding:5px}.shopee-dropdown__dropdown-item[data-v-0d956732]{height:32px;line-height:32px;text-align:center;font-size:13px;color:#333}.shopee-dropdown__dropdown-item[data-v-0d956732]:hover{color:#ee4d2d}.shopee-dropdown[data-v-0d956732]:after{content:"";position:absolute;right:13px;top:26px;width:0;height:0;border:5px solid transparent;border-top-color:#fff}.shopee-dropdown .popover[data-v-0d956732]{border:none}.shopee-dropdown[data-v-0d956732]:hover{background-color:#e84f1e}.shopee-dropdown:hover .shopee-dropdown__dropdown-list[data-v-0d956732]{display:block}.shopee-alert{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 16px;color:#555;background:#f2f2f2;border:1px solid #d4d4d4;border-radius:4px}.shopee-alert-icon{margin-right:12px;color:#d6d6d6}.shopee-alert-icon .shopee-icon{width:24px;height:24px}.shopee-alert-title{margin-right:20px;font-size:16px;line-height:24px}.shopee-alert--with-desc .shopee-alert-title{font-size:20px;color:#333}.shopee-alert-desc{margin:0;margin-top:6px;font-size:16px}.shopee-alert-close{position:absolute;right:16px;font-size:14px;line-height:24px;color:#bbb;cursor:pointer}.shopee-alert-close .shopee-icon{width:16px;height:16px;vertical-align:sub}.shopee-alert--success{background-color:#f2fbf4;border-color:#7ed898}.shopee-alert--success .shopee-alert-icon{color:#5c7}.shopee-alert--error{background-color:#fff1f0;border-color:#ff736f}.shopee-alert--error .shopee-alert-icon{color:#ff4742}.shopee-alert--info{background-color:#edf6fe;border-color:#4eabf5}.shopee-alert--info .shopee-alert-icon{color:#1791f2}.shopee-alert--warning{background-color:#fffaeb;border-color:#ffce3d}.shopee-alert--warning .shopee-alert-icon{color:#ffbf00}.shopee-alert.is-center,.shopee-button{text-align:center}.shopee-button{position:relative;display:inline-block;height:32px;padding:0 16px;font-size:13px;font-weight:500;line-height:1;color:#555;white-space:nowrap;cursor:pointer;background-color:#fff;border:1px solid #dbdbdb;border-radius:2px;outline:none;box-sizing:border-box;transition:all .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.shopee-button .shopee-icon{width:13px;height:13px;vertical-align:middle}.shopee-button .shopee-icon+span{margin-left:8px;vertical-align:middle}.shopee-button.loading:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background-color:hsla(0,0%,100%,.4);border-radius:inherit;content:""}.shopee-button:hover{color:#555;background-color:#f7f7f7;border-color:#dbdbdb}.shopee-button:active{color:#555;background-color:#f0f0f0;border-color:#dbdbdb}.shopee-button.disabled,.shopee-button.disabled:hover{color:#bbb;cursor:not-allowed;background-color:#fafafa;border-color:#dbdbdb}.shopee-button.shopee-button--outline{color:#fff;background-color:transparent;border-color:#dbdbdb}.shopee-button.shopee-button--outline:hover{color:#fff;background-color:hsla(0,0%,100%,.08);border-color:#dbdbdb}.shopee-button.shopee-button--outline:active{color:#555;background-color:#fff;border-color:#fff}.shopee-button.shopee-button--outline.disabled,.shopee-button.shopee-button--outline.disabled:hover{color:#ccc;background-color:transparent;border-color:#ccc}.shopee-button.shopee-button--frameless{color:#555;background-color:transparent;border-color:transparent}.shopee-button.shopee-button--frameless:hover{color:#555;background-color:#f7f7f7;border-color:transparent}.shopee-button.shopee-button--frameless:active{color:#555;background-color:#f0f0f0;border-color:transparent}.shopee-button.shopee-button--frameless.disabled,.shopee-button.shopee-button--frameless.disabled:hover{color:#ccc;background-color:transparent;border-color:transparent}.shopee-button.shopee-button--round{border-radius:16px}.shopee-button--x-large{height:48px;padding:0 16px;font-size:16px}.shopee-button--x-large.shopee-button--round{border-radius:20px}.shopee-button--x-large .shopee-icon{width:14px;height:14px}.shopee-button--large{height:40px;padding:0 16px;font-size:14px}.shopee-button--large.shopee-button--round{border-radius:20px}.shopee-button--large .shopee-icon{width:14px;height:14px}.shopee-button--small{height:24px;padding:0 8px;font-size:12px}.shopee-button--small.shopee-button--round{border-radius:12px}.shopee-button--small .shopee-icon{width:12px;height:12px}.shopee-button--block{width:100%}.shopee-button--compact{padding:0 8px}.shopee-button--rich{height:auto;padding:8px 24px}.shopee-button--rich .shopee-icon{display:inline-block;width:24px;height:24px;vertical-align:middle}.shopee-button--rich .shopee-icon+.shopee-button__rich-content{display:inline-block;margin-left:16px;text-align:left;vertical-align:middle}.shopee-button--primary{color:#fff;background-color:#ee4d2d;border-color:#ee4d2d}.shopee-button--primary:hover{color:#fff;background-color:#e74b2c;border-color:#e74b2c}.shopee-button--primary:active{color:#fff;background-color:#e0482a;border-color:#e0482a}.shopee-button--primary.disabled,.shopee-button--primary.disabled:hover{color:#fff;background-color:#f8b8ab;border-color:#f8b8ab}.shopee-button--primary.shopee-button--outline{color:#ee4d2d;background-color:transparent;border-color:#ee4d2d}.shopee-button--primary.shopee-button--outline:hover{color:#ee4d2d;background-color:#fef1ee;border-color:#ee4d2d}.shopee-button--primary.shopee-button--outline:active{color:#fff;background-color:#ee4d2d;border-color:#ee4d2d}.shopee-button--primary.shopee-button--outline.disabled,.shopee-button--primary.shopee-button--outline.disabled:hover{color:#f8b8ab;background-color:transparent;border-color:#f8b8ab}.shopee-button--primary.shopee-button--frameless{color:#ee4d2d;background-color:transparent;border-color:transparent}.shopee-button--primary.shopee-button--frameless:hover{color:#ee4d2d;background-color:#fef1ee;border-color:#fef1ee}.shopee-button--primary.shopee-button--frameless:active{color:#fff;background-color:#ee4d2d;border-color:#ee4d2d}.shopee-button--primary.shopee-button--frameless.disabled,.shopee-button--primary.shopee-button--frameless.disabled:hover{color:#f8b8ab;background-color:transparent;border-color:transparent}.shopee-button--secondary{color:#fff;background-color:#00bfa5;border-color:#00bfa5}.shopee-button--secondary:hover{color:#fff;background-color:#00b9a0;border-color:#00b9a0}.shopee-button--secondary:active{color:#fff;background-color:#00b49b;border-color:#00b49b}.shopee-button--secondary.disabled,.shopee-button--secondary.disabled:hover{color:#fff;background-color:#99e5db;border-color:#99e5db}.shopee-button--secondary.shopee-button--outline{color:#00bfa5;background-color:transparent;border-color:#00bfa5}.shopee-button--secondary.shopee-button--outline:hover{color:#00bfa5;background-color:#ebfaf8;border-color:#00bfa5}.shopee-button--secondary.shopee-button--outline:active{color:#fff;background-color:#00bfa5;border-color:#00bfa5}.shopee-button--secondary.shopee-button--outline.disabled,.shopee-button--secondary.shopee-button--outline.disabled:hover{color:#99e5db;background-color:transparent;border-color:#99e5db}.shopee-button--secondary.shopee-button--frameless{color:#00bfa5;background-color:transparent;border-color:transparent}.shopee-button--secondary.shopee-button--frameless:hover{color:#00bfa5;background-color:#ebfaf8;border-color:#ebfaf8}.shopee-button--secondary.shopee-button--frameless:active{color:#fff;background-color:#00bfa5;border-color:#00bfa5}.shopee-button--secondary.shopee-button--frameless.disabled,.shopee-button--secondary.shopee-button--frameless.disabled:hover{color:#99e5db;background-color:transparent;border-color:transparent}.shopee-button__description{margin-top:2px;font-size:11px;line-height:normal;white-space:nowrap}.shopee-button-group{display:inline-block;vertical-align:middle}.shopee-button-group .shopee-button{float:left}.shopee-button-group .shopee-button:not(:last-child):not(:first-child){border-radius:0}.shopee-button-group .shopee-button:not(:last-child){margin-right:-1px}.shopee-button-group .shopee-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.shopee-button-group .shopee-button:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.shopee-button-group.vertical .shopee-button{display:block;float:none;width:100%}.shopee-button-group.vertical .shopee-button:not(:last-child):not(:first-child){border-radius:0}.shopee-button-group.vertical .shopee-button:not(:last-child){margin-bottom:-1px}.shopee-button-group.vertical .shopee-button:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.shopee-button-group.vertical .shopee-button:last-child{border-top-right-radius:0;border-top-left-radius:0}.shopee-modal__mask{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;background-color:rgba(0,0,0,.4)}.shopee-modal__container{position:absolute;top:50%;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shopee-modal__box{position:relative;display:inline-block;padding:48px 32px;-webkit-transform-origin:top;transform-origin:top}.shopee-modal__content{width:500px;overflow-y:auto;color:#555;background-color:#fff;border-radius:3px;box-shadow:0 0 16px 0 rgba(0,0,0,.05),0 16px 16px 0 rgba(0,0,0,.09)}.shopee-modal__content--small{width:400px}.shopee-modal__content--medium{width:600px}.shopee-modal__content--large{width:800px}.shopee-modal__content--x-large{width:1200px}.shopee-modal__content--medium,.shopee-modal__content--small{max-height:600px}.shopee-modal__content--large,.shopee-modal__content--x-large{max-height:100%}.shopee-modal__header{min-height:24px;padding:24px 24px 0}.shopee-modal__header-inner{position:relative}.shopee-modal__header-inner__has-back{border-left:36px solid transparent}.shopee-modal__header-back.shopee-icon{position:absolute;top:0;width:20px;height:20px;margin-top:2px;margin-left:-36px;cursor:pointer}.shopee-modal__title{font-size:20px}.shopee-modal__subtitle{margin-top:8px;font-size:14px;line-height:1;color:#888}.shopee-modal__body{padding:24px}.shopee-modal__footer{padding:0 24px 24px;text-align:right}.shopee-modal__footer .shopee-button:not(:first-child){margin-left:16px}.shopee-modal__close.shopee-icon{position:absolute;top:48px;right:0;width:16px;height:16px;color:#fff;cursor:pointer}.shopee-modal__close--inside.shopee-icon{top:72px;right:56px;width:24px;height:24px;color:#bbb}.fade-fast-appear,.fade-fast-enter-active,.fade-fast-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.fade-fast-appear,.fade-fast-enter-active{-webkit-animation-name:"shopee-fade-fast-in";animation-name:"shopee-fade-fast-in";-webkit-animation-play-state:running;animation-play-state:running}.fade-fast-leave-active{-webkit-animation-name:"shopee-fade-fast-out";animation-name:"shopee-fade-fast-out";-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shopee-fade-fast-in{0%{opacity:0}}@keyframes shopee-fade-fast-in{0%{opacity:0}}@-webkit-keyframes shopee-fade-fast-out{to{opacity:0}}@keyframes shopee-fade-fast-out{to{opacity:0}}.move-down-fast-appear,.move-down-fast-enter-active,.move-down-fast-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.move-down-fast-appear,.move-down-fast-enter-active{-webkit-animation-name:"shopee-move-down-fast-in";animation-name:"shopee-move-down-fast-in";-webkit-animation-play-state:running;animation-play-state:running}.move-down-fast-leave-active{-webkit-animation-name:"shopee-move-down-fast-out";animation-name:"shopee-move-down-fast-out";-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shopee-move-down-fast-in{0%{opacity:0;-webkit-transform:translateY(-10%) scaleY(.95);transform:translateY(-10%) scaleY(.95)}}@keyframes shopee-move-down-fast-in{0%{opacity:0;-webkit-transform:translateY(-10%) scaleY(.95);transform:translateY(-10%) scaleY(.95)}}@-webkit-keyframes shopee-move-down-fast-out{to{opacity:0;-webkit-transform:translateY(-10%) scaleY(.95);transform:translateY(-10%) scaleY(.95)}}@keyframes shopee-move-down-fast-out{to{opacity:0;-webkit-transform:translateY(-10%) scaleY(.95);transform:translateY(-10%) scaleY(.95)}}.shopee-radio{display:inline-block;color:#333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.shopee-radio__input{display:none}.shopee-radio__input:checked+.shopee-radio__indicator{background-color:#ee4d2d;border-color:#ee4d2d}.shopee-radio__input:checked+.shopee-radio__indicator:before{-webkit-transform:scale(1);transform:scale(1)}.shopee-radio__indicator{position:relative;display:inline-block;width:18px;height:18px;margin-right:5px;vertical-align:middle;background-color:#fff;border:1px solid #dbdbdb;border-radius:50%;box-sizing:border-box;transition:border-color .2s ease-in-out}.shopee-radio__indicator:before{position:absolute;top:4px;left:4px;width:8px;height:8px;background-color:#fff;border-radius:50%;content:"";-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.shopee-radio__indicator:hover{border-color:#ee4d2d}.shopee-radio.disabled{color:#ccc;cursor:not-allowed}.shopee-radio.disabled .shopee-radio__indicator{background-color:#fafafa}.shopee-radio.disabled .shopee-radio__indicator:hover{border-color:#ccc}.shopee-radio.disabled .shopee-radio__input:checked+.shopee-radio__indicator{background-color:#dbdbdb;border-color:#dbdbdb}.shopee-radio.disabled .shopee-radio__input:checked+.shopee-radio__indicator:hover{border-color:#ccc}.shopee-radio__label{display:inline-block;font-size:14px;vertical-align:middle}.shopee-radio-button{display:inline-block;height:32px;padding:0 16px;font-size:13px;line-height:32px;color:#555;text-align:center;cursor:pointer;background-color:#fff;border:1px solid #dbdbdb;box-sizing:border-box;transition:all .2s ease-in-out}.shopee-radio-button:hover{color:#555;background-color:#f7f7f7;border-color:#dbdbdb}.shopee-radio-button.checked{color:#555;background-color:#f0f0f0;border-color:#dbdbdb}.shopee-radio-button.checked.disabled,.shopee-radio-button.checked.disabled:hover{color:#bbb;cursor:not-allowed;background-color:#f1f1f1;border-color:#dbdbdb}.shopee-radio-button.disabled,.shopee-radio-button.disabled:hover{color:#bbb;cursor:not-allowed;background-color:#fafafa;border-color:#dbdbdb}.shopee-radio-button__input{display:none}.shopee-radio-button__label,.shopee-radio-group{display:inline-block}.shopee-radio-group .shopee-radio:not(:last-child){margin-right:32px}.shopee-radio-group .shopee-radio-button{float:left}.shopee-radio-group .shopee-radio-button:first-child{border-bottom-left-radius:2px;border-top-left-radius:2px}.shopee-radio-group .shopee-radio-button:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px}.shopee-radio-group .shopee-radio-button:not(:last-child){margin-right:-1px}.shopee-radio-group.vertical{vertical-align:middle}.shopee-radio-group.vertical .shopee-radio{display:block;width:100%;margin-right:0}.shopee-radio-group.vertical .shopee-radio:not(:last-child){margin-bottom:16px}.shopee-radio-group--x-large .shopee-radio-button{height:48px;padding:0 28px;font-size:16px;line-height:48px}.shopee-radio-group--large .shopee-radio-button{height:40px;padding:0 24px;font-size:14px;line-height:40px}.shopee-radio-group--small .shopee-radio-button{height:24px;padding:0 8px;font-size:12px;line-height:24px}.shopee-radio-group--outline .shopee-radio-button{color:#ee4d2d;background-color:#fff;border:1px solid #ee4d2d}.shopee-radio-group--outline .shopee-radio-button:hover{color:#fff;background-color:#e74b2c;border-color:#ee4d2d}.shopee-radio-group--outline .shopee-radio-button.checked{color:#fff;background-color:#e0482a;border-color:#ee4d2d}.shopee-radio-group--outline .shopee-radio-button.checked.disabled,.shopee-radio-group--outline .shopee-radio-button.checked.disabled:hover{color:#fff;cursor:not-allowed;background-color:#f8b8ab;border-color:#f8b8ab}.shopee-radio-group--outline .shopee-radio-button.disabled,.shopee-radio-group--outline .shopee-radio-button.disabled:hover{color:#f8b8ab;cursor:not-allowed;background-color:transparent;border-color:#f8b8ab}@-webkit-keyframes shopee-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes shopee-icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.shopee-icon{display:inline-block;line-height:0;fill:currentColor}.shopee-icon svg{width:100%;height:100%}.shopee-icon-spin{-webkit-animation:shopee-icon-spin 1s 0s infinite linear;animation:shopee-icon-spin 1s 0s infinite linear}.shopee-upload-wrapper{display:inline-block;text-align:center;cursor:pointer;outline:none}.shopee-upload__input{display:none}.shopee-upload-dragger{position:relative;padding:32px;overflow:hidden;background-color:#fff;border:1px dashed #dbdbdb;border-radius:4px;transition:border-color .2s ease-in-out}.shopee-upload-dragger.disabled{background-color:#fafafa}.shopee-upload-dragger:hover:not(.disabled){border-color:#ee4d2d}.shopee-upload-dragger.is-dragover{background-color:#fef1ee;border:2px dashed #ee4d2d}.shopee-form-item{margin-bottom:24px}.shopee-form-item__label{line-height:32px;box-sizing:border-box}.shopee-form-item__content{position:relative;line-height:32px}.shopee-form-item--error .shopee-form-item__content .shopee-input__inner{background-color:#fff1f0;border-color:#ff736f}.shopee-form-item__error{position:absolute;top:100%;left:0;padding-top:6px;font-size:12px;line-height:1;color:#ff736f;-webkit-transform-origin:center top;transform-origin:center top}.shopee-form-item--small{margin-bottom:18px}.shopee-form-item--small .shopee-form-item__content,.shopee-form-item--small .shopee-form-item__label{line-height:24px}.shopee-form-item--small .shopee-form-item__error{padding-top:3px}.shopee-form-item--large{margin-bottom:24px}.shopee-form-item--large .shopee-form-item__content,.shopee-form-item--large .shopee-form-item__label{line-height:40px}.shopee-form-item--x-large{margin-bottom:28px}.shopee-form-item--x-large .shopee-form-item__content,.shopee-form-item--x-large .shopee-form-item__label{line-height:48px}.shopee-form--inline .shopee-form-item{display:inline-block;margin-right:12px;vertical-align:top}.shopee-form--inline .shopee-form-item__content{display:inline-block}.shopee-form--inline .shopee-form-item__label,.shopee-form--label-left .shopee-form-item__label,.shopee-form--label-right .shopee-form-item__label{float:left;padding-right:24px}.shopee-form--label-right .shopee-form-item__label{text-align:right}.shopee-form--label-top .shopee-form-item__label{display:inline-block;padding-bottom:4px}.shopee-form-item__label{width:200px}.shopee-form-item__content{margin-left:200px}.shopee-form--inline .shopee-form-item__label,.shopee-form--label-top .shopee-form-item__label{width:auto}.shopee-form--inline .shopee-form-item__content,.shopee-form--label-top .shopee-form-item__content{margin-left:0}.shopee-input{line-height:0;background-color:#fff}.shopee-input__inner{position:relative;display:inline-table;width:100%;height:32px;padding:0 12px;font-size:14px;border-collapse:separate;border-spacing:0;box-sizing:border-box;border:1px solid #e8e8e8;border-radius:2px;outline:none;transition:border .2s ease-in-out}.shopee-input__inner.focused,.shopee-input__inner:hover{border-color:#bbb}.shopee-input__inner .shopee-input__clear-btn.shopee-icon,.shopee-input__inner .shopee-input__prefix-icon.shopee-icon,.shopee-input__inner .shopee-input__suffix-icon.shopee-icon{width:10px;height:10px}.shopee-input__inner .shopee-input__input{height:30px;font-size:14px}.shopee-input__inner--small{height:24px;padding:0 8px;font-size:12px}.shopee-input__inner--small .shopee-input__clear-btn.shopee-icon,.shopee-input__inner--small .shopee-input__prefix-icon.shopee-icon,.shopee-input__inner--small .shopee-input__suffix-icon.shopee-icon{width:8px;height:8px}.shopee-input__inner--small .shopee-input__input{height:22px;font-size:12px}.shopee-input__inner--large{height:40px}.shopee-input__inner--large .shopee-input__clear-btn.shopee-icon,.shopee-input__inner--large .shopee-input__prefix-icon.shopee-icon,.shopee-input__inner--large .shopee-input__suffix-icon.shopee-icon{width:12px;height:12px}.shopee-input__inner--large .shopee-input__input{height:38px;font-size:14px}.shopee-input__inner--x-large{height:48px;font-size:16px}.shopee-input__inner--x-large .shopee-input__clear-btn.shopee-icon,.shopee-input__inner--x-large .shopee-input__prefix-icon.shopee-icon,.shopee-input__inner--x-large .shopee-input__suffix-icon.shopee-icon{width:16px;height:16px}.shopee-input__inner--x-large .shopee-input__input{height:46px;font-size:16px}.shopee-input__inner.error{background-color:#fff1f0;border-color:#ff4742}.shopee-input__inner.disabled{color:#ccc;cursor:not-allowed;background-color:#fafafa;border-color:#e8e8e8}.shopee-input__inner.disabled:hover{border-color:#e8e8e8}.shopee-input__inner.disabled .shopee-input__input{color:#ccc;cursor:not-allowed}.shopee-input__inner.active-clearable:hover .shopee-input__clear-btn{display:inline-block}.shopee-input__input{display:table-cell;width:100%;padding:0;color:#191919;vertical-align:middle;background-color:inherit;border:0;outline:none;box-sizing:border-box}.shopee-input__input::-webkit-input-placeholder{color:#bbb}.shopee-input__input:-ms-input-placeholder,.shopee-input__input::-ms-input-placeholder{color:#bbb}.shopee-input__input::placeholder{color:#bbb}.shopee-input__prefix,.shopee-input__suffix{position:relative;display:table-cell;width:1px;height:100%;line-height:0;color:#bbb;white-space:nowrap;vertical-align:middle}.shopee-input__clear-btn.shopee-icon{display:none;fill:#dbdbdb}.shopee-input__prefix{padding-right:4px}.shopee-input__suffix{padding-left:4px}.shopee-input__area{width:100%;font-size:14px;vertical-align:top;border:0;outline:none;box-sizing:border-box}.shopee-input__area .shopee-input__inner{display:inline-block;padding:12px}.shopee-input__area::-webkit-input-placeholder{color:#bbb}.shopee-input__area:-ms-input-placeholder,.shopee-input__area::-ms-input-placeholder{color:#bbb}.shopee-input__area::placeholder{color:#bbb}.shopee-input__error-msg{margin:6px 0;font-size:12px;line-height:1em;color:#ff4742;word-break:normal;word-wrap:break-word}.shopee-popper{background-color:#fff;border-radius:2px;box-shadow:0 0 8px 0 rgba(0,0,0,.09),0 8px 8px 0 rgba(0,0,0,.05)}.shopee-popper[x-placement^=bottom]{margin-top:4px}.shopee-popper[x-placement^=top]{margin-bottom:4px}.shopee-popper[x-placement^=left]{margin-right:4px}.shopee-popper[x-placement^=right]{margin-left:4px}.slide-fast-appear,.slide-fast-enter-active,.slide-fast-leave-active{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused}.slide-fast-appear,.slide-fast-enter-active{-webkit-animation-name:"shopee-slide-fast-in";animation-name:"shopee-slide-fast-in";-webkit-animation-play-state:running;animation-play-state:running}.slide-fast-leave-active{-webkit-animation-name:"shopee-slide-fast-out";animation-name:"shopee-slide-fast-out";-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shopee-slide-fast-in{0%{opacity:0;-webkit-transform:scaleY(.8);transform:scaleY(.8)}}@keyframes shopee-slide-fast-in{0%{opacity:0;-webkit-transform:scaleY(.8);transform:scaleY(.8)}}@-webkit-keyframes shopee-slide-fast-out{to{opacity:0;-webkit-transform:scaleY(.8);transform:scaleY(.8)}}@keyframes shopee-slide-fast-out{to{opacity:0;-webkit-transform:scaleY(.8);transform:scaleY(.8)}}.shopee-option{padding:8px 16px;font-size:14px;line-height:16px;color:#555;white-space:nowrap;list-style:none;cursor:pointer}.shopee-option.active,.shopee-option:hover{color:#333;background-color:#e8e8e8}.shopee-option.selected{font-weight:500;color:#ee4d2d}.shopee-option.disabled{color:#bbb;cursor:not-allowed}.shopee-option.disabled:hover{background-color:#fff}.shopee-option.is-divided{border-top:1px solid #e8e8e8}.shopee-option .shopee-icon{float:right;width:10px;height:10px;margin-top:1px}.shopee-option-group__title{padding:8px 16px;font-size:12px;color:#888}.shopee-option-group__options{padding:0}.shopee-select{position:relative;display:inline-block}.shopee-select.clearable .shopee-input:hover .shopee-input__suffix-icon{display:none}.shopee-select.clearable .shopee-input:hover .shopee-input__clear-btn.shopee-icon{display:inline-block}.shopee-select.is-show .shopee-input .shopee-input__suffix-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.shopee-select .shopee-input,.shopee-select .shopee-input input{cursor:pointer}.shopee-select .shopee-input__inner .shopee-input__suffix-icon.shopee-icon{width:8px;height:8px;padding:1px}.shopee-select .shopee-input__inner--large .shopee-input__suffix-icon.shopee-icon{width:10px;height:10px;padding:1px}.shopee-select .shopee-input__inner--small .shopee-input__suffix-icon.shopee-icon{width:6px;height:6px;padding:1px}.shopee-select__menu{padding:8px 0;margin:0;overflow:auto}body,p{margin:0}.shop-info-form{padding-bottom:63px}.collect-box{background:#f6f6f6;min-height:100%;padding-top:56px;margin-bottom:-54px}.collect-box__container{width:1200px;margin:0 auto}.collect-box__header{position:fixed;top:0;left:0;width:100%;height:56px;z-index:90001;box-shadow:0 1px 4px 0 rgba(0,0,0,.07);background-color:#fff}.collect-box__header-logo,.collect-box__header-logo__icon{float:left}.collect-box__header-logo__icon svg{fill:#ee4d2d;width:81px;height:31px;margin-top:13px}.collect-box__header-logo__title{float:left;position:relative;line-height:16px;font-weight:500;margin-top:25px;padding-left:8px;margin-left:8px}.collect-box__header-logo__title:before{content:"";position:absolute;width:1px;height:15px;left:0;top:0;background-color:rgba(85,85,85,.6)}.collect-box__content{width:1105px;margin:16px auto 0}.collect-box__content-box{display:inline-block;width:784px;padding:0 24px;background:#fff;box-shadow:0 1px 4px 0 rgba(74,74,78,.16);border-radius:2px}.collect-box__content-box__head{position:relative;padding:32px 0;border-bottom:1px solid #e5e5e5}.collect-box__content-box__head-title{font-weight:500;font-size:24px;color:#333;line-height:33px}.collect-box__content-box__head-title .span{font-weight:500;font-size:24px;color:#333;line-height:28px}.collect-box__content-box__head-subtitle{font-size:14px;color:#333;margin-top:10px}.collect-box__content-box__head-line{position:absolute;width:1200px;bottom:50px}.collect-box__content-box__common{position:relative;padding:32px 0;border-bottom:1px solid #e5e5e5}.collect-box__content-box__common-title{width:128px;font-weight:500;text-align:right;font-size:20px;color:#333}.collect-box__content-box__common-display{font-size:14px;color:#333}.collect-box__content-box__common-picture{width:96px;height:96px;border-radius:4px}.collect-box__content-box__common-picture-img{width:100%;height:100%}.collect-box__content-box__common-picture.flow-img-list{display:-webkit-box;display:-ms-flexbox;display:flex}.collect-box__content-box__common-picture.flow-img-list .collect-box__content-box__common-picture-img{margin-right:10px}.collect-box__content-box__common-IDCard{display:inline-block;width:130px;height:80px;border-radius:4px}.collect-box__content-box__common-detail{margin-top:24px}.collect-box__content-box__common-detail__info{margin-bottom:24px}.collect-box__content-box__common-detail__info-label{width:128px;font-size:14px;color:#333;text-align:right;margin-right:16px;margin-top:5px}.collect-box__content-box__common-detail__info .shopee-form-item__label{-webkit-box-flex:0;-ms-flex:0 0 144px;flex:0 0 144px;font-size:14px;color:#333;padding-right:16px}.collect-box__content-box__common-detail__info .shopee-form-item__content{margin-left:0}.collect-box__content-box__common-detail__info .collect-upload .shopee-upload-wrapper:hover{background:rgba(23,145,242,.06)}.collect-box__content-box__common-detail__info .collect-upload .case-flow__upload-icon{width:20px;height:20px;fill:#1791f2;margin-top:35px;margin-bottom:0}.collect-box__content-box__common-detail__info .collect-upload .case-flow__upload-text{line-height:12px;font-size:12px;color:#1791f2;text-align:center}.collect-box__content-box__common-detail__info .collect-upload .shopee-upload-dragger{width:96px;height:96px;padding:0}.collect-box__content-box__common-detail__info .collect-upload .collect-upload-IDCard .shopee-upload-dragger{width:100%;height:100%}.collect-box__content-box__common-detail__info .collect-upload__content{position:relative;width:100%;height:100%}.collect-box__content-box__common-detail__info .collect-upload__content-change{visibility:hidden;position:absolute;width:72px;height:24px;top:40px;left:10px;border-radius:12px;background:rgba(0,0,0,.5);font-size:12px;color:#fff;text-align:center;line-height:24px}.collect-box__content-box__common-detail__info .collect-upload__content-IDCard{top:28px;left:29px}.collect-box__content-box__common-detail__info .collect-upload__action{width:96px;height:96px}.collect-box__content-box__common-detail__info .collect-upload__content:hover .collect-upload__content-change{visibility:visible}.collect-box__content-box__common-detail__info .collect-upload__error{width:500px;font-size:12px;color:#ff4742;line-height:0}.collect-box__content-box__common-detail__info-reminder{font-size:12px;color:#666;margin-top:8px}.collect-box__content-box__common-detail__info-reminder p{margin:0;line-height:normal}.collect-box__content-box__common-detail__info-inputwrapper>.shopee-input__inner{padding-left:0}.collect-box__content-box__common-detail__info-selectprefix .shopee-input__inner{border:0}.collect-box__content-box__common-detail__info-selectprefix .shopee-input__inner input{margin-right:35px}.collect-box__content-box__common-detail .toolengthlabel_link label{word-break:keep-all}.collect-box__content-box__common-detail .toolengthlabel_link div{word-break:break-word;max-width:700px}.collect-box__content-box__common-detail__info.shopee-form-item .shopee-form-item__content .shopee-form-item__error{position:static}.collect-box__content-box__common-line{position:absolute;width:1200px;bottom:50px}.collect-box__content-box__submit{position:fixed;box-sizing:border-box;padding:0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:64px;bottom:0;margin-left:-24px;width:832px;background:#fff;box-shadow:0 -2px 6px 0 rgba(74,74,78,.16)}.collect-box__content-box__submit-lock,.collect-box__content-box__submit-save{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;height:32px}.collect-box__content-box__submit-lock{margin-left:16px}.collect-box__content-bar{position:fixed;display:inline-block;box-sizing:border-box;width:304px;padding:24px;margin-left:16px;background:#fff;box-shadow:0 1px 4px 0 rgba(74,74,78,.16);border-radius:2px}.collect-box__content-bar__leftrail{display:inline-block;position:relative;height:134px;border-left:2px solid #f6f6f6}.collect-box__content-bar__sliderail{position:absolute;top:0;left:-2px;height:14px;border-left:2px solid #ee4d2d}.collect-box__content-bar .slide-company{top:0}.collect-box__content-bar .slide-shop{top:40px}.collect-box__content-bar .slide-contact{top:80px}.collect-box__content-bar .slide-others{top:120px}.collect-box__content-bar__content{display:inline-block;position:absolute;top:0;width:238px;margin-left:16px}.collect-box__content-bar__content-item{display:block;font-size:14px;color:#222;line-height:16px;font-weight:400;margin-top:24px;text-decoration:none}.collect-box__content-bar__content .nav-active{font-weight:500;color:#ee4d2d}.collect-box__content-bar__content:nth-child(0){margin-top:0}.collect-box__content .upload-img-list{display:-webkit-box;display:-ms-flexbox;display:flex}.collect-box__content .upload-img-list .upload-img-item{margin-right:10px;position:relative}.collect-box__content .upload-img-list .upload-img-item .del-btn{cursor:pointer;visibility:hidden;position:absolute;top:3px;right:3px;width:14px;height:14px;fill:#ee4d2d}.collect-box__content .upload-img-list .upload-img-item:hover .del-btn{visibility:visible}.collect-submit .shopee-modal__content{width:446px}.collect-submit .shopee-button{width:92px;height:32px}.collect-submit__box{text-align:center}.collect-submit__box-header{display:inline-block;width:56px;height:56px;border-radius:50%;background-size:100%;margin-top:24px;margin-bottom:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAMAAADxPgR5AAACAVBMVEUAAAB53Jld0X5135lXznmA/7WN6K9XzXlYznqM6K2N6a994J+I5qh44Zl7352N561q14yN6a9k1IaJ5qpcz35l1YdZz3xc0H6I5qpf0oBf1ID///9t2Y5/4Z9s2I5y2pNYznqM561Yznpx2pRy25SG5Kd84J2N6K5y25OC46SF5KeO6K553pps145YznmG5adf0YGH5KZg1YR03peI5qqT66eZ/8xm/5ld0X9k04aI5amE46Vg0oNz25Rw2ZOB4qJi1ISO6bBl1Yd03JVv2ZKL56yA4qJZz3xWzXhu2ZFn1olYzXqG5adf0YB43pl74Jxp1oyA46FZznxk1ohu1ouP6bSP6K+O6K923Jd03JZ+4Z994J97353///+C4qNj04Vh0oNz25V+4KCA4aJ94J543ppn1Ylp1ot53pt23Zhr142E46Vx2pNl1Id33Zl13Jdbz31g0oKF5Kd03JZo1YpZzntv2ZFm1Iht2I9k1IZs2I5y2pRq14xf0YFe0YCH5ald0H9w2ZKJ5qt63pxc0H5/4aBv2JCG5KiF46aI5apYznqL562K5qxXzXlx2pKB4qKM6K5WzXiC46Ru2ZB73pxv2ZDi9+nE79F32pbF79Pk9+p02ZTG8NTl+Ovg9+fH8NS/7s6r6b+g57iK4Kbd9uSW46/1/PfI8dW068ax6sOP4KlH5zmEAAAAXHRSTlMA/ksL+gL60MeJSkorF8/OzMfFmJiLi4JPKh8CSvv6+e3h4d/Sx8e2l4qBcHBwcGpqQkIiHg0FBf367u7u7Ozi4tLQxsW/v7+4t7S0qamMg4NUVFMsIuzsuLi0tECzdLMAAAezSURBVGjevJdLa9NREMUnFAN5mBCyCZQiRduqLZRi60IREdGVKC58J4HmAQkpDaTLLv6QENqSghKyUXyhiH5MT264TofJ7b2p1R9DZu6ZOTOlpYXSTMw/S67mV3L3Fl/E488X7+VW8qvJZ/P0b9hKJrLxd1OIZxPJLTpn0omcPDZ4NzCgMEdziTSdGxdXswOJOYQQdXb1Ip0HGyvxgeR4cIyYUsdXNuhvSeaOLVisjiktl6S/oZA97uqDAHIXwXp3YN/ZAp2V9IPJEnwIpKZ7D9J0FuYSR90jhF6qdNVLzNHMJBftYpOBrnXfHl1M0mzcTGAJoxdH3Sg6iqQO+HDiJs3A5lIEsBARObB919zSJgVTuGUsB9GBAYUAAmtubhUokPUDPiQP8zHWxBciiNYpiOsnlzNa6xx0OlEnQnRQTpu9Tn7m8x3GLEKot8Tdy8977z3Siw47hwhd677mke9iHmaJWYbw1XxckPf8/A5bckGr02pBs8v/ZIgGDIi39p/6c1xvhYLFCFG7WCcnhWG5VfYfwxDCWSsK5GDztjXJbBmWh4iJPmxxjQ/TgzjVf3vT8fdzqazhQ5w9uvYv3aRpXCtXy2cF1mrV7b9GU0gNhZHr4OVu/zBFirm7YvBt9S2CM4BsesDRd/vvzulvaBW4l/nr0/3qm5pe6Per/Spiki2VagVhStVjTWXlX0iT5GFfGyv9ChAHgdGhmTfj8z8kwVO76CQQAOsoEDbLGb//qTiY4TG5PFzz6RnxK1GpVWqIisrgNM0S4k8Rs1yTsMmhiWUgxL/M9zbkcLFWRNisdT0b5t8gy+uiwg6iAHKB1sP8b+y9iwvF/8KC/f9xbTQRRsURwuPiOVftZs3+ThR7vWLPSEimttks6Y16gHU1G+rPkCE9bjSKjUav0RNAYI0Pql64P01jnjSY8QDC8XZo4f4nNGb5pKHeqCN0zWg93L9MYCtWN4hBAfcdvWB/bAsHU/WzsFvfRcxsS+HgY2PEh0Lqrj7n79+++/yPcTDjXNjcbY5BUjprzNdSqfTV488QXYjZBSZLWNeaqBE/S2N+nO6PXaAbzWa72UY0Z4R9Jn8pGX55PDco1bZYM9Cafktwz/DN40/RWru9195DtB1wn2vVt/c+Nz3+Nbq6B8RCBUSha+y9TzWf/yq9mhTbe9sGFAIISlPzH+29kdf/ku4bwTTCkR6+5/fdpyv7+9v7pkbi2oGaQ8H3AvxX6LJagBDZglLP8r0PoxD/Zbozeezs7yC4yZo6KHp8Lxbkv0OXdgQYQLjeWnvP94L8l35TTsY8jQNBFB4OUSJZkeiiNFDQpIGeAtFAhQQtQjSJFOHO2jhRGjcu00Q5c4p0InfcSXe/kud11s+bwbHzacTMvpnnJ4psByavCao6v6yz9UvdDfO8nZ4ZeDWfJ/ME+IcQUeivH/nv+aDYcwfQmPe1n93tr+TUCcQ7/mW/+P3AatybuTGJl0d0GOdTOYPRJCijsPq/p02i3jOvzq/1M7kxtaQmTc3/JyZSRzEPGw3vPG7k1pilWaLsgccyzfV3l/iGN8p+BJWVebv9BmV99n0r54tFvIjjNObhIl1YMOT8KBNTp4GsVJv8aHa2/Vz6scOa8Af4GhN5w7xdfq31pRvH03iKimuZMtHdenkNfm/flcspoIBBUUlcFQrz8Gjhp34pRz07jKYjCwZidavxf/Tz3H2T39E7EgkgOIPG7VzGzxVm5lla+B2BiJzMRrPihcHNCia+lXkrenb7yQkCu/mhBQNK9wKX87fMo6fBT7oIPOzl03A2RHGjNCa6PO4a/KR3KCAYkvwA9fU78/NIOz8IJOe+aoiGEUrPTNR5TX5yLzmPUIE+dJ37zOUlat/K/yiWIGpNtsmLBtEAFe1HIAV9GOFWQFT6O/I+Un8ftfX3peCYosd4MEZtib/Xf/RlO390LBvueEDcMXUMKHbetPPfieMiDMfheG9gQrE3cSElnRA4M6Gm3opmf0fIt0k4CWvBEqVmtW/wd6XCdeWDCojUa2j2X0uVh+fJcw6af5zr1Mj2fbP/QTw6WOwDPoJScz0d8fmsdY5VHoSBAAAfMaJLl2IVnYoPINLFFjp0a6F06Qv8PoIOjhUHJ8Ghb/wfghzpxfza9v84knjJ3Rke5g/Lf3IMdjY6hPBiozRQ9hHldW/N9Rt4ZZ1YU1wmczxvzJ0sYERuxgYtIUBjk6MyLzFyRGdizk/Xb0AnW9NDHUzTHacMUq0z0IqO5WyP8oFRznKMYILALmRoiIuC39M+cV8KmJQqBfWjxqBvc37yXQoGQa0YCjD0OTrTzusDMPLq+Zq6waBdywMz+9Yoxobsmxjvbjb8wfZYo7ZpMdiZ33Men8cFrWpohouB+kMkgFnSPZUUbYHREsoP8MC+R/sUZhJbLKUGuBCWn3yzFTBb5BYGVVFhGM/IjWCBzH9phHDTDZgY6mewjIg1g2g4zyu5WMBili8rHTaYk74F7wjPXVd1FYNJymvuziG86+50ZBiCC0f3yLnDJ4TbafVdj8HzroBP7a6y18OBGLT38rqDb1gljjLo2T8x2HwnWcHXhIErnyMchqGcpRuE8GWW8B0cyknHFxb8DzsSiXdxnXgr5TZ23IuXiMiGJX4BnXziEt8fp80AAAAASUVORK5CYII=)}.collect-submit__box-title{font-size:20px;color:#333;text-align:center;line-height:20px}.collect-submit__box-subtitle{font-size:14px;color:#333;letter-spacing:0;text-align:center;line-height:20px;margin-top:16px;padding:0 24px}.route-404 .not-found-card{box-sizing:border-box;border-radius:10px;padding:40px 100px;width:500px;text-align:center;margin:200px auto;box-shadow:0 .5rem 1rem rgba(0,0,0,.09)}.route-404 .not-found-card .no-result{padding:60px 0;display:block;text-align:center}.route-404 .not-found-card .no-result__text{text-align:center;width:100%;font-size:12px;display:block;margin-top:20px;font-size:14px;color:#888}.have-reminder{margin-bottom:0}.extra-reminder .shopee-form-item__content{margin-left:145px}.empty-picture{display:none}.phone-input>.shopee-input__inner{padding-left:0}.phone-input .phone-select .shopee-input__inner{border:0}.phone-input .phone-select .shopee-input__inner input{margin-right:35px}.phone-input .shopee-input__inner.error .shopee-select .shopee-input__inner{background-color:#fff1f0}.result-tip[data-v-377fbede]{margin-top:16px;padding:16px}.result-tip[data-v-377fbede] .shopee-icon{width:16px;height:16px}.result-tip .title[data-v-377fbede]{font-weight:700;color:#333;margin-bottom:8px}.result-tip .desc[data-v-377fbede],.result-tip .suggestion[data-v-377fbede]{margin-bottom:4px;font-size:14px;line-height:20px;color:#666;word-break:break-all}.result-tip p[data-v-377fbede]{line-height:16px;margin:0}.collect-form-item[data-v-d784adea]{margin-bottom:24px}.collect-form-item[data-v-d784adea] .shopee-form-item{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex}.collect-form-item[data-v-d784adea] .shopee-form-item .shopee-form-item__label{-webkit-box-flex:0;-ms-flex:0 0 151px;flex:0 0 151px;font-size:14px;color:#333;padding-right:16px}.collect-form-item[data-v-d784adea] .shopee-form-item .shopee-form-item__content{margin-left:0}.collect-form-item[data-v-d784adea] .shopee-form-item .shopee-form-item__content .shopee-form-item__error{position:static}.collect-form-item .form-item-desc[data-v-d784adea]{margin-top:8px;margin-left:145px;font-size:12px;color:#666}.collect-form-item .review-tip[data-v-d784adea]{margin-top:10px;margin-left:145px;border:none;background:#f6f5f6}.collect-form-item .review-tip[data-v-d784adea] .shopee-icon{color:red;width:16px;height:16px}.collect-form-item .review-tip p[data-v-d784adea]{font-size:14px;line-height:20px}.collect-form-item .review-tip .title[data-v-d784adea]{font-weight:700}.collect-form-item .review-tip .desc[data-v-d784adea]{color:#666;margin-top:5px;word-wrap:break-word;word-break:break-all}.collect-form-item .review-tip .tip-image[data-v-d784adea]{width:96px;height:96px;-o-object-fit:cover;object-fit:cover;border-radius:4px;margin-top:10px}.collect-form-item .review-tip .tip-image[data-v-d784adea]:hover{cursor:zoom-in}.sucess-modal[data-v-11e82436] .shopee-modal__content{width:440px}.sucess-modal .content[data-v-11e82436]{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;color:#333;line-height:20px}.sucess-modal .content .icon[data-v-11e82436]{border-radius:50%;background:#5c7;color:#fff;width:52px;height:52px}.sucess-modal .content .title[data-v-11e82436]{margin-top:16px;font-size:20px}.sucess-modal .content .desc[data-v-11e82436]{margin-top:16px;font-size:14px;text-align:center}.sucess-modal .footer[data-v-11e82436]{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}.sucess-modal .footer .btn[data-v-11e82436]{width:92px}.image[data-v-2cb073ea]{position:relative;overflow:hidden;border-radius:4px;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:50%}.image[data-v-2cb073ea]:after{content:" ";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.04)}.mask[data-v-5755c3d4]{top:0;bottom:0;left:0;right:0;position:fixed;background:rgba(26,19,19,.6);z-index:100000;text-align:center;overflow:scroll;cursor:zoom-out}.big-image[data-v-5755c3d4]{width:80%;border:1px solid transparent;-o-object-fit:contain;object-fit:contain}