.sel_region > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
}
/* .sel_region {
  position: relative;
  display: inline-flex;
  width: 127px;
  height: 20px;
  overflow: hidden;
  border: solid 1px #ebebeb;

} */
.sel_region {

  width: 127px;
  height: 20px;
  overflow: hidden;
  border: solid 1px #f6f6f6;
	position: absolute;
	display: inline-block;
	margin-left: 5px;
}
.sel_region > select {
	width: 100%;
    height: 100%;
    text-transform: inherit;
    margin: 0;
    padding: 0 0 0 .5em;
    border-radius: 0;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    color: #2dbf95;
}
.sel_region > select::-ms-expand {
  display: none;
}
.sel_region::after {
	content: '\25BE';
    font-size: 18px;
    line-height: 18px;
    color: #777;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0px 7px;
    pointer-events: none;
}
.sel_region:hover::after {
  color: #000;
}
.top-menu li {
    height: 22px;
    line-height: 22px;

}