html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	color: #2c3e50;
}

div,
header,
footer {
	box-sizing: border-box;
}

.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.app {
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.header-wrap {
	display: flex;
    padding: 0 10%;
    width: 100%;
    height: 158px;
    background: url(../images/newWechat/zmbanner.png);
   	background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.header-title{
	position: absolute;
    top: 108px;
    left: 10%;
    color: #1566DA;
    width: 80%;
    text-align: center;
}



.body-wrap {
	width: 100%;
	/*height: calc(100vh - 160px);*/
	/* padding: 20px 10px 0 10px; */
}

.body-wrap .body-content {
	width: 100%;
	height: calc(100% - 10vh);
	/*border: solid 1px #528acf;*/
}

.body-wrap .body-title {
	display: flex;
    width: 100%;
    height: 4vh;
    color: #4a4a4a;
    /* background-color: #528acf; */
    align-items: center;
    justify-content: flex-start;
}

.body-wrap .body-title .title-img {
	width: 52px;
    height: 3vh;
    background-image: url(../images/newWechat/cssz.png);
    background-size: auto;
}

.body-wrap .body-title .title-text {
	font-size: 18px;
}

.body-wrap .body-info {
	width: 100%;
	/*height: 26vh;*/
	overflow: auto;
	padding-bottom: 5px;
	border-bottom: solid 1px #528acf;
}

.body-wrap .body-info .info-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #528acf;
	font-size: 18px;
}

.body-wrap .body-info .info-wrap .info-bar {
	display: flex;
	flex: 1;
	align-items: center;
	height: 40px;
	padding-left: 5px;
	border-bottom: 1px solid #aaa;
}

.info-scroll {
	width: 90%;
    margin: 0 auto;
    border: 2px solid rgba(82,138,207,1);
	border-radius: 6px;

}

.body-wrap .body-info .info-wrap .info-img {
	width: 86px;
	text-align: left;
	/*height: 5vh;*/
	/*background-image: url(../images/index/body/info/info-radio.png);*/
}

.body-wrap .body-map {
	width: 100%;
	height:200px;
}

.body-wrap .body-btn {
	width: 100%;
	height: 10vh;
	padding-top: 10px;
}

.body-wrap .body-btn .btn-warp {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-color: #528acf;*/
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
}

.footer-wrap {
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0 10px;
}

.footer-wrap .img-mask {
	position: absolute;
	width: calc(100% - 20px);
	height: 3vh;
	background-image: url(../images/index/footer/footer-mask.png);
}

.footer-wrap .footer-img {
	width: 100%;
	height: 100%;
	background-image: url(../images/index/footer/footer-title.png);
}
.body-title-nw{
	height: 4vh;
	background: url(../images/common/xxdt.png) no-repeat ;
	background-size: cover;
	display: flex;
    align-items: center;

}
.body-title-nw .title-text{
	margin-left: 20px;
	font-size: 18px;
	color: #201E1E;
	letter-spacing: 0.38px;
	font-weight: 500;

}
.body-info-box{
	display: flex;
	flex-wrap: wrap;        /* 允许换行 */
	gap: 20px;             /* 子元素间距 */
	padding: 30px;         /* 大div的内边距（上下左右一致） */
	background: #f0f0f0;
	width: 100%;          /* 可调整大div宽度 */
	margin: 0 auto;   

}
.body-info-type-item{
	flex: 1 0 calc(50% - 10px);
    height: 20vh;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: flex-end;
    padding: 2vh;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: 600;
}
