.ant-switch{margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:44px;height:22px;line-height:20px;vertical-align:middle;background-color:rgba(0,0,0,.25);border:1px solid transparent;border-radius:100px;cursor:pointer;-webkit-transition:all .36s;transition:all .36s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-switch-inner{display:block;margin-right:6px;margin-left:24px;color:#fff;font-size:12px}.ant-switch-loading-icon,.ant-switch:after{position:absolute;top:1px;left:1px;width:18px;height:18px;background-color:#fff;border-radius:18px;cursor:pointer;-webkit-transition:all .36s cubic-bezier(.78,.14,.15,.86);transition:all .36s cubic-bezier(.78,.14,.15,.86);content:" "}.ant-switch:after{-webkit-box-shadow:0 2px 4px 0 rgba(0,35,11,.2);box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}.ant-switch:not(.ant-switch-disabled):active:after,.ant-switch:not(.ant-switch-disabled):active:before{width:24px}.ant-switch-loading-icon{z-index:1;display:none;font-size:12px;background:transparent}.ant-switch-loading-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.ant-switch-loading .ant-switch-loading-icon{display:inline-block;color:rgba(0,0,0,.65)}.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon{color:#1890ff}.ant-switch:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-switch:focus:hover{-webkit-box-shadow:none;box-shadow:none}.ant-switch-small{min-width:28px;height:16px;line-height:14px}.ant-switch-small .ant-switch-inner{margin-right:3px;margin-left:18px;font-size:12px}.ant-switch-small:after{width:12px;height:12px}.ant-switch-small:active:after,.ant-switch-small:active:before{width:16px}.ant-switch-small .ant-switch-loading-icon{width:12px;height:12px}.ant-switch-small.ant-switch-checked .ant-switch-inner{margin-right:18px;margin-left:3px}.ant-switch-small.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-13px}.ant-switch-small.ant-switch-loading .ant-switch-loading-icon{font-weight:700;-webkit-transform:scale(.66667);transform:scale(.66667)}.ant-switch-checked{background-color:#1890ff}.ant-switch-checked .ant-switch-inner{margin-right:24px;margin-left:6px}.ant-switch-checked:after{left:100%;margin-left:-1px;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.ant-switch-checked .ant-switch-loading-icon{left:100%;margin-left:-19px}.ant-switch-disabled,.ant-switch-loading{cursor:not-allowed;opacity:.4}.ant-switch-disabled *,.ant-switch-disabled:after,.ant-switch-disabled:before,.ant-switch-loading *,.ant-switch-loading:after,.ant-switch-loading:before{cursor:not-allowed}@-webkit-keyframes AntSwitchSmallLoadingCircle{0%{-webkit-transform:rotate(0deg) scale(.66667);transform:rotate(0deg) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}to{-webkit-transform:rotate(1turn) scale(.66667);transform:rotate(1turn) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}@keyframes AntSwitchSmallLoadingCircle{0%{-webkit-transform:rotate(0deg) scale(.66667);transform:rotate(0deg) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}to{-webkit-transform:rotate(1turn) scale(.66667);transform:rotate(1turn) scale(.66667);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}.ant-steps{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;font-size:0}.ant-steps-item{position:relative;display:inline-block;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;vertical-align:top}.ant-steps-item-container{outline:none}.ant-steps-item:last-child{-webkit-box-flex:0;-ms-flex:none;flex:none}.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail{display:none}.ant-steps-item-content,.ant-steps-item-icon{display:inline-block;vertical-align:top}.ant-steps-item-icon{width:32px;height:32px;margin-right:8px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:32px;text-align:center;border:1px solid rgba(0,0,0,.25);border-radius:32px;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s}.ant-steps-item-icon>.ant-steps-icon{position:relative;top:-1px;color:#1890ff;line-height:1}.ant-steps-item-tail{position:absolute;top:12px;left:0;width:100%;padding:0 10px}.ant-steps-item-tail:after{display:inline-block;width:100%;height:1px;background:#d8d8d8;border-radius:1px;-webkit-transition:background .3s;transition:background .3s;content:""}.ant-steps-item-title{position:relative;display:inline-block;padding-right:16px;color:rgba(0,0,0,.65);font-size:16px;line-height:32px}.ant-steps-item-title:after{position:absolute;top:16px;left:100%;display:block;width:9999px;height:1px;background:#d8d8d8;content:""}.ant-steps-item-subtitle{display:inline;margin-left:8px;font-weight:400}.ant-steps-item-description,.ant-steps-item-subtitle{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-item-wait .ant-steps-item-icon{background-color:#fff;border-color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:rgba(0,0,0,.25)}.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:rgba(0,0,0,.25)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#d8d8d8}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#d8d8d8}.ant-steps-item-process .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.85)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#d8d8d8}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.65)}.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#d8d8d8}.ant-steps-item-process .ant-steps-item-icon{background:#1890ff}.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#fff}.ant-steps-item-process .ant-steps-item-title{font-weight:500}.ant-steps-item-finish .ant-steps-item-icon{background-color:#fff;border-color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:rgba(0,0,0,.65)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#1890ff}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:rgba(0,0,0,.45)}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#1890ff}.ant-steps-item-error .ant-steps-item-icon{background-color:#fff;border-color:#f5222d}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon{color:#f5222d}.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background-color:#d8d8d8}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description{color:#f5222d}.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#d8d8d8}.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after{background:#f5222d}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]{cursor:pointer}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-title{-webkit-transition:color .3s;transition:color .3s}.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title{color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon{border-color:#1890ff}.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon{color:#1890ff}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{margin-right:16px;white-space:nowrap}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child{margin-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title{padding-right:0}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail{display:none}.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description{max-width:140px;white-space:normal}.ant-steps-item-custom .ant-steps-item-icon{height:auto;background:none;border:0}.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{top:0;left:.5px;width:32px;height:32px;font-size:24px;line-height:32px}.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#1890ff}.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon{width:auto}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item{margin-right:12px}.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child{margin-right:0}.ant-steps-small .ant-steps-item-icon{width:24px;height:24px;font-size:12px;line-height:24px;text-align:center;border-radius:24px}.ant-steps-small .ant-steps-item-title{padding-right:12px;font-size:14px;line-height:24px}.ant-steps-small .ant-steps-item-title:after{top:12px}.ant-steps-small .ant-steps-item-description{color:rgba(0,0,0,.45);font-size:14px}.ant-steps-small .ant-steps-item-tail{top:8px}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon{width:inherit;height:inherit;line-height:inherit;background:none;border:0;border-radius:0}.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon{font-size:24px;line-height:24px;-webkit-transform:none;transform:none}.ant-steps-vertical{display:block}.ant-steps-vertical .ant-steps-item{display:block;overflow:visible}.ant-steps-vertical .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-vertical .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-vertical .ant-steps-item-title{line-height:32px}.ant-steps-vertical .ant-steps-item-description{padding-bottom:12px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:12px;padding:30px 0 6px}.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}@media (max-width:480px){.ant-steps-horizontal.ant-steps-label-horizontal{display:block}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item{display:block;overflow:visible}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon{float:left;margin-right:16px}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content{display:block;min-height:48px;overflow:hidden}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title{line-height:32px}.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description{padding-bottom:12px}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{position:absolute;top:0;left:16px;width:1px;height:100%;padding:38px 0 6px}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after{width:1px;height:100%}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail{display:block}.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{display:none}.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail{position:absolute;top:0;left:12px;padding:30px 0 6px}.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title{line-height:24px}}.ant-steps-label-vertical .ant-steps-item{overflow:visible}.ant-steps-label-vertical .ant-steps-item-tail{margin-left:58px;padding:3.5px 24px}.ant-steps-label-vertical .ant-steps-item-content{display:block;width:116px;margin-top:8px;text-align:center}.ant-steps-label-vertical .ant-steps-item-icon{display:inline-block;margin-left:42px}.ant-steps-label-vertical .ant-steps-item-title{padding-right:0}.ant-steps-label-vertical .ant-steps-item-title:after{display:none}.ant-steps-label-vertical .ant-steps-item-subtitle{display:block;margin-bottom:4px;margin-left:0;line-height:1.5}.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon{margin-left:46px}.ant-steps-dot .ant-steps-item-title,.ant-steps-dot.ant-steps-small .ant-steps-item-title{line-height:1.5}.ant-steps-dot .ant-steps-item-tail,.ant-steps-dot.ant-steps-small .ant-steps-item-tail{top:2px;width:100%;margin:0 0 0 70px;padding:0}.ant-steps-dot .ant-steps-item-tail:after,.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after{width:calc(100% - 20px);height:3px;margin-left:12px}.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot{left:2px}.ant-steps-dot .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-icon{width:8px;height:8px;margin-left:67px;padding-right:0;line-height:8px;background:transparent;border:0}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot{position:relative;float:left;width:100%;height:100%;border-radius:100px;-webkit-transition:all .3s;transition:all .3s}.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after{position:absolute;top:-12px;left:-26px;width:60px;height:32px;background:rgba(0,0,0,.001);content:""}.ant-steps-dot .ant-steps-item-content,.ant-steps-dot.ant-steps-small .ant-steps-item-content{width:140px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon{width:10px;height:10px;line-height:10px}.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot{top:-1px}.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon{margin-top:8px;margin-left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{top:2px;left:-9px;margin:0;padding:22px 0 4px}.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot{left:0}.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot{left:-2px}.ant-steps-navigation{padding-top:12px}.ant-steps-navigation.ant-steps-small .ant-steps-item-container{margin-left:-12px}.ant-steps-navigation .ant-steps-item{overflow:visible;text-align:center}.ant-steps-navigation .ant-steps-item-container{display:inline-block;height:100%;margin-left:-16px;padding-bottom:12px;text-align:left;-webkit-transition:opacity .3s;transition:opacity .3s}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content{max-width:auto}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title{max-width:100%;padding-right:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after{display:none}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]{cursor:pointer}.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover{opacity:.85}.ant-steps-navigation .ant-steps-item:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.ant-steps-navigation .ant-steps-item:last-child:after{display:none}.ant-steps-navigation .ant-steps-item:after{position:absolute;top:50%;left:100%;display:inline-block;width:12px;height:12px;margin-top:-14px;margin-left:-2px;border:1px solid rgba(0,0,0,.25);border-bottom:none;border-left:none;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:""}.ant-steps-navigation .ant-steps-item:before{position:absolute;bottom:0;left:50%;display:inline-block;width:0;height:3px;background-color:#1890ff;-webkit-transition:width .3s,left .3s;transition:width .3s,left .3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;content:""}.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before{left:0;width:100%}@media (max-width:480px){.ant-steps-navigation>.ant-steps-item{margin-right:0!important}.ant-steps-navigation>.ant-steps-item:before{display:none}.ant-steps-navigation>.ant-steps-item.ant-steps-item-active:before{top:0;right:0;left:unset;display:block;width:3px;height:calc(100% - 24px)}.ant-steps-navigation>.ant-steps-item:after{position:relative;top:-2px;left:50%;display:block;width:8px;height:8px;margin-bottom:8px;text-align:center;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ant-steps-navigation>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail{visibility:hidden}}.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item{margin-left:-16px;padding-left:16px;background:#fff}.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item{margin-left:-12px;padding-left:12px}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child{overflow:hidden}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot:after{right:-200px;width:200px}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after,.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:before{position:absolute;top:0;left:-10px;width:10px;height:8px;background:#fff;content:""}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot:after{right:-10px;left:auto}.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot{background:#ccc}.cropper-content[data-v-911c23ec]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.cropper-content .cropper-box[data-v-911c23ec]{-webkit-box-flex:1;-ms-flex:1;flex:1}.cropper-content .cropper-box .cropper[data-v-911c23ec]{width:auto;height:400px}.footer-btn[data-v-911c23ec]{margin-top:30px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer-btn .scope-btn[data-v-911c23ec],.footer-btn[data-v-911c23ec]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex}.footer-btn .scope-btn[data-v-911c23ec]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:10px}.footer-btn .scope-btn button[data-v-911c23ec]{margin-right:10px}.footer-btn .upload-btn[data-v-911c23ec]{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-btn .btn[data-v-911c23ec]{outline:none;display:inline-block;line-height:1.499;white-space:nowrap;cursor:pointer;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:8px 15px;font-size:12px;border-radius:3px;color:#fff;background-color:#409eff;border-color:#409eff;margin-right:10px}.select-breadcrumb[data-v-2e707a27]{margin-bottom:20px}.select-breadcrumb .select-breadcrumb-item[data-v-2e707a27]{display:inline-block;color:#1890ff;cursor:pointer}.select-breadcrumb .select-breadcrumb-item-icon[data-v-2e707a27]{padding:0 4px;font-style:normal}.select-breadcrumb span[data-v-2e707a27]{color:#ccc;cursor:not-allowed}.list-container .list .list-item[data-v-75288143]{margin:16px 0;line-height:21px}.list-container .list .list-item img[data-v-75288143]{float:left;margin-right:6px}.list-container .list .list-item span[data-v-75288143]{color:#1890ff}.list-container .list .list-nodata[data-v-75288143]{padding-top:20px;text-align:center}.select-main .select-main-search[data-v-86175138],.select-main .select-main-search[data-v-f65ac7c8]{margin:20px 0}.select-list .select-list-body ul li .org-name[data-v-d5a4b4ba]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}form[data-v-d5a4b4ba],h1[data-v-d5a4b4ba],h2[data-v-d5a4b4ba],h3[data-v-d5a4b4ba],h4[data-v-d5a4b4ba],h5[data-v-d5a4b4ba],h6[data-v-d5a4b4ba],p[data-v-d5a4b4ba]{margin:0}.select-list .select-list-head[data-v-d5a4b4ba]{position:relative}.select-list .select-list-head span[data-v-d5a4b4ba]{color:#1890ff}.select-list .select-list-head .clear[data-v-d5a4b4ba]{display:block;position:absolute;top:0;right:0;cursor:pointer}.select-list .select-list-body ul[data-v-d5a4b4ba]{list-style-type:none;padding:0}.select-list .select-list-body ul li[data-v-d5a4b4ba]{margin:12px 0;list-style-type:none}.select-list .select-list-body ul li span[data-v-d5a4b4ba]{color:#333}.select-list .select-list-body ul li .delete-icon[data-v-d5a4b4ba]{float:right;color:#d4d4d4;font-size:20px;cursor:pointer}.select-list .select-list-body ul li .org-name[data-v-d5a4b4ba]{width:100%}.select-main .select-main-search[data-v-7bbecf8c],.select-main .select-main-search[data-v-7764fef5],.select-main .select-main-search[data-v-af26d816],.select-main .select-main-search[data-v-e9ded11e]{margin:20px 0}.line[data-v-3df3c43d]{display:block;position:absolute;top:0;left:50%;margin-left:-1px;width:1px;height:100%;background:#e8e8e8}.select-container[data-v-3df3c43d]{padding:25px 22px}.select-container .radio-nav[data-v-3df3c43d]{width:100%;text-align:center}.select-container .radio-nav .radio-item[data-v-3df3c43d]{display:inline-block;width:33.33%}.ant-alert{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";position:relative;padding:8px 15px 8px 37px;word-wrap:break-word;border-radius:4px}.ant-alert.ant-alert-no-icon{padding:8px 15px}.ant-alert.ant-alert-closable{padding-right:30px}.ant-alert-icon{position:absolute;top:11.5px;left:16px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:#fff1f0;border:1px solid #ffa39e}.ant-alert-error .ant-alert-icon{color:#f5222d}.ant-alert-close-icon{position:absolute;top:8px;right:16px;padding:0;overflow:hidden;font-size:12px;line-height:22px;background-color:transparent;border:none;outline:none;cursor:pointer}.ant-alert-close-icon .anticon-close{color:rgba(0,0,0,.45);-webkit-transition:color .3s;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:rgba(0,0,0,.45);-webkit-transition:color .3s;transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{position:relative;padding:15px 15px 15px 64px;color:rgba(0,0,0,.65);line-height:1.5;border-radius:4px}.ant-alert-with-description.ant-alert-no-icon{padding:15px}.ant-alert-with-description .ant-alert-icon{position:absolute;top:16px;left:24px;font-size:24px}.ant-alert-with-description .ant-alert-close-icon{position:absolute;top:16px;right:16px;font-size:14px;cursor:pointer}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:rgba(0,0,0,.85);font-size:16px}.ant-alert-message{color:rgba(0,0,0,.85)}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-closing{height:0!important;margin:0;padding-top:0;padding-bottom:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition:all .3s cubic-bezier(.78,.14,.15,.86);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert-slide-up-leave{-webkit-animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);-webkit-animation-fill-mode:both;animation-fill-mode:both}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}@-webkit-keyframes antAlertSlideUpIn{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@keyframes antAlertSlideUpIn{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}}@-webkit-keyframes antAlertSlideUpOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}@keyframes antAlertSlideUpOut{0%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:1}to{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0}}.red{color:red}li[data-v-07ccc912],ul[data-v-07ccc912]{margin:0}[data-v-07ccc912] .ant-upload-list-picture .ant-upload-list-item{height:46px;padding:0}[data-v-07ccc912] .ant-upload-list-item-card-actions.picture{top:19}.upload-btn[data-v-07ccc912]{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.image-container[data-v-acc9adce]{max-width:1000px}.image-container .image[data-v-acc9adce]{width:auto;max-width:100%;max-height:756px;margin:0 auto}.iframe[data-v-acc9adce]{width:1100px;height:700px;overflow:hidden;background-color:#fff;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}[data-v-acc9adce] .ant-modal-close{color:#000}[data-v-acc9adce] .ant-modal-close-x{font-size:23px}[data-v-acc9adce] .video-js{background:none}.train-notice[data-v-4e0ad11d]{margin:0 auto;background-color:#fff;color:#000;position:relative}.train-notice .back[data-v-4e0ad11d]{margin-bottom:30px}.train-notice .back .back-btn[data-v-4e0ad11d]{cursor:pointer}.train-notice .back .back-divide[data-v-4e0ad11d]{width:1px;height:14px;color:#f5f5f5;margin:0 15px}.train-notice .notice-message[data-v-4e0ad11d]{margin-bottom:20px}.train-notice .notice-title[data-v-4e0ad11d]{text-align:center}.train-notice .notice-title .notice-trainName[data-v-4e0ad11d]{font-size:18px;font-weight:400;line-height:24px}.train-notice .notice-title .notice-create[data-v-4e0ad11d]{font-size:14px;font-weight:400;color:#999;line-height:24px}.train-notice .train-detail[data-v-4e0ad11d]{padding-bottom:75px}.train-notice .train-detail .train-title[data-v-4e0ad11d]{font-size:14px;font-weight:700;color:#333;line-height:24px}.train-notice .train-detail .train-attach[data-v-4e0ad11d],.train-notice .train-detail .train-file[data-v-4e0ad11d]{color:#1890ff;cursor:pointer}.train-notice .train-detail .train-table[data-v-4e0ad11d]{width:500px;margin-bottom:1em}.train-notice .train-signature[data-v-4e0ad11d]{position:absolute;bottom:0;right:0;text-align:right}.train-notice .read-statistics[data-v-4e0ad11d]{width:202px;height:209px;background:#fbdf96;border:2px solid #f5d47f;border-radius:7px;position:relative;text-align:center}.train-notice .read-statistics .read-content p[data-v-4e0ad11d]{margin:15px 0 25px;font-weight:700;font-size:18px;color:#b59134}.train-notice .read-statistics .read-content span[data-v-4e0ad11d]{font-size:14px;font-weight:400;color:#a57d14}.train-notice .read-statistics .read-detailed[data-v-4e0ad11d]{position:absolute;bottom:0;left:0;width:100%;text-align:center;height:90px;background:#f6d173}.train-notice .read-statistics .read-detailed .read-radius[data-v-4e0ad11d]{height:40px;border-radius:0 0 50% 50%;background:#fbdf96}.train-notice .read-statistics .read-detailed .read-btn[data-v-4e0ad11d]{background:#fff5da;border-radius:6px;width:150px;height:34px;line-height:34px;margin:8px auto;cursor:pointer;color:#ba7f20}.statistics-tabs[data-v-4e0ad11d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.statistics-tabs .statistics-tabs-item[data-v-4e0ad11d]{padding:5px 45px;border:1px solid #d9d9d9;cursor:pointer}.statistics-tabs .select[data-v-4e0ad11d]{background:#1890ff;color:#fff;border:0}.train-notice-change[data-v-4e0ad11d]{width:1200px;margin:20px auto;padding:20px}li[data-v-4842bbdb],ul[data-v-4842bbdb]{list-style:none}.create-train .back[data-v-4842bbdb]{margin-bottom:30px}.create-train .back .back-btn[data-v-4842bbdb]{cursor:pointer}.create-train .back .back-divide[data-v-4842bbdb]{width:1px;height:14px;color:#f5f5f5;margin:0 15px}.create-train .create-steps[data-v-4842bbdb]{padding:25px 25px;width:80%;margin:0 auto}.create-train .form .dataClass[data-v-4842bbdb]{display:inline-block;margin:0 15px}.create-train .form .form-head[data-v-4842bbdb]{width:35px;height:35px;border-radius:50%;margin-right:10px}.create-train .form .cover-list[data-v-4842bbdb]{padding:0;margin-top:10px}.create-train .form .cover-list li[data-v-4842bbdb]{width:20%;height:120px;cursor:pointer;margin:0 15px 15px 0;display:inline-block;position:relative}.create-train .form .cover-list li img[data-v-4842bbdb]{width:100%;height:100%}.create-train .form .cover-list li .hoverImg[data-v-4842bbdb]{display:none}.create-train .form .cover-list li .checked[data-v-4842bbdb]{display:inline-block;position:absolute;width:100%;text-align:center;bottom:0;background-color:rgba(0,0,0,.5);color:#fff;font-size:30px;font-weight:700;height:100%}.create-train .form .cover-list li .checked .anticon-check[data-v-4842bbdb]{position:absolute;top:calc(50% - 16.5px);left:calc(50% - 16.5px);font-size:35px}.create-train .form .cover-list li .aUpload[data-v-4842bbdb]{color:#5293f5;display:inline-block;width:100%;height:100%;vertical-align:middle;border:1px dashed #d9d9d9;text-align:center;padding:30px;font-size:16px}.create-train .form .cover-list li .aUpload .plus[data-v-4842bbdb]{font-size:20px;vertical-align:top}.create-train .form .cover-list li .aUpload div[data-v-4842bbdb]{line-height:0}.create-train .form .cover-list li:hover .hoverImg[data-v-4842bbdb]{display:inline-block;position:absolute;width:100%;text-align:center;bottom:0;color:#fff;font-weight:700;font-size:30px;background-color:rgba(0,0,0,.5)}.create-train .form .aUploadButton[data-v-4842bbdb]{margin-top:15px;color:#1890ff;cursor:pointer}.create-train .form .upload-item[data-v-4842bbdb]{color:#1890ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:25px!important;margin-top:5px}.create-train .form .upload-item .upload-name[data-v-4842bbdb]{cursor:pointer}.create-train .form .upload-item .upload-delete[data-v-4842bbdb]{cursor:pointer;color:#999;display:none}.create-train .form .upload-item[data-v-4842bbdb]:hover{background-color:#eef7ff}.create-train .form .upload-item:hover .upload-delete[data-v-4842bbdb]{display:inline}.create-train .form .buttonStyle[data-v-4842bbdb]{background:#eaf4fd;color:#1890ff;border:1px solid #eaf4fd}.create-train .aButton[data-v-4842bbdb]{text-align:center;margin-top:30px}.create-train .aButton button[data-v-4842bbdb]{width:140px}.create-train .quota-allocation[data-v-4842bbdb]{padding:0 20px;margin-bottom:60px}.create-train .quota-allocation .quota-title[data-v-4842bbdb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.create-train .quota-allocation .quota-table .delete[data-v-4842bbdb]{color:#1890ff;cursor:pointer}.certificate-modal .certificate-tab[data-v-4842bbdb]{display:inline-block;margin-right:10px;padding:5px 15px;color:rgba(0,0,0,.65);border:1px solid #d9d9d9;border-radius:5px;cursor:pointer;margin-bottom:15px}.certificate-modal .preview[data-v-4842bbdb]{border:1px solid #e5e5e5!important;border-radius:5px}.certificate-modal .select[data-v-4842bbdb]{color:#fff;background:#1890ff;border-color:#fff}.certificate-modal .skeleton[data-v-4842bbdb]{width:950px;height:400px;border-radius:5px;background:#f9f9f9;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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px}.train-notice[data-v-4842bbdb]{height:55vh;overflow:auto}[data-v-4842bbdb] .cropper{height:calc(100vh - 350px)!important}.train-layout[data-v-125913d3]{background-color:#f2f4f5;min-height:calc(100vh - 173px)}.train-layout .train-activity[data-v-125913d3]{min-height:calc(100vh - 173px);width:1200px;margin:20px auto 0;background-color:#fff;color:#000;position:relative;padding:20px}.train-layout .train-activity .train-container .mb-20[data-v-125913d3]{margin-bottom:20px}.train-layout .train-activity .train-container .mb-20 .input-search[data-v-125913d3]{width:281px}.train-layout .train-activity .train-container .mb-20 .align-right[data-v-125913d3]{text-align:right}.train-layout .train-activity .train-container .mb-20 .align-right .create-btn[data-v-125913d3]{background-color:#1890ff;color:#fff;border:0}.train-layout .train-activity .train-container .mb-20 .align-right .disable-btn[data-v-125913d3]{color:rgba(0,0,0,.25);background-color:#f5f5f5;border-color:#d9d9d9}.train-layout .train-activity .train-container .button[data-v-125913d3]{display:inline-block;height:35px;line-height:35px;color:#333;font-size:16px;margin-right:50px;cursor:pointer}.train-layout .train-activity .train-container .focus[data-v-125913d3]{color:#1890ff;font-size:16px;position:relative}.train-layout .train-activity .train-container .focus[data-v-125913d3]:after{content:"";border-bottom:2px solid #1890ff;width:14px;position:absolute;bottom:0;left:calc(50% - 7px);opacity:1}.train-layout .train-activity .train-container .screen[data-v-125913d3]{margin:10px 0}.train-layout .train-activity .train-container .screen .label[data-v-125913d3]{color:#999;margin-right:2em}.train-layout .train-activity .train-container .screen .radio-option[data-v-125913d3]{display:inline-block;height:35px;line-height:35px;text-align:center;color:#333;border:0;-webkit-box-shadow:none;box-shadow:none;outline:none}.train-layout .train-activity .train-container .screen .radio-select[data-v-125913d3]{color:#1890ff}.train-layout .train-activity .train-container .train-list[data-v-125913d3]{margin-top:30px;position:relative;min-height:calc(100vh - 358px)}.train-layout .train-activity .train-container .train-list .train-item[data-v-125913d3]{cursor:pointer;display:inline-block;vertical-align:top;width:275px;margin-right:15px;margin-bottom:20px;background-color:#fbfbfb;position:relative}.train-layout .train-activity .train-container .train-list .train-item .iaConfigStatusZh[data-v-125913d3]{position:absolute;right:0;top:0;color:#fff;font-size:12px;padding:2px 9px;background:#ff9f00;border-radius:4px;z-index:9999}.train-layout .train-activity .train-container .train-list .train-item .train-cover[data-v-125913d3]{width:100%;height:162px;border-radius:4px 4px 0 0;margin:0;overflow:hidden}.train-layout .train-activity .train-container .train-list .train-item .train-cover img[data-v-125913d3]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.train-layout .train-activity .train-container .train-list .train-item .title[data-v-125913d3]{padding:20px 10px;margin:0}.train-layout .train-activity .train-container .train-list .train-item .title .title-txt[data-v-125913d3]{font-size:16px;line-height:16px;color:#000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.train-layout .train-activity .train-container .train-list .train-item .title .tag[data-v-125913d3]{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:24px}.train-layout .train-activity .train-container .train-list .train-item .title .tag .state-box[data-v-125913d3]{-webkit-box-flex:1;-ms-flex:1;flex:1}.train-layout .train-activity .train-container .train-list .train-item .title .tag .state[data-v-125913d3]{color:#fff;font-size:12px;padding:2px 9px;background:#ff9f00;border-radius:4px}.train-layout .train-activity .train-container .train-list .train-item .title .tag .notStarted[data-v-125913d3]{background:rgba(17,26,56,.58)}.train-layout .train-activity .train-container .train-list .train-item .title .tag .join[data-v-125913d3]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;font-size:14px;color:#999}.train-layout .train-activity .train-container .train-list .train-item .title .time[data-v-125913d3]{font-size:12px;line-height:14px;margin:15px 0 0 0;color:#999}.train-layout .train-activity .train-container .train-list .train-item:hover .train-cover img[data-v-125913d3]{-webkit-transform:scale(1.1);transform:scale(1.1)}.train-layout .train-activity .train-container .train-list .train-item:hover .title-txt[data-v-125913d3]{color:#1890ff}.train-layout .train-activity .train-container .train-list .pagination[data-v-125913d3]{text-align:right}.train-layout .train-activity .train-container .empty[data-v-125913d3]{position:absolute;top:calc(50% - 100px);left:calc(50% - 103px)}.train-layout .ant-radio-button-wrapper[data-v-125913d3]:not(:first-child):before{display:none}