.container[data-v-5ee136bf] {
  width: 100%;
}
.container .dailyList[data-v-5ee136bf] {
  display: flex;
  flex-direction: column;
}
.container .dailyList .item[data-v-5ee136bf] {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.3rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.8rem;
  position: relative;
  cursor: pointer;
}
.container .dailyList .item .userInfo[data-v-5ee136bf] {
  display: flex;
}
.container .dailyList .item .userInfo .avatar[data-v-5ee136bf] {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.container .dailyList .item .userInfo .info[data-v-5ee136bf] {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
}
.container .dailyList .item .userInfo .info .name[data-v-5ee136bf] {
  font-size: 1rem;
  color: #1A1B2A;
}
.container .dailyList .item .userInfo .info .date[data-v-5ee136bf] {
  font-size: 0.8rem;
  color: #8F99A3;
  margin-top: 0.3rem;
}
.container .dailyList .item .readStatus[data-v-5ee136bf] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 0.8rem;
  color: #5C6670;
  background: #f2f3f6;
  border-radius: 0.7rem 0 0 0.7rem;
  padding: 0.2rem 0.8rem;
}
.container .dailyList .active[data-v-5ee136bf] {
  background: #FFF6F6;
}
.container .dailyList .top[data-v-5ee136bf] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #1A1B2A;
  margin-bottom: 0.8rem;
}
.container .dailyList .top .right[data-v-5ee136bf] {
  color: #8F99A3;
}
.container .dailyList .top .right span[data-v-5ee136bf] {
  margin-left: 1rem;
}
.container .card[data-v-bdf02c28] {
  padding: 1.3rem 1.9rem;
  background: #ffffff;
  border-radius: 0.6rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.container .card .infoItem[data-v-bdf02c28] {
  padding: 1.3rem 0;
  border-bottom: 0.1rem solid #e7e9ee;
}
.container .card .infoItem .infoTitle[data-v-bdf02c28] {
  margin-bottom: 0.6rem;
  font-size: 1rem;
  color: #1a1b2a;
  font-weight: 700;
}
.container .card .infoItem .infoValue[data-v-bdf02c28] {
  font-size: 0.9rem;
  color: #1a1b2a;
  word-break: break-all;
}
.container .card .picContent[data-v-bdf02c28] {
  display: flex;
  flex-direction: column;
}
.container .card .picContent .infoTitle[data-v-bdf02c28] {
  font-size: 1rem;
  color: #1a1b2a;
  font-weight: 700;
}
.container .card .picList[data-v-bdf02c28] {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 0.6rem;
  overflow: auto;
}
.container .card .picList .picItem[data-v-bdf02c28] {
  width: 6.1rem;
  height: 6.1rem;
  min-width: 6.1rem;
  min-height: 6.1rem;
  margin-right: 0.6rem;
  position: relative;
}
.container .card .picList .picItem .picIcon[data-v-bdf02c28] {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.3rem;
  height: 1rem;
}
.container .card .picList .picItem .picImg[data-v-bdf02c28] {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}
.container .card .title[data-v-bdf02c28] {
  padding-bottom: 1.1rem;
  font-size: 1rem;
  color: #1a1b2a;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .card .title .left[data-v-bdf02c28] {
  font-size: 1rem;
  font-weight: 400;
}
.container .card .title .left .staIcon[data-v-bdf02c28] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.container .card .title .left .questionMask[data-v-bdf02c28] {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.5rem;
}
.container .card .title .right[data-v-bdf02c28] {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1b2a;
}
.container .card .bb[data-v-bdf02c28] {
  border-bottom: 0.1rem solid #e7e9ee;
}
.container .card .statistic[data-v-bdf02c28] {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
}
.container .card .statistic .count[data-v-bdf02c28] {
  padding: 0.9rem 0;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.container .card .statistic .count .value[data-v-bdf02c28] {
  font-size: 1.8rem;
  color: #222222;
  font-weight: 700;
}
.container .card .statistic .count .text[data-v-bdf02c28] {
  font-size: 0.9rem;
  color: #858a97;
  font-weight: 400;
  margin-top: 0.3rem;
}
.container .card .statistic .count[data-v-bdf02c28]:last-child {
  border-bottom: none;
}
.container .card .qmark-tip[data-v-bdf02c28],
.container .card .qmark-tip1[data-v-bdf02c28] {
  position: absolute;
  background: #ffffff;
  border: 0.1rem solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  padding: 1rem;
  z-index: 2;
  left: 2.1rem;
  top: 3.1rem;
  width: 25rem;
}
.container .card .qmark-tip .tip[data-v-bdf02c28],
.container .card .qmark-tip1 .tip[data-v-bdf02c28] {
  display: block;
  font-size: 0.8rem;
  color: #484e5b;
  line-height: 1.5rem;
  font-weight: 400;
  display: flex;
  position: relative;
  margin-left: 1rem;
}
.container .card .qmark-tip .tip .red[data-v-bdf02c28],
.container .card .qmark-tip1 .tip .red[data-v-bdf02c28] {
  position: absolute;
  display: inline-block;
  top: 0.6rem;
  left: -0.5rem;
  min-width: 0.3rem;
  min-height: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #f03947;
}
.container .card .qmark-tip[data-v-bdf02c28]::after {
  position: absolute;
  display: inline-block;
  top: -0.4rem;
  left: 6.9rem;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0.4rem;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}
.container .card .qmark-tip1[data-v-bdf02c28] {
  left: 2.1rem;
}
.container .card .qmark-tip1[data-v-bdf02c28]::after {
  position: absolute;
  display: inline-block;
  top: -0.4rem;
  left: 8.4rem;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0.4rem;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}
.container .card .inputWrap[data-v-bdf02c28] {
  display: flex;
  align-items: center;
}
.container .card .inputWrap .public[data-v-bdf02c28] {
  width: 3.6rem;
  height: 2rem;
  background: #f03947;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.5rem;
  cursor: pointer;
}
.container .card .inputWrap[data-v-bdf02c28] .ant-input {
  background: #f2f3f6;
  border-radius: 0.6rem;
  min-height: 3.3rem;
  line-height: 3.3rem;
  font-size: 0.9rem;
  color: #1a1b2a;
  border-color: transparent;
}
.container .card .inputWrap[data-v-bdf02c28] .ant-input:hover {
  border-color: transparent;
}
.container .card .inputWrap[data-v-bdf02c28] .ant-input:focus {
  box-shadow: none;
}
.container .mt31[data-v-bdf02c28] {
  margin-top: 1.9rem;
}
.container .empty[data-v-bdf02c28] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3rem;
}
.container .empty[data-v-bdf02c28] .ant-empty {
  margin-top: 3.3rem;
}
.container .empty .empty-image[data-v-bdf02c28] {
  width: 100%;
}
.container .empty .empty-image[data-v-bdf02c28] .van-empty__image {
  width: 9.4rem;
  height: 5.1rem;
  margin-bottom: 0.9rem;
}
.container .empty .empty-image[data-v-bdf02c28] .ant-empty-description {
  font-size: 0.9rem;
  color: #8f99a3;
  margin-bottom: 3.1rem;
}
.container .comment[data-v-bdf02c28] {
  display: flex;
  flex-direction: column;
  padding: 1.3rem 0;
}
.container .comment .item[data-v-bdf02c28] {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 0.1rem solid #f2f3f6;
  padding: 1.7rem 0;
}
.container .comment .item .avatar[data-v-bdf02c28] {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  border-radius: 50%;
}
.container .comment .item .commentItem[data-v-bdf02c28] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container .comment .item .commentItem .toIcon[data-v-bdf02c28] {
  width: 0.3rem;
  height: 0.4rem;
  margin: 0 0.5rem;
}
.container .comment .item .commentItem .item[data-v-bdf02c28] {
  border-bottom: none;
  padding-top: 1.8rem;
  padding-bottom: 0;
}
.container .comment .item .commentItem .userInfo[data-v-bdf02c28] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.container .comment .item .commentItem .userInfo .info[data-v-bdf02c28] {
  margin-left: 0.6rem;
  display: flex;
  flex-direction: column;
}
.container .comment .item .commentItem .userInfo .info .nickName[data-v-bdf02c28] {
  font-size: 0.9rem;
  color: #5c6670;
  display: flex;
  align-items: center;
}
.container .comment .item .commentItem .userInfo .info .createTime[data-v-bdf02c28] {
  font-size: 0.8rem;
  color: #8f99a3;
}
.container .comment .item .commentItem .replyBtn[data-v-bdf02c28] {
  font-size: 0.9rem;
  color: #5c6670;
  cursor: pointer;
}
.container .comment .item .commentItem .context[data-v-bdf02c28] {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #1a1b2a;
  margin-left: 0.6rem;
}
.container .edit-model .edit-title[data-v-bdf02c28] {
  color: #1a1b2a;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.container .edit-model .edit-textarea[data-v-bdf02c28] {
  position: relative;
  width: 20rem;
  border-radius: 0.3rem;
  margin-bottom: 0.8rem;
}
.container .edit-model .edit-textarea .edit-length[data-v-bdf02c28] {
  position: absolute;
  font-size: 0.9rem;
  color: rgb(133, 138, 151);
  bottom: 0.6rem;
  right: 1rem;
}
.container[data-v-bdf02c28] .ant-popover-message > .anticon {
  color: transparent;
}
.container[data-v-bdf02c28] .ant-popover-buttons {
  text-align: left;
  padding-left: 0.9rem;
}
.container[data-v-bdf02c28] .ant-btn {
  width: 5.4rem;
  height: 2rem;
}
.container[data-v-bdf02c28] textarea.ant-input {
  font-size: 0.9rem;
  color: #1a1b2a;
}
[data-v-bdf02c28] .resource-modal {
  font-size: 0.9rem;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-header {
  padding: 1rem;
  border-bottom: none;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .video-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .video-content video {
  max-width: 100%;
  max-height: 100%;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .carousel-content {
  width: 100%;
  height: 100%;
  position: relative;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .carousel-prev,[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .carousel-next {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  z-index: 99;
  transform: translate(0, -50%);
  cursor: pointer;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .carousel-next {
  right: 1.5rem;
  left: auto;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .ant-carousel {
  height: 100%;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .ant-carousel div {
  height: 100%;
}
[data-v-bdf02c28] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .ant-carousel img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
[data-v-a5f4007c] .ant-drawer-content-wrapper {
  position: inherit;
}
[data-v-a5f4007c] .ant-drawer-content {
  background: #f9f9f9;
}
[data-v-a5f4007c] .ant-drawer-header {
  background: #f9f9f9;
  font-size: 1.1rem;
  color: #222222;
}
[data-v-a5f4007c] .ant-drawer-body {
  padding: 1.5rem 2.8rem 1.5rem 1.5rem;
  background: #f9f9f9;
}
[data-v-a5f4007c] .ant-input {
  border: 0.1rem solid #e3e5e9;
}
.tips[data-v-a5f4007c] {
  font-size: 0.9rem;
  color: #1a1b2a;
  display: flex;
  align-items: center;
}
.tips img[data-v-a5f4007c] {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}
.red[data-v-a5f4007c] {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  min-width: 0.3rem;
  min-height: 0.3rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: #f03947;
}
.card[data-v-a5f4007c] {
  padding: 1.3rem 1.9rem 1.3rem;
  background: #ffffff;
  border-radius: 0.6rem;
  position: relative;
  margin-top: 0.6rem;
}
.card .title[data-v-a5f4007c] {
  padding-bottom: 1.1rem;
  font-size: 1rem;
  color: #1a1b2a;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .title .left[data-v-a5f4007c] {
  font-size: 1rem;
  font-weight: 400;
  color: #1a1b2a;
}
.card .title .left .staIcon[data-v-a5f4007c] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.card .title .left .questionMask[data-v-a5f4007c] {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.5rem;
}
.card .title .right[data-v-a5f4007c] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #5c6670;
  cursor: pointer;
}
.card .title .right .arrow[data-v-a5f4007c] {
  margin-left: 0.1rem;
}
.card .statistic[data-v-a5f4007c] {
  display: flex;
}
.card .statistic .line[data-v-a5f4007c] {
  display: flex;
  flex-direction: row;
}
.card .statistic .count[data-v-a5f4007c] {
  padding: 0.9rem 0;
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.card .statistic .count .value[data-v-a5f4007c] {
  font-size: 1.4rem;
  color: #1a1b2a;
  font-weight: 700;
}
.card .statistic .count .text[data-v-a5f4007c] {
  font-size: 0.8rem;
  color: #8f99a3;
  font-weight: 400;
}
.card .statistic .count[data-v-a5f4007c]:last-child {
  border-bottom: none;
}
.card .qmark-tip[data-v-a5f4007c] {
  position: absolute;
  background: #ffffff;
  border: 0.1rem solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 1.3rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  padding: 1rem;
  z-index: 2;
  left: 2.1rem;
  top: 3.1rem;
}
.card .qmark-tip .tip[data-v-a5f4007c] {
  display: block;
  font-size: 0.8rem;
  color: #484e5b;
  line-height: 1.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.card .qmark-tip[data-v-a5f4007c]::after {
  position: absolute;
  display: inline-block;
  top: -0.4rem;
  left: 7.1rem;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0.4rem;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}
.card .con-title[data-v-a5f4007c] {
  font-size: 0.9rem;
  color: #5c6670;
}
.card .pic-content[data-v-a5f4007c] {
  display: flex;
  overflow: auto;
}
.card .required[data-v-a5f4007c]::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: red;
  border-radius: 50%;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.card .pic-title[data-v-a5f4007c] {
  font-size: 0.9rem;
  color: #5c6670;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.card .pic-title .pic-tips[data-v-a5f4007c] {
  font-size: 0.8rem;
  color: #8f99a3;
  margin-left: 1rem;
}
.mt24[data-v-a5f4007c] {
  margin-top: 1.5rem;
}
.mb80[data-v-a5f4007c] {
  margin-bottom: 5rem;
}
.edit-textarea[data-v-a5f4007c] {
  position: relative;
  width: calc(100% + 0.6rem);
  border: 0.1rem solid rgb(227, 229, 233);
  border-radius: 0.3rem;
  background: #ffffff;
  float: left;
  border: 0.1rem solid #e3e5e9;
}
.edit-textarea[data-v-a5f4007c] .ant-input {
  border: none;
  resize: none;
  min-height: 5rem;
  padding: 1rem;
  margin-bottom: 1.9rem;
}
.edit-textarea[data-v-a5f4007c] .ant-input:focus {
  box-shadow: none;
}
.edit-textarea .edit-length[data-v-a5f4007c] {
  position: absolute;
  font-size: 0.9rem;
  color: #8f99a3;
  top: 5rem;
  right: 1rem;
}
.edit-textarea[data-v-a5f4007c]:hover {
  border-color: #f03947;
}
[data-v-a5f4007c] .ant-input-number {
  width: 100%;
  border-radius: 0.3rem;
}
[data-v-a5f4007c] .ant-select-selection--single {
  border-radius: 0.3rem;
}
[data-v-a5f4007c] .ant-select-selection--multiple {
  border-radius: 0.3rem;
}
[data-v-a5f4007c] .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 0;
  border: none;
  border-radius: 0.5rem;
}
[data-v-a5f4007c] .ant-calendar-picker {
  width: 100%;
}
.bottomButton[data-v-a5f4007c] {
  width: 30rem;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 1.3rem 3.2rem;
  display: flex;
  justify-content: space-between;
}
.bottomButton.hz-norem[data-v-a5f4007c] {
  width: 480px;
}
.bottomButton .ant-btn[data-v-a5f4007c] {
  width: 10.6rem;
  height: 3rem;
  font-size: 1.1rem;
  color: #484e5b;
  line-height: 3rem;
  border-radius: 0.3rem;
}
.bottomButton .cancel[data-v-a5f4007c] {
  border: 0.1rem solid #e3e5e9;
}
.bottomButton .confirm[data-v-a5f4007c] {
  color: #fff;
}
.fileImg[data-v-a5f4007c] {
  width: 6rem;
  height: 6rem;
  min-width: 6rem;
  min-height: 6rem;
  margin-right: 0.6rem;
  position: relative;
}
.fileImg img[data-v-a5f4007c] {
  width: 100%;
  height: 100%;
}
.fileImg .delImg[data-v-a5f4007c] {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
}
.fileImg .imgTag[data-v-a5f4007c] {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
}
.handle-scence[data-v-a5f4007c] {
  position: relative;
  margin-bottom: 0.6rem;
}
.handle-scence .svg-icon[data-v-a5f4007c] {
  fill: black;
}
.handle-scence .input-box[data-v-a5f4007c] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.handle-scence .input-box input[data-v-a5f4007c] {
  width: 100%;
  height: 100%;
}
.handle-scence .input-box input[data-v-a5f4007c]:hover {
  cursor: pointer;
}
.handle-scence .style-box[data-v-a5f4007c] {
  width: 6rem;
  height: 6rem;
  color: #8f99a3;
  border: 0.1rem solid #d2d6da;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.handle-scence .style-box_text[data-v-a5f4007c] {
  margin-top: 0.5rem;
}
.handle-scence:hover .style-box[data-v-a5f4007c] {
  color: #8f99a3;
  cursor: pointer;
}
[data-v-a5f4007c] .ant-form-item-required::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  min-width: 0.3rem;
  min-height: 0.3rem;
  border-radius: 50%;
  background: red;
  margin-bottom: 0.1rem;
}
[data-v-a5f4007c] .resource-modal {
  font-size: 0.9rem;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-header {
  padding: 1rem;
  border-bottom: none;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .video-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .video-content video {
  max-width: 100%;
  max-height: 100%;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .carousel-content {
  width: 100%;
  height: 100%;
  position: relative;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .carousel-prev,[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .carousel-next {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  z-index: 99;
  transform: translate(0, -50%);
  cursor: pointer;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .carousel-next {
  right: 1.5rem;
  left: auto;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .ant-carousel {
  height: 100%;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .ant-carousel div {
  height: 100%;
}
[data-v-a5f4007c] .resource-modal .ant-modal-content .ant-modal-body .carousel-content .ant-carousel img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
[data-v-a5f4007c] .ant-input {
  height: 2.5rem;
}
[data-v-a5f4007c] .ant-input-number {
  height: 2.5rem;
}
.icon[data-v-a5f4007c] {
  width: 0.6rem;
  height: 0.3rem;
  margin-left: 0.1rem;
}
[data-v-a5f4007c] .ant-cascader-menus {
  color: #222;
}
.container[data-v-7a6384c1] {
  color: #222;
}
.container .title[data-v-7a6384c1] {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 2rem;
}
.container .title .freeIcon[data-v-7a6384c1] {
  width: 4.1rem;
  height: 1.3rem;
}
.container .title .sub-title[data-v-7a6384c1] {
  font-size: 0.9rem;
  color: #5c6670;
  margin-left: 0.6rem;
}
.container .line[data-v-7a6384c1] {
  margin-top: 1.3rem;
  margin-bottom: 1.9rem;
  height: 0.1rem;
  background: #e3e5e9;
}
.container .vertical[data-v-7a6384c1] {
  width: 0.1rem;
  background: #e3e5e9;
}
.container .border[data-v-7a6384c1] {
  border-bottom: 0.1rem solid #e3e5e9;
}
.container .search-content[data-v-7a6384c1] {
  padding: 0 0 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .search-content .team-title[data-v-7a6384c1] {
  font-size: 1.1rem;
  color: #222222;
}
.container .search-content .select[data-v-7a6384c1] {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.container .search-content .select .sub-user-list[data-v-7a6384c1] {
  display: flex;
}
.container .search-content .select .sub-user-list .tree-select[data-v-7a6384c1] {
  float: left;
  margin-right: 1rem;
}
.container .search-content .select .sub-user-list .treeSelectContent[data-v-7a6384c1] {
  min-width: 17.5rem;
  height: 2.5rem;
}
.container .search-content .select[data-v-7a6384c1] .select-selection {
  height: 2.5rem;
}
.container .search-content .select[data-v-7a6384c1] .select-selection .select-selection-rendered {
  line-height: 2.5rem;
}
.container .search-content .select[data-v-7a6384c1] .select-selection .select-selection-rendered .select-selection-selected-value {
  font-size: 0.9rem;
  color: #1a1b2a;
}
.container .search-content .select[data-v-7a6384c1] .ant-select {
  width: 11.9rem;
  height: 2.5rem;
  margin-left: 1rem;
}
.container .search-content .select[data-v-7a6384c1] .ant-select .ant-select-selection--single {
  width: 11.9rem;
  height: 2.5rem;
}
.container .search-content .select[data-v-7a6384c1] .ant-select .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 2.5rem;
}
.container .search-content .select[data-v-7a6384c1] .ant-select .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value {
  font-size: 0.9rem;
  color: #1a1b2a;
}
.container .search-content .select[data-v-7a6384c1] .ant-calendar-picker {
  width: 16.1rem;
  height: 2.5rem;
  margin-left: 1rem;
}
.container .search-content .select[data-v-7a6384c1] .ant-input {
  width: 16.1rem;
  height: 2.5rem;
  font-size: 0.9rem;
  color: #1a1b2a;
}
.container .search-content .select .search-name[data-v-7a6384c1] {
  width: 14.2rem;
  height: 2.5rem;
  margin-left: 1rem;
  position: relative;
}
.container .search-content .select .search-name[data-v-7a6384c1] .ant-input {
  width: 14.2rem;
  border-radius: 0 0.3rem 0.3rem 0;
  padding-left: 2.3rem;
}
.container .search-content .select .search-name[data-v-7a6384c1] .ant-input:focus {
  box-shadow: none;
}
.container .search-content .select .search-name[data-v-7a6384c1] .anticon {
  display: none;
}
.container .search-content .select .search-name[data-v-7a6384c1] .ant-input-suffix {
  right: 12.5rem;
}
.container .search-content .select .search[data-v-7a6384c1] {
  margin-left: 0.6rem;
  width: 5.3rem;
  height: 2.5rem;
  background: #f03947;
  border-radius: 0.3rem;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.container .search-content .flexStar[data-v-7a6384c1] {
  justify-content: flex-start;
}
.container .search-content .flexStar[data-v-7a6384c1] .ant-select {
  margin-left: 0;
}
.container .right[data-v-7a6384c1] {
  font-size: 0.9rem;
  color: #5c6670;
  display: flex;
  align-items: center;
}
.container .right .icon[data-v-7a6384c1] {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}
.container .right .btn[data-v-7a6384c1] {
  margin-left: 1.5rem;
  width: 7.8rem;
  height: 2.5rem;
  background: #f03947;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #ffffff;
}
.container .right .btn .add[data-v-7a6384c1] {
  margin-right: 0.3rem;
}
.container .content[data-v-7a6384c1] {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3rem;
}
.container .content .empty[data-v-7a6384c1] {
  width: 30%;
}
.container .content .daily-list[data-v-7a6384c1] {
  width: 30%;
}
.container .content .daily-actions[data-v-7a6384c1] {
  margin-left: 1.7rem;
  width: 70%;
}
.container .jc[data-v-7a6384c1] {
  justify-content: center;
}
.container .search-content .select .member-select[data-v-7a6384c1] .ant-input {
  width: 100%;
  height: 100%;
}
