.create-album-dialog {
  border-radius: 4px;
  overflow: hidden;
}
.create-album-dialog .el-dialog__header {
  padding: 0;
}
.create-album-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
  right: 16px;
}
.create-album-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: grey;
  font-size: 20px;
}
.create-album-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover {
  color: #2b99ff;
}
.create-album-dialog .el-dialog__body {
  padding: 0;
}
.create-album-dialog .el-dialog__body .hd {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding: 0 30px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.create-album-dialog .el-dialog__body .bd {
  padding: 15px 80px 30px;
}
.create-album-dialog .el-dialog__body .bd .tips1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
}
.create-album-dialog .el-dialog__body .bd .tips2 {
  font-size: 14px;
  font-weight: 400;
  color: #f60;
  line-height: 20px;
}
.create-album-dialog .el-dialog__body .bd .create-btn {
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #2b99ff;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin: 20px auto 10px;
  cursor: pointer;
}
.create-album-dialog .el-dialog__body .bd .create-docs {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.create-album-dialog .el-dialog__body .bd .create-docs:hover {
  color: #2b99ff;
}
.daily-upload-limit-dialog {
  border-radius: 4px;
  overflow: hidden;
}
.daily-upload-limit-dialog .el-dialog__header {
  padding: 0;
}
.daily-upload-limit-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
  right: 16px;
}
.daily-upload-limit-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  color: grey;
  font-size: 20px;
}
.daily-upload-limit-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover {
  color: #2b99ff;
}
.daily-upload-limit-dialog .el-dialog__body {
  padding: 0;
}
.daily-upload-limit-dialog .el-dialog__body .hd {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 30px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.daily-upload-limit-dialog .el-dialog__body .bd {
  padding: 15px 25px 25px;
}
.daily-upload-limit-dialog .el-dialog__body .bd .tips1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}
.daily-upload-limit-dialog .el-dialog__body .bd .tips1 .day-limit {
  color: #f60;
}
.daily-upload-limit-dialog .el-dialog__body .bd .tips2 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  text-align: center;
}
.daily-upload-limit-dialog .el-dialog__body .bd .qrcode-wrap {
  margin-top: 15px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
}
.daily-upload-limit-dialog .el-dialog__body .bd .qrcode-wrap .qrcode {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
.daily-upload-limit-dialog .el-dialog__body .bd .qrcode-wrap .qrcode img {
  width: 100%;
  height: 100%;
}
.daily-upload-limit-dialog .el-dialog__body .bd .qrcode-wrap .upload-tips {
  color: #666;
  font-size: 13px;
  margin-left: 15px;
}
.upload-intro {
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.upload-intro .icon-tit {
  margin-bottom: 10px;
}
.upload-intro .icon-tit .icon {
  vertical-align: top;
}
.upload-intro .icon-tit .tit-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.upload-intro .link {
  color: #2b99ff;
}
.upload-intro .left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  padding: 30px 30px 30px 0;
}
.upload-intro .left .menus {
  width: 592px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 9px;
}
.upload-intro .left .menus .item {
  position: relative;
  font-size: 20px;
  color: #666;
  line-height: 28px;
  cursor: pointer;
}
.upload-intro .left .menus .item .new-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 59px;
  height: 32px;
  margin: -32px 0 0 -29px;
  -webkit-animation: bounceY 2s ease-in-out infinite;
  animation: bounceY 2s ease-in-out infinite;
}
.upload-intro .left .menus .item.active {
  font-weight: 600;
  color: #268eff;
}
.upload-intro .left .menus .item.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 38px;
  height: 4px;
  background: #268eff;
  margin: 5px auto 0;
}
.upload-intro .left .menus .item .new_tag {
  position: absolute;
  top: -17px;
  left: 100%;
  width: 40px;
  height: 25px;
}
.upload-intro .left .detail {
  margin-top: 26px;
}
.upload-intro .left .detail .detail-item .com-tit {
  height: 25px;
  position: relative;
  padding-left: 14px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  line-height: 25px;
}
.upload-intro .left .detail .detail-item .com-tit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 13px;
  background: #ff6a00;
  border-radius: 4px;
  margin: auto 0;
}
.upload-intro .left .detail .detail-item .desc-img {
  width: 100%;
}
.upload-intro .left .detail .detail-item.revenue .desc-text {
  margin: 16px 0;
  font-size: 16px;
  color: #333;
  line-height: 31px;
}
.upload-intro .left .detail .detail-item.upload {
  margin-top: 28px;
}
.upload-intro .left .detail .detail-item.upload .desc-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
}
.upload-intro .left .detail .detail-item.upload .desc-text .icon {
  width: 28px;
  height: 28px;
  margin-left: 20px;
  background-size: cover;
}
.upload-intro .left .detail .detail-item.review {
  margin-top: 5px;
}
.upload-intro .left .detail .detail-item.attention .com-con {
  margin-top: 10px;
}
.upload-intro .left .detail .detail-item.attention .desc-text {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  line-height: 23px;
}
.upload-intro .left .detail .detail-item.attention .desc-text:first-child {
  margin-top: 0;
}
.upload-intro .left .detail .detail-item.attention .list {
  margin-top: 8px;
}
.upload-intro .left .detail .detail-item.attention .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.upload-intro .left .detail .detail-item.attention .list .item .index {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ff4e08;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
}
.upload-intro .left .detail .detail-item.attention .list .item .text {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.upload-intro .right {
  width: 470px;
  border-left: 1px solid #eee;
  padding: 20px 0 30px 20px;
}
.upload-intro .right .ad-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.upload-intro .right .ad-wrap .ad-img {
  width: 100%;
  height: 100%;
}
.upload-intro .right .ad-wrap .el-carousel__arrow {
  display: none;
}
.upload-intro .right .ad-wrap .el-carousel__indicators {
  left: unset;
  right: 0;
}
.upload-intro .right .ad-wrap .el-carousel__indicator--horizontal {
  padding: 0 3px;
}
.upload-intro .right .ad-wrap .el-carousel__indicator--horizontal .el-carousel__button {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.upload-intro .right .rank .upload-list {
  margin-top: 15px;
  width: 100%;
}
.upload-intro .right .rank .upload-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}
.upload-intro .right .rank .upload-list .list-item + .list-item {
  margin-top: 16px;
}
.upload-intro .right .rank .upload-list .list-item .order {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
  color: #666;
  margin-right: 10px;
  background: #e8e8e8;
  border-radius: 5px;
}
.upload-intro .right .rank .upload-list .list-item .order.order1 {
  background: red;
  color: #fff;
}
.upload-intro .right .rank .upload-list .list-item .order.order2 {
  background: #ff6a00;
  color: #fff;
}
.upload-intro .right .rank .upload-list .list-item .order.order3 {
  background: #268eff;
  color: #fff;
}
.upload-intro .right .rank .upload-list .list-item .name {
  width: 150px;
  margin-right: 40px;
  overflow: hidden;
  font-size: 15px;
}
.upload-intro .right .rank .upload-list .list-item .order {
  font-size: 15px;
}
.upload-intro .right .rank .upload-list .list-item .money {
  text-align: right;
  width: 100px;
  margin-left: 20px;
  color: red;
  overflow: hidden;
}
.upload-intro .right .rank .no-ranks {
  width: 100%;
  min-height: 300px;
  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;
  color: #999;
}
.upload-intro .right .increase_revenue {
  margin-top: 30px;
}
.upload-intro .right .increase_revenue .tit {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  line-height: 25px;
}
.upload-intro .right .increase_revenue .revenue-list .item {
  margin-top: 14px;
}
.upload-intro .right .increase_revenue .revenue-list .item .item-tit {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 22px;
}
.upload-intro .right .increase_revenue .revenue-list .item .item-desc {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  line-height: 23px;
}
.upload-intro .right .increase_revenue .revenue-list .item .item-operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upload-intro .right .increase_revenue .revenue-list .item .item-operate .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.upload-intro .right .increase_revenue .revenue-list .item .item-operate .link {
  font-size: 15px;
  color: #268eff;
  line-height: 21px;
}
.school-filters .el-dialog__header {
  padding: 0;
}
.school-filters .el-dialog__header .el-dialog__headerbtn {
  top: 10px;
  right: 15px;
}
.school-filters .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
  font-size: 20px;
}
.school-filters .el-dialog__header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 45px;
  border-bottom: 1px solid #eee;
}
.school-filters .el-dialog__header .title h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.school-filters .el-dialog__body {
  padding: 20px 30px !important;
  height: 320px;
}
.school-filters .content .el-select {
  width: 145px;
}
.school-filters .content .el-select + .el-select {
  margin-left: 12px;
}
.school-filters .content .search-bar {
  margin-top: 12px;
}
.school-filters .content .school-list {
  margin-top: 15px;
  max-height: 170px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.school-filters .content .school-list .school-item {
  display: inline-block;
  line-height: 24px;
  width: 50%;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.school-filters .content .school-list .school-item.active {
  color: #2b99ff;
}
.school-filters .content .el-input__inner {
  height: 40px;
  border-radius: 0 !important;
  border: 1px solid #eee;
  color: #333;
}
.school-filters .content .empty-tips {
  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;
  height: 180px;
  text-align: center;
  color: #999;
}
.upload-edit-wrap .el-drawer__header {
  padding: 0 30px;
  height: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30x;
}
.upload-edit-wrap .el-drawer__header .title-bar {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.upload-edit-wrap .edit-form-elem {
  width: 100%;
}
.upload-edit-wrap .edit-form-elem .el-input__inner {
  height: 40px;
  border-radius: 0 !important;
  border: 1px solid #eee;
  color: #333;
}
.upload-edit-wrap .edit-form-elem .el-textarea__inner {
  min-height: 40px !important;
  line-height: 2;
  border-radius: 0 !important;
  border: 1px solid #eee;
  color: #333;
}
.upload-edit-wrap .edit-form-elem.half {
  width: 130px;
}
.upload-edit-wrap .link {
  color: #2b99ff;
}
.upload-edit-wrap .form-content {
  padding: 0 30px;
}
.upload-edit-wrap .form-content .form-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.upload-edit-wrap .form-content .form-item.multiple-tips {
  color: #f60;
  margin-bottom: 20px;
}
.upload-edit-wrap .form-content .form-item .tool-tips {
  position: absolute;
  right: -20px;
  color: #999;
  font-size: 16px;
}
.upload-edit-wrap .form-content .form-item .form-label {
  width: 90px;
  font-size: 14px;
  color: #666;
}
.upload-edit-wrap .form-content .form-item .half-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.upload-edit-wrap .form-content .form-item .half-form-item.left-side {
  margin-right: 75px;
}
.upload-edit-wrap .form-content .form-item .half-form-item.left-side .form-label {
  width: 74px;
}
.upload-edit-wrap .form-content .form-item .half-form-item .tips {
  position: absolute;
  right: -33px;
  color: #ccc;
}
.upload-edit-wrap .form-content .form-item .half-form-item.right-side {
  position: relative;
}
.upload-edit-wrap .form-content .form-item .half-form-item.right-side .form-label {
  width: 46px;
}
.upload-edit-wrap .form-content .form-item .half-form-item.right-side .tool-tips {
  position: absolute;
  right: -23px;
  color: #999;
  font-size: 16px;
}
.upload-edit-wrap .form-content .form-item .school-item {
  position: relative;
}
.upload-edit-wrap .form-content .form-item .school-item .el-select-dropdown {
  display: none !important;
}
.upload-edit-wrap .form-content .form-item .school-item .form-label {
  width: 74px;
}
.upload-edit-wrap .form-content .copy-option {
  padding-left: 74px;
}
.upload-edit-wrap .form-content .comfirm-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.upload-edit-wrap .form-content .comfirm-btns .save-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2b99ff;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.upload-edit-wrap .form-content .comfirm-btns .save-btn.next {
  width: 150px;
  margin-right: 30px;
  margin-left: 74px;
}
.upload-edit-wrap .form-content .comfirm-btns .save-btn.all {
  margin-left: 74px;
}
.upload-edit-wrap .form-content .comfirm-btns .save-btn.plain {
  background-color: transparent;
  border-color: #2b99ff;
  color: #2b99ff;
}
.el-drawer__body {
  overflow-y: auto;
}
.tooltips-content {
  line-height: 16px;
}
.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;
}
.multiple-table-wrap .list-con th {
  color: #333;
}
.multiple-table-wrap .list-con .cell,
.multiple-table-wrap .list-con .el-table__body-wrapper {
  overflow: initial !important;
}
.multiple-table-wrap .list-con .el-table__body tr:hover > td {
  background-color: #f1f7ff;
}
.multiple-table-wrap .list-con .el-table__body tr:hover .el-input,
.multiple-table-wrap .list-con .el-table__body tr:hover .el-input__inner {
  background-color: #fff;
}
.action-btn:hover,
.tool-tips {
  color: #2b99ff;
}
.tool-tips {
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
}
.file-title-tips {
  margin-left: 10px;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  padding: 5px 0;
}
.file-title-tips .ques-icon {
  font-size: 14px;
  margin-left: 3px;
}
.tit-pop-con .tit {
  color: #f60;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
}
.tit-pop-con .desc {
  color: #000;
  font-size: 14px;
  margin-bottom: 2px;
}
.tit-pop-con .abbr {
  color: #666;
  font-size: 12px;
}
.tit-pop-con .mgb {
  margin-bottom: 10px;
}
.success-icon {
  margin-left: 10px;
  color: #3aa60d;
  font-size: 16px;
}
.not-set-tips {
  color: #999;
}
.upload-list-select {
  min-width: 80px;
}
.area-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-con .num {
  font-style: italic;
  color: #999;
  line-height: 17px;
  font-size: 18px;
}
.list-con .title-wrap {
  border-left: 1px solid #eee;
  padding-left: 20px;
}
.list-con .title-wrap .title-change-tips {
  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: absolute;
  left: 50%;
  top: 0;
  z-index: 9999;
  -webkit-transform: translate(-50%, -130%);
  transform: translate(-50%, -130%);
  background-color: rgba(0, 0, 0, 0.65);
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
}
.list-con .title-wrap .title-change-tips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.65) transparent transparent transparent;
}
.list-con .title-wrap.dot:before {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -4px;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e60b0b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-con .title-wrap .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 700px;
  background-color: transparent;
  padding: 0;
}
.list-con .title-wrap .title .progress-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.list-con .title-wrap .title .progress-inner.upload-bg {
  background-color: #d7ecff;
}
.list-con .title-wrap .title .el-input,
.list-con .title-wrap .title .el-input__inner {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.list-con .title-wrap .title .el-input__prefix {
  left: 0 !important;
  top: 4px !important;
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.list-con .title-wrap .title .fileType-wrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-con .title-wrap .title .img {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  vertical-align: sub;
  margin: 0 8px;
  background-size: 100% 100%;
}
.list-con .title-wrap .edit-tips {
  color: #e60b0b;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.list-con .title-wrap .edit-tips.blue {
  color: #2b99ff;
}
.list-con .title-wrap .error-tips {
  color: #e60b0b;
  font-size: 12px;
}
.list-con .title-wrap .file-repeat,
.list-con .title-wrap .upload-progress {
  color: #f60;
  font-size: 14px;
}
.list-con .title-wrap .file-repeat .repeact-doc {
  color: #2b99ff;
}
.list-con .title-wrap .file-info {
  color: #999;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-con .title-wrap .file-info .version {
  color: #f60;
}
.list-con .el-input .el-input__inner {
  border: none;
}
.list-con .el-input .el-input__suffix {
  right: 10px;
}
@-webkit-keyframes bounceY {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounceY {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.tips-tag {
  position: relative;
  padding: 4px 6px;
  background-color: #f60;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  margin-left: 12px;
}
.tips-tag:before {
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border-top: 4px solid transparent;
  border-right: 8px solid #f60;
  border-bottom: 4px solid transparent;
}
.none[data-v-f0902bee] {
  display: none;
}
.base-font[data-v-f0902bee] {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.clear-pm[data-v-f0902bee] {
  margin: 0;
  padding: 0;
}
.wh100[data-v-f0902bee] {
  width: 100%;
  height: 100%;
}
.clearfix[data-v-f0902bee]:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix[data-v-f0902bee] {
  zoom: 1;
}
.text-scale[data-v-f0902bee] {
  display: inline-block;
  font-size: 12px !important;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0.8333);
  transform: scale(0.8333);
}
.allcover[data-v-f0902bee] {
  position: absolute;
  top: 0;
  right: 0;
}
.center[data-v-f0902bee] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ct[data-v-f0902bee] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cl[data-v-f0902bee] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-green[data-v-f0902bee] {
  color: #3aa60d;
}
.text-red[data-v-f0902bee] {
  color: red;
}
.text-orange[data-v-f0902bee] {
  color: #f60;
}
.fdc[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bgColor[data-v-f0902bee] {
  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[data-v-f0902bee] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-start[data-v-f0902bee],
.row[data-v-f0902bee] {
  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[data-v-f0902bee] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row-end[data-v-f0902bee] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row-around[data-v-f0902bee],
.row-end[data-v-f0902bee] {
  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[data-v-f0902bee] {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column[data-v-f0902bee] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.column-start[data-v-f0902bee],
.column[data-v-f0902bee] {
  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[data-v-f0902bee] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.column-left-start[data-v-f0902bee] {
  -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[data-v-f0902bee],
.column-left-start[data-v-f0902bee] {
  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[data-v-f0902bee] {
  -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[data-v-f0902bee] {
  -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[data-v-f0902bee],
.row-between[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
.row-between[data-v-f0902bee] {
  -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;
}
#multi-upload-container .info-form[data-v-f0902bee],
#single-upload-container .info-form[data-v-f0902bee],
#uploadlist-container .info-form[data-v-f0902bee] {
  padding: 40px 0 40px 35px;
  border-bottom: 1px solid #eee;
}
#multi-upload-container .info-form .info-item[data-v-f0902bee],
#single-upload-container .info-form .info-item[data-v-f0902bee],
#uploadlist-container .info-form .info-item[data-v-f0902bee] {
  display: block;
  margin-bottom: 20px;
}
#multi-upload-container .info-form .info-item[data-v-f0902bee]:last-of-type,
#single-upload-container .info-form .info-item[data-v-f0902bee]:last-of-type,
#uploadlist-container .info-form .info-item[data-v-f0902bee]:last-of-type {
  margin-bottom: 0;
}
#multi-upload-container .info-form .info-item .info-item-title[data-v-f0902bee],
#single-upload-container .info-form .info-item .info-item-title[data-v-f0902bee],
#uploadlist-container .info-form .info-item .info-item-title[data-v-f0902bee] {
  display: inline-block;
  margin-right: 10px;
  width: 70px;
  height: 20px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
#multi-upload-container .info-form .info-item .upload-btn[data-v-f0902bee],
#single-upload-container .info-form .info-item .upload-btn[data-v-f0902bee],
#uploadlist-container .info-form .info-item .upload-btn[data-v-f0902bee] {
  display: inline-block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2b99ff;
  color: #fff;
  border-radius: 2px;
}
#multi-upload-container .info-form .info-item .upload-btn .el-upload[data-v-f0902bee],
#single-upload-container .info-form .info-item .upload-btn .el-upload[data-v-f0902bee],
#uploadlist-container .info-form .info-item .upload-btn .el-upload[data-v-f0902bee] {
  width: 100%;
  height: 100%;
}
#multi-upload-container .info-form .info-item .upload-btn .el-upload[data-v-f0902bee]:focus,
#single-upload-container .info-form .info-item .upload-btn .el-upload[data-v-f0902bee]:focus,
#uploadlist-container .info-form .info-item .upload-btn .el-upload[data-v-f0902bee]:focus {
  color: #fff;
}
#multi-upload-container .info-form .info-item .upload-finish[data-v-f0902bee],
#single-upload-container .info-form .info-item .upload-finish[data-v-f0902bee],
#uploadlist-container .info-form .info-item .upload-finish[data-v-f0902bee] {
  display: inline-block;
  font-size: 14px;
}
#multi-upload-container .info-form .info-item .upload-finish .success[data-v-f0902bee],
#single-upload-container .info-form .info-item .upload-finish .success[data-v-f0902bee],
#uploadlist-container .info-form .info-item .upload-finish .success[data-v-f0902bee] {
  color: #2b99ff;
  border-right: 1px solid #ddd;
  padding-right: 15px;
}
#multi-upload-container .info-form .info-item .upload-finish .success i[data-v-f0902bee],
#single-upload-container .info-form .info-item .upload-finish .success i[data-v-f0902bee],
#uploadlist-container .info-form .info-item .upload-finish .success i[data-v-f0902bee] {
  font-size: 16px;
}
#multi-upload-container .info-form .info-item .upload-finish .reset[data-v-f0902bee],
#single-upload-container .info-form .info-item .upload-finish .reset[data-v-f0902bee],
#uploadlist-container .info-form .info-item .upload-finish .reset[data-v-f0902bee] {
  padding-left: 15px;
  color: #333;
  cursor: pointer;
}
#multi-upload-container .info-form .info-item .upload-finish .reset[data-v-f0902bee]:hover,
#single-upload-container .info-form .info-item .upload-finish .reset[data-v-f0902bee]:hover,
#uploadlist-container .info-form .info-item .upload-finish .reset[data-v-f0902bee]:hover {
  color: #2b99ff;
}
#multi-upload-container .info-form .info-item .progress-outer[data-v-f0902bee],
#single-upload-container .info-form .info-item .progress-outer[data-v-f0902bee],
#uploadlist-container .info-form .info-item .progress-outer[data-v-f0902bee] {
  position: relative;
  width: 570px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner[data-v-f0902bee],
#single-upload-container .info-form .info-item .progress-outer .progress-inner[data-v-f0902bee],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner[data-v-f0902bee] {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  width: 0;
  height: 40px;
  background-color: #fff;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner.upload-bg[data-v-f0902bee],
#single-upload-container .info-form .info-item .progress-outer .progress-inner.upload-bg[data-v-f0902bee],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner.upload-bg[data-v-f0902bee] {
  background-color: #d7ecff !important;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner .el-input[data-v-f0902bee],
#multi-upload-container .info-form .info-item .progress-outer .progress-inner .el-input__inner[data-v-f0902bee],
#single-upload-container .info-form .info-item .progress-outer .progress-inner .el-input[data-v-f0902bee],
#single-upload-container .info-form .info-item .progress-outer .progress-inner .el-input__inner[data-v-f0902bee],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner .el-input[data-v-f0902bee],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner .el-input__inner[data-v-f0902bee] {
  background: transparent !important;
}
#multi-upload-container .info-form .info-item .progress-outer .progress-inner .img[data-v-f0902bee],
#single-upload-container .info-form .info-item .progress-outer .progress-inner .img[data-v-f0902bee],
#uploadlist-container .info-form .info-item .progress-outer .progress-inner .img[data-v-f0902bee] {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 2px;
  vertical-align: sub;
  background-size: 100% 100%;
}
#multi-upload-container .info-form .info-item .text-red[data-v-f0902bee],
#single-upload-container .info-form .info-item .text-red[data-v-f0902bee],
#uploadlist-container .info-form .info-item .text-red[data-v-f0902bee] {
  padding-left: 15px;
}
#multi-upload-container .info-form .info-item .title-input .el-input__prefix[data-v-f0902bee],
#single-upload-container .info-form .info-item .title-input .el-input__prefix[data-v-f0902bee],
#uploadlist-container .info-form .info-item .title-input .el-input__prefix[data-v-f0902bee] {
  left: 0;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#multi-upload-container .info-form .info-item .upload-progress[data-v-f0902bee],
#single-upload-container .info-form .info-item .upload-progress[data-v-f0902bee],
#uploadlist-container .info-form .info-item .upload-progress[data-v-f0902bee] {
  padding-left: 10px;
  font-size: 14px;
  color: #2b99ff;
  line-height: 20px;
}
#multi-upload-container .info-form .info-item .del-icon[data-v-f0902bee],
#single-upload-container .info-form .info-item .del-icon[data-v-f0902bee],
#uploadlist-container .info-form .info-item .del-icon[data-v-f0902bee] {
  font-size: 16px;
  color: #666;
  vertical-align: middle;
  margin-left: 215px;
  cursor: pointer;
}
#multi-upload-container .info-form .info-item .del-icon[data-v-f0902bee]:hover,
#single-upload-container .info-form .info-item .del-icon[data-v-f0902bee]:hover,
#uploadlist-container .info-form .info-item .del-icon[data-v-f0902bee]:hover {
  color: #2b99ff;
}
#multi-upload-container .info-form .info-item.info-description[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-description[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-description[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#multi-upload-container .info-form .info-item.info-description .upload-progress[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-description .upload-progress[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-description .upload-progress[data-v-f0902bee] {
  color: #ccc;
  line-height: 39px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#multi-upload-container .info-form .info-item.info-description .info-item-title[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-description .info-item-title[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-description .info-item-title[data-v-f0902bee] {
  line-height: 39px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#multi-upload-container .info-form .info-item.info-description .el-textarea__inner[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-description .el-textarea__inner[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-description .el-textarea__inner[data-v-f0902bee] {
  height: 39px;
  padding: 8px 15px;
}
#multi-upload-container .info-form .info-item.info-single-select .jx-select .el-input__inner[data-v-f0902bee],
#multi-upload-container .info-form .info-item.info-single-select .jx-select[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-single-select .jx-select .el-input__inner[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-single-select .jx-select[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-single-select .jx-select .el-input__inner[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-single-select .jx-select[data-v-f0902bee] {
  width: 120px;
}
#multi-upload-container .info-form .info-item.info-single-select .link[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-single-select .link[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-single-select .link[data-v-f0902bee] {
  color: #2b99ff;
}
#multi-upload-container .info-form .info-item.info-title .el-input__inner[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-title .el-input__inner[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-title .el-input__inner[data-v-f0902bee] {
  padding-left: 40px;
}
#multi-upload-container .info-form .info-item.info-knowledge-tags[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-knowledge-tags[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-knowledge-tags[data-v-f0902bee] {
  margin-bottom: 0;
}
#multi-upload-container .info-form .info-item.info-knowledge-tags .knowledge-tag[data-v-f0902bee],
#single-upload-container .info-form .info-item.info-knowledge-tags .knowledge-tag[data-v-f0902bee],
#uploadlist-container .info-form .info-item.info-knowledge-tags .knowledge-tag[data-v-f0902bee] {
  margin-bottom: 20px;
}
#multi-upload-container .info-form .info-item .error-border .el-input__inner[data-v-f0902bee],
#multi-upload-container .info-form .info-item .error-border .el-textarea__inner[data-v-f0902bee],
#single-upload-container .info-form .info-item .error-border .el-input__inner[data-v-f0902bee],
#single-upload-container .info-form .info-item .error-border .el-textarea__inner[data-v-f0902bee],
#uploadlist-container .info-form .info-item .error-border .el-input__inner[data-v-f0902bee],
#uploadlist-container .info-form .info-item .error-border .el-textarea__inner[data-v-f0902bee] {
  border-color: red !important;
}
#multi-upload-container .info-form .info-item-group[data-v-f0902bee],
#single-upload-container .info-form .info-item-group[data-v-f0902bee],
#uploadlist-container .info-form .info-item-group[data-v-f0902bee] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#multi-upload-container .info-form .info-item-group .info-item[data-v-f0902bee],
#single-upload-container .info-form .info-item-group .info-item[data-v-f0902bee],
#uploadlist-container .info-form .info-item-group .info-item[data-v-f0902bee] {
  margin-bottom: 0;
  margin-left: 30px;
}
#multi-upload-container .info-form .info-item-group .info-item[data-v-f0902bee]:first-of-type,
#single-upload-container .info-form .info-item-group .info-item[data-v-f0902bee]:first-of-type,
#uploadlist-container .info-form .info-item-group .info-item[data-v-f0902bee]:first-of-type {
  margin-left: 0;
}
#multi-upload-container .submit-form[data-v-f0902bee],
#single-upload-container .submit-form[data-v-f0902bee],
#uploadlist-container .submit-form[data-v-f0902bee] {
  padding: 20px 0;
}
#multi-upload-container .submit-form .jx-button[data-v-f0902bee],
#single-upload-container .submit-form .jx-button[data-v-f0902bee],
#uploadlist-container .submit-form .jx-button[data-v-f0902bee] {
  float: left;
  margin-left: 250px;
  width: 140px;
}
#multi-upload-container .submit-form .jx-button span[data-v-f0902bee],
#single-upload-container .submit-form .jx-button span[data-v-f0902bee],
#uploadlist-container .submit-form .jx-button span[data-v-f0902bee] {
  font-size: 16px;
  color: #fff;
}
#multi-upload-container .submit-form .error-message[data-v-f0902bee],
#single-upload-container .submit-form .error-message[data-v-f0902bee],
#uploadlist-container .submit-form .error-message[data-v-f0902bee] {
  float: left;
  height: 40px;
  line-height: 18px;
  margin-left: 20px;
  color: #e6321a;
  padding: 10px 8px;
  background-color: rgba(230, 50, 26, 0.1);
  border: 1px solid #e6321a;
}
#multi-upload-container .submit-form .error-message i[data-v-f0902bee],
#multi-upload-container .submit-form .error-message span[data-v-f0902bee],
#single-upload-container .submit-form .error-message i[data-v-f0902bee],
#single-upload-container .submit-form .error-message span[data-v-f0902bee],
#uploadlist-container .submit-form .error-message i[data-v-f0902bee],
#uploadlist-container .submit-form .error-message span[data-v-f0902bee] {
  vertical-align: middle;
}
#multi-upload-container .submit-form .error-message i[data-v-f0902bee],
#single-upload-container .submit-form .error-message i[data-v-f0902bee],
#uploadlist-container .submit-form .error-message i[data-v-f0902bee] {
  padding-right: 3px;
}
#multi-upload-container .may-select[data-v-f0902bee],
#single-upload-container .may-select[data-v-f0902bee],
#uploadlist-container .may-select[data-v-f0902bee] {
  color: #ccc;
  padding-left: 10px;
}
#multi-upload-container .knowledge-tag[data-v-f0902bee],
#single-upload-container .knowledge-tag[data-v-f0902bee],
#uploadlist-container .knowledge-tag[data-v-f0902bee] {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #333;
}
#multi-upload-container .knowledge-tag .knowledge-tag-close[data-v-f0902bee],
#single-upload-container .knowledge-tag .knowledge-tag-close[data-v-f0902bee],
#uploadlist-container .knowledge-tag .knowledge-tag-close[data-v-f0902bee] {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 13px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
#multi-upload-container .knowledge-tag .knowledge-tag-close[data-v-f0902bee]:hover,
#single-upload-container .knowledge-tag .knowledge-tag-close[data-v-f0902bee]:hover,
#uploadlist-container .knowledge-tag .knowledge-tag-close[data-v-f0902bee]:hover {
  background-color: rgba(230, 50, 26, 0.6);
}
#multi-upload-container .knowledge-tag[data-v-f0902bee]:last-of-type,
#single-upload-container .knowledge-tag[data-v-f0902bee]:last-of-type,
#uploadlist-container .knowledge-tag[data-v-f0902bee]:last-of-type {
  margin-right: 0;
}
#multi-upload-container .knowledge-tag.add-tag[data-v-f0902bee],
#single-upload-container .knowledge-tag.add-tag[data-v-f0902bee],
#uploadlist-container .knowledge-tag.add-tag[data-v-f0902bee] {
  cursor: pointer;
  background: #f2f2f2;
}
#multi-upload-container .knowledge-tag.add-tag .knowledge-tag-close[data-v-f0902bee],
#single-upload-container .knowledge-tag.add-tag .knowledge-tag-close[data-v-f0902bee],
#uploadlist-container .knowledge-tag.add-tag .knowledge-tag-close[data-v-f0902bee] {
  height: 0;
  display: none;
  overflow: hidden;
}
#multi-upload-container .knowledge-tag.error-border[data-v-f0902bee],
#single-upload-container .knowledge-tag.error-border[data-v-f0902bee],
#uploadlist-container .knowledge-tag.error-border[data-v-f0902bee] {
  border-color: #e6321a !important;
}
#multi-upload-container .dialog-knowledge-tag[data-v-f0902bee],
#single-upload-container .dialog-knowledge-tag[data-v-f0902bee],
#uploadlist-container .dialog-knowledge-tag[data-v-f0902bee] {
  margin: 0 16px 15px 0;
}
#multi-upload-container .knowledge-dialg .el-dialog__header[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__header[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__header[data-v-f0902bee] {
  padding: 17px 20px;
  border: 1px solid #eee;
  text-align: left;
}
#multi-upload-container .knowledge-dialg .el-dialog__header .el-dialog__title[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__header .el-dialog__title[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__header .el-dialog__title[data-v-f0902bee] {
  font-size: 16px;
  color: #333;
}
#multi-upload-container .knowledge-dialg .el-dialog__body[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__body[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__body[data-v-f0902bee] {
  padding: 0 20px;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__body .content[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__body .content[data-v-f0902bee] {
  width: 100%;
  height: 285px;
  overflow: hidden;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content .content-item[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__body .content .content-item[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__body .content .content-item[data-v-f0902bee] {
  float: left;
  width: 50%;
  height: 100%;
  overflow-y: auto;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content .right[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__body .content .right[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__body .content .right[data-v-f0902bee] {
  padding: 0 10px 0 20px;
  border-left: 1px solid #eee;
}
#multi-upload-container .knowledge-dialg .el-dialog__body .content .right .seleted-knowledge[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__body .content .right .seleted-knowledge[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__body .content .right .seleted-knowledge[data-v-f0902bee] {
  font-size: 12px;
  color: #666;
  margin: 19px 0 15px 0;
}
#multi-upload-container .knowledge-dialg .el-dialog__footer[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__footer[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__footer[data-v-f0902bee] {
  padding: 12px;
  border-top: 1px solid #eee;
}
#multi-upload-container .knowledge-dialg .el-dialog__footer .el-button[data-v-f0902bee],
#single-upload-container .knowledge-dialg .el-dialog__footer .el-button[data-v-f0902bee],
#uploadlist-container .knowledge-dialg .el-dialog__footer .el-button[data-v-f0902bee] {
  width: 120px;
  height: 40px;
  background: #2b99ff;
  border-color: #2b99ff;
  font-size: 16px;
  border-radius: 2px;
}
.reUploadFile[data-v-f0902bee] {
  float: right;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  background-color: #2b99ff;
  color: #fff;
  text-align: center;
  margin-right: 30px;
  margin-top: 2px;
}
.reUploadFile .el-upload[data-v-f0902bee]:focus {
  color: #fff;
}
.multiple-files-container[data-v-f0902bee] {
  background-color: #f5f5f5;
}
.multiple-files-container .page-intro[data-v-f0902bee] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #fff;
}
.multiple-files-container .page-intro .common-title[data-v-f0902bee] {
  padding: 0;
}
.multiple-files-container .page-intro .resouces[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.multiple-files-container .page-intro .resouces .needy-resouces[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #666;
}
.multiple-files-container .page-intro .resouces .needy-resouces .icon[data-v-f0902bee] {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.multiple-files-container .page-intro .resouces .needy-resouces .detail[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b99ff;
  margin-left: 6px;
}
.multiple-files-container .page-intro .upload-enterance[data-v-f0902bee] {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.multiple-files-container .page-intro .upload-enterance:has(.q:hover) .upload-enterance-popup[data-v-f0902bee] {
  display: block;
}
.multiple-files-container
  .page-intro
  .upload-enterance:has(.upload-enterance-popup:hover)
  .upload-enterance-popup[data-v-f0902bee] {
  display: block;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-box[data-v-f0902bee] {
  height: 230px;
  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;
  background: #fff6ef;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-box[data-v-f0902bee] .el-upload {
  width: 100%;
  height: 100%;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger:hover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ff6a00;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger.is-dragover {
  background-color: rgba(32, 159, 255, 0.06);
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger
  .upload-btn {
  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;
  width: 206px;
  height: 68px;
  color: #fff;
  background-color: #ff6a00;
  font-size: 24px;
  border-radius: 6px;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger
  .upload-btn:hover {
  background-color: #f50;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger
  .upload-btn
  .upload-btn-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger
  .el-upload__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  color: #666;
  font-size: 16px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger
  .el-upload__text:last-child {
  margin-bottom: 0;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-box[data-v-f0902bee]
  .el-upload
  .el-upload-dragger
  .el-upload__text
  .q {
  float: right;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #268eff;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-desc[data-v-f0902bee] {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  text-align: center;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-popup[data-v-f0902bee] {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 196px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  padding-top: 17px;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-popup .inner[data-v-f0902bee] {
  width: 418px;
  height: 484px;
  padding: 35px 26px;
  background: #fff;
  -webkit-box-shadow: 0 3px 26px 0 hsla(0, 0%, 75.3%, 0.25);
  box-shadow: 0 3px 26px 0 hsla(0, 0%, 75.3%, 0.25);
  border-radius: 12px;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-popup .inner .item[data-v-f0902bee] {
  margin-top: 16px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-popup
  .inner
  .item[data-v-f0902bee]:first-child {
  margin-top: 0;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-popup .inner .item-tit[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #333;
  line-height: 29px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-popup
  .inner
  .item-tit
  .desc[data-v-f0902bee] {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-popup
  .inner
  .item-tit
  .operate[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-popup
  .inner
  .item-tit
  .operate
  .operate-icon[data-v-f0902bee] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-popup
  .inner
  .item-tit
  .operate
  .operate-link[data-v-f0902bee] {
  font-weight: 400;
  font-size: 14px;
  color: #268eff;
  line-height: 20px;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-popup .inner .item-desc[data-v-f0902bee] {
  margin-top: 7px;
  font-size: 16px;
  color: #666;
  line-height: 23px;
}
.multiple-files-container .page-intro .upload-enterance .upload-enterance-popup .inner .item-tips[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-popup
  .inner
  .item-tips
  .tips-icon[data-v-f0902bee] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
}
.multiple-files-container
  .page-intro
  .upload-enterance
  .upload-enterance-popup
  .inner
  .item-tips
  .tips-text[data-v-f0902bee] {
  font-size: 16px;
  color: red;
  line-height: 26px;
}
.multiple-files-container .page-intro .bind-phone-dialog .el-dialog__header[data-v-f0902bee] {
  padding: 0;
}
.multiple-files-container .page-intro .bind-phone-dialog .el-dialog__header .el-dialog__headerbtn[data-v-f0902bee] {
  top: 10px;
  right: 16px;
}
.multiple-files-container
  .page-intro
  .bind-phone-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close[data-v-f0902bee] {
  color: grey;
}
.multiple-files-container
  .page-intro
  .bind-phone-dialog
  .el-dialog__header
  .el-dialog__headerbtn
  .el-dialog__close[data-v-f0902bee]:hover {
  color: #2b99ff;
}
.multiple-files-container .page-intro .bind-phone-dialog .el-dialog__body[data-v-f0902bee] {
  padding-top: 30px;
  padding-bottom: 10px;
}
.multiple-files-container .page-intro .bind-phone-dialog .el-dialog__body p[data-v-f0902bee] {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 26px;
}
.multiple-files-container .page-intro .bind-phone-dialog .warning-icon[data-v-f0902bee] {
  width: 100%;
  height: 54px;
  margin-bottom: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAA2CAYAAAC4PKvBAAAAAXNSR0IArs4c6QAAB7FJREFUaN7tWV1oHNcV/s7dXe04tmISVw4sCISUhqB4KW7SYBCCQshD8yCThtKAa0hUcKAvdn4KaUDBlqCFUlr3MYa6D3afggsWyUMwpgRjcG3VbpEjmjYWJgIFR+AmVmXvauaerw87M3vnb3flKE1aPDDcu3Nnz/3uud8595wzgq/48q/86GkI9oC4UNl98kyv/yt/1cD103+PAVoCzBiA/x3gWLlZAgwAlNzH/NPhMnYuDQG3PpbH3l7/+gG/cduCLEHExqBPfu9+f+3Pk3Jz6w6zfesSgGNfO+C88fl5MdhDxQUA4OHvlv3Pbk4SW3bQEhbo/9KowmsH6oH1J6gYFaBGSE2AGgAQWDbgsgLLJYMFU6rMysix+ei/3i//ecbldrOxNCSf3bcDACDGom/9nbw55a7BLvx4VyDBJCF7oRyGtFCGo6FoOtPQnW5RBKfLKB+X0d9ddeV+cPixvpHbjRd0+7Z+88C2d7yfnP9wU4Bz/sVBn3ZGBPtJmnxcedO4L7T6IlACJyosTUn990sbwdEzcPJAJZi/Mw3yEAkvD4ij8p6AR++LmAYER8v1LW+KHPPdfzbe+ObTsmP7GB66r4SBB63Zue18ZffJM6Yn0JdfHAgur51lYF+nVY/WAkrQWrh9KPNvq+3WKmDptASt9ejb14Mra2f54YFvJJas2AOyBBgYoyUI9gChA+10Nef21X29c1HVjkcTiyJuRQGGfVoFQ0BMAGs/Y7iIqHUXRmvH/dVbl5pz++qx0hQXUGq5SlVjLVvepyNVOLevHtjgvJL9IgKSBZTuTAWIAGSrBUASSXkCgpDw/yJYLZfKY/LEH+Y3zHFe/sGA35SLIIcyE4V9ESmwhzbWHNy9jRu5XqnySfn22ys9A+fcgUrQuHmWxHieBjdqiuknkXZZICEaMyLnyt6DT8kTSYMt5Pj62so0rY5Hxtfipo05KiFHRZl7U3mkOn5K+sZPCZVHoBG3w9s6bSgHjjxaC1FCAzu+vrYynYcxA5zvPz8oikNwjSd1uwaWdxt1JoiNl4ULT4+7c4jiEN9/frDrke/7t2dA8VxjyW5tZ2NUN2wNFIAmSdGN9K4iAc+X2zMAXijUePO9Z3chwH5aG/nXXD8tqnHr9qNxo+poPBp3diywccvAAlbjNuHzo/ks9jffe3ZXocZF1yfJaDFMrttpmXoKAnSsVU3bLFUVYJ4ZMmOM7R3W8JlGO2hE7CSAV3KB02JvC0Xx1vXkt92cQJGVk5KfUYQISE1QiWL2usBjqjTffaYOa4fztipzZLueIcdLIHBYHigQWKcNKdGBGgipFL+vBIJguPnuM/WMxo3PCQ25mR+U0vHLGR0l++IAj/ie0mByR7vIC/umGUwAmE8Ap7Wj0SSSPp1EIK4X6HZUupfjVaTXaL3A6xAczWhcfVsrxqXhMa/5jA/H2iFAWuNMHNFpxfQWUhAQqWWAC1mD5gcPLW2Hbd7CQmBEe+IE8NCrdNY4nfGkPEdDOcBVa6rsSaNdNZQA3uK3uFAzyFOKygRSUcbELHAGyuSKi0/KyNsWaUhSHG9TLX+hGQ3nho8KiDDrx8lPoOyPtzqh4S4czxgXElQRsisVmI4IlG3bjPrEJ3kaXwb4SC4UEuwUQGdIn/TjFLZlpKDnnpwpKiLqi1nOctzqcpsYkTG58XeefvJPPkHSOEUYrpO5wJgyzyJjBWwWOJQLhUdwOmnIMSZmjKkNnGA7noljGzorDfvxwlrCXCfGFoUXstGhkVlxojgpytiVQBQpWguECQacRCMZ16KVNCvj5Dnua6ofj2u71TDRUAWMzOambo3ffuca4FSlei2bbPTKyE+fvHkVJln0Dl4ayY0ODe1pVbzcm9vYyCGeGs9VBFPzMYHbCE4XxuMUc1zUHmTXeouG0rXA7ab89AarBFkro7JSPl6YAVUPzl0FeSJKbNsFnnabm6E4rSgh5JEtP/2reK9dESGPCBn7c2GYGNOtbKXuVNgsFieqB+eudsw5+0xlaj1o/pCgV+RXu2pUJXVysmNe0kmeAI2+qjfVNcuXVy8tqbVH3ZzTLRm4pYSi8kLaq7S0y1jj4a4UynM1TtWj8uqlpd4KQm89XmncuHNWEBWEOhtbt0xvA0l9egfOVR/ynpKX/uL3XoL7+e6B5vqdiySGcm0nURrMC5rECbqSR3p+WJx8H8Lr1b4tT8obV3ovwcV56PSjdfgIi56O18AXrY53W5isimCsOvP3jRc9Y/BTj9ZpdZbkUOFWp5Blyw2pMLmD2xfIdSmZiU6ge/4iwZ89PNAgT4Eyfjca7HlceM4TeU5+8dHK5n1KeevxSuOjf00LEH5K2UCZpXv5vEHgqPfwA2/mGeLmfLx6ZWSwIToj5P72CZuN39GDUQigpJzwxEzJr699OR+vMtx/bWQX/WASwr0khjuaY+YnFyHmtJRKx6u/unb1buO0L3w1Xx6uw/oTCowKUQNRg6AWUmEZgmUSy8ZgAaXKbPU3i/O4d9277l2bY5yNRuMR3/e/RXJYRAYB7AQwAGA7yftFZCtJT0S8sEBeImlEWp9zAViSDRFpkFwTkVsAPgewAuBTkksislipVP7med4/NgX46urqKZLf/69pU+SP/f39z/1favw/3S/F7JfhHB0AAAAASUVORK5CYII=)
    no-repeat 50%;
}
.multiple-files-container .page-intro .bind-phone-dialog .jx-button[data-v-f0902bee] {
  border-radius: 2px !important;
  width: 95px;
  height: 34px;
  line-height: 32px;
  padding: 0;
  margin-bottom: 20px;
  background-color: #2b99ff;
}
.multiple-files-container .page-intro .bind-phone-dialog .jx-button a[data-v-f0902bee] {
  color: #fff;
}
.multiple-files-container .top-wrap[data-v-f0902bee] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 10px;
}
.multiple-files-container .top-wrap .left[data-v-f0902bee],
.multiple-files-container .top-wrap[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.multiple-files-container .top-wrap .left .tit[data-v-f0902bee] {
  font-size: 18px;
  color: #333;
  margin-right: 25px;
}
.multiple-files-container .top-wrap .left .tips[data-v-f0902bee] {
  font-size: 14px;
  color: #f60;
}
.multiple-files-container .top-wrap .right[data-v-f0902bee] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.multiple-files-container .top-wrap .right:hover .qrcode-wrap[data-v-f0902bee] {
  display: block;
}
.multiple-files-container .top-wrap .right .icon[data-v-f0902bee] {
  font-size: 16px;
  color: #2b99ff;
  margin-right: 2px;
}
.multiple-files-container .top-wrap .right .text[data-v-f0902bee] {
  font-size: 14px;
  color: #2b99ff;
}
.multiple-files-container .top-wrap .right .qrcode-wrap[data-v-f0902bee] {
  display: none;
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -75px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.multiple-files-container .top-wrap .right .qrcode-wrap img[data-v-f0902bee] {
  width: 100%;
  height: 100%;
}
.multiple-files-container .top-wrap .back-btn[data-v-f0902bee] {
  border: 1px solid #ccc;
  color: #666;
  text-align: center;
  font-size: 12px;
  width: 61px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.multiple-files-container .top-wrap .back-btn[data-v-f0902bee]:hover {
  border-color: #2b99ff;
  color: #2b99ff;
}
.multiple-files-container .after-choose-add[data-v-f0902bee] {
  padding: 10px 0 60px 0;
  background-color: #f5f5f5;
}
.multiple-files-container .after-choose-add .multi-func-container[data-v-f0902bee] {
  height: 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px 0 68px;
}
.multiple-files-container .after-choose-add .multi-func-container .foot-left[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 570px;
}
.multiple-files-container .after-choose-add .multi-func-container .foot-left .choose-text[data-v-f0902bee] {
  width: 120px;
  margin-left: 20px;
}
.multiple-files-container .after-choose-add .multi-func-container .foot-left .choose-text span[data-v-f0902bee] {
  color: #2b99ff;
  margin: 0 4px;
}
.multiple-files-container .after-choose-add .multi-func-container .foot-right[data-v-f0902bee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.multiple-files-container .after-choose-add .multi-func-container .foot-right .create-album-type-btn[data-v-f0902bee] {
  margin-right: 5px;
}
.multiple-files-container
  .after-choose-add
  .multi-func-container
  .foot-right
  .create-album-type-btn
  .el-button[data-v-f0902bee] {
  background-color: #2b99ff !important;
  color: #fff !important;
}
.multiple-files-container .after-choose-add .multi-func-container .foot-right .item[data-v-f0902bee] {
  position: relative;
}
.multiple-files-container .after-choose-add .multi-func-container .foot-right .el-icon-question[data-v-f0902bee] {
  position: relative;
  top: 2px;
  color: #2b99ff;
  font-size: 16px;
}
.multiple-files-container .after-choose-add .multi-func-container .jx-button[data-v-f0902bee] {
  text-align: center;
  padding: 0;
  width: 110px;
  border-radius: 4px !important;
}
.multiple-files-container .after-choose-add .multi-func-container.fixed[data-v-f0902bee] {
  -webkit-box-shadow: 0 -1px 6px 0 hsla(0, 0%, 80%, 0.5);
  box-shadow: 0 -1px 6px 0 hsla(0, 0%, 80%, 0.5);
  position: fixed;
  width: 1200px;
  bottom: 0;
  z-index: 999;
}
.multiple-files-container .after-choose-add .multi-func-container.fixed .tip[data-v-f0902bee] {
  position: fixed !important;
  bottom: 55px;
  z-index: 999;
}
.multiple-files-container .after-choose-add .multi-func-container.display[data-v-f0902bee] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.multiple-files-container .after-choose-add .multi-func-container.reset .func-content[data-v-f0902bee] {
  padding-left: 40px;
}
.multiple-files-container .after-choose-add .multi-func-container.reset .func-content > div[data-v-f0902bee] {
  display: inline-block;
}
.multiple-files-container .after-choose-add .multi-func-container .func-content[data-v-f0902bee] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  background-color: #fff;
  padding-left: 34px;
}
.multiple-files-container .after-choose-add .multi-func-container .func-content .add-docs[data-v-f0902bee],
.multiple-files-container .after-choose-add .multi-func-container .func-content .batch-add-btn[data-v-f0902bee] {
  font-size: 16px;
  margin-right: 40px;
}
.multiple-files-container .after-choose-add .multi-func-container .func-content .jx-button[data-v-f0902bee] {
  width: 110px;
  margin-right: 20px;
  border-radius: 2px !important;
}
.multiple-files-container .after-choose-add .multi-func-container .func-content .jx-button.add[data-v-f0902bee] {
  background: rgba(35, 184, 255, 0.1);
  color: #2b99ff !important;
}
.multiple-files-container .after-choose-add .multi-func-container .func-content .jx-button.confirm[data-v-f0902bee] {
  width: 140px;
}
