.fe-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background-color: transparent;
}
.fe-mask.fe-toast-background-color {
  background-color: rgba(0, 0, 0, 0.65);
}
.fe-swiper-wrap {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.fe-swiper-wrap .fe-swiper-item-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fe-swiper-wrap .fe-swiper-item-wrap .fe-swiper-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 100px;
  float: left;
}
.fe-swiper-wrap .indicators-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
.fe-swiper-wrap .indicators-wrap span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px;
}
.fe-swiper-wrap .indicators-wrap span.active {
  background-color: #ffa500;
}
.fe-swiper-item {
  height: 100%;
  float: left;
}
.fe-img-preview {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
}
.fe-img-preview img {
  -webkit-user-drag: none;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.fe-img-preview .fe-swiper-wrap {
  z-index: 3001;
}
.fe-img-preview .fe-slider {
  height: 100%;
}
.fe-img-preview .fe-popup-dialog {
  background: transparent;
}
.fe-img-preview-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
.fe-img-preview-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.fe-img-preview .custom-bottom {
  z-index: 505;
}
.fe-img-preview .fe-swiper {
  height: 100%;
  z-index: 500;
}
.fe-img-preview .fe-popup-mask {
  transition: 0s;
}
.fe-img-preview .fe-popup-dialog {
  transition-duration: 0s;
}
.fe-uploader {
  display: flex;
  flex-wrap: wrap;
}
.fe-uploader-preview-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.fe-uploader-preview {
  position: relative;
  margin: 0 8px 8px 0;
}
.fe-uploader-pimage-wrapper {
  display: block;
  width: 80px;
  height: 80px;
}
.fe-uploader-pimage {
  display: block;
  width: 100%;
  height: 100%;
}
.fe-uploader-cont {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  margin: 0 8px 8px 0;
  background-color: #fff;
  border: 1px dashed #e5e5e5;
}
.fe-uploader-icon {
  color: #969799;
  font-size: 24px;
}
.fe-uploader-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.fe-uploader-preview-delete.feart {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
}
.fe-uploader-text {
  margin-top: 8px;
  color: #969799;
  font-size: 12px;
}
.fe-uploader-input-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
