.li {
  height: 3.6rem;
  margin: 0 !important;
  padding: 0rem 1rem;
  font-size: 13px;
  font-weight: 500;
  line-height: 3.6rem;
  border-bottom: 1px solid #F6F6F6;
  &:hover {
    background-color: #FAFAFB;
    background-size: 3.6rem;
    > div {
      >div:last-child {
        color: #4B515A;
      }
    }
  }
  &:after {
    content: '';
    display: block;
  }
  > div {
    display: flex;
    justify-content: space-between;
    > div:last-child {
      cursor: pointer;
      color: #B3B5B9;
    }
  }
}


.container {
  >a {
    margin-left: 10px;
    color: #1C5DE7;
    font-size: 10px;
    cursor: pointer;
  }
}
