 .yx_TopRight{
  border-left: 1px solid #99999970;
}
 .yx_TopLang{
  position:relative;
  margin:0px 1.5vw;
   z-index:1;
}
 .yx_TopLang .zy {
    display: block;
    float: left;
    padding:0 10px;
}
 .yx_TopLang .zy:first-child{
    border-right: 1px solid #e5e5e5;
}
 .yx_TopLangBtn{
  cursor:pointer;
  display:flex;
  align-items:center;
}
.yx_TopRightT i{
  margin:0 8px;
}
.yx_TopLangCon{
  background: #ffffff;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:80px;
  opacity:0;
  visibility:hidden;
  transition:all 0.6s ease;
}
.yx_TopLangCon span{display: inline-block;float: left;margin: 5px 10px;width: 14px;height: 14px;}
 .yx_TopLang:hover .yx_TopLangCon{
  top:42px;
  opacity:1;
  transition:all 0.8s ease;
  visibility:visible;
}
 .yx_TopLangCon a{
  width: 120px;
  text-align: left;
  display:block;
  line-height:36px;
  /* margin-left: 5%; */
}
/*
 .yx_TopLangCon:before{
  content:'\e6c8';
  font-size:24px;
  color:#d62633;
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
}
*/
 .yx_TopLangCon a:hover{
  color:#d62633;
  background:#fff;
  text-align: left;
}
 .fa_BtnSearch{
  background:#d62633;
  height:101px;
  width:101px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
}
 .yx_TopLangBtn span{
  font-size:14px;
  color:#333;
  padding:0 12px;
}
 .yx_TopLangBtn:after{
  content:'';
  display:block;
  width:0;
  height:0;
  border-left:3px solid #999999;
  border-top:3px solid #999999;
  border-bottom:3px solid transparent;
  border-right:3px solid transparent;
  transform:rotate(-135deg);
}
@media only screen and (max-width:768px){
  
 .yx_TopLangBtn{
    font-size:21px;
  }
.yx_TopLang{
    margin:0 16px;
      width: 100%;
  }
  .yx_TopLangBtn span{
  display:none;
  }
  .yx_TopLang .zy:first-child{
    display:none;
    
  }
  .yx_TopLang .zy{
   padding:0px;
  }

}
  .yx_TopLang .zy span{
   margin-right:4px;
  }
