































































































































































































































































































































































































































































































































/* 全屏主体灰色背景 */
.a0502Body {
  background-color: #f6f6f6;
  width: 100%;
  left: 0;
  top: 1.1rem;
}

/* 两个主体部分宽80vw，居中，边框阴影，白色背景 */
.a0502Title,
.a0502Main {
  width: 80vw;
  margin-left: 10vw;
  box-shadow: 0 0.03333rem 0.06667rem #dce5f4, 0 0 0.1rem #dce5f4;
  background-color: #ffffff;
}

/* div内上下距离 */
.a0502Main {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

/* 标题栏上下内外边距 */
.a0502Title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* 标题栏图标宽，边距 */
.a0502Icon {
  width: 0.88333rem;
  margin-left: 0.43333rem;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

/* 标题位置大小颜色等 */
.title_name {
  color: #006699;
  font-weight: 400;
  font-size: 0.4rem;
  margin-top: 0.58333rem;
  margin-bottom: 0.58333rem;
  margin-left: 0.23333rem;
}

/* 邮编前三位输入框 */
.postal1 {
  width: 1.33333rem !important;
  margin-right: 0.18333rem;
}

/* 邮编后四位输入框 */
.postal2 {
  width: 2rem !important;
  margin-left: 0.18333rem;
  margin-right: 0.18333rem;
}

/* 上传图片尺寸限制在框内 */
.avatar {
  width: 2.5rem;
  height: 2.5rem;
}

/* 输入框下拉框标签宽度修改 */
.el-input,
.el-select {
  width: 4.66667rem;
}

/* 地址栏宽度 */
.address {
  width: 82% !important;
}

/* 表格div左边距 */
.a0502TableDiv {
  margin-left: 5vw;
}

/* 下面三个按钮的宽度 */
.a0502Button {
  width: 1.66667rem;
  margin-top: 0.83333rem;
}

body[data-v-e0024a08] {
  margin-top: 0.83333rem;
}
.formcontent-popup[data-v-e0024a08] {
  background-color: #ffffff;
  width: 15rem;
  height: 3rem;
  margin-top: 0.16667rem;
  padding-top: 0.33333rem;
  font-size: 0.23333rem;
}
.formcontent-popup .scale[data-v-e0024a08] {
    margin-left: -0.55rem;
}
.formcontent-popup .el-select .el-input input[data-v-e0024a08] {
    height: 0.66667rem;
    width: 3rem;
}
.formcontent-popup #searBox .el-input input[data-v-e0024a08] {
    height: 0.66667rem;
    width: 9.5rem;
}
.formcontent .el-input input[data-v-e0024a08] {
  height: 0.66667rem;
  margin: auto;
  border: 0;
  border-bottom: 0.01667rem solid #e0e0e084;
  font-size: 0.23333rem;
}
.formcontent-popup-content[data-v-e0024a08] {
  background-color: #ffffff;
  width: 15rem;
  height: 7.33333rem;
  margin-top: 0.33333rem;
  padding-top: 0.16667rem;
  font-size: 0.2rem;
}
.el-table .warning-row[data-v-e0024a08] {
  background: oldlace;
}
.el-table .success-row[data-v-e0024a08] {
  background: #f0f9eb;
}
.persion2[data-v-e0024a08] {
  color: #014099;
  margin-left: 0.13333rem;
  font-size: 0.23333rem;
}

