/**固定登陆部分 弹出框遮掩层*/
.mapcon{ width:900px; float:left; font-family:"微软雅黑"; background:#F9FAFB }
.mapcon .mtop{ height:38px; width:100%; float:left; }
.mapcon .mtop .msearch{ width:390px; float:left; height:38px; line-height:38px; display:inline; margin-left:0; }
.mapcon .mtop .msearch input{ width:264px; float:left; height:36px; line-height:36px; padding:0 5px; border:1px solid #D6D6D6; outline:none; }
.mapcon .mtop .msearch .subSearch{ width:110px; float:left; background:#007BC5; border:0; height:38px;
    line-height:38px; color:#fff; font-size:15px; outline:none; cursor:pointer }
.mapcon .mtop .dButton{ float:right; height:38px; line-height:38px;  margin-top:5px; }
.mapcon .mtop .dButton span a{ float:left;width:80px; line-height:28px; height:28px; display:block ; text-align:center; cursor:pointer}
.mapcon .mtop .dButton span a.determine{ background:#007BC5; color:#fff;  border:1px solid #007BC5;; }
.mapcon .mtop .dButton span a.cancel{ background:#fff; color:#333; border:1px solid #333; margin-left:8px; }
.mapcon .mtop .coordinate{ width:320px; float:left; height:38px; line-height:38px; font-size:14px; display:inline; margin-left:78px; }
.mapcon .mtop .coordinate span{ color:#787878; float:left; height:38px; line-height:38px; display:inline; margin-right:20px; }
.mapcon .mtop .coordinate .coordinatetext{ margin:0px; font-size:15px; }
.mapcon .mtop .savebutton{ width:112px; float:right }
.mapcon .mtop .savebutton a{ width:112px; float:left; color:#fff; font-size:14px; height:38px; display:block;
    line-height:38px; text-align:center; cursor:pointer; background:#007BC5; border:none; outline:none; }
.mapcon .screenmap{ width:898px; float:left; height:558px; margin-top:14px; border:1px solid #D6D6D6; background:#fff }
.mapcon .screenmap .mleft{ width:658px; height:558px; float:left; }
.mapcon .screenmap .mright{ width:230px; height:558px; overflow:hidden; display:inline; margin-left:10px; float:left; overflow-y:scroll; }
/*提交表单弹出框*/
.Pro_message{ padding:15px; text-align:center; background:#323232; color:#fff; z-index:1006;
    opacity:1; font-size:16px; min-height:30px; line-height:30px; min-width:100px; display:inline; margin-right:15px;
    border:0; border-radius:5px; display:none; }
