.pagination-wrap[data-v-19a5454a] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-wrap .page-list[data-v-19a5454a] {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.pagination-wrap .page-list li[data-v-19a5454a] {
  display: inline-block;
  padding: 0;
  margin-right: 10px;
  width: 40px;
  height: 30px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
}
.pagination-wrap .page-list li.active[data-v-19a5454a] {
  border-color: #2b99ff;
  background-color: #fff;
  color: #2b99ff;
}
.pagination-wrap .page-list li.disabled[data-v-19a5454a] {
  background-color: #fff;
  cursor: not-allowed;
  color: #e2e2e2;
}
.pagination-wrap .page-list li.btn-next[data-v-19a5454a],
.pagination-wrap .page-list li.btn-prev[data-v-19a5454a] {
  width: 75px;
  height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}
.pagination-wrap .page-list li.btn-next[data-v-19a5454a] {
  margin: 0;
}
.none {
  display: none;
}
.base-font {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm {
  margin: 0;
  padding: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.text-scale {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center,
.ct {
  position: absolute;
  top: 50%;
}
.ct {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green {
  color: #3aa60d;
}
.text-red {
  color: red;
}
.text-orange {
  color: #f60;
}
.fdc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bgColor {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(146, 0, 249, 0.99)),
    color-stop(44%, rgba(146, 0, 249, 0.99)),
    color-stop(93%, rgba(127, 0, 255, 0.99)),
    color-stop(97%, rgba(137, 0, 252, 0.99)),
    to(rgba(146, 0, 249, 0.99))
  );
  background: linear-gradient(
    0deg,
    rgba(146, 0, 249, 0.99),
    rgba(146, 0, 249, 0.99) 44%,
    rgba(127, 0, 255, 0.99) 93%,
    rgba(137, 0, 252, 0.99) 97%,
    rgba(146, 0, 249, 0.99)
  );
}
.row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row,
.row-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around,
.row-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column,
.column-start {
  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;
}
.column-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-end,
.column-left-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column-left {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.column-left,
.row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.album-container {
  width: 100%;
}
.album-container .link {
  color: #2b99ff;
  cursor: pointer;
}
.album-container .filters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0 0;
  padding: 0 30px;
}
.album-container .filters-row .filter-item + .filter-item {
  margin-left: 25px;
}
.album-container .filters-row .filter-item .label-text {
  color: #666;
}
.album-container .filters-row .filter-item.search {
  position: absolute;
  right: 30px;
}
.album-container .filters-row .filter-item.search .album-name {
  width: 250px;
}
.album-container .filters-row .filter-item.search .album-name .el-input__inner {
  border-radius: 0;
  border-right: 0;
}
.album-container .filters-row .filter-item.search .album-name .el-input__inner:focus,
.album-container .filters-row .filter-item.search .album-name .el-input__inner:hover {
  border-color: #dcdfe6;
}
.album-container .filters-row .filter-item.search .album-name .el-input-group__append {
  cursor: pointer;
  width: 60px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.album-container .filters-row .filter-item.search .album-name .el-input-group__append > span {
  display: inline-block;
  width: 100%;
  color: #333;
  text-align: center;
  border-left: 1px solid #dcdfe6;
}
.album-container .filters-row .filter-item .el-select {
  width: 110px;
}
.album-container .filters-row .filter-item .el-select .el-input .el-input__inner {
  border-radius: 0;
  padding: 0 20px 0 10px;
}
.album-container .top-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  border-bottom: 1px solid #f2f2f2;
}
.album-container .top-wrap,
.album-container .top-wrap .tabs-wrap,
.album-container .top-wrap .tabs-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.album-container .top-wrap .tabs-wrap li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  margin-right: 40px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.album-container .top-wrap .tabs-wrap li .num {
  font-weight: 700;
  font-size: 24px;
}
.album-container .top-wrap .tabs-wrap li .name {
  font-size: 12px;
  color: #666;
}
.album-container .top-wrap .tabs-wrap li.active {
  border-bottom-color: #2b99ff;
}
.album-container .top-wrap .tabs-wrap li.active .name,
.album-container .top-wrap .tabs-wrap li.active .num {
  color: #2b99ff;
}
.album-container .table-wrap {
  width: 100%;
  padding: 20px 30px 30px;
}
.album-container .table-wrap .album-title .tit {
  color: #333;
  font-size: 16px;
}
.album-container .table-wrap .album-title .tit.hover:hover {
  color: #2b99ff;
}
.album-container .table-wrap .album-title .tit .tag {
  font-size: 12px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 3px 10px;
  min-width: 46px;
  margin-left: 10px;
  word-break: keep-all;
}
.album-container .table-wrap .album-title .tit .tag.on {
  color: #2b99ff;
  border-color: #2b99ff;
}
.album-container .table-wrap .album-title .tit .status {
  font-size: 12px;
  color: #fff;
  border-radius: 16px;
  padding: 3px 10px;
  min-width: 46px;
  margin-left: 10px;
  background-color: #df922d;
  word-break: keep-all;
}
.album-container .table-wrap .album-title p {
  line-height: 18px;
}
.album-container .table-wrap .album-title p span {
  margin-right: 15px;
  color: #999;
  font-size: 12px;
}
.album-container .table-wrap .album-title .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  margin-top: 3px;
}
.album-container .table-wrap .album-title .reason .label {
  display: inline-block;
  width: 60px;
  min-width: 60px;
  line-height: 20px;
  color: #f60;
}
.album-container .table-wrap .album-title .reason .reason-con {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.album-container .table-wrap .album-title .reason .check-more {
  padding: 0;
  margin-left: 10px;
}
.album-container .delete-dialog .el-dialog__header {
  padding: 0;
}
.album-container .delete-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
  right: 16px;
}
.album-container .delete-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: #999;
}
.album-container .delete-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover {
  color: #2b99ff;
}
.album-container .delete-dialog .el-dialog__body {
  padding-top: 30px;
  padding-bottom: 10px;
}
.album-container .delete-dialog .el-dialog__body p {
  text-align: center;
  line-height: 26px;
  color: #333;
}
.album-container .delete-dialog .el-dialog__body .warning-icon {
  width: 100%;
  height: 54px;
  margin-bottom: 18px;
  background: url(data:image/png;base64,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)
    no-repeat 50%;
}
.album-container .delete-dialog .jx-button {
  border-radius: 2px !important;
  width: 95px;
  height: 34px;
  line-height: 32px;
  padding: 0;
  margin-bottom: 20px;
  background-color: #2b99ff;
  font-size: 14px;
}
.album-container .delete-dialog .jx-button.cancel-btn {
  background-color: #fff;
  color: grey;
  border-color: #eee;
}
