@charset "UTF-8";
/**CSS Reset**/

/*选择地区*/
.express-area { background-color: #fff; font-size: 16;color: #4d525d;}
.express-area a { display: block; }
.express-area dl { position: relative; line-height: 50px; color: #4d525d; }
.express-area dl dt {  font-size: 18px; line-height: 50px;float: left; }
.express-area dl dd { padding-right: 16px; margin-left: 16px; text-align: justify; font-size: 16px; line-height: 50px; float: left; }

/*选择地区弹层*/
.express-area-box { position: fixed; bottom: -5500px; left: 0; z-index: 9999; width: 100%;background-color: #fff; color: #4d525d;display: none; }
.express-area-box header { position: relative; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
.express-area-box header h3 { margin: 0 10px; text-align: center; font-size: 22px; line-height: 30px; }
.express-area-box header .back,
.express-area-box header .close { position: absolute; top: 8px; width: 12px; height: 12px; }
.express-area-box header .back { display: none; left: 0; /*background: url(../images/back.png) no-repeat center;   background-size: .45rem .75rem;*/ }
.express-area-box header .close { right: 8px; background: url(gb.png) no-repeat center; background-size: 40px 40px; }
.express-area-box article { height: 400px; overflow-y: scroll; width: 33%;float: left;border-right: 1px #CCC solid;/*overflow: hidden;*/}
.area-list li { padding: 8px; border-bottom: 1px solid #e2e2e2; text-align: justify; font-size: 22px; line-height: 40px; }

/*遮罩层*/
.mask { display: none; position: fixed; top: 0; left: 0; z-index: 12; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); }