.layui-upload-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0 0 0 110px;
}
.layui-upload-list .photo-item {
  display: flex;
  display: -webkit-flex;
  margin-right: 15px;
  margin-top: 15px;
}
.layui-upload-list .photo-item .photo {
  border-radius: 2px;
  width: 100px;
  height: 36px;
  border: solid 1px #ccc;
  margin-right: 2px;
}
.layui-upload-list .photo-item .photo img {
  width: 100%;
  height: 100%;
}
.photo-thumb {
  width: 100px;
  height: 24px;
  max-width: 100%;
}
.photo-thumb .layui-layer-content {
  background: #fff;
}
.photo-thumb img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.regions {
  padding: 20px;
}
.select-region {
  border: solid 1px #ccc;
  line-height: 30px;
  width: 100%;
  height: 30px;
}
