 @charset "utf-8";

 .formData {
     width: 550px;
     margin: 0px auto 20px;
     padding-top: 30px
 }

 .formData tr.item label {
     margin-right: 5px
 }

 .formData tr.item .tip {
     width: 130px;
     margin-left: 20px
 }

 .formData tr.item input,
 .formData tr.code input {
     width: 250px;
     height: 25px;
     line-height: 25px;
     color: #666;
     border: 1px solid #ccc;
     border-radius: 2px;
     padding: 0 5px
 }

 .formData tr.item textarea {
     width: 250px;
     height: 80px;
     color: #666;
     border: 1px solid #ccc;
     margin-bottom: 15px;
     border-radius: 3px;
     padding: 0 5px
 }

 .formData tr.item input:focus,
 .formData tr.code input:focus,
 .formData tr.item textarea:focus {
     border: 1px solid #999
 }

 .formData tr.code input {
     width: 90px
 }

 .formData .sub {
     width: 102px;
     height: 32px;
     line-height: 32px;
     text-align: center;
     background: #999;
     border-radius: 2px;
     color: #FFF;
     border: none;
     margin-right: 10px;
     cursor: pointer
 }

 .formData .sub:hover {
     background: #666
 }

 .formData tr.code img {
     vertical-align: middle;
     *vertical-align: 0;
     margin-left: 10px
 }

 .formData .err,
 .formData .red {
     color: #ff0000
 }

 .formData .red {
     font-size: 16px;
     line-height: 16px;
     font-weight: 700;
     margin-right: 5px
 }

 .baiduMap {
     margin: 0 auto 20px;
     background: #eee;
     box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
     width: 90%;
     height: 400px
 }

 .BMap_bubble_title a {
     display: inline-block;
     height: 25px;
     line-height: 26px;
     overflow: hidden;
     padding: 0 10px;
     border-radius: 3px;
     _background: #999;
     _color: #FFF
 }

 .BMap_bubble_title a:hover {
     _background: #666;
     _color: #FFF
 }

 .BMap_bubble_title>a {
     background: #999;
     color: #FFF
 }

 .BMap_bubble_title>a:hover {
     background: #666
 }

 #EG0phD8f {
     display: none !important;
     z-index: -10 !important;
     opacity: 0 !important;
     visibility: hidden !important;
     -webkit-transform: scale(0, 0);
     -moz-transform: scale(0, 0);
     -ms-transform: scale(0, 0);
     transform: scale(0, 0)
 }