[v-cloak] {
  display: none
}

.jch-box {
  width: 100%;
  height: 100%
}

/**
选择城市&当前位置
**/
.jch-box-loacation {
  background: #fff;
  height: 44px;
  padding-left: 20px;
  line-height: 44px;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}

.jch-box-loacation i {
  width: 20px;
  height: 44px;
}

.jch-box-loacation i img {
  width: 11px;
  height: 16px;
}

.jch-box-loacation p {
  flex: 1;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222;
}

.jch-box-loacation p span {
  font-family: PingFangSC-Medium;
  font-size: 17px;
  color: #1DBFDA;
  padding: 0 5px;
  border: 0 none;
}


/**
城市列表索引
**/
.jch-box-city {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.jch-box-city .letter-index {
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  color: #6d6d6d;
  font-size: 14px;
  font-family: HelveticaNeue;
}

.jch-box-city .city-list {
  background: #fff;
  padding: 15px 0 0 15px;
  display: flex;
  align-items: center;
  height: auto;
}

.jch-box-city .city-list ul {
  width: 100%;
}

.jch-box-city .city-list li {
  width: 33.33333333333%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 15px;
}

.jch-box-city .city-list li a {
  display: block;
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222;
  padding: 3px 0;
}

.jch-box-city .city-list li a:hover,
.jch-box-city .city-list li a.cur {
  background: #F4FDFF;
  border: 1px solid #1DBFDA;
  color: #1DBFDA;
}