@media screen and (max-width: 767px) {
  * {
    padding: 0;
    margin: 0;
  }

  .xuanze img {
    width: 10px;
    height: 10px;
  }

  .allcity {
    border: 1px solid #20326a;
    width: 50px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    /* margin:20px 0 0 20px; */
  }

  .allcity img {
    width: 30%;
    padding-left: 3px;
  }

  li {
    list-style: none;
  }

  .selectBoxs {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 19920829;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    color: #989898;
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: none;
    padding-top: 10px;
  }

  .selectBoxs ul {
    margin: 25px 0;
    margin-left: 8%;
  }

  .selectBoxs li {
    display: inline-block;
    width: 25%;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    margin-bottom: 10px;
    padding: 6px;
    margin: 2% 2%;
  }

  .selectBoxs li.active {
    background-color: #f98204;
    color: #fff;
    border: 1px solid #f98204;
  }

  .cl {
    clear: both;
  }

  .closecity {
    text-align: center;
    position: relative;
  }

  .closecity .img {
    position: absolute;
    top: 0;
    left: 20px;
  }

  .selectBoxs .xuanze {
    color: #333;
  }

  .selectBoxs .selectCity {
    font-size: 24px;
  }

  .nowcity {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #CCC;
  }

  .nowcity img {
    width: 15px;
    display:inline;
    height: 15px;
    margin-right: 5px;
  }

  .line {}

  .activeText {
    color: #f98204;
  }
}