  #searchRiseList {
    position: absolute;
    width: 190px;
    height: 42px;
    z-index: 1;
    right: 0px;
    line-height: 42px;
  }

  #rank-list {
    overflow: hidden;
    width: 190px;
    height: 100%;
    margin: 0;
  }

  #rank-list dd {
    position: relative;
    margin: 0;
  }

  #rank-list ol {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 190px;
  }

  #rank-list li {
    height: 42px;
    line-height: 42px;
    justify-content: space-between;
    display: flex;
    padding: 0 15px;
  }

  .keyword-wrap-rank {
    width: auto;
  }

  
  #contents-d1 {
    float: left;
    width: 180px;
    border-right: 1px solid #dddddd;
    height: 100%;
    position: relative;
  }

  #contents-d2 {
    float: left;
    width: 179px;
    border-right: 1px solid #dddddd;
    height: 100%;
  }

  #contents-d4 {
    float: left;
    width: 229px;
    height: 100%;
  }

  #contents-d1-d1 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    color: #252525;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }

  #mb-bt-search-t1-content {
    padding: 0 10px;
  }

  #m-search-rec-recent-btn {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 40px;
    background-color: #f7f7f7;
    color: #252525;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }

  #m-search-rec-recent-btn2 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 15px;
    height: 40px;
    color: #000000;
    line-height: 40px;
    text-align: right;
    cursor: pointer;
  }

  #contents-d2-d1 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    color: #252525;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }

  #mb-bt-search-t2-content {
    padding: 0 10px;
  }

  #contents-d3-d1 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    color: #252525;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }

  #mb-bt-search-t3-content {
    padding: 0 10px;
  }

  #contents-d4-d1 {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    color: #252525;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }


  .bottom-search-ul-1 li {
    background-color: white;
    height: 6vw;
    max-height: 25px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    color: #252525;
    align-items: baseline;
  }


  .del-realtime-btn {
    width: 4vw;
    max-width: 12px;
    vertical-align: initial;
    cursor: pointer;
  }

  .realtime-up {
    color: #f06560 !important;
    padding-left: 3px;
  }

  .realtime-down {
    color: #66c0c1 !important;
    padding-left: 3px;
  }

  .real-rank {
    font-weight: bold;
    padding-right: 10px;
    width: 15px;
    display: inline-block;
    text-align: center;
  }

  .recmd-img {
    width: 130px;
  }

  .recmd-span {
    display: block;
    overflow: hidden;
    width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }

  .keyword-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 3;
    -ms-flex: 3;
    font-size:15px;
  }

  .keyword-wrap-rank {
    width: 75%;
  }

  .pointer {
    cursor:pointer;
  }

  .keyword-rank {
    flex: 1;
    -ms-flex: 1;
    text-align: center;
  }