@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.skin .package-icon[data-v-2b2403a9] {
  width: 97px;
  height: 97px;
}
.skin .package-icon .svg-icon[data-v-2b2403a9] {
  width: 97px;
  height: 97px;
}
.skin .plus[data-v-2b2403a9] {
  margin: 0 5px;
}
.skin .connecting-line[data-v-2b2403a9] {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.skin .connecting-line .dot[data-v-2b2403a9] {
  position: relative;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}
.skin .connecting-line .dot.small[data-v-2b2403a9] {
  width: 5px;
  height: 5px;
  background: #3d73f5;
  opacity: 0.2;
}
.skin .dot-wrap[data-v-2b2403a9] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 24px;
}
.skin .dot-wrap .dot[data-v-2b2403a9] {
  width: 5px;
  height: 5px;
  margin-bottom: 0;
  margin-right: 8px;
  background: #3d73f5;
  border-radius: 50%;
  opacity: 0.2;
}
.skin .dot-wrap .dot[data-v-2b2403a9]:last-child {
  margin-right: 0;
}
.skin .file[data-v-2b2403a9] {
  margin-left: 15px;
  height: 26px;
  background: rgba(61, 115, 245, 0.1);
  border-radius: 13px;
  margin-bottom: 24px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #3d73f5;
  font-weight: 400;
}
.skin .file[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .file .svg-icon[data-v-2b2403a9] {
  margin-left: 5px;
}
.skin .no-label[data-v-2b2403a9] {
  position: relative;
  padding: 24px 70px 39px 69px;
  display: flex;
  align-items: center;
}
.skin .no-label .dot-wrap[data-v-2b2403a9] {
  right: 82px;
  width: 87px;
}
.skin .no-label .dot.left[data-v-2b2403a9] {
  margin-right: 126px;
}
.skin .no-label .dot.left[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 122px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 3px;
  left: 9px;
  opacity: 0.2;
}
.skin .no-label .dot.left[data-v-2b2403a9]::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 101px;
  border-left: 1px dashed #3d73f5;
  top: -46.5px;
  left: 75px;
  opacity: 0.2;
}
.skin .no-label .dot.small[data-v-2b2403a9] {
  margin-bottom: 45px;
}
.skin .no-label .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .no-label .dot.small.line[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 56px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 2.5px;
  right: 6px;
}
.skin .no-label .file[data-v-2b2403a9] {
  width: 87px;
}
.skin .folder[data-v-2b2403a9] {
  position: relative;
  padding: 24px 48px 39px 48px;
  display: flex;
  align-items: center;
}
.skin .folder .dot-wrap[data-v-2b2403a9] {
  right: 60px;
  width: 150px;
}
.skin .folder .dot.left[data-v-2b2403a9] {
  margin-right: 106px;
}
.skin .folder .dot.left[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 102px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 3px;
  left: 9px;
  opacity: 0.2;
}
.skin .folder .dot.left[data-v-2b2403a9]::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 101px;
  border-left: 1px dashed #3d73f5;
  top: -46.5px;
  left: 75px;
  opacity: 0.2;
}
.skin .folder .dot.small[data-v-2b2403a9] {
  margin-bottom: 45px;
}
.skin .folder .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .folder .dot.small.line[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 2.5px;
  right: 6px;
}
.skin .folder .file[data-v-2b2403a9] {
  width: 150px;
}
.skin .media[data-v-2b2403a9] {
  position: relative;
  padding: 24px;
  display: flex;
  align-items: center;
}
.skin .media .folder-wrap .folder-icon[data-v-2b2403a9] {
  width: 50px;
  height: 50px;
  margin-left: 8px;
  margin-bottom: 50px;
}
.skin .media .folder-wrap .folder-icon[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .media .folder-wrap .folder-icon .svg-icon[data-v-2b2403a9] {
  width: 50px;
  height: 50px;
}
.skin .media .folder-left .dot.left[data-v-2b2403a9] {
  margin-right: 68px;
}
.skin .media .folder-left .dot.left[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 27.5px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 3px;
  left: 9px;
  opacity: 0.2;
}
.skin .media .folder-left .dot.left[data-v-2b2403a9]::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 99px;
  border-left: 1px dashed #3d73f5;
  top: -46.5px;
  left: 37px;
  opacity: 0.2;
}
.skin .media .folder-left .dot.small[data-v-2b2403a9] {
  margin-bottom: 95px;
}
.skin .media .folder-left .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .media .folder-left .dot.small.line[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 2.5px;
  right: 6px;
}
.skin .media .folder-right .dot.left[data-v-2b2403a9] {
  margin-right: 86px;
}
.skin .media .folder-right .dot.left[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 39px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 3px;
  left: 8px;
  opacity: 0.2;
}
.skin .media .folder-right .dot.left[data-v-2b2403a9]::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 99px;
  border-left: 1px dashed #3d73f5;
  top: -46.5px;
  left: 49px;
  opacity: 0.2;
}
.skin .media .folder-right .dot.small[data-v-2b2403a9] {
  margin-bottom: 95px;
}
.skin .media .folder-right .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .media .folder-right .dot.small.line[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 2.5px;
  right: 8px;
}
.skin .media .folder-right.connecting-line[data-v-2b2403a9] {
  display: block;
  margin-left: 0;
}
.skin .media .folder-right.connecting-line .top[data-v-2b2403a9],
.skin .media .folder-right.connecting-line .bottom[data-v-2b2403a9] {
  display: flex;
}
.skin .media .folder-right.connecting-line .top .left[data-v-2b2403a9],
.skin .media .folder-right.connecting-line .bottom .left[data-v-2b2403a9] {
  width: 0;
  height: 0;
  margin-top: 27px;
}
.skin .media .folder-right.connecting-line .top .dot[data-v-2b2403a9]::before,
.skin .media .folder-right.connecting-line .bottom .dot[data-v-2b2403a9]::before {
  height: 49px;
  top: -24px;
}
.skin .media .folder-right.connecting-line .top .dot.small[data-v-2b2403a9],
.skin .media .folder-right.connecting-line .bottom .dot.small[data-v-2b2403a9] {
  margin-bottom: 45px;
}
.skin .media .folder-right.connecting-line .bottom .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .media .file[data-v-2b2403a9] {
  width: 87px;
}
.skin .multi-model[data-v-2b2403a9] {
  position: relative;
  padding: 18px 13px 37px 0;
  display: flex;
  align-items: center;
}
.skin .multi-model .dot-wrap[data-v-2b2403a9] {
  right: 60px;
}
.skin .multi-model .folder-wrap .folder-icon[data-v-2b2403a9] {
  width: 110px;
  height: 26px;
  margin-left: 8px;
  margin-bottom: 50px;
}
.skin .multi-model .folder-wrap .folder-icon[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .multi-model .folder-wrap .folder-icon .svg-icon[data-v-2b2403a9] {
  width: 12px;
  height: 12px;
}
.skin .multi-model .folder-left .dot.left[data-v-2b2403a9] {
  margin-right: 52px;
}
.skin .multi-model .folder-left .dot.left[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 3px;
  left: 9px;
  opacity: 0.2;
}
.skin .multi-model .folder-left .dot.left[data-v-2b2403a9]::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 74px;
  border-left: 1px dashed #3d73f5;
  top: -33px;
  left: 37px;
  opacity: 0.2;
}
.skin .multi-model .folder-left .dot.small[data-v-2b2403a9] {
  margin-bottom: 68px;
}
.skin .multi-model .folder-left .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .multi-model .folder-left .dot.small.line[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 2.5px;
  right: 6px;
}
.skin .multi-model .folder-right .dot.left[data-v-2b2403a9] {
  margin-right: 50px;
}
.skin .multi-model .folder-right .dot.left[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 3px;
  left: 8px;
  opacity: 0.2;
}
.skin .multi-model .folder-right .dot.left[data-v-2b2403a9]::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 74px;
  border-left: 1px dashed #3d73f5;
  top: -33px;
  left: 25px;
  opacity: 0.2;
}
.skin .multi-model .folder-right .dot.small[data-v-2b2403a9] {
  margin-bottom: 68px;
}
.skin .multi-model .folder-right .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .multi-model .folder-right .dot.small.line[data-v-2b2403a9]::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 0;
  border-top: 1px dashed #3d73f5;
  top: 2.5px;
  right: 7px;
}
.skin .multi-model .folder-right.connecting-line[data-v-2b2403a9] {
  display: block;
  margin-left: 0;
}
.skin .multi-model .folder-right.connecting-line .top[data-v-2b2403a9],
.skin .multi-model .folder-right.connecting-line .bottom[data-v-2b2403a9] {
  display: flex;
}
.skin .multi-model .folder-right.connecting-line .top .left[data-v-2b2403a9],
.skin .multi-model .folder-right.connecting-line .bottom .left[data-v-2b2403a9] {
  width: 0;
  height: 0;
  margin-top: 27px;
}
.skin .multi-model .folder-right.connecting-line .top .dot[data-v-2b2403a9]::before,
.skin .multi-model .folder-right.connecting-line .bottom .dot[data-v-2b2403a9]::before {
  height: 49px;
  top: -24px;
}
.skin .multi-model .folder-right.connecting-line .top .dot.small[data-v-2b2403a9],
.skin .multi-model .folder-right.connecting-line .bottom .dot.small[data-v-2b2403a9] {
  margin-bottom: 45px;
}
.skin .multi-model .folder-right.connecting-line .bottom[data-v-2b2403a9] {
  margin-top: 70px;
}
.skin .multi-model .folder-right.connecting-line .bottom .dot.small[data-v-2b2403a9]:last-child {
  margin-bottom: 0;
}
.skin .multi-model .file-wrap[data-v-2b2403a9] {
  margin-top: 70px;
}
.skin .multi-model .file-wrap .file[data-v-2b2403a9] {
  margin-left: 8px;
}
.skin .multi-model .file[data-v-2b2403a9] {
  width: 110px;
  margin-left: 0;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.package[data-v-d717eb6c] .el-dialog {
  max-height: unset;
}
.package[data-v-d717eb6c] .el-dialog .el-dialog__body {
  height: 608px;
  padding: 20px 24px;
}
.package .medium-dialog--scroll[data-v-d717eb6c] {
  height: 464px;
  padding: 0 12px;
}
.package .medium-dialog--scroll.medium-dialog--scroll-url[data-v-d717eb6c] {
  height: 416px;
}
.package .medium-dialog--scroll[data-v-d717eb6c]  .small-uploader {
  width: 512px;
  border: none;
  padding: 0;
}
.package[data-v-d717eb6c]  .el-upload-dragger {
  width: 512px;
  height: 160px;
  margin: 12px 0;
}
.package[data-v-d717eb6c]  .el-upload-dragger .el-upload__text {
  margin-top: 70px;
}
.package .file-list[data-v-d717eb6c] {
  height: 194px;
  padding: 20px 23px;
  margin-top: 24px;
  border-radius: 2px;
}
.package .file-list .medium-dialog--scroll[data-v-d717eb6c] {
  height: 154px;
  background: #f7f8fa;
}
.package .file-list .file-list-item[data-v-d717eb6c] {
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.package .file-list .file-list-item .close[data-v-d717eb6c] {
  position: absolute;
  right: 25px;
  cursor: pointer;
}
.package .el-upload__tip[data-v-d717eb6c] {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.package .el-upload__tip .cute-icon-info-circle[data-v-d717eb6c] {
  margin-right: 2px;
  font-size: 14px;
  color: #7c818c;
}
.package .radio-wrap[data-v-d717eb6c] {
  padding: 0 12px;
}
.package .label-status[data-v-d717eb6c] {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
}
.package[data-v-d717eb6c]  .zip-uploader .el-icon-document:before {
  content: "\ea74";
}
.package .skin-wrap[data-v-d717eb6c] {
  width: 512px;
  margin-top: 12px;
  background-color: #f8f8f8;
}
.package .label[data-v-d717eb6c] {
  line-height: 20px;
}
.package .upload-type[data-v-d717eb6c] {
  margin-bottom: 16px;
  padding: 0 12px;
}
.package .address[data-v-d717eb6c] {
  padding: 0 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.package .address .el-input[data-v-d717eb6c] {
  width: calc(100% - 60px);
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.local-file .medium-dialog--scroll[data-v-719f7c05] {
  height: 520px;
  padding: 0 12px;
}
.local-file .medium-dialog--scroll[data-v-719f7c05]  .small-uploader {
  width: 512px;
  border: none;
  padding: 0;
}
.local-file .file-list[data-v-719f7c05] {
  height: 194px;
  padding: 20px 23px;
  margin-top: 24px;
  border-radius: 2px;
}
.local-file .file-list .medium-dialog--scroll[data-v-719f7c05] {
  height: 154px;
  background: #f7f8fa;
}
.local-file .file-list .file-list-item[data-v-719f7c05] {
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.local-file .file-list .file-list-item .close[data-v-719f7c05] {
  position: absolute;
  right: 25px;
  cursor: pointer;
}
.local-file .el-upload__tip[data-v-719f7c05] {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.local-file .el-upload__tip .cute-icon-info-circle[data-v-719f7c05] {
  margin-right: 2px;
  font-size: 14px;
  color: #7c818c;
}
.local-file[data-v-719f7c05]  .el-upload-dragger {
  width: 512px;
  height: 160px;
  margin: 12px 0;
}
.local-file[data-v-719f7c05]  .el-upload-dragger .el-upload__text {
  margin-top: 70px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.json-file .medium-dialog--scroll[data-v-2a57f8c5] {
  height: 500px;
  padding: 0 12px;
}
.json-file .medium-dialog--scroll[data-v-2a57f8c5]  .small-uploader {
  width: 512px;
  border: none;
  padding: 0;
}
.json-file .el-upload__tip[data-v-2a57f8c5] {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.json-file .el-upload__tip .code[data-v-2a57f8c5] {
  height: 108px;
  width: 100%;
  margin: 16px auto;
}
.json-file .el-upload__tip .code[data-v-2a57f8c5]  .CodeMirror {
  max-height: 108px;
}
.json-file[data-v-2a57f8c5]  .el-upload-list__item:hover .el-icon-close {
  display: none;
}
.json-file[data-v-2a57f8c5]  .el-upload-dragger {
  width: 512px;
  height: 160px;
  margin: 12px 0;
}
.json-file[data-v-2a57f8c5]  .el-upload-dragger .el-upload__text {
  margin-top: 70px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.medium-dialog .medium-dialog--content-execel .medium-dialog--scroll[data-v-ed2812d0] {
  height: 500px;
  padding: 0 12px;
}
.medium-dialog .medium-dialog--content-execel .medium-dialog--scroll[data-v-ed2812d0]  .small-uploader {
  width: 512px;
  border: none;
  padding: 0;
}
.medium-dialog .medium-dialog--content-execel[data-v-ed2812d0]  .el-upload-dragger {
  width: 512px;
  height: 160px;
  margin: 12px 0;
}
.medium-dialog .medium-dialog--content-execel[data-v-ed2812d0]  .el-upload-dragger .el-upload__text {
  margin-top: 70px;
}
.medium-dialog .label[data-v-ed2812d0] {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.medium-dialog .file-list[data-v-ed2812d0] {
  height: 194px;
  padding: 20px 23px;
  margin-top: 0;
  border-radius: 2px;
}
.medium-dialog .file-list .medium-dialog--scroll[data-v-ed2812d0] {
  height: 154px;
  background: #f7f8fa;
}
.medium-dialog .file-list .file-list-item[data-v-ed2812d0] {
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.medium-dialog .file-list .file-list-item .close[data-v-ed2812d0] {
  position: absolute;
  right: 25px;
  cursor: pointer;
}
.medium-dialog .el-upload__tip[data-v-ed2812d0] {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.medium-dialog .el-upload__tip .code[data-v-ed2812d0] {
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  margin: 24px auto;
}
.medium-dialog .el-upload__tip .repeat[data-v-ed2812d0] {
  width: 48px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  margin-right: 16px;
}
.medium-dialog[data-v-ed2812d0]  .file-uploader .el-icon-document:before {
  content: "\eadb";
}
.medium-dialog[data-v-ed2812d0]  .zip-uploader .el-icon-document:before {
  content: "\ea74";
}
.el-upload__list[data-v-ed2812d0] {
  font-size: 12px;
  line-height: 20px;
  margin-top: -20px;
  color: #666;
  overflow: hidden;
}
.el-upload__list .file-panel[data-v-ed2812d0] {
  margin-bottom: 4px;
}
.file-wrap[data-v-ed2812d0] {
  height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.file-wrap[data-v-ed2812d0]:hover {
  background: #eef1f7;
}
.file-wrap .file-left[data-v-ed2812d0] {
  height: 37px;
  display: flex;
  align-items: center;
}
.file-wrap .file-left .file-name[data-v-ed2812d0] {
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 5px;
}
.file-wrap .file-delete[data-v-ed2812d0] {
  width: 30px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.progress[data-v-ed2812d0] {
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 100px;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.error-content[data-v-14eb1482] {
  font-size: 12px;
  line-height: 20px;
  color: #666;
  padding-bottom: 20px;
  min-height: 200px;
}
.count-wrap[data-v-14eb1482] {
  display: flex;
  color: #333;
  font-size: 14px;
  height: 30px;
}
.tip[data-v-14eb1482] {
  color: #333;
  font-size: 14px;
  height: 40px;
}
.error-main[data-v-14eb1482] {
  background-color: #f7f8fa;
  padding: 10px;
}
.error-main .file-panel[data-v-14eb1482] {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 8px;
}
.file-wrap[data-v-14eb1482] {
  height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.file-wrap .file-left[data-v-14eb1482] {
  height: 37px;
  display: flex;
  align-items: center;
}
.file-wrap .file-left .file-name[data-v-14eb1482] {
  max-width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 5px;
}
.file-wrap .file-delete[data-v-14eb1482] {
  width: 30px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@charset "UTF-8";
/* 基础色盘
-------------------------- */
/* 蓝(主题色) */
/* 橙 */
/* 天翼红 */
/* 宝石红 */
/* 绿 */
/* 中性色盘
-------------------------- */
/* 黑色 */
/* 白色 */
/* 灰色 */
/* images path - 图片路径变量，定制主题scss使用 */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 主题色衍生色(用于element-ui); Doc: false
-------------------------- */
/* CT特殊色, ct意为ctyun缩写 */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 行间距; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Button; Doc: false
-------------------------- */
/* Title: Radio; Doc: false
-------------------------- */
/* Title: Form; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Select; Doc: false
-------------------------- */
/* Title: Range Editor; Doc: false
-------------------------- */
/* Title: Checkbox; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Transfer; Doc: false
-------------------------- */
/* Title: Tabs; Doc: false
-------------------------- */
/* Title: Switch; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Notification; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Card; Doc: false
-------------------------- */
/* Title: Badge; Doc: false
-------------------------- */
/* Title: Time; Doc: false
-------------------------- */
/* Title: Cascader; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Steps; Doc: false
-------------------------- */
/* Title: Dialog; Doc: false
-------------------------- */
/* Title: Icon; Doc: true
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: Alert; Doc: false
-------------------------- */
/* Title: CuteSlider; Doc: false
-------------------------- */
/* Title: Animation; Doc: true
-------------------------- */
/* Title: Z-Index; Doc: true
-------------------------- */
/* Title: 响应式断点; Doc: true
-------------------------- */
/* Title: 图表默认的颜色; Doc: true
-------------------------- */
/* Title: 图表高亮颜色; Doc: true
-------------------------- */
/* CuteTitleCardBox 组件需要的阴影和背景变量
-------------------------- */
/* Title: 主题色; Doc: true
-------------------------- */
/* Title: 状态色; Doc: true
-------------------------- */
/* Title: 中性色; Doc: true
-------------------------- */
/* Title: 其他色; Doc: false
-------------------------- */
/* Title: 背景色; Doc: true
-------------------------- */
/* Title: 禁用色; Doc: true
由于多个表单组件会用到disabled的状态，因此仍然保留以下变量
-------------------------- */
/* Title: 字体、字号、字体颜色、字重; Doc: true
-------------------------- */
/* Title: 边框; Doc: true
-------------------------- */
/* Title: 间距; Doc: true
-------------------------- */
/* Title: 阴影; Doc: true
-------------------------- */
/* Title: 页面框架; Doc: true
-------------------------- */
/* Title: Tag; Doc: false
-------------------------- */
/* Title: Input; Doc: false
-------------------------- */
/* Title: Table; Doc: false
-------------------------- */
/* Title: Pagination; Doc: false
-------------------------- */
/* Title: Tooltip; Doc: false
-------------------------- */
/* Title: Upload; Doc: false
-------------------------- */
/* Title: Collapse; Doc: false
-------------------------- */
/* Title: Loading; Doc: false
-------------------------- */
/* Title: 图表默认颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表高亮颜色(deprecated(弃用)); Doc: false
-------------------------- */
/* Title: 图表light颜色(deprecated(弃用)); Doc: false
-------------------------- */
.medium-dialog[data-v-28d74672] .el-dialog {
  max-height: unset;
}
.medium-dialog[data-v-28d74672] .el-dialog .el-dialog__body {
  height: 608px;
  padding: 20px 12px;
}
.medium-dialog .upload-type[data-v-28d74672] {
  padding: 0 12px;
}
.medium-dialog .medium-dialog--content[data-v-28d74672]  .el-tabs__header {
  margin-bottom: 16px;
  padding: 0 12px;
}
.medium-dialog .label[data-v-28d74672] {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.medium-dialog .file-list[data-v-28d74672] {
  height: 194px;
  padding: 20px 23px;
  margin-top: 24px;
  border-radius: 2px;
}
.medium-dialog .file-list .medium-dialog--scroll[data-v-28d74672] {
  height: 154px;
  background: #f7f8fa;
}
.medium-dialog .file-list .file-list-item[data-v-28d74672] {
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.medium-dialog .file-list .file-list-item .close[data-v-28d74672] {
  position: absolute;
  right: 25px;
  cursor: pointer;
}
.medium-dialog .el-upload__tip[data-v-28d74672] {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}
.medium-dialog .el-upload__tip .cute-icon-info-circle[data-v-28d74672] {
  margin-right: 2px;
  font-size: 14px;
  color: #7c818c;
}
.medium-dialog .radio-wrap[data-v-28d74672] {
  margin-bottom: 24px;
}
.medium-dialog .label-status[data-v-28d74672] {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
}
.medium-dialog[data-v-28d74672]  .file-uploader .el-icon-document:before {
  content: "\eadb";
}
.medium-dialog[data-v-28d74672]  .zip-uploader .el-icon-document:before {
  content: "\ea74";
}
.medium-dialog .skin-wrap[data-v-28d74672] {
  width: 100%;
  margin-top: 24px;
  background-color: #f8f8f8;
}
