.user-root {
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-weight: 500;
  font-size: 16px;
  background: #007aff;
}
.user-name {
  width: 190px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-text {
  width: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-name {
  width: 190px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-box {
  width: 130px;
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(120, 120, 120, 0.28);
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 0 10px;
  box-sizing: border-box;
}
.user-box .user-header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 46px;
}
.user-box .user-header > div:nth-child(1) {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  line-height: normal;
}
.user-box .user-header > div:nth-child(2) {
  margin-left: 10px;
}
.user-box .user-header > div:nth-child(2) > p:first-child {
  font-family: PingFang SC,
          PingFang SC !important;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.user-box .user-header > div:nth-child(2) > p:last-child {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  padding-top: 3px;
}
.user-box .user-header > div:nth-child(3) {
  margin-left: auto;
  cursor: pointer;
  height: 100%;
}
.user-box .term-of-validity {
  font-weight: 400;
  font-size: 10px;
  color: #d3c8ba;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
}
.user-box .term-of-validity > p {
  flex: none;
  text-align: center;
}
.user-box .term-of-validity > div:first-child {
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, #606064, rgba(97, 97, 102, 0));
  position: relative;
  right: 11px;
  bottom: -1px;
}
.user-box .term-of-validity > div:last-child {
  width: 100%;
  height: 2px;
  background: linear-gradient(-270deg, #808084, rgba(97, 97, 102, 0));
  position: relative;
  left: 11px;
  bottom: -1px;
}
.user-box .user-vip-box {
  width: 100%;
  background: linear-gradient(-270deg, #32323e 0%, #636375 100%);
  border-radius: 8px;
  padding: 14px;
  padding-bottom: 7px;
  box-sizing: border-box;
  margin-top: 15px;
}
.user-box .user-vip-box .legitimate-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-box .user-vip-box .legitimate-box > div:first-child {
  font-weight: 500;
  font-size: 14px;
  color: #e4b883;
}
.user-box .user-vip-box .legitimate-box > div:last-child {
  width: 64px;
  height: 22px;
  background: linear-gradient(-270deg, #f8e5c4 0%, #fcd79b 100%);
  border-radius: 20px 20px 20px 20px;
  font-weight: 500;
  font-size: 12px;
  color: #3c3c4a;
  padding: 3px 8px;
  line-height: 22px;
  cursor: pointer;
  text-align: center;
}
.user-box .user-vip-box .legitimate-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-box .user-vip-box .legitimate-info > div > p:first-child {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
.user-box .user-vip-box .legitimate-info > div > p:last-child {
  font-weight: 400;
  font-size: 12px;
  color: #dfb37c;
}
.user-box .user-tool {
  margin-top: 10px;
}
.user-box .user-tool .arco-menu-inner {
  padding: 0;
  border-radius: 8px !important;
  font-family: PingFang SC,
        PingFang SC !important;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
}
.user-box .user-tool .arco-menu-vertical .arco-menu-item {
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.user-box .user-tool .arco-menu-light .arco-menu-item:hover,
.user-box .user-tool .arco-menu-light .arco-menu-pop-header:hover {
  background: #eff2ff;
}
.user-box .user-tool .my-icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.user-box .user-tool .arco-menu-vertical .arco-menu-pop-header {
  display: flex;
  align-items: center;
}
.team-content {
  width: 179px;
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(120, 120, 120, 0.3);
  border-radius: 8px;
  padding: 15px;
  padding-bottom: 10px;
  padding-right: 8px;
}
.team-content > div .arco-menu-item {
  justify-content: space-between;
}
.team-content > div .team-logo {
  display: flex;
  align-items: center;
}
.team-content > div .team-name {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-content > div .team-name > img {
  margin-top: 2.5px;
}
.team-content > div .arco-menu-item {
  display: flex;
  align-items: center;
  height: 42px;
  border-radius: 8px;
  padding: 5px;
  padding-right: 17px;
  box-sizing: border-box;
}
.team-content > div .arco-menu-item:hover {
  background: #eff2ff;
}
.team-content .mask-loding {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-content .mask-loding .switching-box {
  width: 260px;
  height: 115px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-family: PingFang SC,
        PingFang SC !important;
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-content .team-status {
  width: 20px;
  font-weight: 400;
  font-size: 10px;
  color: #f53f3f;
}
.user-input {
  font-family: PingFang SC,
    PingFang SC !important;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  width: 177px;
  border: none;
  line-height: normal;
}
.user-input:disabled {
  background-color: white;
}
.arco-popover-content {
  padding: 0;
  background-color: white;
}
.modals-content .menu-item {
  padding: 12px 24px;
  font-size: 14px;
  background: #f7f8fa;
  border: 1px solid #f7f8fa;
  border-radius: 8px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.modals-content .menu-item.active {
  color: #f7f8fa;
  border: 1px solid #165dff;
}
.modals-content .menu-item .name {
  color: #333;
}
.modals-content .menu-item .desc {
  color: #999;
}

.matrix-modal-footer {
  text-align: right;
  padding: 0px 15px 16px 0;
  margin-top: 15px;
}
.matrix-modal-footer > button {
  height: 32px;
  margin-left: 8px;
}
.arco-modal-content {
  padding: 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;
}
.arco-modal {
  margin: 50px 0;
}

.arco-input {
  background: #ffffff;
  border-radius: 2px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e2e2e2;
}
.arco-input:hover {
  border-color: #165dff;
  background: #ffffff;
}
.arco-select-size-default.arco-select-single .arco-select-view {
  height: 36px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  line-height: 36px;
}
.arco-select-popup .arco-select-option.arco-select-option-hover {
  background: #F6F9FF;
}

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

.header_root {
  height: 70px;
  padding-right: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_root .head-user-money {
  min-width: 500px;
  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;
}

@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: -60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}
.menu-root .menu-container {
  height: 100%;
}
.menu-root .menu-container .arco-menu-vertical .arco-menu-pop-header {
  overflow: visible;
  overflow: initial;
}
.menu-root .menu-container .arco-menu-inner {
  padding-top: 0;
  height: calc(100vh - 90px);
  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: #fff !important;
  border-radius: 4px;
}
.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: #fff !important;
  border-radius: 4px;
}
.menu-root .menu-container .arco-menu-item {
  overflow: visible;
  overflow: initial;
  height: 40px !important;
  line-height: 40px !important;
  display: flex;
  align-items: center;
}
.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;
}
.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: 80px;
  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 .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;
}

.matrix-modal-footer {
  text-align: right;
  padding: 0px 15px 16px 0;
  margin-top: 15px;
}
.matrix-modal-footer > button {
  height: 32px;
  margin-left: 8px;
}
.arco-modal-content {
  padding: 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;
}
.arco-modal {
  margin: 50px 0;
}

.arco-input {
  background: #ffffff;
  border-radius: 2px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e2e2e2;
}
.arco-input:hover {
  border-color: #165dff;
  background: #ffffff;
}
.arco-select-size-default.arco-select-single .arco-select-view {
  height: 36px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  line-height: 36px;
}
.arco-select-popup .arco-select-option.arco-select-option-hover {
  background: #F6F9FF;
}

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


/*# sourceMappingURL=main-43dd7041.2abb3411.css.map*/