.lifeCase_body{
	background-image: url(../img/lifeCasebg.png);
	background-size: 100%;
	width: 100%;
	height: 6.92em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.1em;
}
.lifeCase_body:nth-of-type(1){
	margin-top: 0;
}
.lifeCase_content{
	width: 6.96em;
	height: 5.42em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lifeCase_peo {
	width: 6.96em;
	height: 5.42em;
	border-radius: 0.3rem;
	/* background-image: url(../img/lifeCasePeo.png); */
	/* background-size: 100%; */
}
.lifeCase_line{
	width: 6.96em;
	height: 1px;
	background: #A8C7E1;
}
.lifeCase_title{
	width: 7.8em;
	font-size: 0.5em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.lifeCase_btn{
	width: 9em;
	height: 2em;
	background: #FFFFFF;
	border-radius: 1.5em;
	font-size: 0.3em;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #21497E;
	margin-top: 0.7em;
	margin-bottom: 1em;
}
.lifeCase_btn:hover{
	background: #21497E;
	color: #FFFFFF;
}
.lifeCase_body_phone{
	display: none;
}
.video{
	position: fixed;
	top: 50%;
	left: 50%;
}
.video-btn{
      position: fixed;
      width:600px;
      height: 300px;
      background:black;
      top:50%;
      left: 50%;
      margin-top: -150px;
      margin-left:-300px;
      display: none;
      z-index: 101;
    }
	.videoSt{
		width: 600px;
		height: 330px;
	}
 .video-area{
      float:left;
    width:600px;
    height: 330px;
      /* background:red; */
    }
.video-shut{
    height:38px;
    width:38px;
    background: url(../img/closeRong.png);
    background-size: 38px 38px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -45px;
    right: -45px;
    }
	#shadow{
	     position: fixed;
	     opacity: 0.5;
	     filter:alpha(opacity=50);
	     bottom:0;
	     left: 0;
	     right: 0;
	     top: 0;
	     background:black;
	     z-index: 100;
	     display: none;
	   }
@media screen and (max-width:900px) {
	.lifeCase_body{
		display: none;
	}
	.lifeCase_body_phone{
		background: url(../img/phone_life.png);
		background-size: cover;
		width: 100%;
		height: 30rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
	}
	.lifeCase_peo{
		width: 90%;
		height: 13.5rem;
		/* background-image: url(../img/lifeCasePeo.png); */
		/* background-size: 100%; */
		/* background-repeat: no-repeat; */
	}
	.lifeCase_content,.lifeCase_line{
		width: 90%;
	}
	.lifeCase_content{
		margin-top: 2em;
	}
	.lifeCase_title{
		width: 9em;
		font-size: 1em;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FFFFFF;
		margin-top: 0.3em;
	}
	.lifeCase_btn{
		width: 9em;
		height: 2em;
		background: #FFFFFF;
		border-radius: 1.5em;
		font-size: 0.7em;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #21497E;
		margin-top: 0.7em;
		margin-bottom: 1em;
	}
	.video-btn{
	      position: fixed;
	      width:340px;
	      height: 225px;
	      background:black;
	      top:50%;
	      left: 50%;
	      margin-top: -150px;
	      margin-left:-170px;
	      display: none;
	      z-index: 101;
	    }
		.videoSt{
			width: 340px;
			height: 225px;
		}
		.video-area{
		     float:left;
		    width: 340px;
		    height: 225px;
		     /* background:red; */
		   }
		   .video-shut{
			   right: -10px;
		   }
}