@charset "utf-8";
/*--弹窗样式--*/
#gray{width:100%;height:100%;background:rgba(0,0,0,0.7);position:fixed;top:0px; display:none; z-index:99;}
.popup{
	width:760px; 
	height:auto;
	background-color:#fff;
	position:absolute;
	z-index:100;
	border:1px solid #ebeaea;
	left:400px;
	top:96px;
	display:none;
}
.popup .top_nav{
	width:760px;
	height:46px;
	background: #257dff;
	border-bottom:1px solid #ebeaea;
	position:relative;
	cursor:move;
}

.popup .top_nav i{width:35px;height:35px;background:#257dff; color: #fff; position:absolute; top:6px; left:8px; display:block; }
.popup .top_nav span{color:#fff;display:block;position:absolute; background: #257dff; font-size: 18px; line-height: 46px; text-indent: 1.0rem; }


.popup .top_nav a.guanbi { background:url(../images/popup_guanbi.png) repeat 0px 0px; width:35px; height: 35px; display: block; position:absolute; top:8px; right:10px;cursor:pointer;}
.popup .top_nav a.guanbi span { display: none;}
.popup .top_nav a.guanbi:hover { background: url(../images/popup_guanbi.png) repeat 0px 0px; }
.popup .min{width:700px;height:auto;padding:30px;}

.feedback{width: 100%; height: auto; }
.feedback h1{margin: 0 auto 20px auto; }
.feedback h1>input{width: 100%; height: 43px; border: #ccc solid 1px; background: #fff url(../images/user-icon.png) no-repeat 0 50%; box-sizing: border-box; text-indent: 3.5rem; }
.feedback h2{margin: 0 auto 20px auto; }
.feedback h2>input{width: 100%; height: 43px; border: #ccc solid 1px; background: #fff url(../images/tel-icon.png) no-repeat 0 50%; box-sizing: border-box; text-indent: 3.5rem; }
.feedback h3{margin: 0 auto 20px auto; }
.feedback h3>input{width: 100%; height: 43px; border: #ccc solid 1px; background: #fff url(../images/mail-icon.png) no-repeat 0 50%; box-sizing: border-box; text-indent: 3.5rem; }
.feedback h4{margin: 0 auto; }
.feedback h4>textarea{width: 100%; height: auto; border: #ccc solid 1px; padding: 1%; box-sizing: border-box; color: #696969; }
.feedback h5{margin-top: 10px; }
.feedback h5>input{width: 95px; height: 33px; border: 0; background: #257dff; color: #fff; cursor: pointer; border-radius: 4px; transition: all .5s ease-in-out; }
.feedback h5>input:hover{background: #1064e1; }

.add-map{width: 100%; height: auto; }




