.upload-wrap--images[data-v-28814c09] {
  width: 100%;
  overflow: hidden;
}
.upload-wrap--images li[data-v-28814c09] {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.13333rem;
  margin-top: 0.13333rem;
  float: left;
}
.upload-wrap--images li img[data-v-28814c09] {
  border-radius: 0.08rem;
  width: 100%;
  height: 100%;
}
.upload-wrap--images-btn[data-v-28814c09] {
  background-color: #e5e5e5;
  border-radius: 0.08rem;
  position: relative;
}
.upload-wrap--images-btn[data-v-28814c09]::before,
.upload-wrap--images-btn[data-v-28814c09]::after {
  content: "";
  border: 0.02667rem solid #ccc;
  background-color: #ccc;
  border-radius: 0.02667rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.upload-wrap--images-btn[data-v-28814c09]::before {
  width: 0.82667rem;
  height: 0;
}
.upload-wrap--images-btn[data-v-28814c09]::after {
  height: 0.82667rem;
  width: 0;
}
.upload-wrap--images-del[data-v-28814c09] {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 0.05333rem;
  right: 0.05333rem;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.upload-wrap--images .pointer[data-v-28814c09] {
  cursor: pointer;
}

.x-select[data-v-d4ff9578] {
  position: relative;
  width: 100%;
}
.x-select-text[data-v-d4ff9578] {
  padding: 0 0.4rem;
  height: 0.74667rem;
  border-radius: 0.08rem;
  border: 0.02667rem solid #dcdfe6;
  font-size: 0.37333rem;
  font-weight: 400;
  color: #606266;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.x-select-text .select-icon[data-v-d4ff9578] {
  width: 0;
  height: 0;
  border-left: 0.10667rem solid transparent;
  border-right: 0.10667rem solid transparent;
  border-top: 0.13333rem solid #606266;
  margin-left: 0.13333rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.x-select-text .icon-rotate[data-v-d4ff9578] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.x-select-content[data-v-d4ff9578] {
  position: absolute;
  top: 0.93333rem;
  background: #fff;
  padding: 0.26667rem;
  border-radius: 0.13333rem;
  -webkit-box-shadow: 0 0.05333rem 0.32rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05333rem 0.32rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2024;
  width: 100%;
  border: 0.02667rem solid #e4e7ed;
}
.x-select-content[data-v-d4ff9578]::before {
  position: absolute;
  top: -0.10667rem;
  content: "";
  left: 50%;
  margin-left: -0.13333rem;
  width: 0;
  height: 0;
  border-left: 0.13333rem solid transparent;
  border-right: 0.13333rem solid transparent;
  border-bottom: 0.13333rem solid #fff;
  z-index: 5;
  -webkit-filter: drop-shadow(0 0.05333rem 0.32rem rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0 0.05333rem 0.32rem rgba(0, 0, 0, 0.03));
}
.x-select-content ul[data-v-d4ff9578] {
  width: 100%;
}
.x-select-content ul li[data-v-d4ff9578] {
  width: 100%;
  font-size: 0.32rem;
  padding: 0.26667rem 0;
  color: #606266;
  border-bottom: 0.02667rem solid rgba(220, 223, 230, 0.5);
}
.x-select-content ul li[data-v-d4ff9578]:last-child {
  border-bottom: none;
}
.x-select-content ul .select-selected[data-v-d4ff9578] {
  color: #409eff;
  font-weight: 700;
}
@-webkit-keyframes fadeInDown-data-v-d4ff9578 {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown-data-v-d4ff9578 {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
/* 淡入 */
.fadeInDown[data-v-d4ff9578] {
  -webkit-animation-name: fadeInDown-data-v-d4ff9578;
  animation-name: fadeInDown-data-v-d4ff9578;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.fadeOut[data-v-d4ff9578] {
  display: none;
}

.add-item-wrap[data-v-3492071c] {
  height: 100vh;
  background: #fff;
  overflow-x: hidden;
}
.add-item-wrap .fr[data-v-3492071c] {
  float: right;
}
.add-item-wrap .star[data-v-3492071c]::after {
  display: block;
  padding-right: 0.26667rem;
  content: "*";
  font-size: 0.37333rem;
  color: #fe0000;
}
.add-item-wrap .header[data-v-3492071c] {
  min-height: 1.2rem;
  padding: 0.26667rem 0.4rem;
  font-size: 0.42667rem;
  color: #333;
  border-radius: 0.13333rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.16rem 0.21333rem rgba(139, 139, 139, 0.32);
          box-shadow: 0 0.16rem 0.21333rem rgba(139, 139, 139, 0.32);
}
.add-item-wrap .header img[data-v-3492071c] {
  display: inline-block;
  height: 0.64rem;
}
.add-item-wrap .header-style[data-v-3492071c] {
  display: inline-block;
  margin-left: 0.21333rem;
  font-size: 0.34667rem;
  color: #4785fe;
  vertical-align: middle;
}
.add-item-wrap .content[data-v-3492071c] {
  padding: 0 0.42667rem;
  border-radius: 0.13333rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.16rem 0.21333rem rgba(139, 139, 139, 0.32);
          box-shadow: 0 0.16rem 0.21333rem rgba(139, 139, 139, 0.32);
}
.add-item-wrap .content-header[data-v-3492071c] {
  padding-top: 0.4rem;
  font-size: 0.42667rem;
  color: #333;
  border-radius: 0.13333rem;
  background-color: #fff;
}
.add-item-wrap .content-input--item[data-v-3492071c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.26667rem;
  line-height: 0.93333rem;
  font-size: 0.37333rem;
  color: #333;
  border: 0.02667rem solid #bfbfbf;
  border-radius: 0.08rem;
}
.add-item-wrap .content-input--item label[data-v-3492071c] {
  line-height: 0.93333rem;
  padding-left: 0.29333rem;
  padding-top: 0.05333rem;
  vertical-align: middle;
  word-break: keep-all;
}
.add-item-wrap .content-input--item input[data-v-3492071c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.26667rem;
  width: 100%;
  vertical-align: middle;
}
.add-item-wrap .content-input--item textarea[data-v-3492071c] {
  border: none;
  resize: none;
}
.add-item-wrap .content-input--item.w165[data-v-3492071c] {
  width: 4.4rem;
}
.add-item-wrap .content-input--item.right input[data-v-3492071c] {
  text-align: right;
}
.add-item-wrap .footer[data-v-3492071c] {
  margin-top: 0.53333rem;
  padding-bottom: 0.53333rem;
  font-size: 0;
}
.add-item-wrap .footer .button[data-v-3492071c] {
  display: inline-block;
  width: 4.48rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.48rem;
  text-align: center;
  border-radius: 0.13333rem;
}
.add-item-wrap .footer .button-cancel[data-v-3492071c] {
  color: #666;
  background: #d3d3d3;
}
.add-item-wrap .footer .button-confirm[data-v-3492071c] {
  color: #fff;
  background: #4785fe;
}
.add-item-wrap .mark-textarea[data-v-3492071c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.add-item-wrap .mark-textarea textarea[data-v-3492071c] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 0 0.29333rem 0.13333rem 0.29333rem;
  height: 6em;
}
.add-item-wrap .mark input[data-v-3492071c],
.add-item-wrap .mark textarea[data-v-3492071c] {
  color: #ff3333;
}
.add-item-wrap .mark.star[data-v-3492071c]::after {
  color: #ff3333;
}
.mr10[data-v-3492071c] {
  margin-right: 0.26667rem;
}
.mt10[data-v-3492071c] {
  margin-top: 0.26667rem;
}

