﻿@charset "utf-8";
/* CSS Document */
body{margin:0;font-size:0.8em; padding:0;font-family:"Microsoft YaHei","PingFang SC","STHeiti",'SimHei';min-width:1200px;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, span,img,header,nav,footer {margin:0; padding:0; list-style-type:none;}
a{text-decoration:none;}
img{border:none;}
article,aside,dialog,figure,footer,header,legend,nav,section{display:block;}
#allmap {height:450px;width:1200px;overflow: hidden;}
	#result {width:100%;font-size:12px;}
	dl,dt,dd,ul,li{
		margin:0;
		padding:0;
		list-style:none;
	}
	dt{
		font-size:14px;
		font-family:"Microsoft YaHei","PingFang SC","STHeiti",'SimHei';
		font-weight:bold;
		border-bottom:1px dotted #000;
		padding:5px 0 5px 5px;
		margin:5px 0;
	}
	dd{
		padding:5px 0 5px 5px;
	}
	li{
		line-height:28px;
	}
	.BMapLib_SearchInfoWindow{border: 1px solid #ff2d2d !important; width:360px!important;height:260px !important;}
	.BMapLib_SearchInfoWindow .BMapLib_bubble_title{background-color: #ff2d2d !important;height:43px !important;padding:0 14px !important;line-height:43px !important;color:#fff !important;font-size:16px !important; font-family:"Microsoft YaHei","PingFang SC","STHeiti",'SimHei' !important;
    font-weight: lighter !important;}
	.BMapLib_SearchInfoWindow .BMapLib_bubble_top{height:43px !important;}
	.BMapLib_SearchInfoWindow .BMapLib_bubble_close{background:none !important;}
	.BMapLib_SearchInfoWindow .BMapLib_sendToPhone{background:url(01.png) no-repeat center center !important;}
	.BMapLib_SearchInfoWindow .BMapLib_bubble_content{line-height: 30px;font-family:"Microsoft YaHei","PingFang SC","STHeiti",'SimHei';;font-size: 16px;}
	.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div{eight: 43px！important;margin-right:-6px !important;}
	.BMapLib_trans_text{border:1px solid #ff2d2d !important;}
	.BMapLib_SearchInfoWindow .iw_bt, .BMapLib_SearchInfoWindow .iw_bt_down, .BMapLib_SearchInfoWindow .iw_bt_over{border:1px solid #ff2d2d !important;background:#fff !important;}
	.BMapLib_search_text{border:1px solid #ff2d2d !important;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content{    padding: 3px 14px !important;}
 .kefu_modal{
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background: rgba(0,0,0,0.27);
      z-index: 99;

    }
    #kefu_modal{
      display: none;
    }
    .kefu_modal_main{
      width: 600px;
      height: 407px;
      background: #FFFFFF;
      border-radius: 10px;
      margin: 260px auto 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
      padding: 20px;
      position: relative;
      font-size: 16px;
      color: #999999;
    }
    .kefu_modal_main img:nth-of-type(1){
      width: 24px;
      height: 24px;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
    }
    .kefu_modal_main span:nth-of-type(1){
      font-size: 24px;
      color: #333333;
      margin-top: 40px;
    }
    .kefu_modal_main img:nth-of-type(2){
      width: 180px;
      height: 180px;
     margin-top: 32px;
      margin-bottom: 20px;
    }
    .kefu_icon{
      position: fixed;
      right: 0;
      bottom: 350px;
      width: 96px;
      height: 38px;
      background: #A5958C;
      border-radius: 20px 0px 0px 20px;
      font-size: 13px;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
    }
    .kefu_icon img{
      width: 18px;
      height: 18px;
      margin-right: 6px;
    }