html,
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: Microsoft YaHei;
}
.iw_poi_title {
	color: #cc5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}
main {
	background: #ffffff;
}
.content {
	width: 100%;
	position: relative;
}
.headerImg {
	height: 7.62rem;
}
.contentBox {
	position: absolute;
	top: 7.42rem;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12rem;
	height: 5.03rem;
	z-index: 9;
	background: #ffffff;
	box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.contentBox_1 {
	display: flex;
}
.contentBox_content {
	width: 50%;
	border-right: 0.01rem solid #888888;
	border-bottom: 0.02rem solid #888888;
}
.contentBox_content:hover {
	border-bottom: 0.02rem solid #0e6eb2;
}
.contentBox_1:hover{
    border: none;
}
.contentBox_content:last-child {
	border-right: 0px;
}
.contentBoxHeader {
	display: flex;
	align-items: center;
	margin-top: 1.19rem;
	margin-left: 0.98rem;
	margin-bottom: 0.44rem;
}
.contentBoxHeaderText {
	font-size: 0.26rem;
	font-weight: 400;
	color: #333333;
}
.contentBoxHeaderText1 {
	width: 0.02rem;
	height: 0.38rem;
	background: #999999;
	margin-left: 0.16rem;
	margin-right: 0.16rem;
}
.contentBoxHeaderText2 {
	color: #333333;
}
.contentBoxHeaderText2_1 {
	color: #0e6eb2;
}
.contentBoxHeaderNext {
	display: flex;
	align-items: center;
	font-size: 0.26rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 1.12rem;
	margin-left: 0.98rem;
}
.contentImg {
	margin-right: 0.28rem;
	width: 0.45rem;
	height: 0.35rem;
}
.bottomBox {
	display: flex;
}
.bottomLogo {
	width: 0.27rem;
	height: 0.35rem;
	margin-right: 0.24rem;
	font-size: 0.16rem;
	font-weight: 400;
	color: #666666;
}
.contentBox_2{
    height: 1.68rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
