.wrap {
  position: relative;
  min-height: 100vh;
  /*transform: translateZ(1px);*/
}

.wrap input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
  color: #939CA5;
  font-size: 0.37rem;
}
.wrap input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #939CA5;
  font-size: 0.37rem;
}
.wrap input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
  color: #939CA5;
  font-size: 0.37rem;
}
.wrap input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
  color: #939CA5;
  font-size: 0.37rem;
}

.input-wrap {
  width: 100%;
  position: fixed;
  display: none;
  padding: 0.27rem 0;
  text-align: center;
  top: 0;
  background: #FFF;
  z-index: 3
    /*position: relative;
    display: none;
    padding-top: 0.27rem;
    text-align: center;*/
}

.input-wrap:before {
  position: absolute;
  top: 0.43rem;
  left: 0.8rem;
  width: 0.51rem;
  height: 0.51rem;
  content: '';
  background-image: url('/images/6.8.4/icon_search.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.input-wrap input {
  width: 9.2rem;
  height: 0.85rem;
  padding-left: 1.2rem;
  background: #F5F6F7;
  border-radius: 0.45rem;
  margin: 0 auto;
  border: none;
  font-size: 0.37rem;
  color: #939CA5;
}

.city-input-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  /*height: 0.85rem;*/
  display: none;
  line-height: 0.85rem;
  padding: 0.27rem 0.4rem;
  background: #FFF;
  z-index: 2;
}

.city-input-wrap span {
  position: relative;
  float: left;
  font-size:0.43rem;
  color: #2A2A2A;
  width: 1.58rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.city-input-wrap span:after {
  position: absolute;
  bottom: 0.19rem;
  right: 0;
  width: 0.13rem;
  height: 0.13rem;
  content: '';
  background-image: url('/images/6.8.4/jiaobiao.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.city-input-wrap input {
  width: 7.04rem;
  height: 0.85rem;
  padding-left: 1.2rem;
  background: #F5F6F7;
  border-radius: 0.45rem;
  border: none;
  font-size: 0.37rem;
  color: #939CA5;
}

.city-input-wrap >div {
  position: relative;
  float: right;
}

.city-input-wrap >div:before {
  position: absolute;
  top: 0.15rem;
  left: 0.43rem;
  width: 0.51rem;
  height: 0.51rem;
  content: '';
  background-image: url('/images/6.8.4/icon_search.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.search-wrap {
  display: none;
}

.search-input-wrap {
  width: 10rem;
  background: #FFF;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.27rem 0.4rem 0.27rem;
  z-index: 333;
}


.search-input-wrap input {
  width: 100%;
  height: 0.85rem;
  padding-left: 1.2rem;
  background: #F5F6F7;
  border-radius: 0.45rem;
  border: none;
  font-size: 0.37rem;
  /*color: #939CA5;*/
}
.search-input-wrap >div {
  position: relative;
  width: 7.73rem;
}

.search-input-wrap >div img {
  display: none;
  position: absolute;
  top: 0.24rem;
  right: 0.32rem;
  width: 0.37rem;
  height: 0.37rem;
}
.search-input-wrap >div:before {
  position: absolute;
  top: 0.15rem;
  left: 0.43rem;
  width: 0.51rem;
  height: 0.51rem;
  content: '';
  background-image: url('/images/6.8.4/icon_search.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.search-input-wrap span {
  font-size: 0.43rem;
  color: #666666;
}

.search-wrap .search-ul {
  display: none;
  padding: 1.39rem 0.4rem 0;
}

.search-wrap .search-ul li {
  padding: 0.37rem 0;
  border-bottom: 0.5px solid #ECECEC;
  color: #2A2A2A;
  font-size: 0.37rem;
}

.city-wrap {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #FFFFFF;
}

.close-wrap {
  padding: 0 0.4rem;
}

.close-wrap li:nth-child(1) {
  margin: 0.37rem 0 0.43rem;
  text-align: right;
}

.close-wrap li:nth-child(1) img {
  width: 0.37rem;
  height: 0.37rem;
}

.close-wrap li:nth-child(2) {
  margin-bottom: 0.37rem;
  font-size: 0.37rem;
  color: #2A2A2A;
}

.close-wrap li:nth-child(3) {
  margin-bottom: 0.11rem;
  font-size: 0.37rem;
  color: #008AFF;
  /*width: 0.42rem;*/
}

.close-wrap li:nth-child(3) img {
  position: relative;
  top: 2px;
  width: 0.42rem;
  height: auto;
  margin-right: 0.27rem;
}

.close-wrap li:nth-child(3) span {
  position: relative;
  top: -1px;
}

.content-wrap {
  display: none;
  height: 100%;
}

.content-ul {
  padding: 1.63rem 0 0 0.4rem;
}

.content-ul li {
  display: flex;
  margin-bottom: 0.67rem;
  font-size: 0.37rem;
}

.content-ul li>div {
    width: 80%;
}

.content-ul li span {
  padding-right: 0.32rem;
  font-size: 0.32rem;
  color: #B5B9BC;
  position: relative; top: 2px;
}

.content-ul li p {
  margin: 0;
  margin-bottom: 0.67rem;
}

.content-ul li p:hover {
  color: #008AFF;
}

.content-ul li p:last-child {
  margin-bottom: 0;
}

.city-content-ul {
    padding: 0.53rem 0 0 0.4rem;
}

.order-ol {
  /*display: none;*/
  position: fixed;
  right: 0.32rem;
  top: 50%;
  transform: translateY(-50%);
}

.order-ol li {
  width: 0.37rem;
  height: 0.37rem;
  text-align: center;
  margin-bottom: 0.13rem;
  font-size:0.27rem;
  color: #2A2A2A;
  line-height: 0.37rem;
}
.order-ol .active {
  background: #008AFF;
  color: #FFFFFF;
  border-radius: 50%;
}

.city-wrap .order-ol {
  display: block;
}
