
/*选择地区*/
.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 {
	display: none;
	position: absolute;
	top: 98px;
	left: 0px;
	z-index: 15;
	/*width: 279px;*/
	width: 206px;
	background-color: #fff;
	box-shadow: 0px 4px 5px #888;
	color: #4d525d;
	}
.express-area-box header { position: relative; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
.express-area-box header h3 {
	text-align: center;
	font-size: 18px;
	/*width: 280px;*/
	width: 206px;
	margin-bottom: 0px;
	line-height: 42px;
}
.express-area-box header .back,
.express-area-box header .close { position: absolute; top: 0; width: 50px; height: 42px; }
.express-area-box header .back { display: none; left: 0; background: url(../img/back.png) no-repeat center;   background-size: 10px 15px; }
.express-area-box header .close { right: 0; background: url(../img/close-area.png) no-repeat center; background-size: 14px 14px; }
.express-area-box article { height: 250px; overflow-y: auto; }
.area-list li {
	padding: 10px 15px;
	border-bottom: 1px solid #e2e2e2;
	text-align: justify;
	font-size: 16px;
    cursor: pointer;
}
/*遮罩层*/
.mask { display: none; position: fixed; top: 0; left: 0; z-index: 12; width: 100%; height: 100%; background-color: rgba(0,0,0,.0); }
#quyu,
#quyu_ccr{
	/*border: 1px solid #e6e6e6;*/
	/*width: 100%;*/
	display: block;
	padding-left: 10px;
	height: 48px;
	line-height: 48px;
	padding-right: 25px;
	overflow: hidden;
	cursor: pointer;
}
#quyuInput .layui-edge,
#quyuInput_ccr .layui-edge{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-top-color: #c2c2c2;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.quyuInput-selected .layui-edge {
	margin-top: -9px !important;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fy-content .active{
	background: #AC3435;
	color: #fff;
}