[v-cloak] {
  display: none;
}

body.honor-v2>div>.content {
  max-width: unset;
}

.talent_header {
  
  position: fixed;
  top: 0;
  height: 62px;
  width: 100%;
  line-height: 62px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #ddd;
  z-index: 999;
  color: #666;
  direction: rtl;
}

.talent_header:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.talent_header .talent_logo {
  position: relative;
  float: right;
  margin-right: 50px;
  z-index: 105;
}

.talent_header .talent_logo img {
  height: 25px;
  width: auto;
  vertical-align: middle;
}

.talent_header .talent_header_list {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  color: #666;
}

.talent_header .talent_header_list ul {
  list-style: none;
}

.talent_header .talent_header_list li {
  position: relative;
  display: inline-block;
}

.talent_header .talent_header_list li:hover,
.talent_header .talent_header_list li.actived {
  color: #000;
  font-weight: bold;
}

.talent_header .talent_header_list li a {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  color: #666;
}

.talent_header .talent_header_list_m {
  display: none;
  text-align: left;
}

.talent_header .talent_header_list_m ul li {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #666666;
}

.talent_header .talent_lang_list {
  display: none;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  overflow: hidden;
}

.talent_header .talent_lang_list li {
  padding: 4px 20px;
  text-align: left;
}

.talent_header .talent_cur_content:hover .talent_lang_list {
  display: block;
  cursor: pointer;
}

.talent_header .talent_cur_content:hover .talent_lang_list li:hover {
  background: #999;
  color: #fff;
}

.talent_header .talent_header_list li a:visited,
.talent_header .talent_header_list li a:hover {
  color: #000;
}

@media screen and (max-width: 1280px) {
  .talent_header .talent_logo {
    margin-left: 4.26667vw;
  }

  .talent_header .talent_header_list {
    font-size: 14px;
  }

  .talent_header .talent_header_list li a {
    padding-left: 14px;
    padding-right: 14px;
  }

  .talent_header .talent_lang_list li {
    padding: 4px 10px;
  }
}

@media screen and (max-width: 768px) {
  .talent_header {
    height: 40px;
    background-color: #e3e3e3;
  }

  .talent_header .talent_logo {
    line-height: 40px;
    margin-left: 4.26667vw;
  }

  .talent_header .talent_logo img {
    height: 15px;
  }

  .talent_header .talent_header_list {
    display: none;
  }

  .talent_header .talent_header_list_m {
    display: none;
    position: fixed;
    top: 40px;
    bottom: 0;
    width: 188px;
    background-color: #222;
    color: #fff;
    z-index: 100;
  }

  .talent_header .talent_header_list_m ul li {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #666666;
  }

  .talent_header .talent_header_list_m ul li a,
  .talent_header .talent_header_list_m ul li a:visited,
  .talent_header .talent_header_list_m ul li a:hover {
    display: block;
    padding: 12px 16px;
    color: #fff;
  }

  .talent_header .talent_header_setting {
    background-color: transparent;
    margin-right: 16px;
    margin-top: 0;
  }

  .talent_header .talent_header_setting .talent_cur_content {
    line-height: 40px;
    margin-top: 0;
    border: unset;
    margin-right: 16px;
    float: left;
  }

  .talent_header .talent_header_setting .talent_cur_content .talent_cur_lang {
    padding: 0 6px;
  }

  .talent_header .talent_header_setting .talent_cur_content .talent_cur_lang span {
    margin-right: 4px;
  }

  .talent_header .talent_header_setting .talent_cur_content .talent_cur_lang img {
    height: 5px;
  }

  .talent_header .talent_header_setting .talent_header_icon {
    width: 15px;
    height: 10px;
    background-image: url("/content/dam/honor/honor-talent/cn/header/imgs/menu-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    margin-top: 16px;
  }

  .talent_header .talent_cur_content:hover .talent_lang_list {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  }

  .talent_header .talent_cur_content:hover .talent_lang_list li {
    padding: 2px 6px;
  }

  .talent_header .talent_cur_content:hover .talent_lang_list li:hover {
    background-color: unset;
    color: unset;
  }
}

.talent-main-wrapper {
  background-color: #f4f4f4;
  overflow: hidden;
}

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

.talents_user_part {
  float: left;
  margin-left: 15px;
}

.talents_user_part .talents_user_icon {
  cursor: pointer;
  width: 20px;
  min-height: 20px;
}

.talents_user_part .talents_user_icon:hover .talents_userlist {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  display: block;
  width: 100px;
  background: #fff;
  position: absolute;
  /* right: 0; */
  left: -36px;
  font-size: 14px;
}

/* .talents_user_part .talents_user_icon img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
} */

.talents_user_part .talents_userlist {
  display: none;
}

.talents_user_part .talents_userlist ul {
  padding: 4px 0;
  margin: 0;
}

.talents_user_part .talents_userlist ul li {
  padding: 4px 10px;
  line-height: 1.5;
  /* text-align: left; */
  text-align: center;
}

.talents_user_part .talents_userlist ul li:hover {
  background: #999;
  color: #fff;
  cursor: pointer;
}

.talent-header-wrapper {
  height: 62px;
}

#talentMainkv.talent_inHomePg_kv_wrapper {
  min-height: 47.91vw;
}

#talentMainkv,
#talentMainkv.talent_inPersonMobilePg_kv_wrapper {
  min-height: 23vw;
}

#talentMainkv.talent_special_kv_wrapper {
  min-height: 23vw;
}

.talents_change_lang {
  float: left;
  margin-left: 50px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-aspect-ratio: 678 / 669) {
  .talents_change_lang {
    margin-right: 12px;
  }
}

.talents_change_lang .talents_change_lang_item {
  cursor: pointer;
  display: none;
  border: 1px solid #666;
  border-radius: 15px;
  width: 112px;
  height: 30px;
  line-height: 30px;
  font-size: 0;
  color: #666;
}

@media (max-aspect-ratio: 678 / 669) {
  .talents_change_lang .talents_change_lang_item {
    border: none;
    border-radius: 0;
    width: 70px;
  }
}

.talents_change_lang .talents_change_lang_item.actived {
  font-weight: bold;
  position: relative;
  display: block;
}

.talents_change_lang .talents_change_lang_item.notActive {
  font-weight: bold;
  position: absolute;
  top: 90%;
  left: 0;
  display: block;
}

.talent_header_menu_icon {
  display: none;
}

.home-suspended-fixed {
  width: 40px;
  position: fixed;
  bottom: 1vw;
  right: 2vw;
  z-index: 50;
  display: none;
}

.home-suspended-fixed img {
  width: 100%;
  padding: 8px;
  border: 1px #cccccc solid;
  margin: 5px 0;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 4px;
  min-height: 40px;
}

.home-suspended-fixed img:hover {
  background: #eee;
  transition: all 0.2s;
}

@media screen and (max-width: 880px) and (min-width: 769px) {
  .talent_header .talent_header_list li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .talent_header .talent_header_setting {
    margin-top: 20px;
  }

  .talent_header .talent_header_setting .talent_cur_content {
    font-size: 12px;
  }

  .talent_header .talent_header_setting .talent_cur_content .talent_cur_lang {
    padding: 2px 8px;
  }
}

@media screen and (max-width: 768px) {
  .talent_header_shadow {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }

  .talents_user_part {
    line-height: 40px;
    /* margin-right: 4.2667vw; */
    margin-right: 6px;
  }

  .talents_user_part .talents_user_icon img {
    height: 20px;
    width: 20px;
  }

  .talent-header-wrapper {
    height: 40px;
  }

  #talentMainkv.talent_inHomePg_kv_wrapper {
    min-height: 170.4vw;
  }

  #talentMainkv {
    min-height: 23.7vw;
  }

  #talentMainkv.talent_special_kv_wrapper {
    min-height: 23.7vw;
  }

  #talentMainkv.talent_inPersonMobilePg_kv_wrapper {
    min-height: 0;
  }

  .talents_change_lang {
    font-size: 12px;
    line-height: 40px;
  }

  .talent_header_menu_icon {
    display: block;
    width: 15px;
    height: 10px;
    margin-right: 16px;
    background-image: url("/content/dam/honor/honor-talent/cn/header/imgs/menu-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    margin-top: 16px;
  }

  .home-suspended-fixed {
    display: none;
  }
}

img[lazy=loaded] {
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.talents_change_lang_item>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  transform: translateY(-1px);
}

@media (max-aspect-ratio: 678 / 669) {
  .talents_change_lang_item>span {
    font-size: 14px;
    transform: translateY(1px);
  }
}

.talents_change_lang_item_icon {
  margin-right: 30px;
}

@media (max-aspect-ratio: 678 / 669) {
  .talents_change_lang_item_icon {
    margin-left: 8px;
  }
}

.talents_change_lang_item_icon img {
  display: block;
  width: 8px;
}
.upload_btn_nav{
  float: left;
  padding: 2px 10px 3px;
  border: 1px solid #333333;
  border-radius: 20px;
  line-height: 1.5;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 18px;
  color: #fff;
  background-color: #333333;
}
a.upload_btn_nav:focus, a.upload_btn_nav:hover{
  color: #fff;
}
@media (max-aspect-ratio: 678 / 669) {
  .upload_btn_nav{
    font-size: 11px;
    margin-left: 12px;
    margin-top: 9px;
  }
}