.header {
  background-color: white;
  padding: 22px 14px 17px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
.header .header-left {
  display: flex;
  align-items: center;
}
.header .header-left .log-img {
  width: 36px;
  height: 33px;
  cursor: pointer;
}
.header .header-left .image-text-img {
  position: relative;
}
.header .header-left .image-text-img .split {
  position: absolute;
  left: -120px;
  top: 0px;
  font-size: 20px;
}
.header .header-left .image-text-img .image-img {
  width: 104px;
  height: 22px;
  margin-left: 30px;
}
.header .edit-wrapper-container {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .edit-wrapper-container img {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.header .cut-detail-action {
  display: flex;
  align-items: center;
}
.header .cut-detail-action .image-btn {
  width: 72px;
  height: 32px;
  background: linear-gradient(135deg, #165DFF 0%, #CB98FA 100%);
  border-radius: 2px 2px 2px 2px;
  text-align: center;
  line-height: 32px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 26px;
}
.header .cut-detail-action .image-btn .circle {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 22px;
  height: 22px;
  background: #EB3B3B;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}
.header .cut-detail-action .time {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-right: 26px;
}
.header .cut-detail-action .button {
  background: linear-gradient(135deg, rgba(22, 93, 255, 0.18) 0%, rgba(181, 145, 251, 0.18) 100%);
  border-radius: 2px 2px 2px 2px;
  color: black;
}

.bg-color-headerleft-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.header-color-block {
  width: 16px;
  height: 16px;
  margin-left: 14px;
  border-radius: 2px;
}

.empty-div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 62px;
  height: 22px;
}
.custom-line {
  position: absolute;
  top: 45%;
  left: -8%;
  width: 130%;
  height: 1px;
  background-color: #eeeeee;
  transform: rotate(-16deg);
}

.bg-color-chose-container {
  display: flex;
}
.bg-color-chose-container * {
  box-sizing: border-box;
}
.bg-color-chose-container .use {
  width: 134px;
}
.bg-color-chose-container .recommend {
  width: calc(100% - 134px);
}
.bg-color-chose-container .color-block,
.bg-color-chose-container .none {
  width: 22px;
  height: 22px;
  border-radius: 2px 2px 2px 2px;
}
.bg-color-chose-container .color-block.active,
.bg-color-chose-container .none.active {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.bg-color-chose-container .none {
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-color-chose-container .none img {
  width: 16px;
  height: 16px;
}
.bg-color-chose-container .color-block-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.bg-color-chose-container .color-block-select {
  width: 84px;
  border-radius: 2px;
  display: flex;
  justify-content: end;
  margin-left: 8px;
}
.bg-color-chose-container .color-block-select .select {
  width: 22px;
  height: 22px;
  background-color: #eeeeee;
  position: relative;
}
.bg-color-chose-container .color-block-select .select::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  display: "inline-block";
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.color-picker-container {
  position: absolute;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.vl-audio-player {
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.88);
}
.vl-audio-player .title {
  display: flex;
  justify-content: space-between;
}
.vl-audio-player .title span {
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
.vl-audio-player .audio-cotainer {
  background: #f2f3f5;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
}
.vl-audio-player .audio-cotainer > * {
  display: flex;
  align-items: center;
}
.vl-audio-player .audio-cotainer .time-count {
  font-weight: 400;
  font-size: 10px;
  color: #333333;
}
.vl-audio-player .audio-cotainer .play-process {
  flex: 1 1;
  padding-left: 8px;
}
.vl-audio-player .audio-cotainer .play-process .arco-slider-button:after {
  width: 14px;
  height: 14px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px 8px 8px 8px;
  border: none;
}
.vl-audio-player .audio-cotainer .play-process .arco-slider-road::before {
  height: 4px;
}
.vl-audio-player .audio-cotainer .play-process .arco-slider-bar {
  height: 4px;
}
.vl-audio-player .audio-cotainer .volumn {
  margin-left: 10px;
}
.vl-audio-player .audio-cotainer .volumn .slider-box {
  width: 24px;
  padding: 0 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F3F5;
}
.vl-audio-player .audio-cotainer .volumn .arco-slider.arco-slider-vertical {
  width: 10px !important;
  min-width: 10px !important;
}
.vl-audio-player .audio-cotainer .volumn .icon-sound {
  padding: 10px;
}
.vl-audio-player .audio-cotainer .volumn .arco-slider-button::after {
  width: 12px;
  height: 8px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E4E4E4;
}
.vl-audio-player .audio-cotainer .volumn .arco-slider-road.arco-slider-road-vertical::before {
  width: 4px;
}

.music-card {
  height: 78px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  position: relative;
}
.music-card.active {
  border-width: 2px;
  border-color: #165dff;
}
.music-card.active .checkout-wrapper {
  display: inline-block;
}
.music-card .checkout-wrapper {
  position: absolute;
  top: -1px;
  left: -2px;
  display: none;
}
.music-card:hover .checkout-wrapper {
  display: inline-block;
}
.music-card .img-wrapper {
  position: relative;
  cursor: pointer;
}
.music-card .img-wrapper .preview-img {
  width: 67px;
  height: 67px;
  margin-left: 3px;
  margin-top: 3px;
}
.music-card .img-wrapper .play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.music-card .music-msg-wrapper {
  padding: 6px;
  margin-left: 6px;
  width: calc(100% - 87px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.music-card .music-msg-wrapper .name {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  width: 92px;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 必须使用 -webkit-box */
  -webkit-line-clamp: 1;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  /* 必须指定为 vertical */
}
.music-card .music-msg-wrapper .singer {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 必须使用 -webkit-box */
  -webkit-line-clamp: 1;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  /* 必须指定为 vertical */
}
.music-card .music-msg-wrapper .bottom {
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.music-card .music-msg-wrapper .bottom .time {
  font-weight: 500;
  font-size: 10px;
  color: #999999;
}
.music-card .music-msg-wrapper .bottom img {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.bg-music-container {
  flex: 1 1;
  padding-left: 9px;
  padding-top: 6px;
  padding-right: 10px;
  box-sizing: border-box;
  height: 410px;
  overflow-y: auto;
}
.bg-music-container .bg-music-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.bg-music-container .empyt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  /* align-content: center; */
  height: 80%;
  align-items: center;
}
.bg-music-container .empyt img {
  width: 90px;
}
.bg-music-container .empyt p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.bg-music-container .music-card-wrapper {
  width: 100%;
  height: calc(100% - 20px);
}
.bg-music-container .music-card-wrapper .music-card-container {
  width: 100%;
  height: 100%;
}
.bg-music-container .music-card-wrapper .music-card-container .arco-spin-children {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.bg-music-container .chose-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
  margin-bottom: 3px;
}

.bg-music-config-nav {
  width: 73px;
  background: #f4f4f4;
  padding-left: 9px;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 13px;
}
.bg-music-config-nav li {
  font-weight: 500;
  cursor: pointer;
  font-size: 12px;
  padding-top: 9px;
  color: #333333;
}
.bg-music-config-nav li.active {
  background: linear-gradient(180deg, #165dff 0%, #be7bff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-music-tabs {
  display: flex;
  position: relative;
}

.self-upload-card {
  width: 126px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  cursor: pointer;
  border-radius: 8px 8px 8px 8px;
}
.self-upload-card p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.custom-music-group {
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: baseline;
  padding: 8px;
  padding-right: 0;
}
.custom-music-group .chose-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
  margin-bottom: 3px;
}
.custom-music-group .delete-btn {
  position: absolute;
  bottom: 6px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}
.custom-music-group .delete-btn > img {
  width: 10px;
}
.custom-music-group .music-card {
  width: 126px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border-radius: 8px 8px 8px 8px;
}
.custom-music-group .music-card img {
  width: 100%;
  height: 20px;
}
.custom-music-group .custom-music-card {
  cursor: pointer;
}
.custom-music-group .custom-music-card p {
  width: 126px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.border-radius-search .arco-input-inner-wrapper {
  border-radius: 16px;
  border: 1px solid #ccc;
}
.bg-search {
  margin-right: 10px;
}
.bg-search .border-radius-search .arco-input-inner-wrapper {
  border-color: #DDDDDD;
  height: 24px;
}
.bg-search .border-radius-search .arco-input-inner-wrapper input::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #999999;
  font-size: 12px;
}
.bg-search .border-radius-search .arco-input-inner-wrapper input {
  color: #999999;
}
.small-search-wrapper {
  transition: all 0.3s;
}
.small-search-wrapper .arco-input-inner-wrapper-focus {
  border-color: #DDDDDD !important;
}
.small-search-wrapper .arco-input-inner-wrapper:hover {
  background: #ffffff;
}
.search-circle {
  height: 24px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
}
.search-circle .search-icon {
  margin-right: 6px;
}

.chose-detail-bar-wrapper {
  display: flex;
  align-items: center;
}
.chose-detail-bar-wrapper > span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.chose-detail-bar-wrapper > .chose-detail-content-wrapper .title-wrapper > span {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-top: 6px;
}
.chose-detail-popover-wrapper {
  border: 1px solid #dddddd;
}
.chose-detail-popover-wrapper .arco-popover-inner-content {
  padding: 14px;
  background-color: white;
  width: 350px;
  box-sizing: border-box;
}
.chose-detail-popover-wrapper .chose-detail-content-wrapper {
  width: 330px;
}
.chose-detail-popover-wrapper .chose-detail-content-wrapper .title-wrapper {
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.title-group-tag-item {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  position: relative;
  min-width: 60px;
  background-color: red;
  word-wrap: no-wrap;
  text-align: center;
  padding: 3px 16px;
  background: #f4f4f4;
  cursor: pointer;
}
.title-group-tag-item.active {
  color: #165dff;
  background: white;
}
.title-group-tag-item .icon-close {
  display: none;
  position: absolute;
  top: 6px;
  transform: scale(0.7);
}
.title-group-tag-item:hover .icon-close {
  display: inline-block;
}

.video-cut-title-wrapper {
  display: flex;
  padding: 3px 4px;
  background: #f4f4f4;
  border-radius: 4px 4px 4px 4px;
  max-width: 310px;
  overflow-x: auto;
}

.cover-card {
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  position: relative;
}
.cover-card .img-wrapper {
  width: 83px;
  height: 83px;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cover-card .img-wrapper img {
  width: 84px;
  height: 84px;
  object-fit: cover;
}
.cover-card .img-look {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.cover-card .img-look .yulan {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cover-card.active {
  width: 84px;
  height: 84px;
}
.cover-card.active img {
  width: 84px;
  height: 84px;
}
.cover-card.active .yulan {
  width: 16px;
  height: 16px;
}

.cover-group {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.cover-group p {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}

.custom-cover-container {
  display: flex;
  flex-wrap: wrap;
}
.custom-cover-container .customCover-wrapper {
  position: relative;
  margin-left: 4px;
  margin-bottom: 8px;
}
.custom-cover-container .customCover-wrapper:hover .delete-icon {
  display: flex;
}
.custom-cover-container .customCover-wrapper .delete-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}

.bg-cover-config-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choice-wrapper {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 6px;
}

.bg-search-filed-select {
  width: 119px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #DDDDDD;
}
.bg-search-filed-select .arco-select-view {
  border: none !important;
}
.header-color-block {
  width: 16px;
  height: 16px;
  margin-left: 14px;
  border-radius: 2px;
}

.cover-card-wrapper {
  position: relative;
  margin-left: 16px;
}
.cover-card-wrapper .look_wrapper {
  position: absolute;
  display: none;
  right: 30px;
  bottom: 37px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cover-card-wrapper .look_wrapper img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.cover-card-wrapper .delete_wrapper {
  position: absolute;
  display: none;
  right: 12px;
  bottom: 37px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cover-card-wrapper .delete_wrapper img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.cover-card-wrapper .checkbox-wrapper {
  display: none;
}
.cover-card-wrapper.active img.cover-img,
.cover-card-wrapper:hover img.cover-img {
  border: 2px solid #165dff;
}
.cover-card-wrapper.active .delete_wrapper,
.cover-card-wrapper:hover .delete_wrapper {
  display: block;
}
.cover-card-wrapper.active .look_wrapper,
.cover-card-wrapper:hover .look_wrapper {
  display: block;
}
.cover-card-wrapper.active .checkbox-wrapper,
.cover-card-wrapper:hover .checkbox-wrapper {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
}
.cover-card-wrapper img.cover-img {
  width: 126px;
  height: 160px;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid transparent;
  object-fit: cover;
}
.cover-card-wrapper p {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: center;
  width: 130px;
  display: -webkit-box;
  /* 作为弹性盒子显示 */
  -webkit-box-orient: vertical;
  /* 垂直布局方向 */
  -webkit-line-clamp: 1;
  /* 限制显示的行数为1 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}

.cover-img-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.title-group-tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.title-group-tag-wrapper .add-btn {
  font-size: 12px;
  color: #333333;
}
.title-group-tag-wrapper .button-group {
  position: absolute;
  right: 80px;
  display: flex;
}
.title-group-tag-wrapper .button-group .button-group-block-wrapper {
  width: 28px;
  height: 28px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}
.title-group-tag-wrapper .button-group .button-group-block-wrapper.active {
  color: #165dff;
  cursor: pointer;
}

.video-config-simple-title-wrapper .tiptap.ProseMirror {
  height: 106px;
  overflow-y: auto;
}
.video-config-simple-title-wrapper.title-item-active .video-config-card-header {
  border-color: #165dff;
}
.video-config-simple-title-wrapper.title-item-active .video-config-card-container {
  border-color: #165dff;
}
.video-config-simple-title-wrapper .arco-textarea {
  background: white;
}
.video-config-simple-title-wrapper .arco-textarea:focus {
  border-color: transparent;
}
.video-config-simple-title-wrapper .arco-textarea:hover {
  background: white;
}
.video-config-simple-title-wrapper .delete-title-item {
  cursor: pointer;
}
.video-config-simple-title-wrapper .video-config-card-container-item {
  position: relative;
}
.video-config-simple-title-wrapper .video-config-card-container-item .voice-container-bar-title {
  position: absolute;
  bottom: 6px;
}
.video-config-simple-title-wrapper .video-config-card-container-item .voice-container-bar-title .insert-opeator {
  cursor: pointer;
  display: flex;
}
.video-config-simple-title-wrapper .video-config-card-container-item .voice-container-bar-title .insert-opeator .start-time {
  height: 22px;
  padding: 0px 6px;
  background-color: #edf4ff;
  font-weight: 400;
  font-size: 12px;
  color: #165dff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-config-simple-title-wrapper .video-config-card-container-item .voice-container-bar-title .insert-opeator .start-time > img {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.seo-drawer .arco-drawer-inner {
  border-left: 1px solid #EEEEEE;
}
.seo-header {
  display: flex;
  align-items: center;
}
.seo-header img {
  width: 106px;
  height: 16px;
}
.seo-content .activeName {
  font-weight: 500;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 20px;
  text-align: left;
  margin-bottom: 7px;
}
.seo-content .activeName .keyword {
  color: #4E45F7;
}
.seo-content .seo-list .empty-data {
  margin: 200px auto;
}
.seo-content .seo-list .empty-data img {
  width: 161px;
  height: 116px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.seo-content .seo-list .empty-data .empty-text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card {
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  padding: 16px 13px;
  box-sizing: border-box;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card .circle-box {
  min-width: 19px;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card .circle-box .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(128deg, #165DFF 0%, #AC31FF 100%);
  margin-top: 5px;
}
.seo-content .seo-list .seo-list-item .seo-list-item-card .info {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.seo-content .seo-list .seo-list-item .seo-btns {
  margin-left: auto;
  display: flex;
  width: 80px;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 12px;
}
.seo-content .seo-list .seo-list-item .seo-btns img {
  width: 16px;
  height: 16px;
}
.empty-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mingan-header {
  display: flex;
  align-items: center;
}
.mingan-header img {
  width: 24px;
  height: 21px;
  margin-right: 12px;
}
.mingan-header span {
  font-weight: 500;
  font-size: 16px;
  color: #1D2129;
  font-style: normal;
  text-transform: none;
}
.sensitive-desc {
  font-weight: 400;
  font-size: 14px;
  color: #1D2129;
  line-height: 22px;
  font-style: normal;
  text-transform: none;
  margin-bottom: 9px;
}
.sensitive-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sensitive-content {
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #EEEEEE;
  padding: 10px;
}
.sensitive-content .all-delete {
  width: 82px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EEEEEE;
  text-align: center;
  line-height: 32px;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}
.sensitive-content .sensitive-item-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sensitive-content .sensitive-item {
  width: 100%;
  background: #FAFAFA;
  padding: 10px 21px 8px 8px;
  box-sizing: border-box;
}
.sensitive-content .sensitive-item .sensitive-item-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left {
  display: flex;
  align-items: center;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left .editInput {
  height: 28px;
  margin-bottom: 2px;
  background: #F1F0F0;
  border-radius: 32px 32px 32px 32px;
  border: none;
  width: 269px;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left .line {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 28px;
  background: #FBE5E4;
  border-radius: 32px 32px 32px 32px;
  text-align: left;
  padding: 0 11px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #F98282;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-left .edit-replace {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 28px;
  background: #F0F5FF;
  border-radius: 32px 32px 32px 32px;
  text-align: left;
  padding: 0 11px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #165DFF;
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}
.sensitive-content .sensitive-item .sensitive-item-line .con-btn img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.sensitive-content .sensitive-item .sensitive-item-info {
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  font-style: normal;
  display: flex;
  align-items: center;
  padding-left: 41px;
  width: 100%;
  box-sizing: border-box;
}
.sensitive-content .sensitive-item .sensitive-item-info img {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.sensitive-content-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sensitive-content-nav .title {
  width: 130px;
  display: flex;
  align-items: center;
}
.sensitive-content .btn-group {
  max-width: 304px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sensitive-content .btn-group .btns {
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  min-width: 50px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  padding: 0 8px;
  line-height: 26px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  margin-right: 6px;
}
.sensitive-content .btn-group .btns:nth-last-child {
  margin-right: 0;
}
.sensitive-content .btn-group .btns.active {
  color: #165DFF;
}
.sensitive-content .btn-group::-webkit-scrollbar {
  height: 3px;
}
.circle-title {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FBE5E4;
  text-align: center;
  line-height: 20px;
  color: #F98282;
  z-index: 99;
}
.empty-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mix-cut-detail-container {
  display: flex;
  max-height: calc(100vh - 84px);
  overflow-y: scroll;
  background: #fff;
}
.loading-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 155px;
  padding: 42px 0 20px 0;
  box-sizing: border-box;
}
.loading-box .text {
  margin-top: 29px;
}

.team_overview {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: calc(100% - 19px - 19px);
  background-color: #ffffff;
  padding: 19px;
}
.team_overview .team_overview_header {
  width: calc(100% - 19px);
  min-height: 353px;
  background: #ffffff;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.team_overview .team_overview_header .header_contel {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px 30px 28px;
  align-items: center;
  height: 102px;
}
.team_overview .team_overview_header .header_contel .basic-box {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  font-family: PingFang SC, PingFang SC;
  margin-bottom: 5px;
}
.team_overview .team_overview_header .header_contel .basic-box .basic-info {
  position: absolute;
  left: 60px;
  top: 0px;
}
.team_overview .team_overview_header .header_contel .contel_L {
  display: flex;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img {
  position: relative;
  width: 78px;
  height: 78px;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img .upload-mask {
  cursor: pointer;
  position: absolute;
  width: 78px;
  height: 78px;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  left: 0;
  top: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img .upload-mask > p {
  margin-top: 4px;
  font-family: PingFang SC,
                PingFang SC;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
}
.team_overview .team_overview_header .header_contel .contel_L .logo-img:hover .upload-mask {
  display: flex;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne {
  margin-left: 23px;
  display: flex;
  flex-direction: column;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne h4 {
  font-size: 22px;
  color: #333333;
  line-height: 31px;
  text-align: left;
  display: flex;
  align-items: center;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne p {
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: left;
}
.team_overview .team_overview_header .header_contel .contel_L .contel_Lcomne .contel_Lcomne_renzhen {
  width: 65px;
  height: 26px;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px !important;
  color: #165dff;
  line-height: 22px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: end;
  padding: 0 6px;
  border: 1px solid #4080ff;
  margin-right: 5px;
}
.team_overview .team_overview_header .header_contel .contel_R {
  display: flex;
  margin-top: 19px;
}
.team_overview .team_overview_header .header_contel .contel_R .imgbutton {
  width: 99px;
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eeeeee;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-left: 8px;
}
.team_overview .team_overview_header .header_contel .contel_R .mov_btn_SH {
  border: 1px solid #ff9900;
  color: #ff9900;
}
.team_overview .team_overview_header .header_contel .contel_R .mov_btn_Error {
  border: 1px solid #e45a5a;
  color: #e45a5a;
}
.team_overview .team_overview_header .oppoation {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
}
.team_overview .team_overview_header .oppoation img {
  width: 169px;
  height: 21px;
  margin-right: 20px;
}
.team_overview .team_overview_header .oppoation .line {
  height: 1px;
  background: #eeeeee;
  flex: 1 1;
}
.team_overview .team_overview_header .contel-box {
  position: relative;
}
.team_overview .team_overview_header .contel-box .to-left {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.team_overview .team_overview_header .contel-box .to-right {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.team_overview .team_overview_header .contel {
  position: relative;
  flex: 1 1;
  display: flex;
  margin: 0 24px;
  overflow: auto;
  flex-wrap: nowrap;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  padding-top: 20px;
}
.team_overview .team_overview_header .contel::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
.team_overview .team_overview_header .contel .contel-Item {
  min-Width: 278px;
  height: 148px;
  margin: 0 10px;
  background: #f6f9ff;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.team_overview .team_overview_header .contel .contel-Item .top {
  display: flex;
  justify-content: space-between;
  margin: 17px 34px 0 20px;
  padding-right: 2px;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left {
  margin-bottom: 11px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left h5 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left p {
  margin-top: 9px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left p span {
  font-weight: 900;
  font-size: 28px;
  color: #333333;
  line-height: 37px;
  display: inline-block;
  margin-right: 6px;
}
.team_overview .team_overview_header .contel .contel-Item .top .top_left p span span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  margin: 0 0 0 4px;
}
.team_overview .team_overview_header .contel .contel-Item .top img {
  width: 40px;
  height: 40px;
}
.team_overview .team_overview_header .contel .contel-Item .bottom {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin-left: 20px;
  margin-top: 13px;
}
.team_overview .team_overview_header .contel .contel-Item .code_body {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: left;
}
.team_overview .team_overview_header .contel .contel-Item .code_body img {
  width: 78px;
  height: 78px;
  margin-left: 27px;
  margin-right: 27px;
}
.team_overview .team_overview_header .contel .contel-Item .code_body .code_contel {
  display: flex;
  flex-direction: column;
}
.team_overview .team_overview_header .contel .contel-Item .code_body .code_contel h5 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
.team_overview .team_overview_header .contel .contel-Item .code_body .code_contel p {
  margin-top: 7px;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}
.team_overview .team_overview_content {
  height: calc(100% - 369px);
  width: 100%;
  background-color: #ffffff;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.modal_title_qyrzsurren {
  font-weight: 400;
  font-size: 14px;
  color: #86909c;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 16px;
}
.modal_qirzsurren_contel {
  width: 240px;
  height: 211px;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 2 6px 0px rgba(203, 203, 203, 0.42);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #eeeeee;
}
.modal_title_qyrzsurren_bold {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.modals_team_overview_qiy {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
.modals_team_overview_qiy .arco-input-inner-wrapper {
  border: 1px solid #f2f3f5;
}
.modals_team_overview_qiy .topname {
  margin-top: 24px;
}
.modals_team_overview_qiy .input_Social {
  font-weight: 400;
  font-size: 14px;
  color: #1d2129;
  line-height: 22px;
  margin-bottom: 6px;
}
.modals_team_overview_qiy .contel_wrapp {
  display: flex;
  width: 524px;
}
.modals_team_overview_qiy .arco-upload-list {
  display: none;
}
.modals_team_overview_qiy .arco-upload-list-type-text {
  display: none;
}
.modals_team_overview_qiy .trigger {
  width: 218px;
  height: 130px;
  border-radius: 2px 2px 2px 2px;
  border: 1px dashed #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modals_team_overview_qiy .trigger .contell_upload {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modals_team_overview_qiy .trigger .arco-icon-plus {
  width: 11px;
  height: 11px;
  color: #bfbfbf;
}
.modals_team_overview_qiy .trigger p {
  margin-top: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #bfbfbf;
  line-height: 22px;
}
.modals_team_overview_qiy .contell_upload_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
}
.modals_team_overview_qiy .contell_upload_right p {
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 22px;
  text-align: left;
}
.team-name {
  height: 26px;
}
.team-name > div:first-child {
  display: flex;
  align-items: flex-end;
  font-family: PingFang SC,
      PingFang SC;
  font-weight: 500 !important;
  font-size: 22px !important;
  color: #333333;
}
.mov_pro_title_einfo {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4 10px 0px rgba(221, 221, 221, 0.45);
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 8px;
}
.mov_pro_title_einfo img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.team_overview_content_tabs {
  width: 162px;
  height: 36px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  text-align: center;
}
.team_overview_content_tabs .arco-radio-button {
  width: 72px;
  font-size: 12px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  margin: 2px 3px;
}
.team_overview_content_tabs .arco-radio-button.arco-radio-checked {
  font-weight: 600;
  color: #165DFF;
  background-color: #FFFFFF;
}
.team_overview_content_tabs .arco-radio-button:hover {
  font-weight: 600;
  color: #165DFF;
  background-color: #FFFFFF;
}
.team_overview_content_tabs .arco-radio-button-inner {
  padding: 0;
}
.contel_componts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 35px 0 15px 0 ;
  height: calc(100% - 369px);
  width: calc(100% - 19px);
  background-color: #FFFFFF;
}
.contel_componts .contel_R {
  display: flex ;
}
.contel_componts .contel_R .plearthPhone {
  margin-right: 19px;
  width: 276px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
}
.contel_componts .contel_R .optab_select {
  width: 200px;
  margin-right: 19px;
}
.contel_componts .contel_R .optab_select .arco-select-view {
  width: 200px;
  height: 38px !important;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
}
.contel_componts .contel_R .select_data {
  width: 240px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #DDDDDD;
}
.contel_componts .Filtememberscontexttabs {
  width: 376px;
}
.contel_componts .Filtememberscontexttabs .arco-tabs-header-nav-line .arco-tabs-header-title-text::before {
  left: 0 !important;
  right: 0 !important;
}
.contel_componts .Filtememberscontexttabs .arco-tabs-header {
  height: 38px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
}
.contel_componts .Filtememberscontexttabs .arco-tabs-header-title {
  width: 82px;
  height: 28px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin: 5px !important;
}
.contel_componts .arco-tabs-header-title {
  width: 82px;
  height: 28px;
  background: #F4F4F4;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  margin: 5px !important;
}
.contel_componts .arco-tabs-header-title-text {
  width: 100%;
  display: inline-block;
}
.contel_componts .arco-tabs-header-title-active {
  width: 82px;
  height: 28px;
  background: #FFFFFF !important;
  border-radius: 4px 4px 4px 4px;
  font-weight: bold;
  font-size: 14px;
  color: #165DFF !important;
  line-height: 22px;
  text-align: center;
  margin: 5px !important;
}
.contel_componts .arco-tabs-header-title-active .arco-tabs-header-title-text {
  width: 100%;
  display: inline-block;
}
.contel_componts .arco-tabs-header-nav::before {
  background-color: none;
  width: 0;
  height: 0;
  border: none;
}
.contel_componts .arco-tabs-header-ink {
  width: 0;
  height: 0;
}
.selccompont_tabdata {
  width: calc(100% - 19px);
  margin-top: 20px;
  position: relative;
  margin-bottom: 32px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.selccompont_tabdata .arco-table {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
.selccompont_tabdata .arco-table .arco-spin {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children .arco-table-container {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children .arco-table-container .arco-table-content-scroll {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.selccompont_tabdata .arco-table .arco-spin .arco-spin-children .arco-table-container .arco-table-content-scroll .arco-table-content-inner {
  display: flex;
  flex-direction: column;
}
.selccompont_tabdata table {
  flex: 1 1;
  border: none;
}
.selccompont_tabdata table thead th {
  height: 44px;
  background: #F8FAFD;
  border-radius: 0px 0px 0px 0px;
  color: #333333;
  line-height: 22px;
  font-weight: bold;
  border-bottom: none !important;
}
.selccompont_tabdata table tbody {
  height: calc(100% - 58px - 44px);
  overflow: scroll;
}
.selccompont_tabdata table tbody tr {
  height: 59px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.selccompont_tabdata table tbody tr .arco-table-td {
  border-bottom: 1px solid #EEEEEE;
}
.selccompont_tabdata .tab-pages {
  width: 100%;
  position: absolute;
  height: 32px;
  bottom: -40px;
  background-color: #FFFFFF;
}
.selccompont_tabdata .tab-pages .arco-pagination-total-text {
  flex: 1 1;
}
.selccompont_tabdata .tab-pages .arco-pagination-jumper {
  display: none;
}
.selccompont_tabdata .opdatatitle {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 12px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
}
.selccompont_tabdata .opred {
  background: #F18888;
  border-radius: 4px 4px 4px 4px;
}
.selccompont_tabdata .opgren {
  background: #5EC279;
  border-radius: 4px 4px 4px 4px;
}

.wrapel_contel {
  width: 264px;
  height: 528px;
  padding-bottom: 32px;
  background: #ffffff;
  box-shadow: 0px 2 6px 0px rgba(203, 203, 203, 0.42);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #eeeeee;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrapel_contel .Input_childn {
  width: 233px;
  height: 38px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  margin-top: 17px;
}
.wrapel_contel .companydiv {
  width: 221px;
  height: 38px;
  padding-left: 34px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 38px;
  text-align: left;
}
.wrapel_contel .btns_contel {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: end;
  background-color: #FFFFFF;
}
.wrapel_contel .btns_contel .arco-btn {
  margin-right: 10px;
  width: 60px;
  height: 32px;
  border-radius: 2px;
  background: #165DFF;
  font-size: 14px;
  text-align: center;
  margin-bottom: 11px;
}
.wrapel_contel .btns_contel .dis_err {
  color: #4E5969;
  background: #F2F3F5;
}
.wrapel_contel .arco-collapse-item-content {
  background-color: #ffffff;
  transition: height 0.2s cubic-bezier(0.34, 0.69, 0.1, 1) !important;
}
.wrapel_contel .arco-collapse-item {
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #417aff;
  line-height: 22px;
}
.wrapel_contel .arco-collapse-item-active > .arco-collapse-item-header {
  background: #f1f3fd;
  border-radius: 0px 0px 0px 0px;
  color: #417aff;
}
.wrapel_contel .arco-collapse-item-active > .arco-collapse-item-header .arco-icon-caret-right {
  color: #417aff;
}
.wrapel_contel .arco-collapse-item-active > .arco-collapse-item-header {
  border: none;
  transition: none;
}
.wrapel_contel .arco-collapse-item-header {
  transition: none;
}
.wrapel_contel::-webkit-scrollbar {
  display: none;
}


/*# sourceMappingURL=main-234c6f6e.969f24d7.css.map*/