.wux-upload {
  position: relative;
  display: block
}
.wux-upload:after,
.wux-upload:before {
  display: table;
  content: " "
}
.wux-upload:after {
  clear: both
}
.wux-upload--disabled {
  opacity: .3
}
.wux-upload--picture-card .wux-upload__select {
  border: 2rpx dashed #d9d9d9;
  width: 156rpx;
  height: 156rpx;
  border-radius: 8rpx;
  background-color: #fafafa;
  transition: border-color .3s ease;
  display: inline-block;
  box-sizing: border-box
}
.wux-upload--picture-card .wux-upload__button {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 8rpx;
  box-sizing: border-box
}
.wux-upload--picture-card .wux-upload__button image {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden
}
.wux-upload--picture-card .wux-upload__files {
  position: relative;
  display: block;
  float: left
}
.wux-upload--picture-card .wux-upload__files:after,
.wux-upload--picture-card .wux-upload__files:before {
  display: table;
  content: " "
}
.wux-upload--picture-card .wux-upload__files:after {
  clear: both
}
.wux-upload--picture-card .wux-upload__file {
  float: left;
  width: 156rpx;
  height: 156rpx;
  margin: 0 16rpx 16rpx 0;
  padding: 8rpx;
  border-radius: 8rpx;
  border: 2rpx solid #d9d9d9;
  position: relative;
  box-sizing: border-box
}
.wux-upload--picture-card .wux-upload__file--uploading {
  border-style: dashed
}
.wux-upload--picture-card .wux-upload__file--error {
  border-color: #f5222d
}
.wux-upload--picture-card .wux-upload__thumb {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden
}
.wux-upload--picture-card .wux-upload__remove {
  width: 30rpx;
  height: 30rpx;
  position: absolute;
  right: 12rpx;
  top: 12rpx;
  text-align: right;
  vertical-align: top;
  z-index: 2;
  background-size: 30rpx auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.4' fill='%23404040' cx='8' cy='8' r='8'/%3E%3Cpath d='M11.898 4.101a.345.345 0 0 0-.488 0L8 7.511l-3.411-3.41a.345.345 0 0 0-.488.488l3.411 3.41-3.41 3.412a.345.345 0 0 0 .488.488L8 8.487l3.411 3.411a.345.345 0 0 0 .488-.488L8.488 8l3.41-3.412a.344.344 0 0 0 0-.487z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E")
}