.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-align: center;
  color: var(--color-text-2);
}

.load_11 {
  width: 60px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
}
.load_11 > div {
  background-color: #437aff;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  margin-right: 3px;
}
.load_11 .rect2 {
  animation-delay: -1.1s;
  background-color: #5a73ff;
}
.load_11 .rect3 {
  animation-delay: -1s;
  background-color: #706bff;
}
.load_11 .rect4 {
  animation-delay: -0.9s;
  background-color: #8c63ff;
}
.load_11 .rect5 {
  animation-delay: -0.8s;
  background-color: #a25bff;
  margin-right: 0 !important;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal-footer {
  margin: 28px 0;
  text-align: right;
  padding: 0 25px;
}
.modal-footer > button {
  height: 32px;
  margin-left: 8px;
}
.arco-modal-content {
  padding: 0;
}

.header-container-root {
  background-color: white;
  padding: 15px;
  border-radius: 12px;
  box-sizing: border-box;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 99px;
  background: linear-gradient(135deg, #3482ff 0%, rgba(171, 80, 255, 0.56) 100%);
  border-radius: 8px 8px 8px 8px;
  padding: 26px 33px;
  box-sizing: border-box;
}
.header-container > div:first-child {
  display: flex;
}
.header-container h1 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 22px;
  color: #ffffff;
  margin-right: 8px;
}
.header-container .sub-name {
  margin-top: 13px;
  font-size: 16px;
  color: #e8f2ff;
  line-height: 22px;
}
.header-container .header-title {
  display: flex;
  align-items: center;
}

.header_root {
  height: 70px;
  padding-right: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_root .logo-box {
  display: flex;
  align-items: center;
}
.header_root .logo-box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  cursor: pointer;
}
.header_root .tool-box {
  display: flex;
  align-items: center;
}
.header_root .tool-box > div {
  margin-left: 37px;
}
.header_root .head-text {
  line-height: 33px;
  height: 36px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  font-family: PingFang SC,
      PingFang SC;
}
.header_root .head-user-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_root .head-user-box p {
  font-size: 12px;
  margin-left: 10px;
}

.popover-root {
  height: 22px;
}
.popover-root .arco-badge-number {
  top: 0px;
  right: -8px;
  height: 18px;
  line-height: 18px;
}
.popover-root .my-task-root {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.popover-root .my-task-root .circle-box {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #eb3b3b;
  border: 2px solid #ffffff;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50%;
  right: -10px;
  top: -11px;
  line-height: 20px;
  text-align: center;
}
.popover-root .task-tip {
  background: white;
}
.popover-root .arco-badge {
  height: 22px;
}
.arco-trigger {
  max-width: 9999px !important;
}
.my-task-box {
  width: 520px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  padding: 28px;
  padding-bottom: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  min-height: 561px;
}
.my-task-box .task-empty-box {
  width: 100%;
  padding-top: 119px;
  text-align: center;
}
.my-task-box .task-empty-box > p {
  padding-right: 12px;
  margin-top: 5px;
}
.my-task-box h1 {
  margin: 0;
  font-size: 18px;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
}
.my-task-box .my-task-footer {
  height: 50px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
.my-task-box .my-task-content {
  padding-top: 5px;
  height: 471px;
  overflow-y: auto !important;
  overflow-x: hidden;
  box-sizing: border-box;
}
.arco-tooltip-content {
  border-radius: 4px;
}

.my-task-root {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.my-task-root .task-middle-box {
  flex: 1 1;
  margin-left: 8px;
}
.my-task-root h2 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 320px;
}
.my-task-root .my-task-type {
  display: block;
  width: 37px;
  height: 20px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
}
.my-task-root .task-user-info {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 320px;
}
.my-task-root .type-color-p {
  background: #f4e8ff;
  color: #8703ff;
}
.my-task-root .type-color-g {
  background: #daf6e0;
  color: #2d8f45;
}
.my-task-root .task-image {
  position: relative;
}
.my-task-root .task-image .unread-circle {
  background-color: red;
  width: 13px;
  height: 13px;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  border: 1px solid white;
  right: -6px;
  top: -6px;
}
.my-task-root .task-image .task-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.64);
  left: 0;
  top: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  flex-direction: column;
}
.my-task-root .task-image .task-mask p {
  margin-top: 3px;
}
.my-task-root .task-image .task-mask .circle-container {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid white;
}
.my-task-root .ellipsis-filename {
  display: inline-flex;
  max-width: 320px;
  /* 根据需要调整宽度 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-task-root .filename-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* 允许名称部分在容器中占据剩余空间 */
  flex-shrink: 1;
}
.my-task-root .filename-extension {
  flex-shrink: 0;
}
.arco-progress-circle-mask {
  stroke: white;
}
.arco-progress-circle-path {
  stroke: transparent;
}

.arco-drawer-content {
  padding: 0;
}
.notice_message_drawer {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 48px);
}
.notice_title {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC,
    PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  line-height: 24px;
}
.notice_title img {
  height: 100%;
  margin-right: 15px;
}
.notice_message_tabs {
  border-bottom: 1px solid #e5e6eb;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
}
.notice_message_tabs .notice_button_wrap {
  border-radius: 4px 4px 4px 4px;
  padding: 4px;
  background-color: #f2f3f5;
}
.notice_message_tabs .notice_more_message_icon {
  margin-right: 15px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.notice_message_tabs .arco-btn-group .arco-btn-secondary:not(:last-child) {
  border-right: 1px solid transparent;
  border: 1px solid transparent;
}
.notice_message_tabs .arco-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.notice_message_bottom_content {
  padding: 12px 16px;
  flex: 1 1;
  overflow-y: auto;
}
.notice_more_message_popver {
  box-shadow: 0px 1px 4px 0px rgba(167, 176, 188, 0.2);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eeeeee;
  padding: 14px 10px;
}
.notice_more_message_popver .notice_more_message_popver_item {
  cursor: pointer;
  width: 155px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
}
.notice_more_message_popver .notice_more_message_popver_item:hover {
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.15) 0%, rgba(203, 152, 250, 0.15) 100%) !important;
  border-radius: 4px 4px 4px 4px;
}
.notice_message_list {
  overflow-y: auto;
}
.notice_message_list .notice_message_list_item {
  cursor: pointer;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.notice_message_list .notice_message_list_item:hover .notice_message_list_item_header_right_box {
  display: flex !important;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_header .notice_message_list_item_header_left {
  text-indent: -6px;
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  position: relative;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_header .notice_message_list_item_header_left .iseRead {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4d4f;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_header .notice_message_list_item_header_right_box {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 55px;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_header .notice_message_list_item_header_right {
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #eaeaea;
  color: #3d3d3d;
  font-size: 16px;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_header .notice_message_list_item_header_right:first-child {
  margin-right: 5px;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_content {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.notice_message_list .notice_message_list_item .notice_message_list_item_time {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
}
.text-ellipsis-expand {
  padding: 3px 5px;
  font-family: PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #225fff;
  line-height: 16px;
  cursor: pointer;
}
.notice_message_list_loader {
  height: 40px;
  text-align: center;
  font-family: PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
}
.notice_message_list_empty-text {
  margin-top: 67px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
}

@font-face {
  font-family: "MyCustomFont";
  src: url(/4467a6a5e7e6ac860443.ttf);
}
.DOUYU-text {
  font-family: "MyCustomFont";
  font-weight: 400;
  font-size: 12px !important;
  background: linear-gradient(180deg, #2d6cff 0%, #9358ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* Fallback for older browsers */
}
.menu-root {
  position: relative;
  height: calc(100% - 16px);
}
.menu-root .arco-tooltip-arrow {
  width: 0 !important;
  height: 0 !important;
}
.menu-root .collapse-box {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(79, 84, 225, 0.34);
  position: absolute;
  right: -15px;
  top: 57px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}
.menu-root .menu-container {
  margin-top: 16px;
  height: 100%;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-pop-header {
  overflow: visible;
  overflow: initial;
}
.menu-root .menu-container .arco-menu-inner {
  height: calc(100vh - 66px);
  display: flex;
  flex-direction: column;
}
.menu-root .menu-container .arco-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.menu-root .menu-container .arco-menu-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-inner::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 30px;
}
.menu-root .menu-container .arco-menu {
  min-width: 107px;
  background-color: transparent;
}
.menu-root .menu-container .layout-subMenu {
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 28px;
  line-height: normal;
  font-size: 14px !important;
  color: #333333;
  font-weight: 400;
}
.menu-root .menu-container .layout-subMenu .arco-menu-item {
  padding: 0 !important;
}
.menu-root .menu-container .menu-item {
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: normal;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.menu-root .menu-container .menu-item:hover {
  color: #3662ec;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-pop-header,
.menu-root .menu-container .arco-menu-vertical .arco-menu-inline-header {
  padding-right: 12px;
}
.menu-root .menu-container .arco-menu-selected {
  color: #3662ec !important;
}
.menu-root .menu-container .arco-menu-light .arco-menu-item.arco-menu-selected {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-light .arco-menu-pop-header:hover,
.menu-root .menu-container .arco-menu-light .arco-menu-item:hover {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-item {
  overflow: visible;
  overflow: initial;
}
.menu-root .menu-container .arco-menu-light .arco-menu-item {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-inline-header {
  margin-bottom: 0;
  overflow: visible;
  overflow: initial;
}
.menu-root .menu-container .arco-menu-light .arco-menu-inline-header {
  background-color: transparent;
}
.menu-root .menu-container .arco-menu-item-inner {
  box-sizing: border-box;
  padding-left: 51px;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix {
  right: 10px;
}
.menu-root .menu-container .arco-menu-icon-suffix {
  font-size: 12px;
}
.menu-root .menu-flex {
  display: flex !important;
  align-items: center !important;
  justify-content: left !important;
  margin-bottom: 0 !important;
  margin-right: 12px;
  color: black;
}
.menu-root .menu-container-collapse {
  margin-top: 16px;
  width: 107px;
  height: 100%;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  overflow-y: auto;
}
.menu-root .menu-container-collapse .menu-item-collapse {
  width: 100%;
  height: 51px;
  margin-bottom: 28px;
}
.menu-root .menu-container-collapse .menu-item-collapse .menu-item-collapse-text {
  height: 51px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
  line-height: normal;
}
.menu-root .menu-container-collapse .menu-item-collapse .menu-item-collapse-text > p {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.menu-root .menu-container-collapse .menu-item-collapse .menu-item-collapse-text:hover {
  color: #3662ec !important;
}
.menu-item-c-collapse {
  width: 220px;
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(120, 120, 120, 0.28);
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 12px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.menu-item-c-collapse .menu-item-c-collapse-item {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-family: PingFang HK,
      PingFang HK;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 12px;
  padding: 8px 19px;
  box-sizing: border-box;
  cursor: pointer;
}
.menu-item-c-collapse .menu-item-c-collapse-item .menu-item-c-collapse-text {
  padding-left: 16px;
}
.menu-item-c-collapse .menu-item-c-collapse-item:hover {
  background: #eff2ff;
}
.menu-item-c-collapse .menu-item-c-collapse-svg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.menu-icon .arco-image {
  height: 26px;
  line-height: normal;
}
.menu-hot {
  position: absolute;
  top: -9px;
  right: -25px;
  width: 34px;
  height: 18px;
  background: linear-gradient(134deg, #ff9696 0%, #a768fc 100%);
  border-radius: 8px;
  border: 2px solid #ffffff;
  font-family: MyCustomFont;
  font-weight: 400;
  font-size: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.menu-hot > span {
  margin-top: 2px;
}
.tasks-submenu {
  margin-top: auto !important;
}
.engineer-title-wrapper {
  display: flex;
  align-items: center;
}
.engineer-title-wrapper img {
  width: 22px;
  margin-right: 5px;
}

.auth-modal-box {
  display: flex;
  justify-content: space-between;
}
.auth-modal-box .auth-item {
  width: 214px;
}
.auth-modal-box .auth-item .auth-item-img {
  width: 100%;
  height: 177px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 11px;
}
.auth-modal-box .auth-item .auth-item-img .title {
  font-weight: 500;
  font-size: 16px;
  color: #1D2129;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.auth-modal-box .auth-item .auth-down {
  width: 214px;
  height: 36px;
  background: #165DFF;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lgparsing-contel-bodydiv {
  width: 180px;
  height: 285px;
  background: #f5f8ff;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.lgparsing-contel-bodydiv p {
  font-size: 12px;
  color: #999999;
}
.lgparsing-contel-bodydiv p:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 5px;
}
.lgparsing-contel-bodydiv p:nth-child(3) {
  margin-top: 9px;
  font-size: 12px;
  color: #999999;
}
.lgparsing-contel-bodydiv p:nth-child(4) {
  font-size: 12px;
  color: #999999;
}
.lgparsing-contel-bodyactive {
  width: 180px;
  height: 285px;
  background: #e8ebf3;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.grid-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: justify-content 1s ease;
}
.grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 禁止项目自动拉伸 */
  flex: 0 0 auto;
}
.grid-item.placeholder {
  visibility: hidden;
  /* 隐藏占位元素，但占据空间 */
}

.volong-primary-button {
  background: linear-gradient(135deg, #165DFF 0%, #CB98FA 100%) !important;
}

.form {
  flex: 1 1;
  margin-right: 20px;
}
.preview {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 360px;
  height: 640px;
  background: #333;
  overflow: hidden;
}
.preview .video-controlsprogress-slide {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 94%;
  background: rgba(134, 144, 156, 0.54);
  border-radius: 8px 8px 8px 8px;
  height: 33px;
  margin: 0 12px;
}
.preview .format-time {
  width: 100%;
  margin-top: 10px;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.preview .format-time .format-tool {
  display: flex;
  align-items: center;
}
.preview .video-progress-slider {
  margin: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
}
.preview .video-progress-slider .arco-slider {
  width: 100% !important;
  height: 12px;
}
.preview .video-progress-slider .arco-slider-road::before {
  height: 5px;
}
.preview .video-progress-slider .arco-slider-button {
  z-index: 3;
  height: 14px;
  width: 14px;
}
.preview .video-progress-slider .arco-slider-button::after {
  border: none;
}
.preview .video-progress-slider .arco-slider-bar {
  height: 5px;
  background-color: #9cbfff;
}
.preview .audio-control-box {
  height: 100px;
  padding-bottom: 5px;
}
.preview .audio-control-box .arco-slider-wrapper {
  height: 100%;
}
.preview .audio-control-box .arco-slider-wrapper .arco-slider-road-vertical {
  min-height: auto;
}
.preview .volume-control {
  display: flex;
  align-items: center;
}
.preview .volume-control .arco-slider {
  height: 100px;
  margin-left: 10px;
}
.play-btn {
  position: absolute;
}
.compose-preview {
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #ccc;
  word-break: break-all;
}
/* 隐藏默认播放器控件 */
.Player_player_player__13kf6 .Player_player_player_tool_bar__2nLR3,
.ProgressBar_player_progressBar__13sfL {
  display: none !important;
}

.close-wrapper {
  width: 11px;
  height: 11px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: black;
  cursor: pointer;
}

.collapse-root .collapse-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.collapse-root .collapse-btn > div:first-child {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #eeeeee;
}
.collapse-root .collapse-btn > div:nth-child(2) {
  width: 140px;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}
.collapse-root .collapse-btn > div:last-child {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #eeeeee;
}
.collapse-root .collapse-content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: white;
}

.collapse-root-ectype {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.collapse-root-ectype .collapse-btn {
  display: flex;
  height: 42px;
  line-height: 42px;
  align-items: center;
  font-size: 14px;
}
.collapse-root-ectype .collapse-btn > div:nth-child(2) {
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.collapse-root-ectype .collapse-btn:hover {
  color: #165DFF;
}
.collapse-root-ectype .collapse-content {
  transition: max-height 0.3s ease;
  background-color: white !important;
}

._root {
  position: relative;
}
.mask {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  background-color: #ffffff86;
}
.loading {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.loading span {
  display: inline-block;
  animation: float 1.5s infinite;
  margin: 0 0.06rem;
  font-weight: bold;
}
.loading span {
  color: #653366;
}
.loading span:nth-child(2) {
  color: #ffcd36;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.loading span:nth-child(1) {
  animation-delay: 0s;
}
.loading span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading span:nth-child(3) {
  animation-delay: 0.4s;
}
.loading span:nth-child(4) {
  animation-delay: 0.6s;
}
.loading span:nth-child(5) {
  animation-delay: 0.8s;
}
.loading span:nth-child(6) {
  animation-delay: 1s;
}
/* 
@keyframes float {  
    0%, 100% { opacity: 0; }  
    50% { opacity: 1; }  
  }  
    
  .loading span:nth-child(1) { animation-delay: 0s; }  
  .loading span:nth-child(2) { animation-delay: 0.2s; }  
  .loading span:nth-child(3) { animation-delay: 0.4s; }  
  .loading span:nth-child(4) { animation-delay: 0.6s; }  
  .loading span:nth-child(5) { animation-delay: 0.8s; }  
  .loading span:nth-child(6) { animation-delay: 1s; } */


/*# sourceMappingURL=main-6dad9db7.a85ae566.css.map*/