.talents_info_pc {
  background-color: #fff;
}

.talents_info_pc .talents_box {
  margin-top: 6.25vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.talents_info_pc .talents_top {
  margin: 0 auto;
  text-align: center;
}

.talents_info_pc .talents_top img {
  width: 100%;
}

.talents_info_pc .talents_inp {
  height: 30px;
  font-size: 14px;
  margin-top: 10px;
  width: 32vw;
  border: 0;
  border-bottom: 1px #dfdfdf solid;
  outline: none;
}

.talents_info_pc .talents_inpra {
  height: 30px;
  font-size: 14px;
  margin-top: 16px;
  width: 32vw;
  line-height: 1.5;
}

.talents_info_pc .talents_bz {
  width: 32vw;
  font-size: 12px;
  color: #e53d32;
  padding-top: 2px;
}

.talents_info_pc .talents_bz a,
.talents_info_pc .talents_bz a:visited,
.talents_info_pc .talents_bz a:hover {
  color: #e53d32;
  text-decoration: underline;
  font-weight: bold;
}

.talents_info_pc .talents_section {
  position: relative;
}

.talents_info_pc .talents_font {
  display: inline-block;
  height: 30px;
  width: 150px;
  position: absolute;
  left: -163px;
  top: 9px;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
}

.talents_info_pc .talents_btn {
  cursor: pointer;
  color: white;
  border-radius: 30px;
  background-color: #868686;
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
  line-height: 24px;
  padding: 0.5208vw 4.16667vw;
}

.talents_info_pc .talents_touxiang {
  position: absolute;
  top: -70px;
  left: -160px;
}

.talents_info_pc .talents_touxiang img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.talents_info_pc .talents_label {
  width: 200px;
  height: 14px;
  line-height: 14px;
  cursor: pointer;
  background-size: 100% 100%;
  margin-right: 20px;
  display: inline;
  font-weight: normal;
  box-sizing: content-box;
  color: #666;
}

.talents_info_pc .talents_yuan {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  border: 1px #858484 solid;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  box-sizing: content-box;
}

.talents_info_pc .talents_yuan1 {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  background: url(/content/dam/honor/honor-talent/sa-en/info/imgs/icon-radio-selected.svg) no-repeat top left;
  background-size: 100%;
  border: 0;
}

.talents_info_pc .talents_box input[type=radio] {
  margin: 3px 3px 0px 5px;
  display: none;
}

.talents_info_pc .talents_dis {
  visibility: hidden;
}

.talents_info_pc .talents_icon_0 {
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(/content/dam/honor/honor-talent/sa-en/info/imgs/icon-arrow.svg) no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.talents_info_pc .talents_icon_1 {
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(/content/dam/honor/honor-talent/sa-en/info/imgs/icon-arrow.svg) no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2);
}

.talents_info_pc .talents_icon_changed {
  transform: rotate(180deg) scale(1.2);
}

.talents_info_pc .talents_list,
.talents_info_pc .talents_list1 {
  padding-left: 10px;
  padding-right: 10px;
  width: 32vw;
  background-color: white;
  border: 1px solid #cccccc;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
  overflow: auto;
}

.talents_info_pc .talents_list ul,
.talents_info_pc .talents_list1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.talents_info_pc .talents_list ul li,
.talents_info_pc .talents_list1 ul li {
  color: black;
  width: 100%;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  color: #666;
  border-bottom: 1px #dfdfdf solid;
}

.talents_info_pc .talents_list ul li:last-child,
.talents_info_pc .talents_list1 ul li:last-child {
  border-bottom: 0;
}

.talents_info_pc .talents_list ul li:hover,
.talents_info_pc .talents_list1 ul li:hover {
  background-color: #eee;
}

.talents_info_pc .talents_input,
.talents_info_pc .talents_input1 {
  height: 30px;
  font-size: 14px;
  margin-top: 10px;
  width: 32vw;
  border: 0;
  border-bottom: 1px #dfdfdf solid;
  color: #666;
  cursor: pointer;
}

.talents_info_m ul,
.talents_info_m li,
.talents_info_m div,
.talents_info_m p {
  padding: 0;
  margin: 0;
}

.talents_info_m .talents_box_mobile {
  background-color: #fff;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.talents_info_m .talents_btn_mobile {
  margin: 2vh auto;
  height: 12vw;
  width: 90vw;
  border-radius: 1vw;
  background-color: #666;
  line-height: 12vw;
  text-align: center;
  color: white;
}

.talents_info_m .talents_box_mobile ul li {
  border-bottom: 1px #dfdfdf solid;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 3vw;
  position: relative;
}

.talents_info_m .talents_left_mobile {
  display: inline-block;
  height: 8vh;
  line-height: 8vh;
  font-size: 12px;
  color: #666;
  text-indent: 2em;
}

.talents_info_m .talents_left_mobile i {
  padding-left: 4px;
}

.talents_info_m .talents_box_mobile i {
  color: #e53d32;
}

.talents_info_m .talents_right_mobile {
  width: 70vw;
  display: inline-block;
  height: 8vh;
  line-height: 8vh;
  text-align: right;
}

.talents_info_m .talents_list_mobile {
  padding-left: 1vw;
  padding-right: 1vw;
  width: 80vw;
  background-color: white;
  border: 1px solid #cccccc;
  overflow: hidden;
  position: absolute;
  left: 10vw;
  box-shadow: 1px 1px 2px 0px #686767, 45, 45;
  z-index: 1000;
  display: none;
}

.talents_info_m .talents_list1_mobile {
  padding-left: 1vw;
  padding-right: 1vw;
  width: 80vw;
  background-color: white;
  border: 1px solid #cccccc;
  overflow: hidden;
  position: absolute;
  left: 10vw;
  z-index: 1000;
  display: none;
}

.talents_info_m .talents_list_mobile ul li {
  display: block;
  height: 8vh;
  cursor: pointer;
  line-height: 8vh;
  text-align: center !important;
  color: #666;
  border-bottom: 1px #dfdfdf solid;
  list-style: none;
  position: relative;
}

.talents_info_m .talents_list1_mobile ul li {
  display: block;
  height: 8vh;
  cursor: pointer;
  line-height: 8vh;
  text-align: center !important;
  color: #666;
  border-bottom: 1px #dfdfdf solid;
  list-style: none;
  position: relative;
}

.talents_info_m .talents_list_mobile ul li:hover {
  background-color: #eee;
}

.talents_info_m .talents_list1_mobile ul li:hover {
  background-color: #eee;
}

.talents_info_m .talents_input_mobile {
  height: 8vh;
  font-size: 14px;
  width: 70vw;
  line-height: 8vh;
  text-align: right;
}

.talents_info_m .talents_input1_mobile {
  height: 8vh;
  font-size: 14px;
  width: 70vw;
  line-height: 8vh;
  text-align: right;
}

.talents_info_m .talents_icon0_mobile {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: url(/content/dam/honor/honor-talent/sa-en/info/imgs/icon-arrow.svg) no-repeat;
  background-size: 100% 100%;
  transform: scale(1.2) rotate(-90deg);
  margin-left: 5vw;
}

.talents_info_m .talents_touxiang_mobile {
  display: inline-block;
}

.talents_info_m .talents_touxiang_mobile img {
  border-radius: 50%;
  height: 6vh;
  width: 6vh;
}

.talents_info_m .talents_font_mobile {
  display: inline-block;
  height: 8vh;
  width: 50vw;
  text-align: right;
}

.talents_info_m .talents_inp_mobile {
  outline: none;
  height: 7vh;
  font-size: 14px;
  width: 50vw;
  line-height: 7vh;
  text-align: right;
  border: 0;
}

.talents_info_m .talents_are_mobile {
  font-style: 14px;
  resize: none;
  border: 0;
  padding: 0;
  outline: none;
  height: 16vh;
  width: 70vw;
}

.talents_info_m .talents_hei_mobile {
  height: 100% !important;
  margin-top: 1vh;
}

.talents_info_m .talents_meng_mobile {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  background-color: #747372;
  opacity: 0.7;
  z-index: 1000;
  display: none;
}

.talents_info_m .talents_str_mobile {
  line-height: 1px !important;
  text-align: start;
}

.talents_info_m .talents_act_mobile {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: url(/content/dam/honor/honor-talent/sa-en/info/imgs/icons-m-select.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 2vw;
  top: 1.5vh;
}

.talents_show_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .talents_show_pc {
    display: none;
  }
}

.talents_show_m {
  display: none;
}

@media screen and (max-width: 768px) {
  .talents_show_m {
    display: block;
  }
}

.talent-main-wrapper {
  background-color: #fff;
}

.talents_info_pc .talents_list,
.talents_info_pc .talents_list1 {
  padding-left: 0;
  padding-right: 0;
}

.talent_info_area_search_part {
  border: 1px solid #999;
  border-radius: 6px;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  padding-right: 10px;
}

.talent_info_area_search_part .talent_info_area_search_input {
  width: 100%;
  outline: none;
  background-color: transparent;
  border: unset;
  padding-left: 6px;
  padding-right: 6px;
}

.talent_info_area_search_part .talent_info_area_search_remove {
  width: 12px;
  cursor: pointer;
}

.talent_info_area_list {
  max-height: 260px;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.talents_info_pc #phone.talents_inp {
  width: calc(100% - 70px);
}

.talents_info_phone_areacode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32vw;
}

.talents_info_phone_areacode .talents_info_phone_cur_areacode {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #dfdfdf;
  height: 40px;
  line-height: 50px;
  white-space: pre;
  width: 60px;
  color: #999;
  font-size: 12px;
}

.talents_info_phone_areacode .talents_info_phone_cur_areacode .talents_inp {
  display: inline-block;
  margin-left: 10px;
}

.talents_info_phone_areacode .talents_phone_pref {
  display: none;
  color: #999;
  font-size: 12px;
}

.talents_info_phone_areacode .talents_phone_pref::-webkit-input-placeholder {
  color: #999;
}

.talents_info_phone_areacode_list {
  display: none;
  max-height: 220px;
  position: absolute;
  z-index: 1;
  border: 1px solid #cccccc;
  background: #fff;
  margin-top: 10px;
  padding: 4px 0;
  width: 100%;
  overflow: auto;
}

.talents_info_phone_areacode_list ul li {
  padding: 4px 10px;
  border-bottom: 1px #dfdfdf solid;
  font-size: 14px;
  cursor: pointer;
}

.talents_info_phone_areacode_list ul li:last-child {
  border-bottom: 0;
}

.talents_info_phone_areacode_list ul li:hover {
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .talents_info_m .talents_info_mobile_phone_area_code {
    display: flex;
  }

  .talents_info_mobile_phone_area_code {
    justify-content: space-around;
  }

  .talents_info_mobile_phone_area_code .talents_info_mobile_phone_cur_area_code {
    width: 21.333vw;
    line-height: 1.2;
    font-size: 12px;
    color: #999;
    text-align: left;
    align-self: center;
  }

  .talents_info_mobile_phone_area_code .talents_inp_mobile {
    width: calc(100% - 21.333vw);
    padding-top: 6px;
  }

  .talents_info_mobile_phone_area_code .talents_info_mobile_phone_area_code_list_part {
    display: none;
    max-height: 34vh;
    overflow: auto;
    position: absolute;
    top: 8vh;
    width: 80vw;
    left: 10vw;
    background: #fff;
    border: 1px solid #cccccc;
    z-index: 1001;
  }

  .talents_info_mobile_phone_area_code .talents_info_mobile_phone_area_code_list_part .talents_info_mobile_phone_area_code_list li {
    line-height: 6vh;
    text-align: center;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  #phoneM::-webkit-input-placeholder {
    color: #999;
  }
}