.tips[data-v-2209cfc5] {
  padding: 10px 12px;
  color: #f89532;
  background-color: rgba(248, 149, 50, 0.2);
  margin: 0px 0px 20px 24px;
}.hasTagsView .app-main[data-v-0ad6b71c] {
  /* 84 = navbar + tags-view = 50 + 34 */
  min-height: calc(100vh - 84px);
}
.hasTagsView .fixed-header + .app-main[data-v-0ad6b71c] {
  padding-top: 84px;
}.el-popup-parent--hidden .fixed-header {
  padding-right: 17px;
}.lang-set[data-v-366ec26d] {
  cursor: pointer;
  margin-right: 20px;
}
.lang-set .svg-icon[data-v-366ec26d] {
  margin-right: 10px;
}
.lang-set[data-v-366ec26d] .el-dropdown {
  font-size: 14px;
  color: #000;
}
.lang-set[data-v-366ec26d] .el-dropdown .el-dropdown-link {
  color: var(--el-color-primary) !important;
}.navbar[data-v-127032ca] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: width 0.28s;
  height: 50px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(130, 132, 135, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbar-left[data-v-127032ca] {
  display: flex;
}
.navbar .navbar-left .navbar-toggle[data-v-127032ca] {
  width: 50px;
  height: 50px;
  background: #3571ff;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 20px;
}
.navbar .navbar-left .logo-container[data-v-127032ca] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.navbar .navbar-left .logo-container .logo-box[data-v-127032ca] {
  width: 30px;
  height: 34px;
  margin-inline-end: 12px;
}
.navbar .navbar-left .logo-container .logo-box > img[data-v-127032ca] {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.navbar .navbar-left .logo-container .has-bg[data-v-127032ca] {
  background-color: #f7f8fa;
}
.navbar .navbar-left .logo-container .logo-title[data-v-127032ca] {
  display: inline-block;
  margin: 0;
  line-height: 50px;
  font-size: 18px;
  color: #0d4681;
  font-weight: 700;
}
.navbar .navbar-right[data-v-127032ca] {
  height: 100%;
  display: flex;
  white-space: nowrap;
  font-size: 14px;
  align-items: center;
  padding-right: 20px;
}
.navbar .navbar-right[data-v-127032ca]:focus {
  outline: none;
}
.navbar .navbar-right .navbar-right-item[data-v-127032ca] {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom;
}
.navbar .navbar-right .navbar-right-item.hover-effect[data-v-127032ca] {
  cursor: pointer;
  transition: background 0.3s;
}
.navbar .navbar-right .avatar-container[data-v-127032ca] {
  display: flex;
  align-items: center;
}
.navbar .user-name[data-v-127032ca] {
  display: inline-block;
  font-size: 14px;
}
.navbar .user-name .log-out-txt[data-v-127032ca] {
  height: 100%;
  display: inline-block;
  padding: 0 20px;
  color: #797979;
}
.navbar .avatar-wrapper[data-v-127032ca] {
  margin-top: 5px;
  position: relative;
}
.navbar .avatar-wrapper .user-avatar[data-v-127032ca] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.navbar .avatar-wrapper i[data-v-127032ca] {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 16px;
  font-size: 12px;
}
.menu-container[data-v-127032ca] {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  height: 100%;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  display: flex;
}
.menu-container .menu-box[data-v-127032ca] {
  width: 210px;
  background-color: #f7f8fa;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.2);
  z-index: 1;
}
.menu-container .menu-box .menu-box-item[data-v-127032ca] {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  line-height: 1;
  height: 40px;
}
.menu-container .menu-box .menu-box-item[data-v-127032ca]:not(:first-child) {
  padding-left: 45px;
}
.menu-container .menu-box .menu-box-item[data-v-127032ca]:hover {
  background-color: rgba(47, 81, 255, 0.08);
  color: #3571ff;
}
.menu-container .menu-box .menu-box-item .menu-item-logo[data-v-127032ca] {
  width: 25px;
  height: 25px;
  margin-inline-end: 12px;
  vertical-align: middle;
  object-fit: cover;
}
.menu-container .menu-box .menu-box-item[data-v-127032ca]:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.menu-container .menu-wrapper[data-v-127032ca] {
  width: 800px;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.2);
  position: relative;
}
.menu-container .menu-wrapper .menu-wrapper-close[data-v-127032ca] {
  position: absolute;
  right: 26px;
  top: 30px;
  font-size: 24px;
  color: #98999b;
}
.menu-container .menu-wrapper .menu-wrapper-close[data-v-127032ca]:hover {
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
}
.menu-container .menu-wrapper .menu-wrapper-title[data-v-127032ca] {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.menu-container .menu-wrapper .menu-wrapper-box[data-v-127032ca] {
  display: flex;
  flex-wrap: wrap;
}
.menu-container .menu-wrapper .menu-wrapper-box .menu-wrapper-item[data-v-127032ca] {
  width: 240px;
  height: 60px;
  border-radius: 8px;
  background: #f6f7fb;
  display: flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 0 20px;
}
.menu-container .menu-wrapper .menu-wrapper-box .menu-wrapper-item[data-v-127032ca]:hover {
  cursor: pointer;
  color: #3571ff;
  border: 1px solid #3765d7;
}
.menu-container .menu-wrapper .menu-wrapper-box .menu-wrapper-item img[data-v-127032ca] {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.menu-container .menu-wrapper .menu-wrapper-box .menu-wrapper-item[data-v-127032ca]:nth-child(3n) {
  margin-inline-end: 0;
}
.menu-container .scrollbar-wrapper[data-v-127032ca] {
  overflow-x: hidden !important;
  background-color: #f7f8fa;
}
[data-v-127032ca] .el-overlay {
  z-index: 996 !important;
}
[data-v-127032ca] .el-overlay .el-drawer__body {
  padding: 0 !important;
}
.slide-fade-enter-active[data-v-127032ca] {
  transition: all 0.1s ease-out;
}
.slide-fade-leave-active[data-v-127032ca] {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter-from[data-v-127032ca],
.slide-fade-leave-to[data-v-127032ca] {
  transform: translateX(-100px);
  opacity: 0;
}

/* slide-fade-img */
.slide-fade-img-enter-active[data-v-127032ca] {
  transition: all 0.2s ease-out;
}
.slide-fade-img-leave-active[data-v-127032ca] {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-img-enter-from[data-v-127032ca],
.slide-fade-img-leave-to[data-v-127032ca] {
  opacity: 0;
}
.nav-msg[data-v-127032ca] {
  position: relative;
}
.nav-msg:hover .msg-pad-box[data-v-127032ca] {
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
  padding-top: 20px;
}
.nav-msg:hover .msg-pad-box .msg-box-triangle[data-v-127032ca] {
  transition: all 0.3s;
  visibility: visible;
}
.msg-pad-box[data-v-127032ca] {
  position: absolute;
  visibility: hidden;
  top: 10px;
  right: -40px;
  opacity: 0;
}
.msg-pad-box .msg-box-triangle[data-v-127032ca] {
  position: absolute;
  right: 40px;
  top: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-top-left-radius: 2px;
  transform: rotate(45deg);
  background-color: #fff;
  visibility: hidden;
}
.nav-msg-box[data-v-127032ca] {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  padding: 18px;
  width: 324px;
  border-radius: 10px;
}
.nav-msg-box .msg-title-box[data-v-127032ca] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.nav-msg-box .msg-title-box > div[data-v-127032ca] {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.nav-msg-box .msg-title-box > span[data-v-127032ca] {
  color: #3571ff;
  cursor: pointer;
  font-size: 12px;
}
.nav-msg-box .msg-content-box[data-v-127032ca] {
  max-height: 300px;
  width: 100%;
  overflow-y: auto;
}
.nav-msg-box .msg-content-box .msg-content-item[data-v-127032ca] {
  white-space: normal;
  margin-top: 10px;
  width: 278px;
}
.nav-msg-box .msg-content-box .msg-content-item .msg-item-tile[data-v-127032ca] {
  color: #777777;
}
.nav-msg-box .msg-content-box .msg-content-item .read-dot[data-v-127032ca] {
  position: relative;
}
.nav-msg-box .msg-content-box .msg-content-item .read-dot[data-v-127032ca]::before {
  position: absolute;
  content: "";
  left: -23px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #f25e5e;
  border-radius: 10px;
}
.nav-msg-box .msg-content-box .msg-content-item .msg-item-content[data-v-127032ca] {
  color: #333333;
  margin-top: 2px;
}
.nav-msg-box .msg-content-box .msg-content-item .msg-item-time[data-v-127032ca] {
  font-size: 12px;
  color: #cccccc;
  margin-top: 5px;
}
[data-v-127032ca]::-webkit-scrollbar {
  width: 3px;
  /* 纵向滚动条*/
  height: 3px;
  /* 横向滚动条 */
  background-color: #fff;
}
[data-v-127032ca]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #f0f0f0;
}
[data-v-127032ca]::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #90b1ff;
}.input-tip[data-v-2ba0f49e] {
  margin: 24px 0 16px 92px;
  color: #909399;
  font-size: 12px;
}.message-content[data-v-46a4da86] {
  padding: 20px 40px;
}
.message-content .message-wrap[data-v-46a4da86] {
  text-align: left;
  max-width: 600px;
}
.message-content .team-name[data-v-46a4da86] {
  font-size: 18px;
  line-height: 1.5;
  color: #303133;
  font-weight: bold;
  margin-bottom: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-content .welcome-text[data-v-46a4da86] {
  font-size: 16px;
  line-height: 1.5;
  color: #606266;
}
.dialog-footer[data-v-46a4da86] {
  padding-top: 20px;
  text-align: right;
}
.dialog-footer .el-button + .el-button[data-v-46a4da86] {
  margin-left: 12px;
}.header-workbench[data-v-02c61650] {
  margin-left: 30px;
}
.header-workbench span[data-v-02c61650] {
  margin-left: 11px;
}
.language-box[data-v-02c61650] {
  position: absolute;
  z-index: 999;
  right: 200px;
}
.header-team[data-v-02c61650] {
  position: relative;
}
.header-team .team-title[data-v-02c61650] {
  cursor: pointer;
}
.header-team .team-title span[data-v-02c61650] {
  margin: 0 11px;
}
.header-team:hover .team-box[data-v-02c61650] {
  opacity: 1;
  transition: all 0.3s;
  visibility: visible;
  padding-top: 20px;
}
.header-team:hover .team-box .box-triangle[data-v-02c61650] {
  transition: all 0.3s;
  visibility: visible;
}
.team-box[data-v-02c61650] {
  position: absolute;
  visibility: hidden;
  top: 10px;
  right: -40px;
  opacity: 0;
}
.team-box .box-triangle[data-v-02c61650] {
  position: absolute;
  right: 60px;
  top: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-top-left-radius: 2px;
  transform: rotate(45deg);
  background-color: #fff;
  visibility: hidden;
}
.box-content[data-v-02c61650] {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  padding: 8px;
  width: 240px;
  border-radius: 10px;
}
.box-content .box-item[data-v-02c61650] {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  cursor: pointer;
}
.box-content .box-item[data-v-02c61650]:hover {
  background-color: rgba(47, 81, 255, 0.08);
  color: #3571ff;
}
.box-content .active-item[data-v-02c61650] {
  color: #3571ff;
}
.box-content .box-btn[data-v-02c61650] {
  margin-top: 15px;
}
.text-ellipsis[data-v-02c61650] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}.scroll-container[data-v-03a03293] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container[data-v-03a03293] .el-scrollbar__bar {
  bottom: 0px;
}
.scroll-container[data-v-03a03293] .el-scrollbar__wrap {
  height: 49px;
}.tags-view-container[data-v-e013d4be] {
  height: 34px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d8dce5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-e013d4be] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d8dce5;
  color: #495060;
  background: #fff;
  padding: 0 8px;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 4px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-e013d4be]:first-of-type {
  margin-left: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-e013d4be]:last-of-type {
  margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-e013d4be] {
  background-color: #42b983;
  color: #fff;
  border-color: #42b983;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-e013d4be]::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  margin-right: 2px;
}
.tags-view-container .contextmenu[data-v-e013d4be] {
  margin: 0;
  background: #fff;
  z-index: 3000;
  position: absolute;
  list-style-type: none;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-e013d4be] {
  margin: 0;
  padding: 7px 16px;
  cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-e013d4be]:hover {
  background: #eee;
}.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 100% 50%;
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
  transform: scale(0.6);
  display: inline-block;
  vertical-align: -3px;
}
.tags-view-wrapper .tags-view-item .el-icon-close:hover {
  background-color: #b4bccc;
  color: #fff;
  width: 12px !important;
  height: 12px !important;
}:export {
  menuColor: #2f51ff;
  primaryColor: #3571ff;
  successColor: #67c23a;
  dangerColor: #f56c6c;
  infoColor: #909399;
  warningColor: #e6a23c;
}.rect-item[data-v-309f8077] {
  position: absolute;
  border: 2px solid #ff0000;
}
.active[data-v-309f8077] {
  border: 2px solid #4fff00;
  border-color: #4fff00 !important;
  z-index: 2;
}.bor-cor .bor-cor-inner[data-v-623eda32] {
  width: 17px;
  height: 17px;
  border-width: 3px;
  border-color: #0073eb;
  position: absolute;
  z-index: 9;
}
.bor-cor .bor-cor-t[data-v-623eda32],
.bor-cor .bor-cor-r[data-v-623eda32] {
  top: 0;
  border-top-style: solid;
}
.bor-cor .bor-cor-b[data-v-623eda32],
.bor-cor .bor-cor-l[data-v-623eda32] {
  bottom: 0;
  border-bottom-style: solid;
}
.bor-cor .bor-cor-t[data-v-623eda32],
.bor-cor .bor-cor-l[data-v-623eda32] {
  left: 0;
  border-left-style: solid;
}
.bor-cor .bor-cor-r[data-v-623eda32],
.bor-cor .bor-cor-b[data-v-623eda32] {
  right: 0;
  border-right-style: solid;
}.img-clip-point-box[data-v-5dc3069a] {
  width: 600px;
  height: 420px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e4e7ed;
  box-sizing: content-box;
}
.img-clip-point-box .clip-wrap[data-v-5dc3069a] {
  width: 100%;
  height: 100%;
}
.img-clip-point-box .clip-wrap .clip-wrap-box[data-v-5dc3069a] {
  position: relative;
  top: 50%;
  left: 50%;
}
.img-clip-point-box .clip-wrap .layer-box[data-v-5dc3069a] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.img-clip-point-box .label[data-v-5dc3069a] {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
  height: 0;
}
.img-clip-point-box .label .line[data-v-5dc3069a] {
  width: 50px;
  height: 17px;
  background: url(/sso/static/png/dot-line-c2ce467b.png) no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
.img-clip-point-box .label .txt[data-v-5dc3069a] {
  padding: 3px;
  text-align: center;
  position: relative;
}
.img-clip-point-box .label .txt .txt-bor[data-v-5dc3069a] {
  border: 1px solid #ff8989;
  padding: 3px;
}
.img-clip-point-box .label .txt .txt-inner[data-v-5dc3069a] {
  padding: 3px 10px;
  background: #ff8989;
  color: #fff;
}
.img-clip-point-box .label .txt .txt-inner > div[data-v-5dc3069a] {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.img-clip-point-box .label-top[data-v-5dc3069a] {
  transform: rotateX(180deg);
  align-items: flex-end;
}
.img-clip-point-box .label-top .txt[data-v-5dc3069a] {
  transform: translateY(50%) rotateX(-180deg);
}
.img-clip-point-box .label-right[data-v-5dc3069a],
.img-clip-point-box .label-bottom[data-v-5dc3069a] {
  align-items: flex-start;
}
.img-clip-point-box .label-right .txt[data-v-5dc3069a],
.img-clip-point-box .label-bottom .txt[data-v-5dc3069a] {
  transform: translateY(-50%);
}
.img-clip-point-box .label-left[data-v-5dc3069a] {
  transform: rotateY(180deg);
  transform-origin: left;
  align-items: flex-start;
}
.img-clip-point-box .label-left .txt[data-v-5dc3069a] {
  transform: translateY(-50%) rotateY(-180deg);
}.cont-box-r-sub[data-v-09823085] {
  display: flex;
  line-height: 30px;
}
.them-color[data-v-09823085] {
  min-width: 68px;
  text-align: right;
  margin-right: 16px;
}.video-box[data-v-27be5e33] {
  width: 90%;
  height: 360px;
  background: rgba(0, 0, 0, 0.9);
  position: relative;
}
.video-box[data-v-27be5e33] video {
  width: 100%;
  height: 100%;
}.player-main[data-v-376d161f] {
  width: 100%;
  height: 360px;
  position: relative;
  background-color: #eeeeee;
}
.player-main .player-box[data-v-376d161f] {
  height: 100%;
  width: 100%;
}
.player-main #dplayer[data-v-376d161f] {
  height: 100%;
  width: 100%;
}
[data-v-376d161f] .dplayer-danmaku-item span {
  border: none !important;
}

/* 去掉作者信息 */
[data-v-376d161f] .dplayer-menu.dplayer-menu-show {
  display: none !important;
}

/* 去掉直播显示文字 */
[data-v-376d161f] .dplayer-live-badge {
  display: none !important;
}

/* 去掉页面全屏 */
.dplayer-controller .dplayer-icons .dplayer-full .dplayer-full-in-icon[data-v-376d161f] {
  display: none !important;
}
[data-v-376d161f] .dplayer-controller .dplayer-bar-wrap {
  display: none !important;
}
[data-v-376d161f] .dplayer-time {
  display: none !important;
}
[data-v-376d161f] .dplayer-setting {
  display: none !important;
}
.err-tips[data-v-376d161f] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}.line_time[data-v-68edc4cf] {
  position: relative;
  padding: 50px 0 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line_time .all_line[data-v-68edc4cf] {
  width: 90%;
  margin: 0 6%;
  padding: 24px 0;
}
.line_time .line[data-v-68edc4cf] {
  width: 100%;
  height: 3px;
  background: #ccc;
  position: relative;
}
.line_time .can_line[data-v-68edc4cf] {
  background: #1890ff77;
  height: 3px;
  width: 20%;
  position: absolute;
  left: 0;
}
.line_time .can_line span[data-v-68edc4cf] {
  position: absolute;
  right: 0;
  margin-top: 20px;
}
.line_time .reference[data-v-68edc4cf] {
  width: 1px;
  height: 8px;
  border: 0;
  background: #bbb;
  position: absolute;
  top: -3px;
  white-space: nowrap;
}
.line_time .reference em[data-v-68edc4cf] {
  color: #bbb;
  position: absolute;
  transform: translateX(-50%);
  margin-top: 15px;
  font-size: 12px;
}
.line_time .spot[data-v-68edc4cf] {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3571ff;
  background: white;
  position: absolute;
  top: -3px;
  white-space: nowrap;
  margin-left: -4px;
}
.line_time .dot_all em[data-v-68edc4cf] {
  display: none;
  color: #3571ff;
  transform: translateX(-50%);
  margin-top: 25px;
}
.line_time .dot_all[data-v-68edc4cf]:hover {
  width: 10px;
  height: 10px;
  border: 2px solid #3571ff;
  top: -4px;
}
.line_time .dot_all:hover em[data-v-68edc4cf] {
  display: inline-block;
}
.line_time .sel_dot[data-v-68edc4cf] {
  width: 12px;
  height: 12px;
  top: -5px;
  border: 2px solid #ffc935;
  box-shadow: 0 0 10px 4px #faa30255;
  z-index: 5;
  position: absolute;
}
.line_time .sel_dot em[data-v-68edc4cf] {
  position: absolute;
  top: -50px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 20px;
  line-height: 26px;
  border-radius: 13px;
  white-space: nowrap;
  transform: translateX(-50%);
  color: #ffbe0b;
}
.line_time .sel_dot i[data-v-68edc4cf] {
  contain: "";
  border: 1px solid #ccc;
  background: white;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  bottom: -4px;
  left: 50%;
  border-top: 0;
  border-left: 0;
}
.line_time .sel_dot_left em[data-v-68edc4cf] {
  transform: translateX(-20%);
}
.line_time .sel_dot_left i[data-v-68edc4cf] {
  left: 20%;
}
.line_time .sel_dot_right em[data-v-68edc4cf] {
  transform: translateX(-80%);
}
.line_time .sel_dot_right i[data-v-68edc4cf] {
  left: 80%;
}.danger[data-v-09ab3014] {
  color: #f52020;
}
.warning[data-v-09ab3014] {
  color: #ff8832;
}
.success[data-v-09ab3014] {
  color: #ffc542;
}
.blue[data-v-09ab3014] {
  color: #81a6ff;
}
.el-tag.el-tag--success[data-v-09ab3014] {
  --el-tag-bg-color: #fff4da;
  --el-tag-border-color: #fff4da;
  --el-tag-text-color: #ffc542;
  --el-tag-hover-color: #ffc542;
}.top-title-box[data-v-6a2ff2d6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.top-title[data-v-6a2ff2d6] {
  font-size: 16px;
}
.cont-box[data-v-6a2ff2d6] {
  display: flex;
}
.cont-box .name-icon[data-v-6a2ff2d6] {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.cont-box .name-icon[data-v-6a2ff2d6]::before {
  position: absolute;
  left: -18px;
  top: 4px;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQBJREFUOE+tk6FSw0AQhr8/Gip4iTIIBL1QUSwOC48AMmFQKDAMqpNUwiOAZdAIEJBgEAzPAeguE6bXCTdtptNw7u7f/e6/3T3RsPontlHJz0O9zwtTKGwntmcRp4JNg5VKF3wbvGnM5ctId/WcPwCX2o3EfpMrM27LXAc+ZgpwqZUSvaZkr5nxWuZyE3fgUjuUuAqSH4AtoDMLasZRmev610F8bI/AoB5YZFKcWIy4QOzOgDwVmXY84BNYDQF+71I7lzgLIF9Fpo5cYl1FfIQ3VA7qZ73E+lHEPbA2rcWY9faASQ2Wf8K/FLF1GysXrQap1q7lR9lDWn2mcBYW+c4/1XJ/o6HUKX8AAAAASUVORK5CYII=);
  height: 16px;
  width: 16px;
}
.cont-box .cont-box-l[data-v-6a2ff2d6] {
  width: 620px;
}
.cont-box .cont-box-r[data-v-6a2ff2d6] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont-box .cont-box-r .descriptions[data-v-6a2ff2d6] {
  margin-top: 20px;
}
.cont-box .cont-box-r .cont-box-r-detail[data-v-6a2ff2d6] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont-box .cont-box-r .cont-box-r-detail .cont-box-r-detail-item[data-v-6a2ff2d6] {
  min-height: 34px;
  line-height: 24px;
  color: #262b32;
  padding-bottom: 12px;
  display: flex;
  align-items: flex-start;
}
.cont-box .cont-box-r .cont-box-r-detail .cont-box-r-item-title[data-v-6a2ff2d6] {
  display: inline-block;
  width: 68px;
  margin-right: 16px;
  color: #909399;
  text-align: right;
  flex-shrink: 0;
}
.cont-box .cont-box-r .cont-box-r-detail .cont-box-r-item[data-v-6a2ff2d6] {
  font-size: 14px;
  background: #f5f7fa;
  width: 100%;
  overflow-y: auto;
}
.cont-box .cont-box-r .cont-box-r-detail .cont-box-r-item .cont-box-r-sub[data-v-6a2ff2d6] {
  line-height: 30px;
}
.time-line-box[data-v-6a2ff2d6] {
  position: relative;
  height: 20px;
  margin-top: 20px;
}
.time-line-box .all-line[data-v-6a2ff2d6] {
  margin-top: 2px;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  display: flex;
  align-self: center;
  justify-content: space-around;
}
.time-line-box .time-dot[data-v-6a2ff2d6] {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #3571ff;
  background: white;
  top: -3px;
  white-space: nowrap;
  margin-left: -4px;
}
.time-line-box .time-dot > span[data-v-6a2ff2d6] {
  display: none;
  color: #3571ff;
  transform: translateX(-50%);
  margin-top: 25px;
}
.time-line-box .time-dot.active[data-v-6a2ff2d6] {
  width: 12px;
  height: 12px;
  top: -5px;
  border: 2px solid #ffbe0b;
  box-shadow: 0 0 10px 4px #faa30255;
  z-index: 5;
}
.time-line-box .time-dot.active > span[data-v-6a2ff2d6] {
  display: inline-block;
  color: #ffbe0b;
}
.time-line-box .time-dot[data-v-6a2ff2d6]:hover {
  width: 10px;
  height: 10px;
  border: 2px solid #3571ff;
  top: -3px;
}
.time-line-box .time-dot:hover > span[data-v-6a2ff2d6] {
  display: inline-block;
}
.time-line-box .time-dot:hover.active[data-v-6a2ff2d6] {
  width: 12px;
  height: 12px;
  top: -5px;
  border: 2px solid #ffc935;
  box-shadow: 0 0 10px 4px #faa30255;
  z-index: 5;
}
.button-box[data-v-6a2ff2d6] {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.details-btn[data-v-6a2ff2d6] {
  height: 32px;
  width: 114px;
}.detail-content .image-container[data-v-4effc7f6] {
  margin-top: 8px;
}
.detail-content .image-container .el-image[data-v-4effc7f6] {
  height: 200px;
  border-radius: 4px;
}
.detail-content .image-container .no-image[data-v-4effc7f6] {
  width: 200px;
  height: 200px;
  background-color: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #909399;
  border-radius: 4px;
}.app-wrapper[data-v-1ae1a3f0] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-1ae1a3f0]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-1ae1a3f0] {
  position: fixed;
  top: 0;
}
.is-margin-left[data-v-1ae1a3f0] {
  margin-left: 210px;
}
.drawer-bg[data-v-1ae1a3f0] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}

/* 头部通栏 */
.fixed-header[data-v-1ae1a3f0] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000 !important;
  width: 100%;
  transition: width 0.28s;
}