.wrpper {
    width: 100%;
    /* background: blue; */
    /* width: fit-content; */
    position: absolute;
    /* right: -30px; */
    top: 38px;
    left: 88%;
    z-index: 10000;
}
.content {
  color: white;
  display: flex;
  justify-content: space-between;
  width: fit-content;
  align-items: center;
  cursor: pointer;
}
.Up {
    display:inline-block;
    width:0;
    height:0;
    border-top: 6px solid transparent;
	border-right: 6px solid white;
    border-bottom: 6px solid transparent;
}

 .Dow {
    display:inline-block;
    width:0;
    height:0;
    border-left:6px solid transparent;
    border-right: 6px solid transparent;
    border-top:6px solid white;;
}
    
.ul_content{
    width: 100%;
    position: absolute;
    border: 1px solid #efeee9;
    box-shadow: 5px 3px 14px 1px #efeee9;
    padding: 10px;
    background: white;
    top: 5vh;
    /* left: 100%; */
    right: 88%;
    display:none;
    
}
.ul_content_item {
border-bottom: 1px solid #efeee9;
padding: 10px;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
.gou {
    width: 12px;
    height: 7px;
    border-top: 1px solid rgba(44, 122, 255, 1);
    border-right: 1px solid rgba(44, 122, 255, 1);
    transform: rotate(140deg);
}