.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);
  }
}

.header_root {
  height: 70px;
  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;
  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;
}

.user-box {
  width: 100%;
  color: #333;
}
.user-box .user_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user-box .user_content .user_content_statis {
  height: 32px;
  padding: 0 20px;
  border: 1px solid #edeff2;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "MyFont";
}
.user-box .user_content .user_content_statis img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.user-box .user_content .user_content_statis > span {
  color: #6a79fe;
}
.user-box .user_content .user_avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.arco-popover-content,
.arco-popconfirm-content {
  padding: 0;
}
.user_popover_card {
  width: 100%;
  width: 300px;
  padding: 30px 16px 0 16px;
  box-sizing: border-box;
}
.user_popover_card .popover_content_header {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.user_popover_card .popover_content_header .content_header_avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.user_popover_card .popover_content_header .content_header_info {
  flex: 1 1;
  min-width: 0;
}
.user_popover_card .popover_content_header .content_header_info .info_name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
}
.user_popover_card .popover_content_header .content_header_info .info_phone_number {
  width: 100%;
  margin-top: 6px;
  color: #8b939d;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.user_popover_card .popover_content_card {
  width: 100%;
  margin-top: 20px;
  height: 120px;
  background: linear-gradient(90deg, #ffbc8633 0%, #ff8634b5 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.user_popover_card .popover_content_card .popover_content_card_icon {
  position: absolute;
  top: -18px;
  right: -4px;
  width: 110px;
}
.user_popover_card .popover_content_card .card_header {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.user_popover_card .popover_content_card .card_header .card_header_title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #9d5507;
  line-height: 16px;
}
.user_popover_card .popover_content_card .card_header .card_header_title img {
  width: 24px;
  height: 24px;
}
.user_popover_card .popover_content_card .card_header .card_header_btn {
  width: 70px;
  height: 22px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 34px;
  color: #9d5507;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.user_popover_card .popover_content_card .card_valid {
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
  margin-top: 48px;
  font-size: 12px;
  color: #9d5507;
}
.user_popover_card .popover_content_card .card_foot {
  flex: 1 1;
  display: flex;
  align-items: flex-end;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.user_popover_card .popover_content_card .card_foot .card_foot_content {
  width: 100%;
  height: 40px;
  background: linear-gradient(90deg, #db9666 0%, #f4a671 100%);
  display: flex;
  align-items: center;
  padding: 0 14px;
  box-sizing: border-box;
}
.user_popover_card .popover_content_card .card_foot .card_foot_content .foot_content_text {
  flex: 1 1;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.user_popover_card .popover_content_card .card_foot .card_foot_content .foot_content_btn {
  width: 54px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background: linear-gradient(90deg, #9a4c18 0%, #5f2e05 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.user_popover_card .popover_content_menu {
  width: 100%;
  margin-top: 10px;
}
.user_popover_card .popover_content_menu .menu_item {
  width: 100%;
  padding-left: 22px;
  padding-right: 6px;
  box-sizing: border-box;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
  border-radius: 8px;
  cursor: pointer;
}
.user_popover_card .popover_content_menu .menu_item:hover {
  background-color: #eff2ff;
}
.user_popover_card .popover_content_menu .menu_login_out {
  width: 100%;
  margin: 22px 0;
  text-align: center;
  color: #f6605d;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.user_login_btn {
  width: 74px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #3c009b 0%, #6c22e0 100%);
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  border-radius: 22px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.rights-detail-box {
  width: 100vw;
  height: 100vh;
  min-width: 1366px;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  color: #333;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "PingFang SC";
}
.rights-detail-box .rights_details_card {
  position: absolute;
  width: 100%;
  height: calc(100vh - 124px);
  bottom: 0;
  left: 0;
  background-color: #f9f5ff;
  border-radius: 34px 34px 0 0;
  transition: all 0.3s ease-in-out;
}
.rights-detail-box .rights_details_card .rights_details_card_content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_content_logo {
  position: absolute;
  width: 190px;
  height: auto;
  left: 54px;
  top: 26px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_content_close {
  position: absolute;
  font-size: 20px;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content {
  width: 880px;
  margin-top: 48px;
  overflow-y: auto;
  padding-bottom: 12px;
  box-sizing: border-box;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .show_content_user_info {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .show_content_user_info .user_info_avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .show_content_user_info .user_info_data {
  width: 160px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .show_content_user_info .user_info_data .user_info_data_name {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .show_content_user_info .user_info_data .user_info_data_phone {
  font-size: 14px;
  color: #8b939d;
  font-weight: bold;
  margin-top: 4px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details {
  width: 100%;
  margin-top: 14px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner {
  width: 100%;
  height: 250px;
  position: relative;
  background-image: url(/6f2ceb70329615278989.png);
  background-size: cover;
  background-position: center;
  padding: 0 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_banner_logo {
  position: absolute;
  top: 36px;
  right: 48px;
  width: 198px;
  height: auto;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_title {
  font-size: 28px;
  font-weight: bold;
  color: #9a5529;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_data {
  display: flex;
  gap: 64px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_data .my_rights_data_text {
  color: #9a5529;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_data .my_rights_data_text > div:first-child {
  font-size: 18px;
  font-weight: 600;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_data .my_rights_data_text > div:last-child {
  margin-top: 4˝px;
  font-size: 14px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_stats {
  display: flex;
  gap: 96px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_stats .my_rights_stats_text {
  color: #9a5529;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_stats .my_rights_stats_text > div:first-child {
  font-size: 18px;
  font-weight: 600;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .my_rights_details .my_rights_banner .my_rights_stats .my_rights_stats_text > div:last-child {
  margin-top: 4˝px;
  font-size: 14px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_title {
  width: 100%;
  margin: 22px 0 12px 0;
  font-size: 16px;
  font-weight: bold;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard {
  width: 100%;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard .rights_consume_standard_header {
  width: 100%;
  height: 10px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #f0c790 0%, #9a5529 100%);
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard .rights_consume_content {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard .rights_consume_content .rights_consume_table {
  width: 100%;
  border-color: #eeeeee70;
  border-collapse: collapse;
  color: #505257;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard .rights_consume_content .rights_consume_table > thead > tr > th {
  padding: 24px 0 28px 0;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard .rights_consume_content .rights_consume_table > tbody > tr > td {
  padding: 180px 0 192px 0;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard .rights_consume_content .rights_consume_table .rights_consume_table_header1 {
  width: 524px;
}
.rights-detail-box .rights_details_card .rights_details_card_content .rights_details_show_content .rights_consume_standard .rights_consume_content .rights_consume_table .rights_consume_table_td1 {
  padding: 14px 0 18px 0;
}

.creation-modal .modal-header {
  height: 57px;
  background: linear-gradient(135deg, rgba(65, 122, 255, 0.3) 0%, rgba(171, 80, 255, 0.084) 100%);
}
.creation-modal .modal-header .moadl-title {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 22px;
}
.creation-modal .modal-header .moadl-title .arco-image-img {
  width: 26px;
  height: 26px;
}
.creation-modal .modal-header .moadl-title > div:first-child {
  display: flex;
  align-items: center;
}
.creation-modal .modal-header .moadl-title > div:first-child > span {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
}
.creation-modal .modal-header .moadl-title > div:last-child {
  cursor: pointer;
}
.creation-modal .modal-content {
  padding: 18px 25px;
  padding-bottom: 0;
}
.modal-footer {
  margin: 28px 0;
  text-align: right;
  padding: 0 25px;
}
.modal-footer > button {
  height: 32px;
  margin-left: 8px;
}

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

.checkbox-wrapper-hoc {
  position: relative;
  border: 1px solid transparent;
}
.checkbox-wrapper-hoc .checkbox-item {
  position: absolute;
  top: 2px;
  left: 1px;
  display: none;
  z-index: 100;
}
.checkbox-wrapper-hoc.active {
  border: 1px solid rgba(22, 93, 255);
}
.checkbox-wrapper-hoc.active > * {
  border: none !important;
}
.checkbox-wrapper-hoc:hover .checkbox-item {
  display: inline-block;
}

.showUploadNoda-wrapper {
  width: 106px;
}
.showUploadNoda-wrapper p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.show-up-load-success {
  width: 106px;
  height: 112px;
  box-sizing: border-box;
  position: relative;
}
.show-up-load-success:hover .icon-close-btn {
  display: flex;
}
.show-up-load-success .icon-close-btn {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 14px;
  height: 14px;
  z-index: 10;
  border-radius: 50%;
  background: #636363;
  cursor: pointer;
}
.show-up-load-success .icon-close-btn * {
  font-size: 8px;
  color: white;
}
.show-up-load-success .cover-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 112px;
  overflow: hidden;
  border-radius: 8px 8px 8px 8px;
  background: #f5f8ff;
  position: relative;
}
.show-up-load-success .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-up-load-success .cover-img img.default-cover {
  width: 52%;
  object-fit: contain;
}
.show-up-load-success .type-tag-wrapper,
.show-up-load-success .time-wrapper {
  position: absolute;
}
.show-up-load-success .type-tag-wrapper {
  right: 10px;
  top: 10px;
}
.show-up-load-success .time-wrapper {
  bottom: 10px;
  left: 10px;
  width: 35px;
  height: 14px;
  background: rgba(51, 51, 51, 0.44);
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
}
.show-up-load-success p {
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.upload-node-wrapper {
  width: 106px;
  height: 142px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.upload-node-wrapper .upload-contaienr {
  width: 106px;
  height: 112px;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff;
}
.upload-node-wrapper * {
  box-sizing: border-box;
}
.upload-node-wrapper .upload-error-wrapper,
.upload-node-wrapper .parse-loading-wrapper {
  height: 112px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.upload-node-wrapper .upload-error-wrapper p,
.upload-node-wrapper .parse-loading-wrapper p {
  position: absolute;
  bottom: 20px;
  z-index: 3;
}
.upload-node-wrapper .upload-error-wrapper .cover-mask,
.upload-node-wrapper .parse-loading-wrapper .cover-mask {
  position: absolute;
  width: 100%;
  height: 112px;
  background: rgba(51, 51, 51, 0.49);
  z-index: 2;
}
.upload-node-wrapper .upload-error-wrapper .cover-img-wrapper,
.upload-node-wrapper .parse-loading-wrapper .cover-img-wrapper {
  width: 100%;
  height: 112px;
  z-index: 2;
  position: absolute;
}
.upload-node-wrapper .upload-error-wrapper .cover-img-wrapper img,
.upload-node-wrapper .parse-loading-wrapper .cover-img-wrapper img {
  height: 100%;
  width: 100%;
  position: relative;
  object-fit: cover;
  z-index: 1;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper {
  position: relative;
  width: 80%;
  z-index: 10;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper img,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper img {
  position: absolute;
  right: 0px;
  top: -3px;
  width: 10px;
}
.upload-node-wrapper .upload-error-wrapper .upload-progress-wrapper .arco-progress-line-outer,
.upload-node-wrapper .parse-loading-wrapper .upload-progress-wrapper .arco-progress-line-outer {
  height: 2px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.upload-node-wrapper .parse-progress-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-node-wrapper .parse-progress-wrapper img {
  animation: rotate 1.2s linear infinite;
  position: relative;
  z-index: 100;
}
.upload-node-wrapper .parse-progress-wrapper .arco-progress-line-outer {
  height: 2px !important;
}
.upload-node-wrapper .wait-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: #f5f8ff;
  padding: 7px;
  border-radius: 4px 4px 4px 4px;
  height: 112px;
}
.upload-node-wrapper .wait-msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload-node-wrapper .wait-msg span {
  font-weight: 400;
  font-size: 10px;
  color: #999999;
}
.upload-node-wrapper .uploading-wrapper {
  border-radius: 4px 4px 4px 4px;
  background: #f5f8ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 112px !important;
  position: relative;
}
.upload-node-wrapper .uploading-wrapper .cover-mask {
  position: absolute;
  width: 100%;
  height: 112px;
  background: rgba(51, 51, 51, 0.49);
  z-index: 2;
}
.upload-node-wrapper .uploading-wrapper .cover-img-wrapper {
  width: 100%;
  height: 112px;
  z-index: 2;
  position: absolute;
}
.upload-node-wrapper .uploading-wrapper .cover-img-wrapper img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper {
  margin: 0 auto;
  width: 80%;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .opearte {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 10px;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .opearte div {
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.upload-node-wrapper .uploading-wrapper .uploading-progress-wrapper .arco-progress-line-outer {
  height: 2px !important;
}
.upload-node-wrapper .uploading-wrapper p {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.upload-node-wrapper .img-wrapper {
  width: 100%;
  height: calc(100% - 30px);
  color: green;
}
.upload-node-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
}
.upload-node-wrapper .type-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
}
.upload-node-wrapper .time-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.upload-node-wrapper .upload-node-wrapper,
.upload-node-wrapper .uploading-wrapper {
  width: 100%;
  height: 100%;
}
.upload-node-wrapper .name {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 关键属性，确保文本垂直方向限制为一行 */
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  height: 18px;
}
.upload-node-wrapper .upload-error-wrapper {
  width: 100%;
  height: 112px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background: #f5f8ff;
}
.upload-error-wrapper .error-tip-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-error-wrapper > p {
  color: #f98282;
}
.upload-error-tip .arco-popover-inner {
  padding: 4px 6px;
}
.music-cover-picture {
  object-fit: contain;
}

.material-upload-block-bg {
  width: 100%;
  display: flex;
  cursor: pointer;
  background: #f5f8ff;
  border-radius: 4px;
  flex-direction: column;
  /* 让 img 和 p 垂直排列 */
  align-items: center;
  /* 水平居中 */
  justify-content: center;
  /* 垂直居中 */
  height: 100%;
  /* 根据需要调整高度 */
  text-align: center;
  /* 确保 p 内部内容居中 */
}
.material-upload-block-bg img.add-img {
  width: 20px;
  height: 20px;
}
.material-upload-block-bg p {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.material-upload-block-bg img.tip-img {
  width: 10px;
  height: 10px;
}

._video-hoc-wrapper {
  position: relative;
  flex-shrink: 0;
}
._video-hoc-wrapper ._video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
._video-hoc-wrapper ._video-wrapper {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  bottom: 0;
  right: 0;
}
._video-hoc-wrapper:hover ._video-play-button {
  display: flex;
}

.upload-mask-block {
  width: 180px;
  height: 285px;
  background: #f5f8ff;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.upload-mask-block .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.upload-mask-block .content p {
  font-size: 12px;
  color: #999999;
}
.upload-mask-block .content p:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 5px;
}
.upload-mask-block .content p:nth-child(3) {
  margin-top: 9px;
  font-size: 12px;
  color: #999999;
}
.upload-mask-block .content p:nth-child(4) {
  font-size: 12px;
  color: #999999;
}
.upload-mask-block .content p.tip {
  width: 90%;
}
.upload-mask-block.hoverable:hover .children-wrapper {
  display: flex;
}
.upload-mask-block.hoverable:hover .content {
  display: none;
}
.upload-mask-block .children-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e5edff 0%, #f8edff 100%);
  border-radius: 4px 4px 4px 4px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.play-point {
  position: sticky;
  display: block;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ab50ff;
  transform: translateX(-50%);
  cursor: move;
  box-shadow: 0px 2px 4px 0px rgba(74, 74, 74, 0.52);
  border: 2px solid #fff;
}

.video-thumbs {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid transparent;
}
.video-thumbs.active {
  border: 2px solid #cdcdcd;
}
.video-thumbs .list {
  display: flex;
}
.timeline-editor-edit-area {
  color: red;
}
.timeline-editor-edit-area .timeline-editor-action-left-stretch {
  left: -8px;
  z-index: 99;
  border-radius: 0;
}
.timeline-editor-edit-area .timeline-editor-action-left-stretch::after {
  top: 4px;
  bottom: 4px;
}
.timeline-editor-edit-area .timeline-editor-action-right-stretch {
  right: -8px;
  z-index: 99;
  border-radius: 0;
}
.timeline-editor-edit-area .timeline-editor-action-right-stretch::after {
  top: 4px;
  bottom: 4px;
}
#track-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
}
.track-list {
  /* 设置滚动条的整体样式 */
  /* 设置滚动条轨道 */
  /* 设置滚动条滑块 */
}
.track-list::-webkit-scrollbar {
  height: 10px;
  /* 水平滚动条的高度 */
}
.track-list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  /* 滚动条轨道的颜色 */
  border-radius: 4px;
  /* 圆角 */
}
.track-list::-webkit-scrollbar-thumb {
  background-color: #555;
  /* 滚动条滑块的颜色 */
  border-radius: 4px;
  /* 滚动条滑块的圆角 */
}

.img-wrapper {
  position: relative;
}

.trackItem.isDrag {
  z-index: 50;
}
.trackItem.drag-over::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}
.trackItem.drag-error {
  background: rgba(255, 111, 111, 0.4) !important;
  cursor: not-allowed;
}

.index_layout_sider__2Ubxk {
  width: 166px;
}
.index_layout_sider__2Ubxk .index_menu_item__sal-5,
.index_layout_sider__2Ubxk .index_menu_top__v\+C-r {
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  box-sizing: border-box;
}
.index_layout_sider__2Ubxk .index_menu_item__sal-5 img,
.index_layout_sider__2Ubxk .index_menu_top__v\+C-r img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.index_layout_sider__2Ubxk .index_menu_item__sal-5:hover {
  background: #f3f2f4;
}
.index_layout_sider__2Ubxk .index_menu_item__sal-5.index_active__lJKR4 {
  background: #f3f2f4;
}
.index_layout_sider__2Ubxk .index_menu_top__v\+C-r:nth-child(1) {
  background: #fef6f4;
}
.index_layout_sider__2Ubxk .index_menu_line__OGG30 {
  height: 0;
  border-top: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.index_menu_tooltip__F0n2f {
  background: #fff;
  color: #333;
}
.index_menu_tooltip__F0n2f .arco-tooltip-content {
  background: #fff;
}
.index_menu_tooltip__F0n2f .arco-trigger-arrow {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.auth-modal-box {
  display: flex;
  justify-content: space-between;
}
.auth-modal-box .auth-item {
  width: 214px;
}
.auth-modal-box .auth-item:first-child {
  margin-right: 20px;
}
.auth-modal-box .auth-item .auth-item-img {
  width: 95%;
  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: 204px;
  height: 36px;
  background: #333333;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arco-modal {
  border-radius: 16px;
  position: relative;
}
.arco-modal-header {
  border: none;
}
.ai_modal_title {
  position: relative;
  width: 100%;
  padding-left: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}
.ai_modal_title .ai_modal_title_line {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -1px;
  background-color: #333;
}
.ai-modal-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: -26px;
}
.ai-modal-footer .footer_btn {
  padding: 0 22px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 66px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.ai-modal-footer .cancel {
  background-color: #f2f3f5;
  color: #4e5969;
}
.ai-modal-footer .submit {
  background-color: #333;
  color: #fff;
}
.ai-model-content {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
.arco-modal-content {
  padding: 0 20px 20px 20px;
}

.home-login-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #3f485560;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.home-login-box .login_content {
  width: 1020px;
  height: 600px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}
.home-login-box .login_content .login_content_show {
  width: 506px;
}
.home-login-box .login_content .login_content_show .show_logo {
  width: 114px;
  height: 22px;
  margin: 14px 0 0 22px;
}
.home-login-box .login_content .login_content_show .show_banner {
  position: relative;
  width: 100%;
  margin-top: 84px;
  overflow: hidden;
}
.home-login-box .login_content .login_content_show .show_banner .arco-carousel-indicator-wrapper-bottom {
  background: transparent;
}
.home-login-box .login_content .login_content_show .show_banner .arco-carousel-arrow > div {
  width: 36px;
  height: 36px;
  background-color: #00000020;
}
.home-login-box .login_content .login_content_show .show_banner .arco-carousel-arrow > div svg {
  font-size: 22px;
}
.home-login-box .login_content .login_content_show .show_banner .arco-carousel-arrow > div:hover {
  background-color: #00000040;
}
.home-login-box .login_content .login_content_show .show_banner .show_banner_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-login-box .login_content .login_content_show .show_banner .show_banner_list > img {
  width: 364px;
  height: 258px;
}
.home-login-box .login_content .login_content_show .show_banner .show_banner_list .show_banner_text {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
}
.home-login-box .login_content .login_content_show .show_banner .show_banner_line {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.home-login-box .login_content .login_content_show .show_banner .show_banner_line .banner_line_item {
  transition: width 0.3s ease-in-out;
  width: 8px;
  height: 3px;
  background-color: #00000020;
  border-radius: 20px;
  cursor: pointer;
}
.home-login-box .login_content .login_content_show .show_banner .show_banner_line .active {
  background-color: #000000;
  width: 18px;
}
.home-login-box .login_content .login_content_form {
  flex: 1 1;
  padding: 0 60px;
  box-sizing: border-box;
}
.home-login-box .login_content .login_content_form .form_title {
  width: 100%;
  margin-top: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.home-login-box .login_content .login_content_form .form_tabs {
  width: 100%;
  margin-top: 82px;
  display: flex;
  position: relative;
}
.home-login-box .login_content .login_content_form .form_tabs .tab_item {
  width: 146px;
  font-size: 22px;
  padding-bottom: 10px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.home-login-box .login_content .login_content_form .form_tabs .active {
  color: #333;
  font-weight: bold;
}
.home-login-box .login_content .login_content_form .form_tabs .tab_line {
  position: absolute;
  width: 146px;
  bottom: 0;
  transition: left 0.3s ease-in-out;
}
.home-login-box .login_content .login_content_form .form_tabs .tab_line .line_box {
  width: 86px;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
}
.home-login-box .login_content .login_content_form .form_item {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}
.home-login-box .login_content .login_content_form .form_item .form_inputs {
  width: 100%;
  font-size: 16px;
  height: 54px;
  border-radius: 8px;
}
.home-login-box .login_content .login_content_form .form_item .arco-input-group-wrapper .arco-input-inner-wrapper {
  border-radius: 8px;
}
.home-login-box .login_content .login_content_form .form_tip {
  width: 100%;
  margin-top: 5px;
  color: #666;
  font-size: 14px;
}
.home-login-box .login_content .login_content_form .form_code {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.home-login-box .login_content .login_content_form .form_code .code_number_btn {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-login-box .login_content .login_content_form .form_code .code_number_btn .code_line {
  width: 1px;
  height: 30px;
  background-color: #eee;
}
.home-login-box .login_content .login_content_form .form_code .code_number_btn .code_text {
  font-size: 16px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.home-login-box .login_content .login_content_form .form_password {
  width: 100%;
  margin-top: 10px;
  display: flex;
}
.home-login-box .login_content .login_content_form .form_password .form_password_checkbox {
  flex: 1 1;
}
.home-login-box .login_content .login_content_form .form_password .form_password_checkbox span {
  color: #666;
  font-size: 14px;
}
.home-login-box .login_content .login_content_form .form_login_btn {
  width: 100%;
  margin-top: 30px;
  height: 54px;
  background: linear-gradient(90deg, #ff9375 0%, #ff7166 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.home-login-box .login_content .login_content_form .disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: linear-gradient(90deg, #fac1b1 0%, #f9afa9 100%);
}
.home-login-box .login_content .login_content_form .form_divider {
  width: 100%;
  margin-top: 5px;
}
.home-login-box .login_content .login_content_form .form_divider > span {
  cursor: pointer;
}
.home-login-box .login_content .login_content_form .form_text {
  width: 100%;
  margin-top: 6px;
  font-size: 14px;
  text-align: center;
}
.home-login-box .login_content .login_content_form .form_text .form_checkbox {
  margin-right: 10px;
}
.home-login-box .login_content .login_content_form .form_text > span {
  color: #ff7366;
  cursor: pointer;
}
.home-login_reset_content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

._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; } */

@font-face {
  font-family: "iconfont"; /* Project id 4922608 */
  src:
    url("//at.alicdn.com/t/c/font_4922608_7z9v6tb84q7.woff2?t=1752130121564")
      format("woff2"),
    url("//at.alicdn.com/t/c/font_4922608_7z9v6tb84q7.woff?t=1752130121564")
      format("woff"),
    url("//at.alicdn.com/t/c/font_4922608_7z9v6tb84q7.ttf?t=1752130121564")
      format("truetype");
}
@font-face {
  font-family: "MyFont";
  src:
    url(/75521c5ca8d67392aaf1.ttf)
      format("truetype")
}
.MyFont {
  font-family: "MyFont" !important;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-saoba:before {
  content: "\e659";
}

.icon-chuizhijuzhong:before {
  content: "\e616";
}

.icon-diduiqi:before {
  content: "\e646";
}

.icon-zuoduiqi-copy:before {
  content: "\ec68";
}

.icon-youduiqi-copy:before {
  content: "\ec6a";
}

.icon-juzhong-copy:before {
  content: "\ec6b";
}

.icon-zuoduiqi-copy1:before {
  content: "\ec6c";
}

.icon-xiahuaxian:before {
  content: "\e7e0";
}

.icon-a-xieti3x:before {
  content: "\e61d";
}

.icon-jiacu:before {
  content: "\e851";
}

.icon-yuyanjingtou:before {
  content: "\e737";
}

.icon-favorite-filling:before {
  content: "\e68a";
}

.icon-jiaochacross78:before {
  content: "\e66b";
}

.icon-shoucang:before {
  content: "\e615";
}

.icon-paixu1:before {
  content: "\e6a7";
}

.icon-jiandiao3x:before {
  content: "\e6b5";
}

.icon-copy:before {
  content: "\e6b2";
}

.icon-a-04bj_wenbenyangshi_text-style-one:before {
  content: "\e8bd";
}

.icon-fanyi:before {
  content: "\e78c";
}

.icon-dingduiqi-copy:before {
  content: "\ec65";
}

.icon-youduiqi-copy1:before {
  content: "\ec66";
}

.icon-duiqi-juzhongduiqi-copy:before {
  content: "\ec67";
}

.icon-paixu:before {
  content: "\e609";
}

.icon-fuwenben:before {
  content: "\e693";
}

.icon-youduiqi:before {
  content: "\e6b3";
}

.icon-dingduiqi:before {
  content: "\e613";
}

.icon-duiqi-juzhongduiqi:before {
  content: "\e614";
}

.icon-bofang3:before {
  content: "\e6aa";
}

.icon-bofang4:before {
  content: "\e622";
}

.icon-bofang2:before {
  content: "\e87c";
}

.icon-jingxiang:before {
  content: "\e610";
}

.icon-weiraogoujianxuanzhuan:before {
  content: "\e612";
}

.icon-fanhui:before {
  content: "\e602";
}

.icon-caijian:before {
  content: "\e714";
}

.icon-fenge:before {
  content: "\e644";
}

.icon-caijian1:before {
  content: "\e63f";
}

.icon-cha:before {
  content: "\e6a9";
}

.icon-Edit_jianji_editing_linear:before {
  content: "\e720";
}

.icon-cut-copy:before {
  content: "\e603";
}

.icon-shangxiatuodong:before {
  content: "\ea10";
}

.icon-bendiyinle:before {
  content: "\e620";
}

.icon-texiao:before {
  content: "\e699";
}

.icon-lvjing:before {
  content: "\e6e7";
}

.icon-shipin:before {
  content: "\e618";
}

.icon-yanjing:before {
  content: "\e611";
}

.icon-laba:before {
  content: "\e638";
}

.icon-dianji:before {
  content: "\e6ca";
}

.icon-wenben:before {
  content: "\e6df";
}

.icon-zhongzhishaixuan:before {
  content: "\e727";
}

.icon-suoxiao:before {
  content: "\e61b";
}

.icon-beijing:before {
  content: "\e661";
}

.icon-tupian:before {
  content: "\e62a";
}

.icon-jiahao1:before {
  content: "\e621";
}

.icon-weijingtou:before {
  content: "\e60d";
}

.icon-baocun:before {
  content: "\e607";
}

.icon-quanping:before {
  content: "\e658";
}

.icon-yuyin:before {
  content: "\e6e0";
}

.icon-fangda1:before {
  content: "\e855";
}

.icon-yincang:before {
  content: "\e85f";
}

.icon-bofang1:before {
  content: "\e60a";
}

.icon-tianjiashuxing:before {
  content: "\e87d";
}

.icon-record-sound:before {
  content: "\e971";
}

.icon-zhengshumoban:before {
  content: "\e60b";
}

.icon-biaoji03:before {
  content: "\e6c8";
}

.icon-gengduo:before {
  content: "\e642";
}

.icon-tiezhi:before {
  content: "\e60c";
}

.icon-taiyang:before {
  content: "\e71f";
}

.icon-yinxiao1:before {
  content: "\e60f";
}

.icon-huazhonghua:before {
  content: "\e637";
}

.icon-zimu:before {
  content: "\e896";
}

.icon-zhuanchang:before {
  content: "\e80e";
}

.icon-chehui:before {
  content: "\e61e";
}

.icon-shipinhao:before {
  content: "\eb73";
}

.icon-kuaishou:before {
  content: "\eb79";
}

.icon-xiaohongshu:before {
  content: "\eb7a";
}

.icon-jiequfengmian:before {
  content: "\ec64";
}

.icon-shuziren:before {
  content: "\e619";
}

.icon-yuyinbowen:before {
  content: "\e66c";
}

.icon-jiahao:before {
  content: "\e62f";
}

.icon-fangda:before {
  content: "\e63d";
}

.icon-bofangqi:before {
  content: "\e6a6";
}

.icon-bofangqi-bofangxiaodianshi:before {
  content: "\e66f";
}

.icon-icon_huabanfuben:before {
  content: "\e639";
}

.icon-shouqi:before {
  content: "\e636";
}

.icon-sucaiku:before {
  content: "\e60e";
}

.icon-_shaixuan:before {
  content: "\e624";
}

.icon-xiayiji:before {
  content: "\e600";
}

.icon-bofang:before {
  content: "\e601";
}

.icon-sousuo:before {
  content: "\e606";
}

.icon-xitongziyuanguanli:before {
  content: "\e68d";
}


/*# sourceMappingURL=main-d91a9049.6f0ee1fe.css.map*/