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

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

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

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


/*# sourceMappingURL=main-31743c5a.7068a742.css.map*/