ul,ol {
  padding: 0;
}
.common-publish {
  padding: 1.25rem .75rem
}

.common-publish ol {
  list-style-position: inside;
  padding-left: 0
}

.common-publish ol > li {
  margin-bottom: .75rem
}

.common-publish ol > li > ul {
  padding-left: 0
}

/* Select组件外观 */
.select {
  position: relative;
}

/* Select的下拉框样式 */
.select-input {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  color: #4b5563;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}

/* 聚焦时的边框颜色 */
.select-input:focus {
  border-color: #fa75b3;
  outline: none;
  box-shadow: 0 0 0 2px #ec489933;
  border-right-width: 1px !important;
  outline: 0;
}

/* Disabled 状态的选项 */
.select-input option:disabled {
  color: #bfbfbf;
}

/* 改变选择时的样式 */
.select-input option {
  padding: 8px;
}

/* 下拉框宽度和样式控制 */
.select-input::-ms-expand {
  display: none; /* 去掉 IE 的默认箭头 */
}

/* 修改下拉菜单中选项的背景色 */
.select-input option {
  background-color: #fff; /* 设置选项的背景颜色 */
}

/* 鼠标悬停时改变选项背景色 */
.select-input option:hover {
  background-color: #f5f5f5; /* 悬停时的背景颜色 */
}

/* 选中项的背景色 */
.select-input option:checked {
  background-color: #f5f5f5; /* 选中项的背景颜色 */
}

.ant-upload-picture-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
.ant-upload-list {
  display: flex;
  flex-wrap: wrap;
}
.ant-upload-list img {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color .3s;
  padding: 8px;
}

.ant-row {
  position: relative;
}
.city-select-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.city-select-input select {
  width: 48%;
}
