*{
    margin:0;
    padding:0;
}
html {
    font-size: 100px;
}
/* 搜索栏 */
.search{
    width:7.5rem;
    height: 0.88rem;
    background: #1A1A1A;
}
.s{
    width:88%;
    height: 0.88rem;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border:1px solid red; */
}
.search_left {
    width:5.5rem;
    height:0.56rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.12rem;
/*     border:2px solid rgba(255, 255, 255, 0.15); */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.search_left img{
    width:0.24rem;
    height: 0.24rem;
    margin-left: 0.42rem;
}
.search_left input{
    margin-left: 0.1rem;
    border:none;
    background: none;
/*     font-size: 0.26rem;  */
 	font-size: 0.24rem; 
    border: 0; 
/*     height: 0.5rem; */
    width: 100%;
    outline: none; 
    background-color: rgba(0, 0, 0, 0);
}
.search_left input::input-placeholder{
    color: #999999;
}
.search_left input::-webkit-input-placeholder{
    color: #999999;
}
.search_left input:-moz-placeholder{
    color: #999999;
}
.search_left input::-moz-placeholder{
    color: #999999;
}
.search_left input:-ms-input-placeholder{
    color: #999999;
}
.search_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_right span{
    color: #FFFFFF;
    opacity: 0.65;
    font-size: 0.26rem;
}
/* 搜索栏结束 */


/* 城市列表 */
.cityList{
    width:7.48rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.cityList div{
    width:3.7rem;
    height:0.81rem;
    background: #E7E7E7;
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cityList div:nth-of-type(4),.cityList div:nth-of-type(8),.cityList div:nth-of-type(12),.cityList div:nth-of-type(16){
    border-right-style : none;
}
.cityList div span{
    color: #333333;
    font-size: 0.26rem;
}
/* 城市列表结束 */


/* 搜索提示列表 */
.tipsList{
    width:6.64rem;
    margin:0 auto;
}
.tipsList p{
    width:6.64rem;
    height: 1rem;
    line-height: 1rem;
    border-bottom:1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tipsList p span{
    color: #333333;
    font-size: 0.26rem;
    margin-left:0.15rem;
}
/* 搜索提示列表结束 */
/*搜索列表*/
.searchList_{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0.88rem;
	background-color:#fff;
	display:none;
	
}
.searchList_ ul li{
	width:6.64rem;
	margin:0 auto;
	height:1rem;
	line-height:1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 0.26rem;
	list-style:none;
}