.yuyan{
  width: 80px;
  height: 80px;
  padding: 18px;
}
.yuyan img{
  cursor: pointer;
}
.yuyan ul{
  width: 140px;
  border: solid 1px #eee;
  position: absolute;
  z-index: 99;
  top: 87px;
  right: 0;
}
.yuyan ul li{
  background-color:white;
  border-bottom: solid 1px #eee;
  padding-left: 10px;
}
.yuyan ul li a{
  font-size: 14px;
  line-height:35px;
  display: block;
}
.yuyan ul li:hover{
  background-color:#de2910;
}
.yuyan ul li:hover a{
  color:#fff;
}

 .e_breadcrumb-1 .p_breadcrumbItem:nth-child(2){
  display:none;
}