@CHARSET "UTF-8";
/* 官网的基础样式（头部、底部等通用的样式）*/
body{
	font-family: PingFang-SC-Regular;
	background: #F7F7F7;
}
.swiper-slide{
	width:100%;
}
/* 头部搜索和logo样式 */
.header-logo-search{
	height: 140px;
}
.header-logo{
	display: block;
	height: 140px;
	width: 108px;
	float: left;
	background-image: url('../../img/home/head_logo.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.header-title{
	display: block;
	height: 140px;
	width: 214px;
	float: left;
	background-image: url('../../img/home/head_title.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
        position: relative;
}
.header-title-foot{
    position: absolute;
    bottom: 0px;
    width: 214px;
    height: 45px;
    padding-left: 8px;
}
.header-title-foot a{
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 90px;
    background-color: #FE9592;
    border: 1px solid #FE6E6E;
    border-radius: 2.5px;
}
.header-title-foot-b1{
    margin-right: 5px;
}
.header-title-foot-b2{
    
}
.header-desc{
	display: block;
	height: 140px;
	width: 413px;
	float: left;
	background-image: url('../../img/home/head_desc.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.header-search{
	height: 140px;
	display: block;
	width: 459px;
	float: right;
}
.header-search .search-input{
	height: 40px;
	margin: 45px 0 15px 9px;
}
.header-search .search-input .search-text{
	outline: none;
	padding-right: 40px;
	width: 217px;
	height: 36px;
	border: 1px solid #B0B0B0;
	border-radius: 4px;
	padding-left: 10px;
	margin: 0;
}
.header-search .search-input>form{
	height: 40px;
}
.header-search .search-input .search-submit{
	width: 40px;
	height: 30px;
	outline: none;
	border: none;
	border-left:1px solid #B0B0B0;
	background-image: url('../../img/home/search_btn.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	vertical-align: top;
	background-color: #fff;
	margin-left: -47px;
	margin-top: 5px;
	margin-right: 15px;
}
.header-search .search-input .reserve-btn{
	width: 130px;
	height: 40px;
	vertical-align: top;
	display: inline-block;
	background-image: url('../../img/home/button_booking.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
.header-search .tel-phone-wrapper{
	height: 33px;
}
.header-search .tel-phone-wrapper .tel-phone{
	float: right;
	margin-right: 30px;
}
.header-search .tel-phone-wrapper .tel-phone>img{
	width: 34px;
	height: 28px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.header-search .tel-phone-wrapper .tel-phone .phone-number{
	height: 33px;
	line-height: 33px;
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}
/* 左侧栏图片样式 */
.content-side .content-side-img>a:last-child{
	margin-bottom: 0;
}
.content-side .content-side-img{
	background-color: #fff;
	/*height: 559px;*/
	padding:40px 10px;
}
.content-side .content-side-img .content-side-title{
	position: absolute;
	height: 165px;
	line-height: 165px;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
	color: #FFF;
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.content-side .content-side-img>a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 220px;
	height: 165px;
	margin-bottom: 32px;
}
.content-side .content-side-img a img{
	width: 220px;
	height: 165px;
}
/* 头部导航栏 */
.header-nav{
	height: 50px;
}
.header-nav .header-nav-ul{
	border-radius: 10px;
	width: 100%;
   	background-color: #FE6E6E;
}
/* .header-nav .header-nav-ul>li:first-child{
	border-radius: 10px 0 0 10px;
} */
.header-nav .header-nav-ul>li:last-child{
	border-radius:0 10px 10px 0;
} 
.header-nav .header-nav-ul>li{
	position: relative;
	width: 150px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	float: left;
	/* background-color: #FE6E6E; */
	cursor: pointer;
        font-size: 16px;
}
.header-nav .header-nav-ul li a{
	font-size: 16px;
}
.header-nav .header-nav-ul>li>a{
	text-decoration: none;
	display: inline-block;
	width: 150px;
	height: 50px;
	color: #fff;
}
.header-nav .header-nav-ul .ver-line{
	position: absolute;
	height: 30px;
	width: 1px;
	border-right: 1px dashed #fff;
	right: 1px;
	top: 10px;
}
.header-nav .header-nav-ul .nav-active{
	background-color: #E46262;
}
/* 右侧菜单栏 */
.right-menu-wrapper{
	position: fixed;
	top: 160px;
	right: 5px;
	width: 75px;
	padding: 20px 15px 20px 0px;
/*	background-color: #fff;
	border:2px solid #FE6E6E;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 8px #ccc,-1px -1px 8px #ccc;
	box-shadow: 1px 1px 8px #ccc,-1px -1px 8px #ccc;*/
	z-index:2;
}
.right-menu-wrapper-close{
    text-align: right;
    margin-bottom: 10px;
}
.right-menu-wrapper-block{
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}
.right-menu-wrapper-block-button{
    position: relative;
}
.right-menu-wrapper-block-button img{
    cursor: pointer;
    width: 100%;
    height: auto;
}
.right-menu-wrapper .wechat{
    text-align: center;
}
.right-menu-wrapper-block-content{
    position: absolute;
    padding-top: 10px;
    background: #FFFFFF;
    -moz-box-shadow:0px 2px 6px #333333; 
    -webkit-box-shadow:0px 2px 6px #333333; 
    box-shadow:0px 2px 6px #333333;
    display: none;
}
.right-menu-wrapper-block-content p{
    margin: 0px;
}
.right-menu-wrapper-block-content .wechat-tip{
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
}
.right-menu-wrapper-block-content .qq-title{
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #FE6E6E;
    letter-spacing: 0;
    line-height: 18px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.right-menu-wrapper-block-content .qq-desc{
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #606266;
    letter-spacing: 0;
    padding-left: 15px;
}
.right-menu-wrapper .wechat .right-menu-wrapper-block-content img{
    width: 100px;
    height: 100px;
}
.right-menu-wrapper-block-content .call-input{
    margin-left: 15px;
    width: 145px;
    height: 38px;
    float: left;
    outline: none;
    text-indent: 5px;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.93px;
}
.right-menu-wrapper-block-content .call-desc{
    width: 32px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #FE6E6E;
    letter-spacing: 0;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    cursor: pointer;
}
.right-menu-wrapper-block-content .appointment-content .submit,.right-menu-wrapper-block-content .appointment-content .restart{
    width: 80px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #FE6E6E;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.53px;
    float: left;
    margin-top: 30px;
    cursor: pointer;
}
.right-menu-wrapper-block-content .appointment-content .submit{
    margin-left: 90px;
    margin-right: 30px;
}
.right-menu-wrapper-block-content .appointment-content .appointment-tips{
    text-align: center;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    margin-top: 10px;
}
.right-menu-wrapper-block-content .appointment-content .appointment-title{
    font-family: PingFang-SC-Medium;
    font-size: 24px;
    color: #FE6E6E;
    letter-spacing: 0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.right-menu-wrapper-block-content .appointment-content{
    padding-left: 20px;
}
.right-menu-wrapper-block-content .appointment-content .username{
	
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.93px;
}
.right-menu-wrapper-block-content .appointment-content .description{
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.93px;
    margin-top: 16px;
}
.right-menu-wrapper-block-content #username,#birthday,#iphone,#date{
    outline: none;
    text-indent: 5px;
    border: 1px solid #B0B0B0;
    border-radius: 5px;
    height: 32px;
    margin-left: 10px;
    margin-top: 16px;
    width: 250px;
}
.right-menu-wrapper-block-content #description {
    outline: none;
    resize: none;
    text-indent: 5px;
    border: 1px solid #B0B0B0;
    padding: 5px 0 !important;
    border-radius: 5px;
    margin-left: 10px;
    width: 250px;
    display: inline-block;
    vertical-align: top;
}
.menu-wrapper{
	margin-bottom: 20px;
}
.menu-btn{
	/*width: 90px;*/
	height: 30px;
	background-color: #FE6E6E;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
}
.menu-ul{
	margin-top: 15px;
}
.menu-ul .menu-li{
	text-align: center;
	border-bottom:1px solid #D7D7D7;
}
.menu-ul .menu-li>a{
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color:#FE6E6E;
	display: inline-block;
	padding: 8px;
	vertical-align: top;
}
.menu-ul .menu-li>a>img{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	vertical-align: top;
}
.menu-qr-code{
	text-align: center;
}
.menu-qr-code>img{
	display: inline-block;
	width: 80px;
	height: 80px;
}
.menu-qr-code-text{
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}
/* 底部弹出框样式 */
.pop-bottom{
	overflow-x: hidden;
}
.baby-want .pop-close{
	position: fixed;
	left: 0;
	bottom:80px;
	width: 169px;
	height: 122px;
	z-index:1;
}
.baby-want .pop-open{
	position: fixed;
	background-image: url('../../img/home/baby_bottom_2.png');
	background-repeat: no-repeat;
	background-position: -1px 0;
	left: 50%;
	bottom: -15px;
	margin-left: -655px;
	z-index:99;
	width: 1310px;
	height: 330px;
}
.pop-open .pop-icon-left{
	position: absolute;
	right: 40px;
	top: 85px;
}
.pop-open .consult-doctor{
	display: inline-block;
	vertical-align: bottom;
	margin-top: 30px;
	margin-right: 10px;
	height: 82px;
}
.pop-open .consult-doctor>img{
	width: 250px;
	height: 82px;
}
.pop-submit-form{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 13px;
}
.pop-submit-form .pop-input-phone{
	width: 255px;
	height: 76px;
	padding-left: 20px;
	padding-right: 105px;
	line-height: 80px;
	display: inline-block;
	vertical-align: top;
	border:1px solid #000;
	border-radius: 100px;
	font-size: 24px;
	outline: none;
}
.pop-submit-form .pop-btn-submit{
	margin: 0;
	padding: 0;
	width: 106px;
	height: 78px;
	outline: none;
	border-radius: 39px;
	border: none;
	background-color: transparent;
	margin-left: -103px;
}
.bottom-wrapper{
	position: absolute;
	bottom: 50px;
	left: 280px;
}
.bottom-wrapper .pop-qrcode{
	float: right;
	display: inline-block;
	vertical-align: bottom;
}
.pop-submit-form .pop-btn-submit>img{
	display: inline-block;
	vertical-align: top;
	width: 106px;
	height: 80px;
}
/* 底部footer样式 */
.footer{
	background-color: #fff;
}
.footer-wrapper{
	padding-top: 50px;
	width: 730px;
	color: #4A4A4A;
	font-size: 15px;
	margin: 0 auto;
}
.footer-nav{
    width: 1130px;
    margin-left: -200px;
    text-align: center;
}
.footer-nav-ul{
    display: inline-block;
}
.footer-nav .footer-nav-ul>li{
	float: left;
	height: 25px;
	line-height: 25px;
}
.footer-nav .footer-nav-ul>li a{
	color: #4A4A4A;
	font-size: 15px;
	display: inline-block;
/*	width: 90px;*/
	text-align: center;
	line-height: 14px;
	height: 14px;
	border-right:1px solid #4A4A4A;
	text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
}
.footer-nav .footer-nav-ul>li:last-child a{
	border: none;
}
.footer-bottom{
	margin-top: 40px;
}
.footer-bottom .net-info{
	width: 463px;
	float: left;
	margin-left: 40px;
	line-height: 25px;
}
.footer-bottom .net-info p{
	margin: 0;
	padding: 0;
}
.footer-bottom .net-info .net-case-number{
	margin: 30px 0;
}
.footer-bottom .net-info .net-case-number>img{
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 5px;
}
.footer-bottom .qr-code{
	width: 80px;
	padding: 10px;
	float: right;
	margin-right: 30px;
	background-color: rgba(0,0,0,0.20);
}
.footer-bottom .qr-code .qr-img{
	width: 80px;
	height: 80px;
}
.footer-bottom .qr-code .qr-info{
	padding:10px 9px;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	text-align: center;
}


/* 好孕报喜 */
.good-news .good-new-title-div{
	width:  290px;
	height:  100px;
	background: #FE6E6E;
	border-top-left-radius:  5px;
	border-bottom-left-radius: 5px;
	float: left;
}
.good-news .title-content{
	
    text-align:  center;	
}
.good-news .title-text{
	font-size: 43px;
    color: #FFFFFF;
    letter-spacing: 1.11px;
    text-shadow: 0 2px 0 rgba(0,0,0,0.50);
    padding-top: 9px;
    height: 61px;
}

.good-news .title-ul .title-ul-li{
	font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.36px;
}

.good-news .title-ul .once-li{
	margin-right: 26px;
}


.good-news .title-ul .second-li{
	margin-right: 6px;
}


.good-news .title-ul .thrid-li{
	
}
.good-news .total-news{
	
    width:  54px;
    height:  17px;
    background: #A388ED;
    border-radius: 4px;
    padding: 0px 11px;
    margin-right: 6px;
	
}
.good-news .message-content{
	width:829px;
	height:100px;
	background: #FFEDCD;
	float: left;
}
.good-news .message-button{
	background: #FE6E6E;
	text-align:center;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.47px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.50);
	width:67px;
	height:104px;
	float: left;
	margin-top: -2px;
}
.ul-message-img img{
	position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 5px;
	margin: 0 3px;
}
.message-content .ul-message-img{
	float:left;
    height: 38px;
    margin-top: 3px;
}
.message-content .ul-message-li {
	background: #FFFFFF;
	border-radius: 45px;
	height:38px;
	margin-right:123px;
	line-height: 38px;
    display: inline-block;
	padding-right:10px;
	width:230px;
}

.message-content .dowebok-once{
	margin-top: 11px;
	width:829px;
	height:38px;
	display: inline-block;
}
.message-content .dowebok-second{
	margin-top: 3px;
	width:829px;
	height:38px;
	display: inline-block;
}
.message-content .ul-message-username{
	font-size: 12px;
	color: #9B9B9B;
	letter-spacing: 0.31px;
}
.message-content .ul-message-text{
	font-size: 12px;
	color: #FE6E6E;
	letter-spacing: 0.31px;
}
.message-button .message-button-a{ 
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0.47px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.50);
    text-decoration: none;
    width: 37px;
    margin-top: 32px;
    margin-left: 15px;
    cursor: pointer;
	float:left;
}
.modal {
    background: rgba(0,0,0,.3);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade.in {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 768px){
	.modal-dialog {
	    width: 600px;
	    margin: 30px auto;
	}
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
	color:#55657d;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    background-color: #76a6ef;
    border-radius: 4px;
    color: #ffffff;
    border: none;
}
.form-control:focus {
    border-color: #76a6ef;
    box-shadow: none;
	outline: 0;
}
.btn-cancel {
    background-color: white;
    border-radius: 4px;
    color: #6B798E;
    border: 1px solid #99A3B1;
}
.btn-form {
    min-width: 90px;
    margin-top: 15px;
    margin-right: 20px!important;
    margin-bottom: 30px!important;
}
.label-required {
    color: #ff4b00;
}
.has-error .help-block, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ff4b00;
}
/* end */


/* banner图 效果测试*/
@media (min-width: 1200px){
	body{
		overflow-x:hidden;
	}
}
.banner {
    width: 100%;
    margin: 0 auto;
}
.banner .swiper-container {
    width: 100%;
    height: 350px;
    margin: auto;
    vertical-align: middle;
}
.banner .swiper-container img{
    width: 100%;
    height: 100%;
}
.btn-code-off{
	border: 1px solid;
	border-radius: 5px;
	height: 31px;
	font-size: 10px;
	padding: 6px 12px;
	color: white;
	margin-left: -7px;
	background-color: #d2d6de;
}

.btn-code-on{
	border: 1px solid;
	border-radius: 5px;
	height: 31px;
	font-size: 10px;
	margin-left: 13px;
	padding: 6px 12px;
	color: white;
	margin-left: -7px;
	background-color: #76a6ef;
}
#top-banner-swiper a{
    height: 100%;
    width: 100%;
    display: block;
}
.charity-detail-main p{
    line-height: 1.75;
    color: #646464;
}
.font-user-defined{
    font-size: 14px !important;
}


