@CHARSET "UTF-8";
*{margin:0px;padding:0px;outline:none;}
body{font-family:'Microsoft Yahei';font-size:14px;color:#333;}
img{border:0;}
.imgresponsive{display:inline-block;width:100%;height:100%}
a{color:#959595;text-decoration:none;-webkit-touch-callout:none}
ul{list-style: none;}
button,input,select,textarea{font-size:16px;vertical-align:middle;font-family:"Microsoft YaHei";border:none;outline:none;color:#959595;}
textarea{resize:none}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance: none;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
strong{font-weight:normal; font-style:normal;}
.cen{text-align:center;}
.ri{text-align:right;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden}
* html .clearfix{zoom:1}
::-webkit-input-placeholder{
	font-size:14px;
	color:#bbb;
}
:-moz-placeholder{
	font-size:14px;
	color:#bbb;
}
::-moz-placeholder{
	font-size:14px;
	color:#bbb;
}
:-ms-input-placeholder{
	font-size:14px;
	color:#bbb;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸
::-webkit-scrollbar{
	width: 6px;
	height: 6px;
}

定义滚动条轨道 内阴影+圆角
::-webkit-scrollbar-track{
	border-radius:8px;
}

定义滑块 内阴影+圆角
::-webkit-scrollbar-thumb{
	border-radius:8px;
	background-color:#000;
}*/
.c-blue{
	color: #19a2fb;
	cursor: pointer;
}
/*通用结束*/
#loading{
	width:120px;
	height:35px;
	padding-top:15px;
	position:fixed;
	top:100px;
	left:50%;
	z-index:2;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
	display:none;
}
#PageLoadingEffect{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin:0;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* 加载中样式 */
.markerContentWrap{
	width:130px;
	text-align:center;
	/* position:relative;
	width:40px;
	height:40px; */
}
.markerlnglat{
	width:35px;
	height:40px;
}
.amap-marker-label{
	border:none;
	padding:0;
	background-color:rgba(255,255,255,0);
	width:211px;
	text-align:center;
}
.marker{
	/*position:absolute;
	top:0;
	left:0;*/
	display:inline-block;
    color: #fff;
    padding:3px 10px 3px 10px;
    white-space:nowrap;
    font-size: 12px;
    background-color:rgba(0,0,0,0.6);
    border-radius:10px;
    z-index:200; 
    position:relative;
}
.marker img{
	width:13px;
	height:13px;
	vertical-align:middle;
	margin-left:2px;
}
.amap-info-content{
	padding:0;
}
.amap-info-close{
	display:none;
}
.amap-info-outer, .amap-menu-outer{
	box-shadow: 0 2px 12px 0 rgba(145,153,159,0.50);
}
.amap-info-content{
	overflow:hidden;
}
.orgInfoWindow{
	width:256px;
	background-color:#fff;
	font-size:14px;
	color:#999;
}
.orgimgWrap{
	width:256px;
	height:142px;
	background-color:#ccc;
	position:relative;
	margin-bottom:8px;
	cursor:pointer;
}
.orgimgWrap p{
	position:absolute;
	width:256px;
	height:142px;
	color:#fff;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.3);
	font-size:16px;
	box-sizing:border-box;
	padding:5px;
	padding-top:94px;
	background:url(../../images/infowindowBg.png);
	background-position:left;
	background-repeat:no-repeat;
	background-size:100%;
}
.orgLogoWrap{
	float:left;
	width:38px;
	height:38px;
	background-color:#ccc;
	margin-right:10px;
}
.orgimgWrap p span{
	font-size:14px;
	float:left;
	width:196px;
	height:38px;
	word-wrap: break-word;  
    word-break: normal; 
    font-weight:bold; 
}
.orgimgWrap{
	position:relative;
}
.map_orgphone,.map_orgaddress{
	font-size:12px;
	box-sizing:border-box;
	padding:0 11px 0 31px;
	margin-bottom:9px;
	background:url(../../images/map_orgPhone.png) no-repeat 11px;
	background-size:6.5%;
}
.map_orgaddress{
	background:url(../../images/map_orgAddress.png) no-repeat 11px;
	background-size:6.5%;
}
.map_orgphone img,.map_orgaddress img{
	margin-right:7px;
}
.orgInfoWindow .orgLabel{
	margin:10px 0 3px 0;
	box-sizing:border-box;
	padding:0 11px;
	height:25px;
	overflow:hidden;
}
.orgInfoWindow .orgLabel span{
	font-size:12px;
	display:inline-block;
	padding:0 8px 0 20px;
	height:20px;
	line-height:20px;
	background-color:#FFF6CF;
	margin:0 6px 5px 0;
	background-image:url(../../images/map_orgLabel2.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	background-size:15px;
	color: #FF9700;
}
.btnWrap{
	padding-left:11px;
	margin-bottom:15px;
}
.btnWrap a{
	display:inline-block;
	width:110px;
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#ff9700;
	border:1px solid #ff9700;
	text-align:center;
	margin-bottom:5px;
}
#claimOrg:hover{
	color:#fff;
	background-color:#ff9700;
}
#correctError{
	margin-left:10px;
	border-color:#1aa1fb;
	color:#1aa1fb;
}
#correctError:hover,#correctError2:hover{
	color:#fff;
	background-color:#1aa1fb;
}
.seeDetails{
	display:inline-block;
	width:63px;
	height:20px;
	position:absolute;
	right:7px;
	top:7px;
}
#correctError2{
	width:234px;
	height:30px;
	line-height:30px;
	color:#1aaafb;
	font-size:12px;
	border-color:#1aa1fb;
}
.btnWrap .seeOrgDetails{
	width:234px;
	height:30px;
	line-height:30px;
	color:#1aa1fb;
	background-color:#fff;
	border-color:#1aa1fb;
}
.btnWrap .seeOrgDetails2{
	width:158px;
}
.btnWrap .seeOrgDetails3{
	width:70px;
	margin-left:2px;
}
.btnWrap .seeOrgDetails:hover{
	background-color:#1aa1fb;
	border-color:#1aa1fb;
	color:#fff;
}
.saleOrgInfo{
	display:block;
	width:256px;
	position:absolute;
	top:0;
	right:0;
	/* padding:0 8px; */
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	z-index:3;
}
.moretext{
	position:absolute;
	height:20px;
	line-height:20px;
	top:20px;
	right:-45px;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	transform:translateX(-50%);
	border:1px solid #eee;
	white-space:nowrap;
	padding:0 5px;
	background:#fff;
	display:none;
	z-index:1;
	font-size:12px;
	color:#666;
}
.tri{
	width:8px;
	height:4.5px;
	position:absolute;
	left:50%;
	margin-left:-4px;
	top:-5px;
}
/*地图结束*/
.leftSlide{
	width:270px;
	display:none;
}
#beforeSearch{
	/* height:100%; */
	background-color:rgba(0,0,0,0.7);
}
.areaWrap{
	width:270px;
	height:35px;
	line-height:35px;
	box-sizing:border-box;
}
.areaWrap>span{
	box-sizing:border-box;
	width:50%;
	height:100%;
	font-size:14px;
	color:#fff;
	cursor:pointer;
	border-bottom:1px solid #898989;
	background:url(../../images/map_areaJT.png) no-repeat 95% 18px;
}
.areaWrap>span:first-child{
	border-right:1px solid #898989;
}
.orgType{
	width:270px;
	box-sizing:border-box;
}
.orgType>li{
	box-sizing:border-box;
	border-bottom:1px solid #626262;
	height:54px;
	padding:10px 14px 0 14px;
	cursor:pointer;
	background:url(../../images/map_typemore.png) no-repeat 242px 27px;
	/*position:relative;*/
}
.orgType>li>img{
	width:34px;
	height:34px;
	margin-right:16px;
}
.orgType>li>span{
	display:block;
	font-size:14px;
	color:#fff;
}
.orgType>li>span>strong{
	font-size:12px;
	color:#898989;
}
.orgSmallTppe{
	position:fixed;
	top:0;
	left:270px;
	background-color:#313131;
	font-size:14px;
	color:#959595;
	z-index:3;
	padding:12px 10px 12px 20px;
	display:none;
}
.orgSmallTppe ul{
	float:left;
}
.orgSmallTppeTOP{
	top:0;
}
.orgSmallTppeBottom{
	bottom:0;
}
.orgSmallTppe li{
	width:80px;
	/*float:left;*/
	height:36px;
	line-height:36px;
	text-align:left;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.orgSmallTppe ul:first-child li:first-child{
	color:#1aa1fb;
}
.mapmap{
	position:relative;
}
.mapTop{
	width:530px;
	position:fixed;
	top:13px;
	left:290px;
	z-index:2;
}
#container{
	width:100%;
	position:fixed;
	top:0;
	left:270px;
	z-index:1;
}
.searchOrg{
	width:310px;
	height:38px;
	line-height:38px;
	background-color:#fff;   
	box-shadow:1px 2px 1px rgba(0,0,0,.15);
	margin-right:4px;
	position:relative;
}
#searchOrg{
	box-sizing:border-box;
	width:262px;
	height:20px;
	border-right:1px solid #e5e5e5;
	margin-top:8px;
	padding-left:16px;
	color:#333;
	font-size:14px;
}
.searchOrg span{
	width:48px;
	height:40px;
	cursor:pointer;
}
.searchOrg span img{
	margin-top:11px;
}
.mapTop a{
	width:104px;
	height:38px;
	line-height:38px;
	text-align:center;
	margin-right:4px;
	background:url(../../images/map_bacline1.png) repeat-x left;
	box-shadow:1px 2px 1px rgba(0,0,0,.15);
	font-size:14px;
	color:#fff;
}
.mapTop a:last-child{
	background-image:url(../../images/map_bacline2.png);
	color:#333;
}
.mapTop a img{
	vertical-align:middle;
	margin:0 3px 2.5px 0;
}
.mapTop a:last-child img{
	margin:0 4px 4px 0;
}
.saleLogin{
	position:relative;
	width:84px;
	margin-right:30px;
}
#panel{
	display:none;
	width:270px;
	height:100%;
	background-color:#fff;
	box-sizing:border-box;	
}
#intro{
	width:100%;
	height:35px;
	background-color:#f8f9fc;
	font-size:14px;
	color:#666;
}
#intro span{
	float:left;
	height:35px;
	line-height:35px;
	border:1px solid #eaeaef;
	cursor:pointer;
}
#intro #goBack{
	box-sizing:border-box;
	width:25px;
	padding:2px 0 0 5px;
	background:none;
}
#intro span{
	box-sizing:border-box;
	width:81px;
	height:35px;
	padding-left:10px;
	border-left:0;
	background:url(../../images/map_areaJT.png) no-repeat 95% 15.5px;
}
#intro span:nth-child(3),#intro span:last-child{
	width:82px;
}
.serachNums{
	width:269px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:12px;
	color:#999;
	background-color:#ffffde;
	border-bottom:1px solid #eaeaef;
	border-right:1px solid #e7ecf0;
}
#my-list{
	box-sizing:border-box;
	cursor:pointer;
	border-right:1px solid #e7ecf0;
}
#my-list li{
	box-sizing:border-box;
	padding:13px 8px 13px 12px;
	border-bottom:1px dashed #E5E5E5;
}
.searchListTop{
	width:100%;
	border:1px solid #e5e5e5;
	margin-bottom:8px;
}
.searchListTop img{
	float:left;
	width:45px;
	height:45px;
	margin-right:8px;
}
.searchListTop span{
	display:inline-block;
	width:188px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.searchListTop span:hover{
	color:#1aa1fb;
}
.searchListTop strong{
	display:inline-block;
	font-size:12px;
	color:#999;
	background:url(../../images/map_orgLabel2.png) no-repeat left;
	box-sizing:border-box;
	padding-left:18px;
	background-size:14px;
	width:188px;
	height:16px;
	overflow:hidden;
	margin-top:7px;
}
#pagination-demo{
	height:30px;
}
#my-list .map_orgaddress{
	padding-right:0;
	padding-left:0;
	font-size:12px;
	color:#999;
	margin-bottom:0;
	background:none;
}
#my-list .orgLabel{
	font-size:12px;
	color:#666;
}
#my-list .orgLabel span{
	background-position:6px 4px;
}
#my-list .searchListCurrent{
	background-color:#f6f6f6;
}
/*区域检索开始*/
.map_province>li,.map_province2>li{
	position:relative;
}
.map_province,.map_district{
	width:134px;
	position:absolute;
	top:35px;
	left:0;
	z-index:2;
	background-color:#313131;
	color:#959595;
	text-align:center;
	display:none;
}
.map_province{
	z-index:3;
}
.map_province2,.map_typeSelect1{
	display:none;
	box-sizing:border-box;
	width:82px;
	position:absolute;
	top:34px;
	left:-1px;
	z-index:10;
	background-color:#fff;
	color:#959595;
	text-align:center;
	border-bottom:1px solid #eaeaef;
}
.map_province2{
	z-index:11;
}
.map_province2>li,.map_typeSelect1>li{
	position:relative;
	border:1px solid #eaeaef;
	border-top:0;
	border-bottom:0;
}
.map_province2>li:nth-child(32)>ul,.map_province2>li:nth-child(33)>ul,.map_province2>li:nth-child(34)>ul{
	border:none;
}
.map_typeSelect1>li{
	border-right:0;
}
.map_city2,.map_typeSelect2{
	display:none;
	width:163px;
	position:absolute;
	/*top:-1px;*/
	left:81px;
	background-color:#f8f9fc;
	border-top:1px solid #eaeaef;
	border-bottom:1px solid #eaeaef;
}
.map_typeSelect2{
	left:-188px;
	width:188px;
}
.map_city2>li,.map_typeSelect2>li{
	float:left;
	width:81px;
	color:#666;
}
.map_typeSelect2>li{
	width:94px;
}
.map_city2>li:hover,.map_typeSelect2>li:hover{
	color:#1aa1fb;
}
span.geolocationCityCur{
	background-color:#313131;
	background-image:url(../../images/map_areaJT2.png);
	border-bottom:none;
}
#intro span.searchareaCur{
	background-color:#fff;
	background-image:url(../../images/map_areaJT2.png);
	border-bottom:none;
}
.map_provinceCur{
	color:#fff;
	background-color:#3c3c3c;
}
.map_province2 .map_province2Cur,.map_typeSelect1 .map_province2Cur{
	color:#666;
	background-color:#f8f9fc;
	border-right:none;
	border-top:1px solid #eaeaef;
	border-bottom:1px solid #eaeaef;
}
.map_typeSelect1 .map_province2Cur{
	border-left:0;
}
.map_city{
	width:134px;
	position:absolute;
	left:134px;
	z-index:2;
	background-color:#3c3c3c;
	display:none;
	color:#959595;
}
.map_city li:hover,.map_district li:hover{
	color:#1aa1fb;
}
.map_district{
	width:135px;
	left:0;
}
.map_district2{
	width:82px;
	position:relative;
	top:-1px;
	left:-11px;
	z-index:10;
	background-color:#fff;
	border:1px solid #eaeaef;
	border-top:none;
	display:none;
}
.map_district2>li:hover{
	background-color:#f8f8fc;
	color:#1aa1fb;
}
.map_city>li,.map_district>li,.map_province2>li,.map_city2>li,.map_district2>li,.map_typeSelect1>li,.map_typeSelect2>li{
	padding:7px 0;
	line-height:150%;
}
/*区域检索结束*/
/*以下是登录后显示头部*/
.afterSaleLoginTop{
	display:none;
	width:100%;
	height:40px;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	box-shadow:1px 2px 5px rgba(0,0,0,0.05);
}
.mapTop{
	display:none;
	top:50px;
}
.orgNowSta a{
	float:left;
	width:73px;	
	height:40px;
	font-size:12px;
	color:#333;	
	box-sizing:border-box;
	position:relative;
}
.orgNowSta a:hover{
	color:#1aa1fb;
}
.orgNowSta a span{
	display:inline-block;
	width:100%;
	height:16px;
	line-height:16px;
	border-right:1px dashed #ddd;
	box-sizing:border-box;
	background-image:url(../../images/app_small.png);
	background-repeat:no-repeat;
	background-position:9px center;
	background-size:18%;
	padding-left:24px;
	margin-top:12px;
}
.orgNowSta a:last-child span{
	border-right:none;
}
.orgNowSta a:nth-child(2) span{
	background-image:url(../../images/dqr_small.png);
}
.orgNowSta a:nth-child(3) span{
	background-image:url(../../images/yqr_small.png);
}
.orgNowSta a:nth-child(5) span{
	background-image:url(../../images/gld_small.png);
}
.orgNowSta a:nth-child(6) span{
	background-image:url(../../images/yrl_small.png);
}
.orgNowSta .orgNowStaCur{
	background-color:#eee;
	border-top:2px solid #1AA1FB;
	color:#1aa1fb;
}
.orgNowSta a b{
	display:none;
	font-weight:normal;
	position:absolute;
	top:38px;
	left:0;
	height:28px;
	line-height:28px;
	font-size:12px;
	color:#888;
	background-color:#fff;
	min-width:446px;
	border: 1px solid #EEE;
    box-shadow: 0 2px 4px 0 rgba(204,204,204,0.50);
    border-radius: 2px;
}
.saleHeader{
	float:left;
	width:24px;
	height:24px;
	background-color:#bbb;
	border-radius:50%;
	margin:8px 6px 0 6px;
	overflow:hidden;
}
.saleName,.orgName{
	float:left;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#333;
	margin:8px 8px 0 0;
}
.saleExit,.orgExit{
	float:left;
	width:12px;
	height:12px;
	margin-top:12px;
	position:relative;
}
.saleExit>span,.orgExit>span{
	display:none;
	position:absolute;
	top:25px;
	left:-70px;
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 4px 0 rgba(198,198,198,0.50);
    border-radius: 2px;
    width:89px;    
    height:30px;
    line-height:30px;
    font-size: 12px;
    color: #333;
}
.saleExit>span:hover{
	color:#1aa1fb;
}
.orgGoToplat{
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#333;
	cursor:pointer;
	padding-left:15px;
}
.orgGoToplat:hover{
	color:#1aa1fb;
}
.orgGoToplat>img{
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:middle;
	margin:0 4px 3px 0;
}
.triangle-up {
	position:absolute;
	top:-5px;
	left:32px;
	display:inline-block;
    width:8px;
    height:4.5px;
    background:url(../../images/map_loginSJ.png) no-repeat;
    background-size:100%;
}
#thisAreaSearch{
	display:block;
	background-color:#1AA1FB;
	box-shadow: 0 1px 2px 0 rgba(0,72,119,0.50);
	border-radius:100px;
	width:180px;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#fff;
	position:fixed;
	bottom:90px;
	left:55%;
	margin-left:-18px;
	z-index:2;
	display:none;
}
#changeIdBtn{
	display:none;
	float:left;
	height:32px;
	line-height:32px;
	margin:4px 8px 0 0;
	font-size: 12px;
    color: #ccc;
    cursor:pointer;
}
#changeIdBtn:hover{
	color:orange;
}
.orgPhone{
	float:left;
	height:24px;
	font-size: 12px;
    color: #999;
    margin:12px 8px 0 0;
}
.orgPhone>span{
	display:inline-block;
	height:16px;
    line-height:16px;
    padding-right:10px;
    border-right:1px solid #ccc;
}
.orgPhone>img{
	width:12px;
	height:15px;
	vertical-align:middle;
	margin:0 3px 3px 0;
}
#backBox,#myOrg{
	float:left;
	width:110px;
	height:36px;
	line-height:36px;
	background-color: rgba(0,0,0,0.50);
	box-shadow:0 2px 9px 0 rgba(155,155,155,0.50);
	border-radius: 100px;
	font-size: 14px;
	color: #FFF;
	position:fixed;
	top:40px;
	left:40px;
	z-index:10;
	display:none;
}
#myOrg{
	left:270px;
	position:relative;
}
#backBox:hover,#myOrg:hover{
	background-color:#1aa1fb;
}
#backBox>img{
	vertical-align:middle;
	margin:0 4px 3px 0;
	width:18px;
}
/*
#backBoxNew,#orgDetailsNew{
	width:120px;
	height:36px;
	line-height:36px;
	background-color: rgba(0,0,0,0.50);
    box-shadow: 0 2px 9px 0 rgba(155,155,155,0.50);
    border-radius: 100px;
	font-size: 14px;
	color:#fff;
	position:fixed;
	top:30px;
	right:40px;
	z-index:10;
	display:none;
}
*/
#orgDetailsNew{
	right:190px;
}
#backBoxNew>img,#orgDetailsNew>img{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin:0 2px 1.5px 0;
}
/*
#backBoxNew:hover,#orgDetailsNew:hover{
	background-color:#1AA1FB;
}
*/
#backBoxNew>.showPic,#orgDetailsNew>.showPic{
	width:240px;
	height:auto;
	position:absolute;
	top:38px;
	right:-12px;
	display:none;
}
.triangle-down{
	position:absolute;
	top:19px;
	left:50%;
	margin-left:-5px;
	width: 0;
    height: 0;
    border-left: 7.81px solid transparent;
    border-right: 7.81px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.6);;
}
.saleLoginSearch{
    width:260px;
    height:30px;
    line-height:30px;
    background-color:#FAFAFA;
	border: 1px solid #DDDDDD;
	margin:5px 10px 0 5px;
	box-sizing:border-box;	
	position:relative;		
}
.saleLoginSearch>input{
    box-sizing:border-box;
    background-color:#FAFAFA;
    font-size:14px;
    color:#bbb;
    width:230px;
    height:20px;
    line-height:20px;
    margin-top:4px;
    padding-left:8px;
    border-right:1px solid #E7E8ED;
}
.saleLoginSearch>span{
    display:inline-block;
    width:26px;
    height:30px;
    line-height:30px;
}
.saleLoginSearch>span>img{
    width:15.3px;
    height:15.3px;
    margin-top:7px;
}
.saleLoginAddOrg,.groupShare{
    width:90px;
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#333;
    background-image: linear-gradient(-180deg, #FCD559 0%, #FFCD18 95%);
    margin-top:5px;
}
.saleLoginAddOrg{
	margin-right:10px;
}
.groupShare{
	width:auto;
	padding:0 10px;
	background-image:none;
	background-color:#19a2f9;
	color:#fff;
}
.saleLoginAddOrg>img,.groupShare>img{
    width:14px;
    height:auto;
    vertical-align:middle;
    margin:0 4px 3px 7.5px;
}
.groupShare>img{
	width:20px;
	margin-bottom:1px;
	margin-left:0;
}

/* 以下是登录弹窗 */
#cover,.cover{
	display:none;
    position:fixed;
    z-index:3;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.44);
}
.cover{
	display:block;
    z-index:10;
}
#loginBox{
	position:fixed;
	top:50%;
	left:50%;
	width: 380px;
	height: 316px;
	margin-top:-158px;
	margin-left:-190px;
	z-index:4;
	background-color: #fff;
	display:none;
}
.loginBoxHead{
	font-size: 18px;
    color:#333;
    margin:23px 0;
}
.phoneLogin{
	padding:0 20px;
}
#closeLoginBox{
	position:absolute;
	left:50%;
	bottom:-324px;
	margin-left:-19.75px;
	cursor:pointer;
	z-index:1;
}
.loginBoxHead>div{
	float: left;
}
.logintype{
	width: 190px;
	height:50px;
	line-height:50px;
	text-align: center;
}
.accountPwd{
	width: 340px;
	height: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	position: relative;
}
.tag{
	margin: 0;
	display: inline-block;
	width: 55px;
	height:22px;
	padding-left: 17px;
	border-right: 1px solid #e5e5e5;
	font-weight: normal;
	margin-top: 9px;
	color: #333;
	font-size:14px;
}
.import{
	width: 250px;
	height: 22px;
	padding-left: 15px;
	border: none;
	outline: none;
	font-size:14px;
}
.forgetPwd{
	margin-top: 10px;
	font-size: 13px;
	height:18px;
}
.forgetPwd input{
	vertical-align:middle;
	margin:0 4px 0 0;
}
.savePwd{
	margin: 0 6px 0 0;
	outline: none;
	vertical-align: sub;
}
.forgetPwd>a,.forgetPwd>a:hover{
	float: right;
	color: #888;
	text-decoration: none;
	cursor: pointer;
}
.forgetPwd>a:hover{
	color: #1aa1fb;
	text-decoration: none;
	cursor: pointer;
}
.loginbtn{
	margin-top: 20px;
	background-color: #1aa1fb;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.loginbtn>a,.loginbtn>a:hover{
	color: #fff;
    font-size: 16px;
    width: 340px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
}
.loginbtn>p>a{
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.codeDiv{
	width: 215px;
	height: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: inline-block
}
.codeDiv span{
	position:absolute;
	top:24px;
	left:2px;
	display:inline-block;
	width:85px;
	text-align:center;
	background-color:#fff;
	box-shadow: 0 0 5px 1px #ccc; 
	border-radius:3px;
	cursor:pointer;
	display:none;
}
.codeDiv span:hover{
	background-color:#DAF0FE;
}
.input-code{
	width: 127px;
	height: 22px;
	padding-left: 15px;
	border: none;
	outline: none;
	font-size:14px;
}
#sendcode,.codeLoginChoose{
	width: 110px;
	height: 38px;
	border-radius: 4px;
	background-color: #1aa1fb;
	border: none;
	outline: none;
	vertical-align: bottom;
	margin-left:10px;
	color: #fff;
	font-size:14px;
	cursor:pointer;
}
.codelogin{
	display: none;
}
.logintype-a img{
	width:26px;
	height:auto;
	vertical-align:middle;
}
.saleDutyList,.waitConfirmList,.saleChanceList,.orgFeedbackList{
	float:left;
	padding:0 14px;
	height:16px;
	line-height:16px;
	font-size:12px;
	color:#000;
	margin-top:12px;
	border-right:1px dashed #ddd;
}
.saleDutyList,.saleChanceList,.orgFeedbackList{
	position:relative;
}
.chanceWaitNum,.dutyWaitNum,.orgFeedBackNum{
	/* position:absolute;
	right:1px;
	top:-8px; */
	display:inline-block;
	width:16px;
	height:16px;
	line-height:15px;
	text-align:center;
	background-color:#FF4443;
	border-radius:50%;
	color:#fff;
	border:1px solid #fff;
	font-size:12px;
}
/* .saleDutyList{
	float:left;
	padding:2.5px 6px;
	text-align:center;
	border:1px solid #1aa1fb;
	font-size:12px;
	color:#1aa1fb;
	vertical-align:middle;
	margin:8px 5px 0 0;
}
.saleDutyList:hover{
	color:#fff;
	border-color:#1aa1fb;
	background-color:#1aa1fb;
} */
.orgClaimt,.orgCorrectt{
	display:inline-block;
	width:40px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background-color:rgba(0,0,0,0.50);
	position:absolute;
	top:9px;
	right:7px;
	z-index:1;
}
.orgClaimt{
	right:52px;
	color:#333;
	background-color:#FFCD18;
}


/*设置密码*/
#masklayer{
    position:fixed;
    z-index:11;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.44);
}
#setPwd{
	/* display:none; */
    position:fixed;
    z-index:12;
    top:50%;
    left:50%;
    margin-top: -156px;
    margin-left: -207px;
	width: 414px;
	/* height: 293px; */
	background: #fff;
	border-radius: 4px;
	font-size: 0px;
}
.setPwdHead{
	height: 44px;
	/* text-align: center; */
	padding-left: 26px;
	position: relative;
	background: #f1f1f1;
}
.setPwdHead>h1{
	margin: 0px;
	font-size: 14px;
	color: #666;
	line-height: 44px;
}
.setPwdHead>img{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 15px;
    right: 32px;
    cursor: pointer;
}
.setPwdCenter{
	/* width: 407px; */
	margin: 0 auto;
	padding: 24px 0 28px 0;
	text-align: center;
	/* border-bottom: 1px solid #ccc; */
}
.safetyHint{
	margin: 0;
	font-size: 14px;
	color: #e45e77;
	height: 14px;
	line-height: 14px;
}
.setPwdCenter>div{
	margin-top: 24px;
	position: relative;
}
.setPwdCenter>div>span{
	width: 48px;
	height: 12px;
	line-height: 12px;
	text-align: right;
	display: inline-block;
	font-size: 12px;
	margin-right: 9px;
	color: #666;
	vertical-align:middle;
}
.setPwdCenter>div>input{
	width: 212px;
	height: 38px;
	border: 1px solid #e9e9e9;
	padding-left: 10px;
	outline: none;
	font-size: 12px;
	color: #666;
}
.setPwdCenter>div>img{
	position: absolute;
	top: 14px;
    right: 82px;
    cursor: pointer;
}
.setPwdBtn{
	/* margin-top: 20px; */
	margin-bottom: 20px;
	text-align: center;
}
.setPwdBtn>input{
	width: 84px;
	height: 28px;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	border: 1px solid #e9e9e9;
	color: #999;
}
#setPwdSuccess{
	background: #e5e5e5;
	color: #666;
}
#pass{
	background: #fff;
	color: #666;
	margin-left: 16px;
}
::-ms-clear, ::-ms-reveal{display: none;}
/*设置密码结束*/
.orgList{
	width:200px;
	padding:14px 0;
	background-color:#fff;
	position:absolute;
	top:38px;
	left:50%;
	margin-left:-100px;
	z-index:1;
	-webkit-box-shadow:0 4px 5px 1px rgba(37,37,37,0.3);
	box-shadow:0 4px 5px 1px rgba(37,37,37,0.3);
	display:none;
}
.orgList>li{
	text-align:left;
	height:25px;
	line-height:25px;
	cursor:pointer;
	color:#666;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dashed #ddd;
	padding:0 14px;
}
.orgList>.orgListCur{
	color:#1aa1fb;
}
.orgList>li:hover{
	background-color:#f9f9f9;
}
/* 我的机构结束 */
.userOrgListWrap{
	background-color:#fff;
    border: 1px solid rgba(32, 179, 200, 1);
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.15);   
	position:fixed;
	left:60px;
	top:70px;
	z-index:2;
	width:372px;
    box-sizing:border-box;
    font-size:14px;
    color:#000; 
	display:none;
	max-height: 550px;
	overflow: auto;
	min-height: 250px;
}
.userOrgListTop{
	/*background-color:#f7f7f7;*/
	margin-top: 20px;
	padding:0 20px;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	box-sizing:border-box;
	padding-bottom: 20px;
}
.userOrgList{
	/*max-height:380px;*/
	/*overflow-y:scroll;*/
}
.myOrgName-box{
	margin-bottom: 10px;
}
.userOrgList>li{
	cursor: pointer;
	text-align:left;
	position:relative;
	/*padding-left:14px;*/
	/*margin:0 20px;*/
}
/*.userOrgList>li:hover{
	background-color: rgb(240,240,240);
}*/
.userOrgList-li-box{
	padding:20px 10px;
	margin:0 20px;
	border-bottom:1px solid rgba(0,0,0,0.15);
	position: relative;
}
.userOrgList-li-y .userOrgList-li-box{
	background-color: rgb(245,245,245);
}
.userOrgList-li-left{
	width: 230px;
}
.userOrgList-li-right{
	width: 60px;
}
.userOrgList-li-right img{
	width: 60px;
	height: 60px;
}
/*.userOrgList>.userOrgListCur{
	font-weight:bold;
	background:url(../../images/map_myOrgLeftBg.png) no-repeat 4px center;
	background-size:6px 10px;
	background-color:#eee;
}*/
.myOrgName{
	font-size:14px;
	font-weight:bold;
	max-width: 155px;
	color:#333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.myOrgManager{
	display:block;
	font-size:12px;
	color: #666;
	line-height: 20px;
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.selectpcd{
	padding:8px 20px;
	padding-top: 0;
	/*border-bottom:1px dashed #ddd;*/
}
.userOrgListWrap_y{
	height: 75px!important;
	overflow: hidden!important;
	min-height: 75px!important;
}
.similar-but{
	font-size: 12px;
	color: #666;
	width: 80px;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	box-sizing:border-box;
	background: url(../../images/org_map_but2.png) no-repeat;
	background-size: 80px 24px;
	margin-top: 5px;
	margin-left: -10px;
	cursor: pointer;
}
.selectpcd>div{
	height:26px;
	background-color:#eee;
	border:rgba(225, 225, 225, 1) solid 1px;
}
.userOrgList-li-left span{
	font-size: 12px;
	color: #666;
}
.selectpcd a{
	float:left;
	width:33%;
	height:26px;
	line-height:26px;	
	font-size:14px;
	color:#666666;
	text-align:center;
	background-image:url(../../images/map_areaJT.png);
	background-repeat:no-repeat;
	background-position:90px center;
	border-right:1px solid rgba(225, 225, 225, 1);
	position:relative;
}
.selectpcd a:last-child{
	border:none;
}
.selectpcd a span{
	display:block;
	width:85px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.selectpcd a>ul{
	position:absolute;
	top:26px;
	left:0;
	background-color:#fff;
	width:100%;
	font-size:12px;
	z-index:1;
	border:1px solid #eee;
	box-sizing:border-box;
	display:none;
	height:500px;
	overflow:auto;
}
.selectpcd a>ul>li{
	padding:4px 0;
	border-bottom:1px solid #eee;
}
.selectpcd a>ul>li:hover{
	color:#1aa1fb;
}
#myCurOrg{
	height:36px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-right: 7px;
}
#myCurOrg span{
	color:#666;
}
#sameOrg{
	width:100px;
	height:22px;
	background:url(../../images/map_mySameOrg.png) no-repeat;
	background-size:100% 100%;
	margin:7px 7px 0 0;
}
.allOrg2{
	background:url(../../images/map_mySameOrg2.png) no-repeat!important;
	background-size:100% 100%!important;
}
#allOrg{
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
	background:url(../../images/org_map_icon9.png) no-repeat 10px 50% rgba(32, 179, 200, 1);
	border-radius: 2px;
	background-size:20px 20px;
	box-sizing:border-box;
	padding-left: 32px;
	font-size: 14px;
	color: #fff;
	background-size:16px 16px;
}
.allOrg_y{
	background-image: url(../../images/org_map_but1.png);
}
/* 机构列表 */
#waitConfirmBtn{
	display:block;
	position:fixed;
	top:50px;
	left:290px;
	padding:0 14px;
	height:32px;
	line-height:32px;
	text-align:center;
	background-color:#fff;
	font-size: 12px;
    color: #333;
	z-index:2;
	box-shadow: 1px 2px 1px 0 rgba(0,0,0,0.15);
	display:none;
}
#waitConfirmBtn>img{
	width:14px;
	height:10px;
	vertical-align:middle;
	margin:0 3px 1.5px 0;
}
.testorg{
	position:absolute;
	left:0;
	top:0;
	width:30px;
}
.doSomething{
	display:inline-block;
	position:absolute;
	left:0;
	top:24px;
	background-image:url(../../images/map_doSomethingBg.png);
	background-repeat:no-repeat;
	background-size:100%;
	font-size:12px;
	color:#333;
	min-width:77px;
	padding:0 50px 0 10px;
	height:20px;
	line-height:20px;
}
.clearInput{
	display:inline-block;;
	position:absolute;
	right:54px;
	top:11px;
	cursor:pointer;
	display:none;
}
.mapOrgAudit{
	position:absolute;
	width:60px;
	right:0;
	bottom:-60px;
}
/*页面跳转*/
.forPageSkip{
	display:none;
	box-sizing:content-box;
	position: fixed;
    width: 48px;
    height: 246px;
    top: 50%;
    margin-top: -123px;
    right: 0px;
    z-index: 9;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #ddd;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #1aa1fb;
    border-right: 0 none;
    overflow: hidden;
}
.forPageSkip a{
	display: block;
    line-height: 16px;
    height: 82px;
    padding: 8px;
    color: #1aa1fb;
    cursor: pointer;
    font-size:14px;
    box-sizing:border-box;
} 
.forPageSkip .activrPage{
	color:#ffffff;
	background:#1aa1fb url(../../images/checkPageImg1.png) no-repeat 6px center;
}
/* 组团分享入口代码 */
.groupShareBox{
	position:fixed;
	width:583px;
	max-height:545px;
	top:50%;
	left:50%;
	margin-top:-272.5px;
	margin-left:-202.5px;
	background-color:#FFF;
	z-index:11;
	padding-bottom:30px;
}
.groupShareBox-top-box{
	height: 44px;
	position: relative;
}
.groupShareBox-top-box div{
	width: 50%;
	box-sizing:border-box;
	background-color: #ccc;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.groupShareBox-top-box img{
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
}
.groupShareBox-top-box-check{
	background-color: #fff!important;
	color: #2ea8fb!important;
}
.groupShareBox>h3{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#333;
	text-align:center;
	background-color:#ededed;
}
.groupMarketSearch{
	box-sizing:border-box;
	margin:14px 44px 10px 44px;
	position:relative;
}
.groupMarketSearch a{
	width:42px;
	height:40px;
	background-color:#999;
	line-height:40px;
	text-align:center;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
#searchShareTitle{
	width:452px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	color: #666;
	padding:0 10px;
	border-right:none;
	height:40px;
	outline:none;
	box-sizing:border-box;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.shareTitleWrap{
	width:100%;
	max-height:355px;
	overflow-y:auto;
	box-sizing:border-box;
}
.shareTitleWrap>li{
	width:100%;
	border-bottom:1px solid #ededed;
	padding:16px 24px 10px 42px;
	font-size:14px;	
	line-height:21px;
	position:relative;
	box-sizing:border-box;
	position: relative;
}
.shareTitleWrap>li>img{
	position: absolute;
	top: 0;
	left: 0;
}
.c9{
	color: #999!important;
}
.shareTitleWrap>li>a{
	display:block;
	width:100%;	
	color:#333;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shareTitleWrap>li>a:hover{
	color:#1aa1fb;
}
/* .groupMarketEditBtn{
	display:inline-block;
	font-size:12px;
	color:#fff;
	background-color:#1aa1fb;
	padding:0 8px;
	position:absolute;
	top:50%;
	margin-top:-10px;
	left:332px;
} */
.closeLoginBox{
	position:absolute;
	top:9.615px;
	right:10px;
	cursor:pointer;
	z-index:12;
	width:16px;
}
#addGroupMarket{
	display:block;
	width:118px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	font-size:12px;
	color:#333;
	background-color:#FFCD18;
	text-align:center;
	margin-top:30px;
}
#addGroupMarket>img{
	width:14px;
    vertical-align:middle;
    margin:0 4px 4px 0;
}
.uptime{
	margin-right: 20px;
	color:#999;
}
.addorg-box{
	position: fixed;
	top: 70px;
	right: 20px;
	color: #fff;
	z-index: 999;
	cursor: pointer;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.1)
}
.addorg-box img{
	display: block;
	margin-bottom: 0!important;
}
.addorg-box a{
	color: #fff;
}
.addorg-box img{
	display: block;
	margin:0 auto;
	margin-bottom: 3px;
	/*margin-top: 15px;*/
}
.sameOrg-text{
	font-size:12px;
	color: #999;
	height:36px;
	line-height: 36px;
	display: inline-block;
}
.top_nav{
	overflow: hidden;
	height: 50px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
}
.nav-wrap{
	margin:0 20px;
}
.nav-left-logo{
	width: 172px;
	height: 48px;
}
.addorg-but{
	margin-top: 7px;
	width: 112px;
	height: 36px;
	box-sizing:border-box;
	padding-left: 34px;
	background: url(../../images/org_map_icon7.png) no-repeat 12px 50% rgba(26, 165, 251, 1);
	background-size: 16px 16px;
	font-size: 16px;
	line-height: 36px;
	border-radius: 2px;
	margin-left: 40px;
	color: #fff;
	cursor: pointer;
}
.nav-right li{
	font-size: 14px;
	color: #666666;
	margin-left: 30px;
	padding-left: 22px;
	height: 50px;
	line-height: 50px;
}
.nav-right li a{
	color: #666666;
}
.nav-right-li1{
	background: url(../../images/org_map_icon6.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
.nav-right-li2{
	background: url(../../images/org_map_icon5.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
.nav-right-li3{
	background: url(../../images/org_map_icon4.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
.nav-right-li4{
	background: url(../../images/org_map_icon3.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
.nav-right-li5{
	background: url(../../images/org_map_icon2.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
.nav-right-li6{
	background: url(../../images/org_map_icon1.png) no-repeat 0 50%;
	background-size: 16px 16px;
}
.amap-icon{
	transform: scale(0.85);
	transform-origin:50% 100%;
}
.amap-geolocation-con{
	bottom: 350px!important;
	top:215px !important;
}
.amap-ui-control-position-br{
	/*bottom:260px!important;*/
	top:275px !important;
}

/*后台管理,未来地图,机构主页*/
.backstage_map_main{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:9;
	position:fixed;
	left:0;
	top:70px;
	width:46px;
	height:238px;
	background-color:#fff;
	border:1px solid #e9e9e9;
	border-bottom-right-radius: 8px;
	-moz-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0784313725490196);
	-webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0784313725490196);
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.0784313725490196);
}
.backstage_map_main>div{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	height:33.333%;
	border-bottom:1px solid #e9e9e9;
	cursor:pointer;
	text-align:center;
	color:#999;
}
.backstage_map_main>div:last-child{
	border:none;
}
.backstage_map_main img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:12px;
}
.backstage_map_main span{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	padding:0 8px;
	width:100%;
	font-size:12px;
}
.backstage_map_main .clickNow{
	color:#1ba3e4;
}

/*后台管理,未来地图,机构主页*/