/*选择地区*/
.express-area {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: .25rem;
	margin-bottom: .25rem;
	background-color: #fff;
}

.express-area a {
	display: block;
	padding: .5rem;
	/*background: url(img/link-arrow.png) no-repeat 98% 50%;*/
	background-size: .55rem .55rem;
}

.express-area dl {
	position: relative;
	line-height: 1.2rem;
	color: #4d525d;
}

.express-area dl dt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .7rem;
	line-height: 1.2rem;
}

.express-area dl dd {
	padding-top: .1rem;
	padding-right: .8rem;
	margin-left: 3.5rem;
	text-align: justify;
	font-size: .65rem;
	line-height: 1rem;
}

/*选择地区弹层*/
.express-area-box {
	/*position: absolute;*/
	/*bottom: -100%;
	left: 50%;
	z-index: 15;
	width: 320px;
	margin-left: -160px;*/
	position: relative;
	background-color: #fff;
	color: #4d525d;
}


.express-area-box article{
	height: 300px;
	overflow-y: scroll;
}

.area-list li {
	padding:10px 0 5px 0;
	border-bottom: 1px solid #EEE;
	text-align: justify;
	font-size: 14px;
	line-height: 1.25rem;
}

.area-list li::first-letter {
  text-transform: uppercase;
}

.area-list li:hover{
	border-bottom: 1px solid #111;
	color:#111;
}


/*遮罩层*/
.mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

@media (max-width:720px) {
	.mask {
		position: fixed;
	}

}
