body.modal-open {
  padding-right: 0 !important;
}
.talent_footer {
  background-color: #333;
  color: #dedede;
  font-size: 16px;
}

.talent_footer .talent_footer_content {
  width: auto;
  height: 220px;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.talent_footer .talent_footer_content .footer_link {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #dedede;
  margin-right: 10px;
}

.talent_footer .talent_footer_content .footer_link a,
.talent_footer .talent_footer_content .footer_link a:visited,
.talent_footer .talent_footer_content .footer_link a:hover {
  color: #dedede;
}

.talent_footer .talent_footer_content .talent_footer_left .part_one {
  margin-bottom: 40px;
}

.talent_footer .talent_footer_content .talent_footer_right .part_one {
  margin-bottom: 40px;
}

.talent_footer .talent_footer_content .talent_footer_right .part_one .foot_contact_us {
  margin-right: 25px;
  border-bottom: none;
}

.talent_footer .talent_footer_content .talent_footer_right .part_one .footer_icon {
  margin-right: 15px;
  display: inline-block;
}

.talent_footer .talent_footer_content .talent_footer_right .part_one .footer_icon img {
  width: 100%;
}

.talent_footer .talent_footer_content .talent_footer_right .part_one .footer_icon:last-child {
  margin-right: 0;
}

.talent_footer .talent_footer_allright {
  display: none;
}

@media screen and (min-width: 1201px) {
  .talent_footer .talent_footer_content {
    max-width: unset;
    width: 82vw;
  }
}

@media screen and (max-width: 1200px) {
  .talent_footer .talent_footer_content {
    padding-left: 30px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .talent_footer {
    font-size: 12px;
  }

  .talent_footer .talent_footer_content .talent_footer_left .part_one {
    margin-bottom: 20px;
  }

  .talent_footer .talent_footer_content .talent_footer_right .part_one {
    margin-bottom: 20px;
  }

  .talent_footer .talent_footer_content .talent_footer_right .part_one .foot_contact_us {
    margin-right: 20px;
  }

  .talent_footer .talent_footer_content .talent_footer_right .part_one .footer_icon {
    margin-right: 10px;
    width: 24px;
  }

  .talent_footer .talent_footer_content .talent_footer_right .part_one .footer_icon:last-child {
    margin-right: 0;
  }

  .talent_footer .talent_footer_allright {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .talent_footer .talent_footer_content {
    height: unset;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .talent_footer .talent_footer_content .footer_link {
    margin-right: 16px;
  }

  .talent_footer .talent_footer_content .talent_footer_left .part_two {
    display: none;
  }

  .talent_footer .talent_footer_content .talent_footer_right {
    margin-bottom: 20px;
  }

  .talent_footer .talent_footer_content .talent_footer_right .part_one .foot_contact_us {
    margin-right: 16px;
  }

  .talent_footer .talent_footer_content .talent_footer_right .part_one .footer_icon {
    width: 16px;
    margin-right: 8px;
  }

  .talent_footer .talent_footer_allright {
    display: block;
  }
}

#myModalOtherArea .modal-content .modal-body {
  padding: 3vw 0 3vw;
}
@media screen and (max-width: 768px) {

  #myModalSelectArea .talent_dialog_curarea,
  #myModalSelectArea .talent_dialog_area_list {
    width: 100%;
    font-size: 3.733vw;
  }

  #myModalSelectArea .talent_dialog_info_img {
    display: none;
  }

  #myModalSelectArea .talent_dialog_area_search {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  #myModalSelectArea .talent_dialog_area_search_btn img {
    width: 14px;
    vertical-align: middle;
    padding-bottom: 2px;
  }
}

.footer_icon {
  position: relative;
  cursor: pointer;
}

.talent_dialog_share_item {
  cursor: pointer;
}

/* 2021-05-27 chen */
.footer_icon_tab {
  display: none;
  position: absolute;
  bottom: 3vw;
  left: -2vw;
  z-index: 1;
  width: auto;
  padding: 0.4vw 0.2vw;
  background: #fff;
  cursor: default;
  box-shadow: 0 1px 5px 0 #000;
  color: #000;
  font-size: 1vw;
}

.footer_icon_mail_tab {
  width: auto;
  left: -6.6vw;
  padding: 0.5vw 1vw 0.7vw;
  text-align: center;
}

.footer_icon_mail_btn {
  display: inline-block;
  padding: 0.4vw 0.8vw 0.35vw;
  border: 1px solid #ccc;
  margin: 0.5vw 0 0;
  border-radius: 0.5vw;
  font-size: 0.8vw;
  line-height: 1;
  cursor: pointer;
}

.talents_agree_icon {
  width: 14px;
  height: 14px;
  border: 1px #000 solid;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 4px;
  margin-top: -2px;
  vertical-align: middle;
}

.talents_agree_icon.actived {
  background-image: url(/content/dam/honor/honor-talent/cn/info/imgs/icon-radio-selected.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#myModalChinaTerms .modal-content .modal-body .talent_dialog_comment .talent_dialog_comment_line1 {
  font-size: 14px;
}

.talent_inline_m {
  display: block;
}
@media screen and (max-width: 1200px) {
  .footer_icon_mail_tab {
    left: calc(-6.6vw - 24px);
  }
}
@media screen and (max-width: 768px) {
  .footer_icon_tab {
    bottom: 6vw;
    left: -10vw;
    width: 24vw;
  }

  #myModalChinaTerms .modal-content .modal-body .talent_dialog_comment .talent_dialog_comment_line1,
  #myModalSelectArea .modal-content .modal-select-area .talent_dialog_area_list .talent_dialog_area_search input {
    font-size: 3.733vw;
    padding: 0.4vw 1vw;
  }

  .talent_inline_m {
    display: inline;
  }

  .footer_icon_mail_tab {
    width: auto;
    font-size: 3vw;
    padding: 2vw 3vw;
  }

  .footer_icon_mail_btn {
    font-size: 2.8vw;
    padding: 1vw 2vw;
    border-radius: 2vw;
    margin: 1.5vw 0 0;
  }
}