.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;
}
.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: 301px;
  background: #ffffff;
  box-shadow: 0px 6px 16px 0px rgba(120, 120, 120, 0.28);
  border-radius: 8px;
  border: 1px solid #eeeeee;
  padding: 21px 15px;
  padding-bottom: 15px;
  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;
  border: none;
  box-shadow: none;
  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;
}

.user-create-team-moadl {
  padding: 27px 61px;
  box-sizing: border-box;
}

.create-team-box {
  height: 176px;
  background: #f4f7ff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.team-moadl-msg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-moadl-msg > h1 {
  margin: 0;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
}
.team-moadl-input {
  margin-top: 10px;
}
.team-moadl-input .arco-input-inner-wrapper {
  background: #f4f7ff;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
}
.team-moadl-input .arco-input-inner-wrapper-focus {
  border-color: #165dff;
}
.team-moadl-input .arco-input-inner-wrapper-error {
  border-color: #f53f3f;
}
.team-moadl-input .arco-input::placeholder {
  font-size: 14px;
}

.attestation-root {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.attestation-root .msg-box {
  width: 665px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background: #f7f7f7;
  border-radius: 2px 2px 2px 2px;
  padding: 13px 20px;
  box-sizing: border-box;
}
.attestation-root .msg-box p {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-left: 13px;
}
.attestation-root .attestation-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.attestation-root .attestation-box > div {
  width: 181px;
  height: 91px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.attestation-root .attestation-box > div:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.attestation-root .attestation-box > div:first-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.attestation-root .attestation-box > div:first-child > div > p {
  margin-left: 12px;
  font-family: PingFang SC,
              PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.attestation-root .attestation-box > div:first-child .recommend {
  position: absolute;
  left: 0;
  top: 0;
}
.attestation-root .attestation-box > div:last-child {
  cursor: pointer;
  margin-left: 109px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attestation-root .attestation-box > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.attestation-root .attestation-box > div:last-child > div > p {
  margin-left: 12px;
  font-family: PingFang SC,
              PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #165dff;
}
.attestation-title {
  font-family: PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin: 0 35px;
}
.active-card {
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, white, white), linear-gradient(131deg, #165dff, #ca98fa);
  border-radius: 4px;
}

.enterprise-upload-root {
  margin: 0 35px;
}
.enterprise-upload-root .enterprise-form {
  margin-top: 8px !important;
}
.enterprise-upload-root .upload-title {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  margin-bottom: 8px;
  margin-top: 5px;
}
.enterprise-upload-root .trigger {
  border: 1px dashed #bfbfbf;
  border-radius: 2px;
  width: 181px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #bfbfbf;
}
.enterprise-upload-root .trigger > span {
  margin-top: 5px;
}
.enterprise-upload-root .upload-box {
  display: flex;
  align-items: center;
}
.enterprise-upload-root .upload-box .upload-info {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
}
.enterprise-upload-root .upload-box .upload-info > p {
  height: 22px;
  line-height: 22px;
}
.enterprise-upload-root .enterprise-form {
  margin-top: 22px;
}
.enterprise-upload-root .arco-spin {
  width: 100%;
}

.person-upload-root {
  margin: 0 35px;
}
.person-upload-root .enterprise-form {
  margin-top: 8px !important;
}
.person-upload-root .trigger {
  width: 158px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.person-upload-root .trigger:hover .trigger-hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.person-upload-root .trigger .trigger-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(88, 88, 88, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
}
.person-upload-root .trigger .trigger-hover > span {
  margin-left: 3px;
}
.person-upload-root .trigger-text {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 14px;
}
.person-upload-root .enterprise-form {
  margin-top: 22px;
}
.person-upload-root .behind-box .arco-form-message {
  padding-left: 35px;
}
.person-upload-root .behind-box .arco-form-item-symbol {
  opacity: 0;
}
.person-upload-root .upload-info {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  margin-left: 53px;
}
.person-upload-root .upload-info > p {
  height: 22px;
  line-height: 0px;
}

.finish-root {
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.finish-root > div:first-child {
  display: flex;
  align-items: center;
}
.finish-root > div:first-child > p {
  margin-left: 5px;
}
.finish-root > h2 {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #1d2129;
  margin: 0;
  margin-top: 12px;
}
.finish-root > p:last-child {
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.user-create-team-moadl {
  padding: 25px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.user-create-team-moadl .team-moadl-msg {
  margin-top: 20px;
}
.user-create-team-moadl .team-moadl-msg > h1 {
  margin: 0;
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
}
.user-create-team-moadl .team-moadl-msg > p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 6px;
  color: #666666;
}
.user-create-team-moadl .team-moadl-select {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.user-create-team-moadl .team-moadl-select > div:first-child {
  font-family: PingFang SC,
        PingFang SC;
  width: 56px;
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  margin-right: 11px;
}
.user-create-team-moadl .team-moadl-select .vlong-select-box {
  width: 220px;
}
.user-create-team-moadl .not-in-team {
  margin-top: 7px;
  height: 20px;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #165dff;
  cursor: pointer;
}
.option-text {
  display: flex;
  align-items: center;
}
.block-up {
  color: red;
  margin-left: auto;
}

.chickensoup-modal {
  margin-bottom: 20px;
}
.chickensoup-modal .chickensoup-header {
  height: 97px;
  margin-bottom: 15px;
}
.chickensoup-modal .chickensoup-header .chickensoup-title {
  justify-content: space-between;
  display: flex;
  height: 100%;
  background-image: url(/c41e06228b40060d0d86.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.chickensoup-modal .chickensoup-header .chickensoup-title > div:last-child {
  cursor: pointer;
  margin: 5px 7px 0 auto;
}
.chickensoup-modal .chickensoup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chickensoup-modal .chickensoup-content > h1 {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin: 0;
}
.chickensoup-modal .chickensoup-content > p {
  font-family: PingFang SC,
        PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
}

.exclusive-moadl-title {
  display: flex;
  align-items: center;
  height: 75px;
  padding-left: 38px;
  box-sizing: border-box;
}
.exclusive-moadl-title > p {
  margin-left: 8px;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.exclusive-root {
  padding: 0 38px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exclusive-root .exclusive-header {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.exclusive-root .exclusive-header > p {
  width: 100%;
  height: 1px;
  background: linear-gradient(-270deg, #333333, rgba(51, 51, 51, 0));
  position: relative;
  left: 8px;
  bottom: -1px;
}
.exclusive-root .exclusive-box {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.exclusive-root .exclusive-box img {
  margin-right: 10px;
}
.exclusive-root .exclusive-box .box-right > p:first-child {
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #1d2129;
}
.exclusive-root .exclusive-box .box-right > p:last-child {
  font-size: 12px;
  color: #1d2129;
}
.exclusive-root > div {
  width: 280px;
  height: 240px;
  background: #fcfdff;
  border-radius: 2px;
  border: 1px solid #eaf0ff;
  padding: 13px 18px;
  box-sizing: border-box;
}
.exclusive-root > div:last-child {
  width: 320px;
  padding: 13px;
}
.exclusive-root .meal-form .arco-form-item {
  margin-bottom: 31px;
}
.exclusive-root .meal-form .arco-form-item .arco-form-label-item {
  font-family: PingFang SC,
          PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #1d2129;
}
.exclusive-root .meal-form .arco-form-item .arco-form-label-item > label {
  white-space: nowrap;
}
.exclusive-root .meal-form .arco-form-item input {
  height: 38px;
  border-radius: 4px;
}
.exclusive-root .meal-form .arco-form-item-status-error .arco-input:not(.arco-input-disabled) {
  background-color: white;
  border-color: red !important;
}
.exclusive-root .meal-form .arco-form-message {
  position: absolute;
  padding-left: 10px;
}
.exfooter-root {
  padding: 0 38px;
  padding-top: 15px;
  margin-bottom: 25px;
}
.exfooter-root .get-btn {
  border-radius: 4px;
  width: 100%;
  height: 38px;
}

.intelligent-root {
  height: 100%;
  background: #ffffff;
  border-radius: 18px 18px 0px 0px;
  border-radius: 12px;
  display: flex;
  flex: 1 1;
}
.intelligent-root .intelligent-box {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}
.intelligent-root .intelligent-box .intelligent-header {
  height: 56px !important;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px !important;
}
.intelligent-root .intelligent-box .intelligent-content {
  display: flex;
  height: 100%;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left {
  width: calc(100% - 70px);
  padding: 18px;
  height: calc(100vh - 140px);
  overflow: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .original-box {
  white-space: pre-line;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.2) 0%, rgba(203, 152, 250, 0.2) 100%);
  padding: 0 10px;
  border-radius: 12px;
  box-sizing: border-box;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .original-box .original-corner-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 20px;
  background: #165dff;
  border-radius: 12px 0px 12px 0px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .original-box .original-text {
  margin-top: 27px;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-tool {
  display: flex;
  align-items: center;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-tool .typed-loading {
  width: 80px;
  height: 40px;
  line-height: 36px;
  background: #f3f7fe;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-reset-box {
  text-align: center;
  margin-top: 10px;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-reset-box .arco-select-view {
  border-radius: 8px;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-left .typed-reset-box .typed-reset {
  width: 100%;
  height: 38px;
  background: linear-gradient(135deg, #165dff 0%, #cb98fa 100%);
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-right {
  width: 70px;
  border-left: 1px solid #eeeeee;
  padding: 17px;
  box-sizing: border-box;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-right .intelligent-tab-box {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 20px;
  cursor: pointer;
}
.intelligent-root .intelligent-box .intelligent-content .intelligent-right .intelligent-tab-box .intelligent-tab {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.intelligent-msg {
  width: 100%;
  text-align: center;
  font-family: PingFang SC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #9e9e9e;
  margin-top: auto;
}

.document-root {
  box-sizing: border-box;
  background: #f3f7fe;
  border-radius: 12px 12px 12px 12px;
  padding: 20px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
  padding-bottom: 30px;
  position: relative;
  word-break: break-all;
}
.document-root .document-tool {
  position: absolute;
  right: 20px;
  bottom: 7px;
  cursor: pointer;
}

.assistant-root {
  height: 100%;
  background: #ffffff;
  border-radius: 12px;
  position: relative;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
}
.assistant-root .assistant-header {
  height: 56px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.assistant-root .assistant-box {
  flex: 1 1;
  overflow: auto;
}
.assistant-root .assistant-box .assistant-content {
  width: 100%;
  padding: 22px;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.assistant-root .assistant-box .assistant-content .assistant-title {
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.15) 0%, rgba(203, 152, 250, 0.15) 100%);
  border-radius: 12px;
}
.assistant-root .assistant-box .assistant-content .assistant-title .AI-icon {
  margin: -4px 11px 0 20px;
}
.assistant-root .assistant-box .assistant-content .assistant-title h2 {
  font-weight: bold;
  font-size: 16px;
  color: #3d3d3d;
  margin-bottom: 5px;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .assistant-title p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .examples-box .examples-list {
  display: inline-block;
  margin-top: 12px;
  background: #f5f5f6;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d9d9d9;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  padding: 10px 15px;
  cursor: pointer;
  word-break: break-all;
}
.assistant-root .assistant-box .assistant-content .ai-loading-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.assistant-root .assistant-box .assistant-content .ai-loading-box .ai-loading {
  width: 80px;
  height: 40px;
  background: #f3f7fe;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
}
.assistant-root .assistant-box .assistant-content .my-info {
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.assistant-root .assistant-box .assistant-content .my-info > div {
  display: inline-block;
  padding: 8px 17px;
  background: linear-gradient(44deg, #3b76ff 0%, #9780ff 100%);
  border-radius: 12px 12px 0px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
}
.assistant-root .assistant-box .assistant-content .ai-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #3d3d3d;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child {
  display: inline-block;
  background: #f6f8f9;
  border-radius: 12px 12px 12px 0px;
  padding: 13px 24px;
  box-sizing: border-box;
  position: relative;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child > h1 {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin: 0;
  margin-bottom: 13px;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child > p {
  font-weight: 500;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 20px;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child .timer-info {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  bottom: -45px;
  left: 0;
  justify-content: space-between;
  padding: 10px 0;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child .timer-info > span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.assistant-root .assistant-box .assistant-content .ai-info > div:first-child .timer-info .ai-copy {
  cursor: pointer;
}
.assistant-root .assistant-input-box {
  transition: width 0.3s ease;
  padding: 0 20px;
  background-color: white;
  margin-top: auto;
}
.assistant-root .assistant-input-box .assistant-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.assistant-root .assistant-input-box .arco-select-view {
  height: 36px;
  line-height: 36px;
}
.assistant-root .assistant-input-box .arco-select .arco-select-view {
  border-radius: 8px;
}
.assistant-root .assistant-input-box > div:first-child {
  display: flex;
  align-items: center;
}
.assistant-root .assistant-input-box .chat-input {
  height: 44px;
  background: #ffffff;
  border-radius: 50px;
  margin-top: 10px;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, white, white), linear-gradient(96deg, #165dff, #8a38f5);
}
.assistant-root .assistant-input-box .chat-input .arco-input-inner-wrapper:focus {
  border-color: transparent !important;
}
.assistant-root .assistant-input-box .new-chat {
  width: 100px;
  height: 38px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #dddddd;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background-color: white;
  margin-top: 10px;
}
.assistant-root .assistant-input-box .arco-input-inner-wrapper {
  padding: 0;
  background: #ffffff;
  border-radius: 50px;
}
.assistant-root .assistant-input-box .arco-input {
  padding-right: 0;
  border: none;
  padding: 0;
  height: 38px;
  padding-left: 15px;
}
.assistant-root .assistant-input-box .arco-input-inner-wrapper:focus,
.assistant-root .assistant-input-box .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
  border-color: transparent;
}
.assistant-root .assistant-input-box .arco-input-inner-wrapper {
  border-color: transparent;
}
.assistant-root .assistant-input-box .arco-btn-secondary:not(.arco-btn-disabled) {
  background-color: transparent;
  border-color: #dddddd;
  color: black;
}
.assistant-content::-webkit-scrollbar {
  width: 5px;
}
.assistant-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.assistant-content::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 30px;
}

.smart-search-root {
  width: 488px;
  height: 50px;
  position: fixed;
  display: flex;
  align-items: center;
  background: linear-gradient(131deg, #1371ff 0%, #be76ff 100%);
  box-shadow: 0px 2px 10px 0px rgba(130, 150, 196, 0.3);
  border-radius: 50px;
  z-index: 3;
  padding: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.smart-search-root .smart-inpout-box {
  width: 224px;
}
.smart-search-root .smart-inpout-box .arco-input-inner-wrapper {
  padding: 0;
  background: #ffffff;
  border-radius: 50px 50px 50px 50px;
}
.smart-search-root .smart-inpout-box .arco-input {
  padding-right: 0;
  border: none;
  padding: 0;
  height: 38px;
  padding-left: 15px;
}
.smart-search-root .smart-inpout-box .arco-input-inner-wrapper:focus,
.smart-search-root .smart-inpout-box .arco-input-inner-wrapper.arco-input-inner-wrapper-focus {
  border-color: transparent;
}
.smart-search-root .smart-tool-box {
  width: 0;
  transform: translateX(280px);
  transition: transform 0.3s ease-in, width 0.3s ease;
  display: flex;
  align-items: center;
}
.smart-search-root .smart-tool-box-h {
  width: 0;
  transform: translateX(280px);
  transition: transform 0.2s ease-out, width 0.3s ease;
  display: flex;
  align-items: center;
}
.smart-search-root .smart-tool-btn {
  display: flex;
  align-items: center;
  height: 30px;
  animation: name duration timing-function delay iteration-count direction fill-mode;
  border-radius: 40px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff !important;
  margin-right: 6px;
}
.smart-search-root .smart-tool-btn .arco-image {
  margin-right: 5px;
  margin-bottom: 2px;
}
.smart-search-root .smart-tool-btn .arco-btn-size-default {
  padding: 0 10px;
}

.video-upload-root {
  display: flex;
  flex-wrap: wrap;
}
.video-upload-root .render-List {
  margin-bottom: 12px;
  width: 80px;
  height: 80px;
  margin-right: 12px;
  position: relative;
}
.video-upload-root .render-List .render-close-icon {
  width: 12px;
  position: absolute;
  right: -4px;
  top: -12px;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.video-upload-root .render-List .render-close-icon .arco-image-img {
  height: 12px;
}
.video-upload-root .render-List .render-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  cursor: zoom-in;
}
.video-upload-root .arco-upload-trigger-picture {
  width: 78px;
  min-width: 78px;
  height: 78px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  position: relative;
  margin-right: 12px;
}
.video-upload-root .arco-upload-trigger-picture .video-upload {
  width: 80px;
  cursor: pointer;
  height: 80px;
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.video-upload-root .arco-image-img {
  height: 80px;
}
.render-List:hover .render-close-icon {
  display: block;
}
.render-img {
  border-radius: 8px;
}
.render-play .arco-image-img {
  height: 16px !important;
}
.last-box {
  position: relative;
}
.last-hidden {
  position: absolute;
  background: rgba(51, 51, 51, 0.52);
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  z-index: 2;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}

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

.file-upload-folder-img-wrapper {
  width: 106px;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.file-upload-folder-img-wrapper img {
  width: 58px;
  height: 58px;
}
.file-upload-folder-folder-card-wrapper .file-name {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  width: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

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

.file-upload-small-material-card {
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  height: 112px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.file-upload-small-material-card .tag-wrapper {
  position: absolute;
  top: 3px;
  right: 4px;
}
.file-upload-small-material-card .import-tag-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 8px 0px 0px 0px;
  overflow: hidden;
}
.file-upload-small-material-card .file-upload-small-material-card-image {
  width: 106px;
  height: 100%;
  overflow: hidden;
}
.file-upload-small-material-card .file-upload-small-material-card-image .duration-tip {
  height: 14px;
  font-weight: 500;
  font-size: 10px;
  color: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 0 6px;
  background: rgba(51, 51, 51, 0.44);
}
.file-upload-small-material-card .file-upload-small-material-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.material-folder-container {
  height: 545px;
  width: 100%;
}
.material-folder-container .upload-material-folder-contaienr {
  max-height: 545px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.material-folder-container .upload-modal-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  flex-direction: column;
}
.material-folder-container .upload-modal-empty img {
  width: 100px;
}
.material-folder-container .upload-modal-empty p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.material-folder-container .file-upload-small-material-card-content p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 106px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

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

.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 {
  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 .type-tag-wrapper,
.show-up-load-success .time-wrapper {
  position: absolute;
}
.show-up-load-success .type-tag-wrapper {
  right: 4px;
  top: 3px;
}
.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: center;
  flex-direction: column;
  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;
}

.crumb-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crumb-box .bread-crumb {
  display: flex;
}
.crumb-box .bread-crumb span.interval {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumb-box .bread-crumb .small-item {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumb-box .bread-crumb .small-item.active {
  font-weight: 500;
  font-size: 14px;
  color: #1d2129;
}

.project-list {
  height: 545px;
  position: relative;
}
.project-list .project-list-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.project-list .spin-project {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.project-box {
  max-height: 450px;
  min-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #EEEEEE;
  padding: 14px 13px;
  align-content: flex-start;
}
.project-box .pro-item {
  cursor: pointer;
  width: 120px;
  height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 16px 23px 17px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.project-box .pro-item .pro-img {
  margin: 0 auto;
}
.project-box .pro-item:hover {
  background: #F8F8FF;
  border-radius: 6px 6px 6px 6px;
  color: #575CFF;
}
.nav-clear {
  margin: 0 auto;
  text-align: center;
}
@keyframes loading {
  50% {
    height: 20%;
    opacity: 0.2;
  }
}

.local {
  position: relative;
}
.upload-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.upload-file-modal .pagination-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
.upload-file-modal .pagination-wrapper .arco-pagination-size-default {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.upload-file-modal .pagination-wrapper .arco-pagination-size-default .arco-pagination-list {
  margin-left: auto;
}
.upload-file-modal .upload-file-modal-content {
  padding: 19px 23px;
  box-sizing: border-box;
}
.upload-file-modal .modal-header {
  height: 57px;
  background: linear-gradient(135deg, rgba(65, 122, 255, 0.3) 0%, rgba(171, 80, 255, 0.084) 100%);
}
.upload-file-modal .modal-header .moadl-title {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 22px;
}
.upload-file-modal .modal-header .moadl-title > div:first-child {
  display: flex;
  align-items: center;
}
.upload-file-modal .modal-header .moadl-title > div:first-child > span {
  font-weight: 500;
  font-size: 16px;
  color: #1d2129;
  margin-left: 17px;
}
.upload-file-modal .modal-header .moadl-title > div:last-child {
  cursor: pointer;
}
.upload-file-modal .arco-modal-content {
  padding: 0 !important;
}
.upload-file-modal .arco-modal-content .file-upload-modal-content {
  display: flex;
  margin-top: 12px;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 545px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 15px;
  position: relative;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .clickSpin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .opeator-bar {
  display: flex;
  justify-content: space-between;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .material-wrapper {
  height: 100%;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .material-wrapper .arco-spin-children {
  height: 100%;
}
.upload-file-modal .arco-modal-content .material-file-modal-contaienr .material-wrapper .arco-spin-children .material-container {
  height: 90%;
  overflow-y: scroll;
}
.upload-file-modal .arco-modal-footer {
  padding-top: 0px;
}

.react-node-ssml-tag.break .ssml-tag-value-select__value {
  background-color: #3F2088;
}
.tiptap p.is-editor-empty:first-child::before {
  color: #adb5bd;
  content: attr(data-placeholder);
  float: left;
  height: 0;
  pointer-events: none;
}

.ssml-tag-value-select.time .ssml-tag-value-select__inputbox {
  position: absolute;
  top: 20px;
  left: -20px;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd transparent transparent #dddddd;
  left: 20px;
  top: -2px;
  z-index: 1;
  background: white;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox .ssml-tag-value-select__inputbox__inner {
  z-index: 10;
  padding: 0 8px;
  color: #979797;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox .ssml-tag-value-select__inputbox__inner svg {
  width: 20px;
  height: 20px;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox input {
  min-width: 0;
  min-width: initial;
  width: 40px;
  height: 32px;
  border: 0 none;
  text-align: right;
  color: #222;
}
.ssml-tag-value-select.time .ssml-tag-value-select__inputbox .seconds {
  margin-top: 1px;
}
.locale-cn .ssml-tag-value-select.time .ssml-tag-value-select__inputbox input,
.locale-tw .ssml-tag-value-select.time .ssml-tag-value-select__inputbox input {
  width: 60px;
}

.ssml-tag-editor {
  font-weight: normal;
}
.ssml-tag-editor ul {
  list-style: disc;
  margin: 0;
  padding-left: 17px;
}
.ssml-tag-editor .tiptap p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  pointer-events: none;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
}
.ssml-tag-editor ::selection {
  color: #000;
  /* 确保文本颜色不变 */
}
.ssml-tag-editor .mask-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  position: absolute;
  background-color: white;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc(100% - 28px);
  height: calc(100% - 30px);
  padding: 15px 14px;
}
.ssml-tag-editor .textarea-word-limit {
  padding-left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.ssml-tag-editor .bottom-info-left {
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  left: 6px;
  right: 10px;
}
.ssml-tag-editor .bottom-info {
  font-size: 12px;
  color: #86909c;
  -webkit-user-select: none;
  user-select: none;
  font-weight: bold;
  z-index: 2;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.ssml-tag-editor .estimated-duration {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #edf4ff;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #165dff;
}
.flex--start {
  display: flex;
  justify-content: flex-start;
}
.flex--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex--end--center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex--start--center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex--between--center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex--between--start {
  display: flex;
  justify-content: space-between;
}
.flex--1 {
  flex: 1 1;
  min-width: 0;
}
.ssml-tag-editor {
  font-size: 14px;
  line-height: 20px;
}
.ssml-tag-editor .ProseMirror {
  outline: none;
}
.ssml-tag-editor .attrs-mark {
  -webkit-user-select: none !important;
          user-select: none !important;
}
.ssml-tag-editor .react-node-ssml-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select {
  position: relative;
  margin: 0 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__value {
  padding: 2px 4px;
  background-color: #1e6ee6;
  border-radius: 2px;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 1;
  min-width: 96px;
  padding: 8px 0;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options .ssml-tag-value-select__options__item {
  padding: 8px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  cursor: pointer;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options .ssml-tag-value-select__options__item:hover {
  background-color: #f5f5f5;
}
.ssml-tag-editor .react-node-ssml-tag .ssml-tag-value-select__options .ssml-tag-value-select__options__item.active {
  background-color: #f5f5f5;
}
.ssml-tag-editor .node-say-as,
.ssml-tag-editor .node-break,
.ssml-tag-editor .node-phoneme,
.ssml-tag-editor .node-sub {
  display: inline-block;
  cursor: default;
}
.ssml-tag-editor .node-say-as .attrs-mark,
.ssml-tag-editor .node-break .attrs-mark,
.ssml-tag-editor .node-phoneme .attrs-mark,
.ssml-tag-editor .node-sub .attrs-mark {
  cursor: pointer;
}
.ssml-tag-editor input[type="number"]::-webkit-inner-spin-button,
.ssml-tag-editor input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
/* index.less */
.sensitive-word {
  background-color: rgba(255, 0, 0, 0.2) !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;
}

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

.user-create-team-moadl {
  position: relative;
  padding-top: 0;
}
.user-create-team-moadl .arco-radio-button:hover {
  background-color: transparent;
}
.user-create-team-moadl .radio-tool {
  position: sticky;
  padding-top: 10px;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: white;
}
.user-create-team-moadl .radio-tool > div:first-child {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.user-create-team-moadl .script-tool {
  display: flex;
  align-content: center;
}
.user-create-team-moadl .arco-radio-button {
  line-height: 32px;
}
.user-create-team-moadl .arco-select-view {
  height: 38px !important;
  line-height: 38px !important;
}
.user-create-team-moadl .hybrid-select {
  margin-left: 8px;
  display: flex;
  width: 200px;
  align-items: center;
  border-radius: 2px;
  height: 36px;
  border: 1px solid #dddddd;
}
.user-create-team-moadl .hybrid-select .arco-select {
  height: 26px !important;
  line-height: 26px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.user-create-team-moadl .hybrid-select .arco-select-size-large.arco-select-single .arco-select-view {
  height: 26px !important;
  line-height: 26px !important;
  padding-right: 19px;
}
.user-create-team-moadl .hybrid-select .arco-select .arco-select-view {
  border: none;
}
.user-create-team-moadl .hybrid-select .sc-middle {
  border-right: 1px solid #d8d8d8;
  width: 1px;
  height: 26px;
}
.user-create-team-moadl .hybrid-select .sc-wrapper {
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: normal;
}
.user-create-team-moadl .hybrid-select .arco-input-inner-wrapper {
  border: none;
}
.user-create-team-moadl .hot-card-root {
  margin-top: 2px;
}
.user-create-team-moadl .custom-script-import-empty {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.user-create-team-moadl .custom-script-import-empty img {
  width: 60px;
}
.user-create-team-moadl .custom-script-import-empty p {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.user-create-team-moadl .row-tag {
  width: 100%;
  margin-left: 0;
  margin-top: 14px;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.user-create-team-moadl .row-tag > span:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-right: 40px;
}
.user-create-team-moadl .row-tag .tag-button {
  min-width: 58px;
  padding: 0 15px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  margin-right: 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.user-create-team-moadl .row-tag .active-tag-button {
  min-width: 58px;
  padding: 0 15px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, white, white), linear-gradient(131deg, #165dff, #ca98fa);
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #165dff;
}

.hot-card {
  display: flex;
  flex-direction: column;
  width: 292px;
  height: 375px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px #e4eaf3;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  margin-bottom: 18px;
  box-sizing: border-box;
}
.hot-card h1 {
  height: 55px !important;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-top: 15px;
  padding: 0 18px;
  color: #333333;
  position: sticky;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.hot-card .lable-box {
  display: flex;
  padding: 0 18px;
  margin: 12px 0;
}
.hot-card .lable-box .card-lable {
  height: 24px;
  padding: 0 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-right: 8px;
}
.hot-card .card-top {
  margin-left: 20px;
  height: 479px;
  overflow: auto;
}
.hot-card .card-top .card-content {
  height: 100%;
}
.hot-card .card-top .card-content > h2 {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-top: 10px;
  width: 264px;
}
.hot-card .card-top .card-content > h2:first-child {
  margin-top: 0;
}
.hot-card .card-top .card-content > h3 {
  margin-top: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 264px;
}
.hot-card .card-top .card-content > p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  width: 264px;
}
.hot-card .card-bottom {
  padding: 0 18px;
  height: 80px;
}
.hot-card .card-bottom .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}
.hot-card .card-bottom .card-footer .video-count {
  display: flex;
  align-items: center;
}
.hot-card .card-bottom .card-footer .video-count > span {
  margin-left: 7px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-top: 3px;
}
.hot-card .card-bottom .card-footer .card-btn {
  display: flex;
  align-items: center;
}
.hot-card .card-bottom .card-footer .card-btn .arco-btn {
  line-height: normal;
}
.hot-card .card-bottom .card-footer .card-btn .card-copy {
  height: 38px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #165dff;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  color: #165dff;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.hot-card .card-bottom .card-footer .card-btn .card-filmDditing {
  height: 28px;
  background: linear-gradient(135deg, #165dff 0%, #cb98fa 100%);
  border-radius: 2px 2px 2px 2px;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.hot-card .card-bottom .card-footer .card-btn .arco-btn-size-default {
  padding: 0 10px;
  font-size: 12px;
}
.underline-text {
  line-height: 1.5;
  background-image: linear-gradient(transparent, transparent 95%, #98b7fd9e 95%, #98b7fd9e 100%);
  background-size: 100% 300px;
  /* 下划线的厚度 */
  background-repeat: repeat-x;
  background-position: 0 98%;
  /* 定位到下方 */
}
.card-top::-webkit-scrollbar {
  width: 5px;
}
.card-top::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.card-top::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 30px;
}
.hover-card::-webkit-scrollbar {
  width: 0;
}

.tag-root {
  width: 100%;
  padding-top: 1px !important;
}
.tag-root .arco-popover-arrow {
  display: none !important;
}
.row-tag {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-left: 35px;
  flex-wrap: wrap;
}
.row-tag > span:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-right: 40px;
}
.row-tag .tag-button {
  min-width: 58px;
  padding: 0 15px;
  height: 40px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  margin-right: 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.row-tag .active-tag-button {
  min-width: 58px;
  padding: 0 15px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, white, white), linear-gradient(131deg, #165dff, #ca98fa);
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #165dff;
  position: relative;
}
.selected {
  display: flex;
  align-items: center;
}
.selected > span:first-child {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-right: 41.5px;
}
.selected .checked-row {
  display: flex;
  align-items: center;
}
.selected .checked-row .arco-tag-checked {
  height: 40px;
  background: #f3f8ff;
  border-radius: 8px;
  font-size: 14px;
  color: #165dff;
  font-weight: 600;
}
.selected .checked-row .arco-tag-content {
  flex: none;
}
.selected .checked-row .arco-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  margin-right: 14px;
}
.selected .checked-row .arco-tag .arco-tag-close-btn {
  margin-left: 7px;
}
.row-tag {
  display: flex;
  align-items: center;
}
.tag-title {
  margin-right: 12px;
  font-weight: bold;
}
.tag-buttons {
  display: flex;
  gap: 8px;
}
.tag-button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: background-color 0.3s, border-color 0.3s;
}
.tag-button:hover {
  background-color: #f0f0f0;
}
.active-tag-button {
  background-color: #1890ff;
  color: #fff;
  border-color: #1890ff;
}
.selected-title {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.checked-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.second-checked {
  max-height: 300px;
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  padding: 15px;
  box-sizing: border-box;
}
.second-checked > div > div {
  display: flex;
}
.second-checked > div > div > p {
  color: black;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
}
.second-checked > div > div > p:hover {
  color: #165DFF;
}


/*# sourceMappingURL=main-31743c5a.2364649c.css.map*/