.flex_box[data-v-18bbe95f] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex_box[data-v-18bbe95f] > :first-child {
  flex: 1  !important;
  background: #F5F7FA;
  color: #909399;
  border: 1px solid #DCDFE6;
}
.flex_box[data-v-18bbe95f] :nth-child(n) {
  flex: 2;
  flex-direction: row;
  align-items: center;
}
.distpicker-address-wrapper[data-v-18bbe95f] {
  color: #9caebf;
}
.distpicker-address-wrapper select[data-v-18bbe95f] {
  padding: 0.5rem 0.75rem;
  height: 40px;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.distpicker-address-wrapper select option[data-v-18bbe95f] {
  font-weight: normal;
  display: block;
  white-space: pre;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}
.distpicker-address-wrapper ul[data-v-18bbe95f] {
  margin: 0;
  padding: 0;
}
.distpicker-address-wrapper ul li[data-v-18bbe95f] {
  list-style: none;
}
.distpicker-address-wrapper .address-header[data-v-18bbe95f] {
  background-color: #fff;
}
.distpicker-address-wrapper .address-header ul[data-v-18bbe95f] {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.distpicker-address-wrapper .address-header ul li[data-v-18bbe95f] {
  display: inline-block;
  padding: 10px 10px 7px;
}
.distpicker-address-wrapper .address-header ul li.active[data-v-18bbe95f] {
  border-bottom: #52697f solid 3px;
  color: #52697f;
}
.distpicker-address-wrapper .address-container[data-v-18bbe95f] {
  background-color: #fff;
}
.distpicker-address-wrapper .address-container ul[data-v-18bbe95f] {
  height: 100%;
  overflow: auto;
}
.distpicker-address-wrapper .address-container ul li[data-v-18bbe95f] {
  padding: 8px 10px;
  border-top: 1px solid #f6f6f6;
}
.distpicker-address-wrapper .address-container ul li.active[data-v-18bbe95f] {
  color: #52697f;
}
.disabled-color[data-v-18bbe95f] {
  background: #f8f8f8;
}

.flex_box[data-v-53e030ab] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.addres_select[data-v-65236610] {
  width: 460px;
  max-height: 468px;
  overflow: auto;
  padding-right: 7px;
  /*滚动条样式*/
}
.addres_select[data-v-65236610]::-webkit-scrollbar {
  width: 6px;
}
.addres_select[data-v-65236610]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.addres_select[data-v-65236610]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.addres_select .addres_select_ul .li_active[data-v-65236610] {
  border: 1px solid #008ee1;
}
.addres_select .addres_select_ul .li_active .addres_select_tick[data-v-65236610] {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.addres_select_ul[data-v-65236610] {
  width: 100%;
}
.addres_select_ul li[data-v-65236610] {
  width: 100%;
  height: 100px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 22px;
}
.addres_select_ul li .addres_select_text[data-v-65236610] {
  padding: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #9a9a9a;
}
.addres_select_ul li .addres_select_text span[data-v-65236610] {
  color: #666666;
}
.addres_select_ul li .addres_select_default[data-v-65236610] {
  width: 68px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0b50a2;
  background: #e1f5fe;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
}
.addres_select_ul li .addres_select_tick[data-v-65236610] {
  display: none;
}
.content[data-v-65236610] {
  box-sizing: border-box;
  background: #fff;
  width: 950px;
  text-align: left;
  margin-bottom: 20px;
  padding: 0px;
}
.content .tips[data-v-65236610] {
  padding: 20px;
  background-color: rgba(245, 154, 35, 0.5);
  color: #656565;
  line-height: 20px;
  font-size: 14px;
}
.content .tips_tag[data-v-65236610] {
  width: auto;
  padding-top: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #ffa517;
}
.content .inner[data-v-65236610] {
  padding: 20px;
}
.content .inner .el-input[data-v-65236610] {
  width: 404px;
}
.content .inner .el-form > .el-form-item[data-v-65236610] {
  margin-bottom: 20px;
}
.content .inner .el-form > h4[data-v-65236610] {
  font-size: 16px;
  color: #343434;
  margin-bottom: 20px;
}
.content .inner .el-form > .type .el-button h4[data-v-65236610] {
  font-size: 14px;
}
.content .inner .el-form > hr[data-v-65236610] {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #eaeaea;
  margin: 0;
  margin-bottom: 20px;
}
.content .inner .el-form .binfo[data-v-65236610] {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 16px;
  padding-top: 10px;
}
.content .inner .el-form .fpjine[data-v-65236610] {
  color: #ff3434;
  font-size: 12px;
}
.content .inner .el-form .jeshouinfo[data-v-65236610] {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 30px;
}
.content .inner .el-form .jeshouinfo .submitBtn[data-v-65236610] {
  float: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0a50a1;
  width: 98px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  cursor: pointer;
}
.content .inner .el-form .jeshouinfo .submitBtn1[data-v-65236610] {
  float: left;
  font-size: 12px;
  font-family: Microsoft YaHei;
  margin-top: 0.5rem;
  font-weight: 400;
  color: #0a50a1;
  width: 98px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  cursor: pointer;
  margin-left: 1rem;
}
.content .inner .el-form .jeshouinfo .submitBtn[data-v-65236610]:hover {
  border-color: #008ee1;
}
.content .inner .el-form .jeshouinfo .newAddr[data-v-65236610] {
  float: left;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 50px;
}
.content .inner .el-form .jeshouinfo ul[data-v-65236610] {
  float: left;
  width: 80%;
}
.content .inner .el-form .jeshouinfo ul[data-v-65236610] > :last-child {
  width: 60% !important;
}
.content .inner .el-form .jeshouinfo li[data-v-65236610] {
  float: left;
  line-height: 36px;
  width: 20% !important;
}
.content .inner .el-form .jeshouinfo .name[data-v-65236610] {
  width: 64px;
}
.content .inner .el-form .jeshouinfo .phone[data-v-65236610] {
  width: 110px;
}
.content .inner .el-form .jeshouinfo .address[data-v-65236610] {
  width: 270px;
}
.content .inner .el-form .jeshouinfo .address p[data-v-65236610] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .inner .el-form .jeshouinfo .el-button[data-v-65236610] {
  float: right;
}
.model_title[data-v-65236610] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.model_title .close[data-v-65236610] {
  color: red;
}
.model_title .close[data-v-65236610]:hover {
  cursor: pointer;
}

