

/* 内容 */
.content {
    margin: 5% auto;
    position: relative;
}
.addressTexts {
    width: 100%;
    max-width: 400px;
    position: absolute;
    z-index: 66;
    left: 7%;
    margin: auto;
    background-color: #19c186;
    color: #fff;
    font-size: 18px;
    padding: 5% 0;
}
.addressTexts-content {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
}
.addressTexts h3 {
    font-size: 26px;
    margin-bottom: 10%;
}
.addressTexts li {
    margin: 3% 0;
}

/* 地图 */
body { margin: 0; font: 13px/1.5 "Microsoft YaHei", "Helvetica Neue", "Sans-Serif"; min-height: 960px; }
.my-map { margin: 0 auto; width: 100%; height: 640px; } .my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } .my-map .icon-cir { height: 31px; width: 28px; } .my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }


/* 在线留言 */
.leaveMessage {
    margin-bottom: 58px;
	font-size: 18px;
}
.productContent-title {
	margin-bottom: 30px;
	font-size: 24px;
}
.form .pailie, .textarea-content {
    align-items: flex-start;
}
.input {
    border: 1px solid #dddddd;
    margin-top: 18px;
}
.input-content {
	width: 32%;
}
.form .input {
    width: 100%;
    height: 44px;
}
input {
    text-indent: 15px;
}
.textarea {
    width: 100%;
}
.input-content {
	margin-bottom: 30px;
}
.textarea textarea {
    width: calc(100% - 30px);
    height: 178px;
    text-indent: 15px;
    padding: 10px 15px;
}
.leaveMessage button {
    color: #19c186;
    display: block;
    width: 100%;
    padding: 20px 0;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 40px;
	font-size: 18px;
}
.leaveMessage button:hover {
    color: #fff;
	background-color: #19c186;
}
@media screen and (max-width: 768px) {
    .form {
		flex-direction: column;
	}
	.input-content {
		width: 100%;
		
	}
}
@media screen and (max-width: 425px) {
    .addressTexts {
		left: 0;
		top: 0;
	}
	.productContent-title {
	    font-size: 18px;
		margin-bottom: 0px;
	}
	.leaveMessage {
		margin-bottom: 40px;
		font-size: 14px;
	}
	.input-content {
		margin-bottom: 15px;
	}
	.input {
	    margin-top: 10px;
	}
	.leaveMessage button {
		font-size: 16px;
		margin-top: 20px;
		padding: 10px 0;
	}
	.addressTexts h3 {
		font-size: 26px;
		margin-bottom: 0;
	}
}