.address-hot {
    background-color: #f4f4f4;
    &-title {
		@include styleFont(#9c9c9c,15);
      height: 40px;
      padding: 0 15px;
      line-height: 40px;
      font-weight: 600;
    }
    &-ul {
      padding: 0 15px;
      padding-right: 30px;
      @include flexRowWrap;
    }
    &-list {
      height: 40px;
      border-width: 1px;
      border-style: solid;
      border-color: #f1f1f1;
      border-radius: 5px;
      margin: 0 4.5px;
      margin-bottom: 10px;
      background-color: #ffffff;
      &-text {
        line-height: 40px;
        padding: 0 2px;
        font-size: 16px;
        text-align: center;
        @include onlyLineEllipsis;  
      }
    }
  }