html body{
    background-color: rgba(16, 14, 4, 0.03);
}
.search{
    width:1.2rem;
    height:.42rem;
    /*margin:100px auto;*/
    border: 1px solid #dedede;
}
.citySelect{
    width:1.2rem;
    height:.42rem;
    position: relative;
    cursor: pointer;
    /*padding-left: 15px;*/

}
.cityName{
    display: block;
    /*padding-top: .08rem;*/
   	line-height: .42rem;
    height: .42rem;
    padding-left: .10rem;
    width:1rem;
    font-size: .15rem;
    overflow: hidden;
    cursor: pointer;
}
.iconDown{
    width:.16rem;
    height:.16rem;
    position:absolute;
    top:.13rem;
    right:.07rem;
    background-image: url("../images/icon10.png");
    background-size: .1rem 0.06rem;
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
    display: inline-block;
}
.dropUl{
    list-style: none;
    height:3rem;
    overflow: scroll;
    padding:0;
    border: 1px solid #dedede;
}
.dropUl::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0.05rem;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
.dropProvUl li{
    width: 1.2rem;
    height:.5rem;
    padding-left: .2rem;
    color:#9fa3b0;
    line-height: .5rem;
    background-color: white;
    cursor: pointer;
}
.dropProvUl li:hover{
    /*background-color: #f1f3f6;*/
   	color: #FF6700;
}
.dropCityUl{
    margin-left: .05rem;
    background-color:white;
}
.dropCityUl li{
    width: 1.2rem;
    height:.5rem;
    padding-left: .2rem;
    color:#9fa3b0;
    line-height: .5rem;
    cursor: pointer;

}
.dropCityUl li:hover{
   /*background-color:#f1f3f6;*/
  	color: #FF6700;
}
.dropDown{
	width: 2.5rem;
	position: relative;
	z-index: 121;
}
.dropDown div{
    width:1.2rem;
    height:3rem;
    float: left;
    display: none;
}