.jw-lang-change{
  border-bottom: 1px solid #e7e7e7;
  // select styles
  .ant-select-selection{
    border: none;
    .ant-select-selection__rendered{
      margin-left: 0!important;
      margin-right: 0!important;
      .icon-selected{
        display: none;
      }
    }
    .ant-select-arrow:before{
      content: '▼'
    }
  }
  // input styles
  .ant-input{
    border: none;
    &:focus{
      box-shadow: none;
    }
  }
}
// select 下拉列表的样式
.jw-select-drop-down{
  width: 120px!important;
  .ant-select-dropdown-menu{
    .ant-select-dropdown-menu-item{
      padding: 12px 8px;
      .icon-selected{
        vertical-align: middle;
        margin: 0 14px 0 10px;
        display: none;
      }
      span{
        padding-left: 45px;
      }
    }
    .ant-select-dropdown-menu-item-selected{
      .icon-selected{
        display: inline-block;
      }
      span{
        padding-left: 0px;
      }
    }
    .ant-select-dropdown-menu-item-selected,
    .ant-select-dropdown-menu-item-selected:hover{
      background-color: #f7f7f7;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.65);
    }
  }
}
