input::-webkit-input-placeholder{ /* WebKit*/
	color:#888888;
}
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color:#888888;
	opacity: 1;
}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#888888;
	opacity: 1;
}
input::-ms-input-placeholder { /* IE 10+ */
	color:#888888;
}
textarea::-webkit-input-placeholder{ /* WebKit*/
	color:#888888;
}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
	color:#888888;
	opacity: 1;
}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
	color:#888888;
	opacity: 1;
}
textarea::-ms-input-placeholder { /* IE 10+ */
	color:#888888;
}


#s-address .ht1box{
	display: none;
}

#s-address .side{
	width: 310px;
	height: calc(100% - 200px);
	padding: 0 20px;
	background-color: #fff;
	position: fixed;
	left: 25px;
	top: 145px;
	/*z-index: 2;*/
}
#s-address .side .h1{
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 19.5px 0;
}
#s-address .side .tsear{
	position: relative;
	width: 308px;
	height: 35px;
	z-index: 99;
}
#s-address .side .tsear .se-text{
	width: 270px;
	height: 35px;
	line-height: 35px;
	border: none;
	padding: 0 48px 0 16px;
	font-size: 14px;
	border: 1px solid #e6e6e6;
}
#s-address .side .tsear .se-submit{
	width: 48px;
	height: calc(100% - 4px);
	background: url('../images/map/search.jpg') no-repeat center;
	right: 40px;
	top: 50%;
	position: absolute;
	border: none;
	padding: 0;
	transform: translate(0,-50%);
}
#s-address .side .tsear .se-con{
	position: absolute;
	width: 100%;
	border: 1px solid #ecebe9;
	top: 35px;
	left: -1px;
	height: 200px;
	padding: 10px 0;
	max-height: 360px;
	overflow: auto;
	background: #fff;
	display: none;
}
#s-address .side .tsear .se-con .pointitem{
	background: url('../images/map/18.png') no-repeat 15px center;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
}
#s-address .side .tsear .se-con .pointitem:hover{
	color: #000;
	cursor: pointer;
}
#s-address .side .ulbox{
    height: calc(100% - 200px);
}
#s-address .side .ulbox .jgtit{
	margin-top: 30px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #666666;
}

ul, ol, li, dl, dd {
	margin: 0;
	padding: 0;
}

#s-address .side .ulbox ul{
	height: 96%;
	overflow: hidden;
	list-style: none;
	padding-right:15px;
}
#s-address .side .ulbox li{
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0 18px 5px;
	cursor: pointer;
}
#s-address .side .ulbox li:first-child{
	border-top: 1px solid #f6f6f6;
}
#s-address .side .ulbox li .mdtit{
	font-size: 15px;
	color: #333333;
}
#s-address .side .ulbox li .mdtit span{
	color: #007bc6;
	margin-right: 5px;
}
#s-address .side .ulbox li .md-local{
	padding-left: 30px;
	line-height: 30px;
	background: url('../images/map/add-icon-2.svg') no-repeat left 5px;background-size:23px auto;
}
#s-address .side .ulbox li .md-tel{
	padding-left: 30px;
	line-height: 30px;
/*	background: url('../images/map/20.png') no-repeat left center;*/
	min-height: 30px;
	/* font-size: 0; */
}
.z3{
	z-index: 3 !important;
	position: relative;
}
#hscrollBox2 .bar{
    width: 3px;
    height: 285px;
    right: 0;
    min-height: 80px;
    top: 0;
}
#hscrollBox2 .bar .block{
    width: 3px;
    height: 58px;
    background: #d9dada;
    top: 0;
    left: 0;
}
#s-address{
	position: relative;
}
#s-address header{
	position: fixed;
}
#s-address .head{
	position: absolute;
}

#s-address header.head2,
#s-address header.head3{
	background-color: #fff;
}
#s-address .infobox{
	width: 268px;
}
#s-address .infobox .d1{
	font-size: 15px;
	color: #333333;
}
#s-address .infobox .d1 span{
	color: #2999e3;
	margin-right: 5px;
}
#s-address .infobox .md-local{
	font-size: 13px;
	color: #000000;
	padding-left: 32px;
	line-height: 18px;
	background: url('../images/map/19.png') no-repeat left top;
	margin-top: 5px;
}
#s-address .infobox .md-tel{
	font-size: 13px;
	color: #000000;
	padding-left: 32px;
	line-height: 30px;
	height: 30px;
	background: url('../images/map/20.png') no-repeat left center;
	min-height: 30px;
}
#s-address .infobox .dqlocal{
	position: relative;
	margin-top: 12px;
}
#s-address .infobox .dqlocal input{
	width: 224px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	font-size: 12px;
	color: #333333;
	padding: 0 34px 0 6px;
	vertical-align: top;
}
#s-address .infobox .dqlocal .closetext{
	width: 10px;
	height: 10px;
	background: url('../img/22.png') no-repeat center;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	cursor: pointer;
}
#s-address .infobox .local{
	margin-top: 10px;
	font-size: 0;
}
#s-address .infobox .local input{
	width: 214px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	font-size: 12px;
	color: #666666;
	padding: 0 5px;
	vertical-align: top;
}
#s-address .infobox .local .tet{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#s-address .infobox .local .gobtn{
	height: 30px;
	line-height: 30px;
	width: 34px;
	text-align: center;
	background: #fff;
	border: 1px solid #eaeaea;
	margin-left: 6px;
}
#s-address .infobox .dia-colse{
	width: 10px;
	height: 10px;
	background: url('../img/22.png') no-repeat center;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
#s-address #map{
	position: fixed !important;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}