.top-two-btn {
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .top-two-btn .in-btn {
    width: 108px;
    height: 40px; }
  .top-two-btn .in-btn:hover {
    color: #fff; }

.list-select-container .dropdown-btn {
  width: 100px;
  height: 34px;
  border: 1px solid #edeef2;
  font-size: 14px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5D6069; }
  .list-select-container .dropdown-btn img {
    width: 12px; }

.list-select-container .dropdown-btn.active {
  border-color: #3D7AD3; }

.list-select-container .dropdown-menu li {
  height: 50px;
  padding-left: 18px;
  line-height: 50px;
  color: #9B9FA8; }

.list-select-container .dropdown-menu li:hover {
  color: #5D6069;
  background: #e2e2e5; }

.sort-btn-container {
  margin: 0 15px; }
  .sort-btn-container .sort-btn-container {
    width: 100px; }
  .sort-btn-container .sort-btn {
    border: none;
    display: inline-flex;
    padding-left: 0;
    padding-right: 0; }

.developer-container {
  margin-top: 14px;
  min-height: 400px; }
  .developer-container .list-item {
    height: 260px;
    display: inline-block;
    width: 341px;
    position: relative;
    margin-bottom: 30px;
    float: left;
    padding: 0 10px; }
    .developer-container .list-item .rank-tag {
      left: 10px;
      top: 10px; }
    .developer-container .list-item .top {
      height: 180px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .developer-container .list-item .top img {
        width: 100%; }
    .developer-container .list-item .bottom {
      height: 80px;
      background: #fbfbfb;
      padding-left: 82px;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .developer-container .list-item .bottom .header {
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 70px;
        height: 50px;
        border: 2px solid #f4f5f8;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center; }
      .developer-container .list-item .bottom .title-container {
        height: 50px; }
        .developer-container .list-item .bottom .title-container .title {
          width: 100%;
          font-size: 15px;
          color: #5D6069; }
        .developer-container .list-item .bottom .title-container .des {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          color: #9B9FA8;
          font-size: 12px;
          padding-right: 12px;
          height: 32px;
          overflow: hidden; }
        .developer-container .list-item .bottom .title-container .des * {
          color: #9B9FA8 !important;
          font-size: 12px !important; }
        .developer-container .list-item .bottom .title-container .des > *:not(:first-child) {
          display: none; }

.developer-topsearch-container {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.map-input-container {
  width: 226px;
  position: relative; }
  .map-input-container .mirror {
    width: 20px;
    height: 20px;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/map/mirror.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px; }
  .map-input-container .clear-btn {
    padding: 0 12px;
    height: 34px;
    color: #3D7AD3;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: -52px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 34px;
    cursor: pointer; }
  .map-input-container input {
    height: 34px;
    padding-right: 30px; }
  .map-input-container input:focus + .mirror {
    background-image: url(../images/map/mirror_focus.svg); }
