.input-form {
	margin-top: 0.75rem;
}

.input-slider {
	float: right;
	margin-top: 0.35rem;
	margin-right: 0.5rem;
}

.jd_btn_hollow {
	width: 3.7rem !important;
	height: 1.25rem !important;
	line-height: 1.25rem !important;
	margin: 0 auto;
}

.jd_btn {
	margin: 1rem auto;
}

.icon-select {
	width: 0.75rem;
	height: 0.75rem;
	background: url(../img/right-black.png) no-repeat;
	background-size: 100% 100%;
	float: right;
	margin-right:0.5rem ;
	margin-top: 0.55rem;
}
.address-msk{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5) ;
}
.address-select{
	position: absolute;
	width: 16rem;
	height: 7.5rem;
	left: 50%;
	top: 50%;
	margin-left: -8rem;
	margin-top: -3.75rem;
	background-color: white;
	
}
.ad-select-item::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

.ad-select-item{
	width: 5.3rem;
	height: 100%;
	overflow-y: scroll;
	float: left;
}
.ad-select-item ul li{
	height: 1.5rem;
	padding:0 0.25rem;
	line-height: 1.5rem;
	font-size: 0.6rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ad-select-item:nth-child(2){
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
.select-item{
	background-color: #C91623;
	color: white;
}
