.customerData-file .tabsList2 {
  height: 50px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: 0 8px 3px 8px;
  padding-left: 10px;
}
.customerData-file .tabsList2 .tabs {
  width: 80px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  float: left;
}
.customerData-file .tabsList2 .tabs:hover,
.customerData-file .tabsList2 .tabs.active {
  color: #1784fc;
  position: relative;
}
.customerData-file .tabsList2 .tabs:hover:after,
.customerData-file .tabsList2 .tabs.active:after {
  width: 45px;
  height: 3px;
  background-color: #1784fc;
  content: '';
  clear: both;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}
.customerData-file .tabsList2 .ant-select {
  width: 180px;
  margin-left: 30px;
  margin-top: 10px;
}
.customerData-file .boxcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 205px);
  background-color: #fff;
  padding-left: 8px;
}
.customerData-file .leftBox {
  width: 150px;
  height: calc(100vh - 205px);
  border-right: 1px solid #f1f1f1;
  overflow-y: auto;
}
.customerData-file .leftBox .tabs {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
  border-left: 4px solid #fff;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customerData-file .leftBox .tabs.active,
.customerData-file .leftBox .tabs:hover {
  color: #1784fc;
  font-weight: bold;
  background-color: #E9F2FF;
  border-left-color: #1784fc;
}
.customerData-file .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.customerData-file .rightBox .header {
  height: 45px;
  line-height: 40px;
  padding-left: 15px;
}
.customerData-file .rightBox .header .ant-btn {
  display: inline-block;
}
.customerData-file .rightBox .header .code {
  width: 120px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  margin-left: 20px;
  border: 1px dotted #eb7530;
  color: #eb7530;
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
}
.customerData-file .rightBox .header .refresh {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.customerData-file .rightBox .header .refresh:hover {
  color: #1784fc;
}
.customerData-file .rightBox .header .upload {
  width: 120px;
  text-align: center;
  float: right;
  color: #1784fc;
  font-size: 15px;
  cursor: pointer;
}
.customerData-file .box {
  height: calc(100vh - 265px);
  overflow-y: scroll;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
}
.customerData-file .box .ant-spin.ant-spin-lg.ant-spin-spinning {
  margin: 200px auto;
  display: block;
}
.customerData-file .items .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.customerData-file .items .title > span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
  float: left;
}
.customerData-file .items .title > span i {
  font-size: 22px;
  color: #666;
}
.customerData-file .items .title .all {
  height: 50px;
  line-height: 50px;
  margin-left: 30px;
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
}
.customerData-file .items .title .all .anticon-check {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #ccc;
}
.customerData-file .items .title .all .anticon-check.bg {
  color: #fff;
  background-color: #1784fc;
}
.customerData-file .items .title .edit {
  width: 50px;
  display: inline-block;
  text-align: center;
}
.customerData-file .items .list-card .item {
  width: 250px;
  height: 255px;
  border-radius: 10px;
  border: 1px solid #E9E9E9;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.customerData-file .items .list-card .item .anticon-check {
  width: 26px;
  height: 24px;
  line-height: 27px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 6px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.customerData-file .items .list-card .item .anticon-check.bg {
  color: #fff;
  background-color: #1784fc;
}
.customerData-file .items .list-card .item span {
  width: 24px;
  height: 24px;
  line-height: 17px;
  font-size: 22px;
  text-align: center;
  border-radius: 15px;
  background-color: #1784fc;
  color: #fff;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 10;
  display: none;
}
.customerData-file .items .list-card .item .img {
  height: 159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-top-left-radius: 10px;
}
.customerData-file .items .list-card .item .img img {
  max-width: 248px;
  max-height: 159px;
  display: inline-block;
}
.customerData-file .items .list-card .item .img div {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.customerData-file .items .list-card .item p {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
  margin: 0;
}
.customerData-file .items .list-card .item p b {
  color: #333;
}
.customerData-file .items .list-card .item .txt {
  height: 25px;
  padding-left: 10px;
  font-size: 14px;
  color: #999;
  margin: 0;
}
.customerData-file .items .list-card .item .txt b {
  color: #666;
}
.customerData-file .items .list-card .item .text {
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #999;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.customerData-file .items .list-card .item .text b {
  color: #333;
}
.customerData-file .items .list-card .item:hover {
  border-color: #1784fc;
}
.customerData-file .items .list-card .item:hover span {
  display: inline-block;
}
.customerData-file .more {
  width: 400px;
  margin-left: 300px;
  margin-bottom: 15px;
}
.customerData-file .ant-spin-nested-loading {
  min-height: 200px;
}
.download-progress-modal .ant-modal-content {
  border-radius: 12px;
  overflow: hidden;
}
.download-progress-modal .download-progress .progress-icon {
  margin-bottom: 20px;
}
.download-progress-modal .download-progress .progress-icon .download-icon {
  font-size: 48px;
  color: #1784fc;
  -webkit-animation: download-pulse 2s infinite;
          animation: download-pulse 2s infinite;
}
.download-progress-modal .download-progress .progress-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.download-progress-modal .download-progress .progress-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}
.download-progress-modal .download-progress .progress-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.download-progress-modal .download-progress .progress-bar-container .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 15px;
}
.download-progress-modal .download-progress .progress-bar-container .progress-bar .progress-fill {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1784fc), to(#40a9ff));
  background: linear-gradient(90deg, #1784fc, #40a9ff);
  border-radius: 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: relative;
}
.download-progress-modal .download-progress .progress-bar-container .progress-bar .progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-animation: progress-shine 1.5s infinite;
          animation: progress-shine 1.5s infinite;
}
.download-progress-modal .download-progress .progress-bar-container .progress-percent {
  font-size: 14px;
  font-weight: 600;
  color: #1784fc;
  min-width: 45px;
  text-align: right;
}
.download-progress-modal .download-progress .progress-detail {
  font-size: 12px;
  color: #999;
}
@-webkit-keyframes download-pulse {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes download-pulse {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@-webkit-keyframes progress-shine {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
}
@keyframes progress-shine {
0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
}
.blue .ant-dropdown-menu-submenu-title {
  color: #1784fc;
}

