.header-title[data-v-18d22885] {
  position: relative;
  text-align: center;
  font-size: 16px !important;
  line-height: 40px;
  background: #fff;
  border-bottom: 1px solid #ebedf0;
}
.header-title .close[data-v-18d22885] {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 17px;
  color: #c8c9cc;
  z-index: 999;
}
.hide[data-v-18d22885] {
  visibility: hidden;
  position: absolute !important;
}
.footer-pc-slot[data-v-18d22885] {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.footer[data-v-18d22885] {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  height: 52px;
  background-color: #fff;
  max-width: 750px;
}
.footer .submit-btn[data-v-18d22885] {
  width: 80%;
  font-size: 15px;
  color: #fff;
  height: 40px;
}
.addApply[data-v-18d22885] {
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 12px;
  z-index: 66;
  border-top: 1px solid #e2e3e5;
}
.addApply .addBtn[data-v-18d22885] {
  width: 100%;
  padding: 19px 0;
  font-size: 16px;
  max-width: 345px;
}
.imgs-left[data-v-18d22885] {
  display: flex;
}
.imgs-left img[data-v-18d22885] {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.imgs-left .img-show-icon[data-v-18d22885] {
  position: relative;
}
.imgs-left .img-show-icon .del-icon[data-v-18d22885] {
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: -7px;
}
.imgs-left .right img[data-v-18d22885] {
  width: 80px;
  height: 80px;
}
.all_title[data-v-18d22885] {
  display: flex;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 0px 10px 0px 20px;
  background-color: #f2f3f5;
  color: #1c1e1f;
  font-weight: 550;
  font-size: 14px;
}
.all_title .title_text[data-v-18d22885] {
  position: relative;
}
.all_title .title_text[data-v-18d22885]::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #0c6fa8;
  left: -10px;
}
.all_title .title_icon[data-v-18d22885] {
  font-size: 16px;
  font-weight: bolder;
  cursor: pointer;
  color: #0c6fa8;
}
.all_bottom_box[data-v-18d22885] {
  margin-top: 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.from_radio[data-v-18d22885] {
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.from_radio .from_radio_item[data-v-18d22885] {
  cursor: pointer;
  color: #848d92;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  height: 32px;
  background: #f2f3f5;
  border: 1px solid #dddfe6;
  border-radius: 4px;
}
.from_radio .from_radio_item_active[data-v-18d22885] {
  background: #ffffff;
  color: #0d6fa9;
  border: 1px solid #0c6fab;
  overflow: hidden;
  position: relative;
}
.from_radio .from_radio_item_active[data-v-18d22885]::before {
  box-sizing: content-box;
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 16px solid #0d6fa9;
}
.from_radio .from_radio_item_active[data-v-18d22885]::after {
  box-sizing: content-box;
  content: '';
  border: 1px solid #ffffff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  right: 4px;
  position: absolute;
  bottom: 2px;
  transform: rotate(45deg) scaleY(1);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}
.from_ilne_box[data-v-18d22885] {
  width: 100%;
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.from_ilne_box .from_item_box[data-v-18d22885] {
  display: flex;
  align-items: center;
}
.from_ilne_box .from_item_box .from_lable[data-v-18d22885] {
  color: #848d92;
  font-size: 14px;
  width: 100px;
  text-align: right;
  margin-right: 12px;
}
.from_ilne_box .from_item_box .from_lable .lable_required[data-v-18d22885] {
  position: relative;
}
.from_ilne_box .from_item_box .from_lable .lable_required[data-v-18d22885]::before {
  content: '*';
  position: absolute;
  color: #ff1a1a;
  top: 2px;
  left: -8px;
}
.from_ilne_box .from_item_box .from_content .files_text[data-v-18d22885] {
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  color: #0d6fa9;
  line-height: 18px;
}
.container[data-v-18d22885] {
  width: 100%;
  height: calc(100vh - 51px);
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f7f7f7;
}
.space[data-v-18d22885] {
  height: calc(50px + 35px);
}
.top[data-v-18d22885] {
  width: 100%;
  height: 186px;
  background: url(../img/mine-bg.d6e4180b.jpg) no-repeat;
  background-size: 100% 186px;
}
.top .user-info[data-v-18d22885] {
  width: 100%;
  display: flex;
  padding-top: 65px;
}
.top .user-info .avatar[data-v-18d22885] {
  width: 58.5px;
  height: 58.5px;
  font-size: 0;
  border-radius: 50%;
  border: solid 3px rgba(255, 255, 255, 0.2);
  margin-left: 21px;
}
.top .user-info .info-box[data-v-18d22885] {
  width: 240px;
  margin-left: 10px;
}
.top .user-info .info-box .username[data-v-18d22885] {
  font-size: 17px;
  color: #ffffff;
  margin-top: 10px;
}
.top .user-info .info-box .phone[data-v-18d22885] {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}
.menu-list[data-v-18d22885] {
  margin-top: 10px;
  background: #fff;
}
.menu-list li[data-v-18d22885] {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 50px;
  padding: 0 2%;
  border-bottom: 1px solid #eee;
}
.menu-list li[data-v-18d22885]:last-child {
  border-bottom: 0;
}

