.left_nav_list_last {
  margin: 12px 0;
  width: 92px;
  /* height: 14px; */
  padding: 11px 9px;
  background: linear-gradient(180deg, #FFEEE0 0%, #FFFCFA 100%);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-size: 16px;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: 400;
  color: #642200;
  line-height: 14px;
  position: relative;
  cursor: pointer;
  display: block;
}

.left_nav_list_last img {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -1px;
  top: -7px;
  transform: rotate(15deg)
}

.left_nav_list_last_txt {
  font-size: 16px;
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: 400;
  color: #642200;
}

.right_nav {
  padding: 0 50px;
  display: flex;
  align-content: center;
  line-height: 60px;
  background: #ffffff;
}

.right_nav_url {
  width: 80px;
  height: 24px;
  background: #FFECE3;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  color: #FF6219;
  line-height: 24px;
  margin-top: 18px;
  margin-right: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.right_nav_url_txt {
  font-size: 14px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  color: #FF6219;
}

.right_nav_url_warp {
  /* display: flex;
 align-items: center;
 justify-content: center; */
}

#headerInTR {
  display: flex;
}

.right_nav_url_triangle {
  position: relative;
  margin-left: 4px;
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: transparent transparent transparent #FF6219;
  border-radius: 1px;
}

.right_nav_url:hover .right_nav_url_triangle {
  animation: mymove 0.9s infinite;
  -webkit-animation: mymove 0.9s infinite;
  /*Safari and Chrome*/
}

._headerZoom .right_nav_url {
  display: none;
}

@keyframes mymove {
  0% {
    left: 0px;
  }

  50% {
    left: 7px;
  }

  100% {
    left: 0px;
  }
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
  {
  0% {
    left: 0px;
  }

  50% {
    left: 7px;
  }

  100% {
    left: 0px;
  }
}

.headerNavListItemA {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headerNavLight {
  background: #f70;
  border-radius: 2px;
  height: 2px;
  margin: -10px 0;
  width: 16px;
  display: none;
}

.headerNavListItem:hover .headerNavLight {
  display: block;
}
.headerNavPartLineWrap{
  height: 60px;
  display: inline-block;
  position: relative;
  padding-right: 0;
}
.headerNavPartLine {
  width: 1px;
  height: 25px;
  background-color: #C1C1C1;
  display: inline-block;
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
}
.headerNavListItemIcon{
  width: 22px;
  height: 21px;
  margin-right: 12px;
}
.headerNavListItemTool{
  display: flex;
  align-items: center;
}
.headerNavListItemToolW {
  margin-left: 30px; 
}