/* 公共 */
.flex-center{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main {
	background-color: #13122c;
	max-width: 100vw;
}

/*手机端*/
@media screen and (max-width: 575.98px) {
	/* banner */
	#main>.banner-container{
		height: 252px;
		margin-top: 26px;
		position: relative;
	}
	.banner-container>.banner {
		background-image: url(../images/home_banner2_mobile.jpg);
		height: 92%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page-menu{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		padding: 0 10%;
		background-color: #242344;
		display: flex;
		align-items: center;
	}
	.page-menu .menu-item{
		width: 33.33%;
		line-height: 48px;
		text-align: center;
		cursor: pointer;
	}
	.page-menu .menu-item a{
		font-size: 14px;
		letter-spacing: 2px;
		color: #fff;
	}
	.page-menu .menu-item a:hover,
	.page-menu .menu-item.active a{
		color: #40dabb;
	}
	
	/* 主内容 */
	.container-page {
		max-width: 575.98px;
		padding: 0;
		margin: 0 auto;
	}
	.page-title{
		color: #fff;
		letter-spacing: 2px;
		text-align: center;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		margin: auto;
	}
	
	/* 平台服务 */
	.page-space{
		background-color: #13122c;
		padding: 0 4.5% 40px ;
		flex-wrap: wrap;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 20px;
		padding: 10px 0% 0;
		margin-bottom: 40px;
	}
	.page-row{
		width: 100%;
		max-width: 575.98px;
		margin: 0 auto;
		padding-top: 40px;
	}
	.space-row{
		padding: 0;
	}
	.space-item{
		flex: 1;
		text-align: center;
	}
	.space-item img{
		height: 24px;
		width: 24px;
	}
	.space-item div{
		margin-top: 8px;
		font-size: 12px;
		color: #fff;
	}
	.space-box{
		height: 41.5vw;
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 20px auto 0;
	}
	.space-box.doctor{
		align-items: flex-end;
		background-image: url(../images/space_detail_doctorBG_mobile.jpg);
	}
	.space-box.clinic{
		background-image: url(../images/space_detail_clinicBG_mobile.jpg);
	}
	.space-box.group{
		align-items: flex-end;
		background-image: url(../images/space_detail_groupBG_mobile.jpg);
	}

	
	.space-box-title{
		width: 56%;
		text-align: center;
		color: #fff;
		font-size: 16px;
		letter-spacing: 2px;
		padding: 0 3%;
	}
	.space-box-content{
		width: 56%;
		text-align: center;
		color: #fff;
		font-size: 10px;
		line-height: 24px;
		margin-top: 6px;
		padding: 0 3%;
	}
	.space-box.clinic>.space-box-title,
	.space-box.clinic>.space-box-content{
		text-align: left;
	}
	.space-box.group>.space-box-title,
	.space-box.group>.space-box-content{
		letter-spacing: 0px;
		text-align: left;
	}
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
	/* banner */
	#main>.banner-container{
		height: 312px;
		margin-top: 26px;
		position: relative;
	}
	.banner-container>.banner {
		background-image: url(../images/home_banner2_mobile.jpg);
		height: 92%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page-menu{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 48px;
		padding: 0 10%;
		background-color: #242344;
		display: flex;
		align-items: center;
	}
	.page-menu .menu-item{
		width: 33.33%;
		line-height: 48px;
		text-align: center;
		cursor: pointer;
	}
	.page-menu .menu-item a{
		font-size: 14px;
		letter-spacing: 2px;
		color: #fff;
	}
	.page-menu .menu-item a:hover,
	.page-menu .menu-item.active a{
		color: #40dabb;
	}
	
	/* 主内容 */
	.container-page {
		max-width: 767.98px;
		padding: 0;
		margin: 0 auto;
	}
	.page-title{
		color: #fff;
		letter-spacing: 2px;
		text-align: center;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		margin: auto;
	}
	
	/* 平台服务 */
	.page-space{
		background-color: #13122c;
		padding: 0 4.5% 40px ;
		flex-wrap: wrap;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 28px;
		padding: 10px 0% 0;
		margin-bottom: 40px;
	}
	.page-row{
		width: 100%;
		max-width: 767.98px;
		margin: 0 auto;
		padding-top: 40px;
	}
	.space-row{
		padding: 0;
	}
	.space-item{
		flex: 1;
		text-align: center;
	}
	.space-item img{
		height: 28px;
		width: 28px;
	}
	.space-item div{
		margin-top: 8px;
		font-size: 14px;
		color: #fff;
	}
	.space-box{
		height: 41.5vw;
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 20px auto 0;
	}
	.space-box.doctor{
		align-items: flex-end;
		background-image: url(../images/space_detail_doctorBG_mobile.jpg);
	}
	.space-box.clinic{
		background-image: url(../images/space_detail_clinicBG_mobile.jpg);
	}
	.space-box.group{
		align-items: flex-end;
		background-image: url(../images/space_detail_groupBG_mobile.jpg);
	}
	
	.space-box-title{
		width: 56%;
		text-align: center;
		color: #fff;
		font-size: 18px;
		letter-spacing: 2px;
		padding: 0 3%;
	}
	.space-box-content{
		width: 56%;
		text-align: center;
		color: #fff;
		font-size: 13px;
		line-height: 32px;
		margin-top: 18px;
		padding: 0 3%;
	}
	.space-box.clinic>.space-box-title,
	.space-box.clinic>.space-box-content{
		text-align: left;
	}
	.space-box.group>.space-box-title,
	.space-box.group>.space-box-content{
		letter-spacing: 0px;
		text-align: left;
		padding-right: 14%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	/* banner */
	#main>.banner-container{
		height: 462px;
		margin-top: 26px;
		position: relative;
	}
	.banner-container>.banner {
		background-image: url(../images/home_banner2_mobile.jpg);
		height: 92%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page-menu{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 56px;
		padding: 0 10%;
		background-color: #242344;
		display: flex;
		align-items: center;
	}
	.page-menu .menu-item{
		width: 33.33%;
		line-height: 56px;
		text-align: center;
		cursor: pointer;
	}
	.page-menu .menu-item a{
		font-size: 16px;
		letter-spacing: 2px;
		color: #fff;
	}
	.page-menu .menu-item a:hover,
	.page-menu .menu-item.active a{
		color: #40dabb;
	}
	
	/* 主内容 */
	.container-page {
		max-width: 991.98px;
		padding: 0;
		margin: 0 auto;
	}
	.page-title{
		color: #fff;
		letter-spacing: 2px;
		text-align: center;
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		margin: auto;
	}
	
	/* 平台服务 */
	.page-space{
		background-color: #13122c;
		padding: 0 4.5% 40px ;
		flex-wrap: wrap;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 36px;
		padding: 20px 0% 0;
		margin-bottom: 50px;
	}
	.page-row{
		width: 100%;
		max-width: 991.98px;
		margin: 0 auto;
		padding-top: 40px;
	}
	.space-row{
		padding: 0;
	}
	.space-item{
		flex: 1;
		text-align: center;
	}
	.space-item img{
		height: 36px;
		width: 36px;
	}
	.space-item div{
		margin-top: 12px;
		font-size: 16px;
		color: #fff;
	}
	.space-box{
		height: 41.5vw;
		width: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 30px auto 0;
	}
	.space-box.doctor{
		align-items: flex-end;
		background-image: url(../images/space_detail_doctorBG_mobile.jpg);
	}
	.space-box.clinic{
		background-image: url(../images/space_detail_clinicBG_mobile.jpg);
	}
	.space-box.group{
		align-items: flex-end;
		background-image: url(../images/space_detail_groupBG_mobile.jpg);
	}
	
	.space-box-title{
		width: 56%;
		text-align: center;
		color: #fff;
		font-size: 24px;
		letter-spacing: 2px;
		padding: 0 3%;
	}
	.space-box-content{
		width: 56%;
		text-align: center;
		color: #fff;
		font-size: 16px;
		line-height: 36px;
		margin-top: 18px;
		padding: 0 3%;
	}
	.space-box.clinic>.space-box-title,
	.space-box.clinic>.space-box-content{
		text-align: left;
	}
	.space-box.group>.space-box-title,
	.space-box.group>.space-box-content{
		letter-spacing: 0px;
		text-align: left;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	/* banner */
	#main>.banner-container{
		height: calc(100vh - 76px);
		margin-top: 76px;
		position: relative;
	}
	.banner-container>.banner {
		background-image: url(../images/home_banner2.jpg);
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page-menu{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 76px;
		padding: 0 15%;
		background-color: #242344;
		display: flex;
		align-items: center;
	}
	.page-menu .menu-item{
		width: 33.33%;
		line-height: 76px;
		text-align: center;
		cursor: pointer;
	}
	.page-menu .menu-item a{
		font-size: 22px;
		letter-spacing: 2px;
		color: #fff;
	}
	.page-menu .menu-item a:hover,
	.page-menu .menu-item.active a{
		color: #40dabb;
	}
	
	/* 主内容 */
	.container-page {
		min-width: 990px;
		padding: 0;
		margin: 0 auto;
	}
	.page-title{
		color: #fff;
		letter-spacing: 4px;
		text-align: center;
		width: 100%;
		font-size: 36px;
		margin: auto;
	}
	
	/* 平台服务 */
	.page-space{
		background-color: #13122c;
		padding: 0 8vw 60px ;
		flex-wrap: wrap;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 38px;
		padding: 30px 3% 0;
		margin-bottom: 30px;
	}
	.page-row{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 80px;
	}
	.space-row{
		padding: 0 5%;
	}
	.space-item{
		flex: 1;
		text-align: center;
	}
	.space-item img{
		height: 48px;
		width: 48px;
	}
	.space-item div{
		margin-top: 12px;
		font-size: 20px;
		color: #fff;
	}
	.space-box{
		height: 390px;
		width: 830px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 70px;
		margin: 60px auto 0;
	}
	.space-box.doctor{
		align-items: flex-end;
		background-image: url(../images/space_detail_doctorBG.png);
	}
	.space-box.clinic{
		padding-left: 25px;
		background-image: url(../images/space_detail_clinicBG.png);
	}
	.space-box.group{
		padding-top: 110px;
		align-items: flex-end;
		background-image: url(../images/space_detail_groupBG.png);
	}
	.space-box-title{
		width: 37.5%;
		color: #fff;
		font-size: 24px;
		letter-spacing: 4px;
	}
	.space-box-content{
		width: 37.5%;
		color: #fff;
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 46px;
		margin-top: 30px;
	}
	.space-box.clinic>.space-box-title,
	.space-box.clinic>.space-box-content{
		width: 50%;
	}
	.space-box.group>.space-box-title,
	.space-box.group>.space-box-content{
		width: 45%;
		letter-spacing: 0px;
	}
	
}

@media screen and (min-width: 1200px) {
	/* banner */
	#main>.banner-container{
		height: calc(100vh);
		margin-top: 100px;
		position: relative;
	}
	.banner-container>.banner {
		background-image: url(../images/home_banner2.jpg);
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.page-menu{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100px;
		padding: 0 20%;
		background-color: #242344;
		display: flex;
		align-items: center;
	}
	.page-menu .menu-item{
		width: 33.33%;
		line-height: 100px;
		text-align: center;
		cursor: pointer;
	}
	.page-menu .menu-item a{
		font-size: 24px;
		letter-spacing: 2px;
		color: #fff;
	}
	.page-menu .menu-item a:hover,
	.page-menu .menu-item.active a{
		color: #40dabb;
	}

	
	/* 主内容 */
	.container-page {
		min-width: 1140px;
		padding: 0;
		margin: 0 auto;
	}
	.page-title{
		color: #fff;
		letter-spacing: 4px;
		text-align: center;
		width: 100%;
		font-size: 40px;
		margin: auto;
	}
	
	/* 平台服务 */
	.page-space{
		background-color: #13122c;
		padding: 0 8vw 100px;
		flex-wrap: wrap;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 20px;
		letter-spacing: 3px;
		line-height: 44px;
		padding: 30px 3% 0;
		margin-bottom: 40px;
	}
	.page-row{
		width: 100%;
		max-width: 1430px;
		margin: 0 auto;
		padding-top: 100px;
	}
	.space-row{
		padding: 0 5%;
	}
	.space-item{
		flex: 1;
		text-align: center;
	}
	.space-item img{
		height: 60px;
		width: 60px;
	}
	.space-item div{
		margin-top: 12px;
		font-size: 24px;
		color: #fff;
	}
	.space-box{
		height: 480px;
		width: 990px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding-top: 70px;
		margin: 80px auto 0;
	}
	.space-box.doctor{
		align-items: flex-end;
		background-image: url(../images/space_detail_doctorBG.png);
	}
	.space-box.clinic{
		padding-left: 80px;
		background-image: url(../images/space_detail_clinicBG.png);
	}
	.space-box.group{
		padding-top: 140px;
		align-items: flex-end;
		background-image: url(../images/space_detail_groupBG.png);
	}
	.space-box-title{
		width: 34.5%;
		color: #fff;
		font-size: 24px;
		letter-spacing: 4px;
	}
	.space-box-content{
		width: 34.5%;
		color: #fff;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 60px;
		margin-top: 30px;
	}
	.space-box.clinic>.space-box-title,
	.space-box.clinic>.space-box-content{
		width: 50%;
	}
	.space-box.group>.space-box-title,
	.space-box.group>.space-box-content{
		width: 45%;
		letter-spacing: 0px;
	}
}
@media screen and (min-width: 1600px) {
	.page-menu{
		width: 100%;
		height: 160px;
	}
	.page-menu .menu-item{
		width: 33.33%;
		line-height: 160px;
	}
	.page-menu .menu-item a{
		font-size: 32px;
		letter-spacing: 2px;
		color: #fff;
	}
	
	.page-title{
		font-size: 54px;
	}
	.page-content{
		font-size: 27px;
		padding: 30px 4% 0;
		line-height: 68px;
		margin-bottom: 60px;
	}
	/* 平台服务 */
	.page-space{
		padding: 0px 7.5vw 124px;
	}
	.page-row{
		max-width: 1680px;
	}
	.space-item img{
		height: 80px;
		width: 80px;
	}
	.space-item div{
		margin-top: 24px;
		font-size: 32px;
	}
	.space-box.group{
		padding-top: 180px;
	}
	.space-box{
		height: 636px;
		width: 1340px;
		padding-top: 100px;
		margin: 110px auto 0;
	}
	.space-box-title{
		font-size: 30px;
		letter-spacing: 4px;
	}
	.space-box-content{
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 80px;
		margin-top: 40px;
	}
}

