.yybuttonAmmn-group {
  width: auto;
  height: auto;
  position: relative;
  p {
    padding: 0px 7px;
    border-radius: 50%;
    text-align: center;
    background: red;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: -10px;
    right: -6px;
    &.hidden-title {
      display: none;
    }
    &#mgrNums {
      padding: 0px 4px;
    }
    &#mgrNums_1 {
      padding: 0px 8px;
    }
    &#mgrNums_11 {
      padding: 0px 5px;
    }
  }
}
.upload-con {
  .title-btn {
    margin-right: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px !important;
  }
  .ant-btn-primary {
    background: #e14c46 !important;
    border: 1px solid #e14c46 !important;
    color: #fff;
  }
  .ant-modal-header {
    background-color: #f3f3f3;
    height: 40px;
    padding: 6px 11px;
  }
  .ant-upload-drag {
    max-height: 200px;
    p {
      &.ant-upload-text {
        font-size: 16px;
      }
      &.ant-upload-hint {
        font-size: 14px;
      }
    }
  }
  .ant-upload.ant-upload-drag > span,
  .ant-upload.ant-upload-drag .ant-upload-drag-container {
    display: block;
  }
  .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
    height: 110px;
    margin-bottom: 0;
    .anticon {
      margin-top: 40px;
      font-size: 55px;
      color: #e7b351;
    }
  }
  .ant-upload-list {
    padding-bottom: 10px;
  }
  .upload-con.ant-modal {
    width: 100% !important;
    height: 100%;
    padding: 24px;
    top: 0;
  }
  .upload-con.ant-modal-content {
    height: 100%;
  }
  .upload-con.ant-modal-body {
    height: calc(~"100% - 40px");
  }
}
.high-meter-con.yyui-modal.ant-modal {
  min-height: 460px;
}
.high-meter-con {
  .ant-checkbox-wrapper {
    position: absolute;
    left: -14px;
    top: -2px;
  }
  .ant-modal-content {
    width: 95%;
    height: 95%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  span {
    font-size: 14px;
  }
  .switch-btn {
    font-size: 14px;
    color: red;
    cursor: pointer;
  }
  .ant-modal-body {
    height: calc(~"100% - 40px");
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
  }
  .high-meter-body {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .high-meter-body-L {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 312px;
    flex: 0 0 312px;
    height: inherit;
  }
  .high-meter-body-L-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 40px;
    flex: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    span {
      margin-left: 12px;
      margin-right: 132px;
      color: inherit;
    }
    button {
      width: auto;
      height: 30px;
      background: #e0e0e0;
      border: none;
      border-radius: 4px;
      color: #000;
      padding: 0 10px;
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0;
      overflow: hidden;
      cursor: pointer;
      outline: none;
      text-align: center;
      line-height: 30px;
    }
  }
}
.high-meter-body-L-album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cecece;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.high-meter-body-L-album-L {
  -webkit-box-flex: 103px;
  -ms-flex: 103px;
  flex: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  overflow-y: auto;
  border-right: 1px solid #cecece;
  position: relative;
}
.high-meter-body-L-album-R {
  -webkit-box-flex: 208px;
  -ms-flex: 208px;
  flex: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  overflow-y: auto;
}
.high-meter-body-C {
  min-width: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e4e4e4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  .ant-spin-nested-loading {
    width: 100%;
    height: 100%;
    .ant-spin-text {
      position: absolute !important;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
    }
    .ant-spin-container {
      height: 100%;
      opacity: 1 !important;
    }
    .ant-spin {
      background: #e4e4e4;
    }
  }
  .bigPriDev {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.high-meter-body-R {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 345px;
  flex: 0 0 345px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  .high-meter-body-R-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 37px 0 58px 48px;
    .radio-style {
      display: "block";
      height: "30px";
      line-height: "30px";
    }
  }
  .high-meter-body-R-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 58px 48px;
  }
  .ant-radio-wrapper:hover .ant-radio,
  .ant-radio:hover .ant-radio-inner,
  .ant-radio-input:focus + .ant-radio-inner,
  .ant-radio-checked .ant-radio-inner {
    border-color: red;
  }

  .ant-radio-inner::after {
    background: red;
  }
  .high-meter-body-R-mode-title,
  .high-meter-body-R-method-title {
    margin-right: 8px;
    margin-top: 5px;
    color: #000;
  }
  .high-meter-body-R-message {
    margin-bottom: 52px;
  }
  .high-meter-body-R-message div {
    text-align: center;
  }
  .high-meter-body-R-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .high-meter-body-R-action button,
  .high-meter-body-R-upload button {
    min-width: 60px;
    width: 235px;
    height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: auto;
    color: #fff;
    border: 1px solid #e0e0e0;
    background-color: #e14c48;
    cursor: pointer;
    outline: none;
  }
  .high-meter-body-R-upload button,
  .high-meter-body-R-upload button:hover {
    background: #e14c48;
    border: 1px solid #e0e0e0;
    color: #fff;
  }
  .high-meter-body-R-upload .upload-btn {
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    color: #3e64c7;
    font-size: 13px;
    margin-top: 20px;
  }
  .high-meter-body-R-upload {
    width: 100%;
    height: auto;
    min-height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .high-meter-body-R-upload .tooltip-content {
    min-height: 350px;
    background: #fff;
    border-color: #fff;
  }
  .high-meter-body-R-upload .ant-tooltip-arrow-content {
    background-color: #fff;
  }
  .high-meter-body-R-upload .ant-tooltip {
    max-width: 345px;
    min-width: 345px;
  }
  .high-meter-body-R-upload .ant-tooltip-inner {
    background-color: #fff;
  }
  .high-meter-body-R-upload .tooltip-content-title {
    line-height: 30px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .high-meter-body-R-upload .tooltip-content table {
    width: 100%;
  }
  .high-meter-body-R-upload .tooltip-content table tr th {
    height: 35px;
    padding: 0 7px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 17px;
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    color: #4b4b4b;
    background: #eceff5;
    font-weight: 700;
    border-top: 1px solid #c1c7d0;
    border-bottom: 1px solid #c1c7d0;
  }
}

.upload-list-item {
  width: 100%;
  height: calc(~"100% - 230px");
  border: 1px dashed #d9d9d9;
  box-sizing: border-box;
  padding: 0 10px 10px;
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  overflow-y: auto;
  .load-list {
    width: calc(~"33.33% - 7px");
    height: 70px;
    overflow: hidden;
    float: left;
    padding: 8px;
    position: relative;
    border-radius: 4px;
    background: #F5F5F5;
    margin: 10px 10px 0 0;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    span.iconfont {
      font-size: 45px;
      margin-right: 10px;
      max-height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      &.icon-pdf {
        color: #cb3f2b;
      }
      &.icon-word {
        color: #65a0f8;
      }
      &.icon-ppt {
        color: #ef7851;
      }
      &.icon-xls {
        color: #3a6f49;
      }
      &.icon-rtf {
        color: #44a1e8;
      }
      &.icon-txt-ext {
        color: #55bfdc;
      }
    }
    img {
      width: 45px;
      height: 45px;
      border-radius: 5px;
      margin-right: 10px;
    }
    a {
      flex: 1;
      line-height: 15px;
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      font-size: 14px;
      overflow: hidden;
      .file-text-content{
        color: #222222;
        font-weight: bold;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
      }
      p{
        flex: 1;
        color: #999999;
        font-size: 12px;
        line-height: 22px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
      }
    }
    .deleteMgr {
      visibility: hidden;
      font-size: 12px;
      position: absolute;
      right: 3px;
      top: 4px;
      &.isDeleteMgr{
        visibility: hidden;
      }
    }
    &:hover {
      .deleteMgr {
        visibility: visible;
        &.isDeleteMgr{
          visibility: hidden;
        }
      }
      .file-text-content{
        color: #ff5050;
        text-decoration: underline;
      }
    }
  }
  .load-list:nth-child(3n){
    margin: 10px 0 0;
  }
}

.previewModal.ant-modal {
  width: 96vw !important;
  height: 96vh !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  .ant-carousel .slick-slider {
    padding-bottom: 0;
    height: 100%;
  }
  .ant-modal-header {
    padding: 0 20px;
    div {
      width: 100%;
      height: 100%;
      line-height: 40px;
      position: relative;
      color: #73b4f5;
    }
  }
  .react-draggable {
    span {
      height: 40px;
      display: inline-block;
      margin: 0 20px;
      cursor: default;
    }
    span:first-child {
      max-width: 360px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0 0 0 5px;
    }
    span:last-child {
      position: relative;
      top: -15px;
    }
  }
  .ant-carousel .slick-initialized .slick-slide {
    overflow: hidden;
    position: relative;
  }
  .ant-carousel .slick-slider .slick-list {
    height: calc(~"100% - 25px");
  }
  .ant-carousel .slick-slider .slick-track {
    width: 100%;
    height: 100%;
  }
  .upload-list-inline .ant-upload-list-item {
    display: inline-block;
    width: 150px;
    margin-right: 8px;
  }
  .ant-upload-list-picture-card .ant-upload-list-item,
  .ant-upload-list-picture .ant-upload-list-item {
    width: 110px;
    height: 90px;
    padding: 5px 0 0 0;
  }
  .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,
  .ant-upload-list-picture .ant-upload-list-item-thumbnail img {
    border-radius: 5px;
  }
  .slick-slide {
    height: 100%;
  }
  .ant-carousel .slick-dots li button::before {
    font-size: 50px !important;
  }
  .ant-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .downLoadBtn {
    height: 35px;
    margin: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .ant-upload-list-picture-card .ant-upload-list-item-name,
  .ant-upload-list-picture .ant-upload-list-item-name {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    line-height: 35px;
  }

  .ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
  .ant-upload-list-picture .ant-upload-list-item-thumbnail {
    display: block;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .ant-upload-list-picture-card .ant-upload-list-item-info,
  .ant-upload-list-picture .ant-upload-list-item-info {
    height: 100%;
  }
  .carousel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    .toolBar {
      width: auto;
      height: 30px;
      line-height: 30px;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
      position: absolute;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      display: inline-flex;
      transition: all 0.5s;
      border-radius: 3px;
      &.visibled {
        bottom: -40px;
      }
      .iconfont {
        float: left;
        margin: 0 10px;
        font-size: 25px;
        color: #fff;
        z-index: 1;
        cursor: pointer;
        &.icon-revert {
          font-size: 18px;
        }
        &.isDelete{
          display: none;
        }
      }
    }
    ul {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
      li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        overflow: auto;
        &.activeted {
          visibility: visible;
        }
        .imgParent {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          span.iconfont {
            font-size: 70px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            &.icon-pdf {
              color: #cb3f2b;
            }
            &.icon-word {
              color: #65a0f8;
            }
            &.icon-ppt {
              color: #ef7851;
            }
            &.icon-xls {
              color: #3a6f49;
            }
            &.icon-rtf {
              color: #44a1e8;
            }
            &.icon-txt-ext {
              color: #55bfdc;
            }
          }
        }
        img {
          height: 60vh;
          transform-origin: center center;
          -moz-user-select: none;
          -webkit-user-select: none;
          display: block;
          margin: 0 auto;
          &.activeImg {
            width: 200px !important;
            height: 200px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -100px 0 0 -100px;
          }
        }
      }
    }
    .previewBtn {
      font-size: 30px;
      color: #73b4f5;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      &.btn-prev {
        left: 20px;
      }
      &.btn-next {
        right: 0;
      }
    }
  }
}
.previewModal.ant-modal-content,
.previewModal.ant-modal-body {
  width: 100%;
  height: 100%;
}
.previewModal.ant-modal-body {
  height: calc(~"100% - 40px");
}
