/* 健康管理页面 20200622更新 */
.health-top_banner{
	font-size: 0;
}
.health-top_banner img{
	width: 100%;
}
.health-top_icon,
.health-page_icon{
	width: 60px;
	height: 60px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	font-size: 40px;
	background: #4fc1e9;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	margin:50px auto 0 auto;
}
.health-top_icon [class^="iconn-"],
.health-page_icon [class^="iconn-"]{
	display: inline-block;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
	margin-left: -3px;
}

.health-top_icon{
	border-radius: 20px 20px 0 20px;
}
.health-page_icon{
	border-radius: 20px;
	margin:10px auto;
}
.health-wrap{
	background: #FFFFFF;
	border-radius: 10px;
	margin: 20px;
	margin-top: -30px;
	padding: 50px 36px 36px 36px;
}
.health-title{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.health-wrap .health-item p{
	margin-bottom: 10px;
}
.health-item-btn_box{
	margin-top: 20px;
}
.health-theme-wrap{
	margin-top: 50px;
	text-align: left;
	padding:60px 30px;
	position: relative;
	color: #FFFFFF;
	background: url(../img/slide1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.health-theme-wrap h2,
.health-theme-wrap p{
	position: relative;
	margin-bottom: 10px;
}
.health-theme-wrap h2{
	text-align: center;
}
.health-theme-wrap p:last-child{
	text-align: right;
}
.health-theme-wrap p:last-child small:before,
.health-theme-wrap p:last-child small:after{
	content: " - ";
}
.health-theme-wrap:before{
	background: rgba(172, 146, 236, 0.9);
	content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.health-service-wrap{
	padding: 30px;
	/*background: #FFFFFF;*/
}
.health-service-wrap > h3{
	text-align: center;
	/*margin: 20px 0;*/
}
.health-service-wrap > h3 > small{
	font-size: 14px; 
	font-weight: normal;
}
.health-service-wrap > p{
	margin-bottom: 10px;
}
.health-service_p_img {
    background: url(http://oss.mobilelab.cn/CiCare/Prd/Article/ServicePage/stock-photo-745974118.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    border-radius: 10px;
}
.health-service-wrap .hr {
    border: none;
    margin: 10px 0;
    text-align: center;
    height: 20px;
    color: #e6e9ed;
    font-size: 12px;
    font-family: 'icomoon' !important;
}
.health-service-wrap .hr:before{
	content: "\e936";
	display: inline-block;
	background: #ffffff;
	padding: 0 6px;
}
/*
.hr:before{
	content: "\e936";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #e6e9ed;
	border:5px solid #ffffff;
}*/
.health-service-wrap .hr:after{
	content: "";
	display: block;
	border-top:1px solid #e6e9ed;
	margin-top: -10px;
}
.health-service-img_box{
	
}
.health-service-img_box img{
	width: 100%;
}
.health-service-mov{
	width:100%;
	height:auto;
	margin-bottom: 15px;
}
.health-product_title{
	border-top: 1px dashed #e6e9ed;
	padding-top: 10px;
}
.weui-dialog__title {
    font-weight: 700;
}

.health-service-wrap {
    padding: 30px 30px 40px 30px;
}

/*郭鑫钰*/
.hide {
    display: none;
}

.show {
    display: block;
}
.bor-r-10{
    border-radius:10px;
}

.health-contentbox {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 20px 10px;
    /*padding: 50px 36px 36px 36px;*/
}

    .health-contentbox .health-intro {
        padding:0 10px;
    }

        .health-contentbox .health-intro:first-child {
            padding:15px 20px;
            border-radius: 10px 10px 0px 0px;
        }
    .health-contentbox .weui-cell{
        padding:0;
    }


