
/*字体并不能在所有设备上都达到最佳的显示，所以可以让设备浏览器来帮助你：*/
/*
html {   
  -moz-osx-font-smoothing: grayscale;   
  -webkit-font-smoothing: antialiased;   
  text-rendering: optimizeLegibility;   
}  
*/
@import "fontface.css";
/************************************************/
/************************************************/
html{
	--heavycolor:#2f3c61;
	--lightcolor:#ec9db6;
	--lightbgcolor:#eeeeee;
	--placeholdercolor:#9fa0a0;
}
body{
	position:relative;
	font-family:"Dosis Regular","cwTeXYen",sans-serif,"Microsoft JhengHei";
	overflow-x:hidden;
	overflow-y:scroll;
	font-size:16px;
	color:var(--heavycolor);
	line-height:1.5;
	font-weight:400;
	background-repeat:no-repeat;
	background-position:center -8px;
	background-color:#ffffff;
	margin:0px auto;
}
/************************************************/
/************************************************/
.zoomLens{
	/*width:25px !important;
	height:25px !important;*/
}
/************************************************/
.jstourl{cursor:pointer;}
.jsmyModal{cursor:pointer;}
/************************************************/
.ui-loader-default{ display:none}  
.ui-mobile-viewport{ border:none;}  
.ui-page {padding: 0; margin: 0; outline: 0}   
a{color:var(--heavycolor);}
/************************************************/
.is-hidden {visibility: hidden;}
.input-group-addon{text-transform:uppercase;}
/************************************************/
.UploadBtn{
	
}
/************************************************/
.blue_title {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(231, 235, 239, 0), #07244c, rgba(231, 235, 239, 0)) repeat scroll 0 0;*/
	text-transform:uppercase;
	margin-bottom:10px;
}
.blue_title h1 {
   font-size: 30px;
   font-weight: 300;
   letter-spacing: 4px;
   margin: 0px;
}
.text_con {
    font-size: 22px;
    line-height: 1.75;
}
.section_form_title {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to right,  rgba(231, 235, 239, 0), #07244c,  rgba(231, 235, 239, 0)) repeat scroll 0 0;
    color: #fff;*/
	color: #6e6e6e;
    line-height: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.section_form_title h1 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0px;
}
.section_form_title h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
}
.section_form_name {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.33;
    margin-top: 10px;
	margin-bottom:10px;
    text-align: center;
	color: #6e6e6e;
    font-family: "cwTeXHei","Oswald",sans-serif;
    text-transform: uppercase;
}
@media (max-width:767px)
{
	.section_form_title h1{
		font-size:30px;
	}
	.section_form_name{
		font-size:20px;
	}
	.section_form_title h2{
		font-size:20px;
	}
}
/************************************************/
.fzxxll{
	font-size: 12px;	/*IE6-8*/
	font-size: 5vm;		/*IE9*/
	font-size: 5vmin;	/*其他浏览器*/
}
/************************************************/
.fz9x{font-size:40px;}
.fz5x{font-size:22px;}
.fz3x{font-size:20px;}
.fz1x{font-size:18px;}
.fz0s{font-size:15px;}
.fz1s{font-size:14px;}
.fz2s{font-size:13px;}
.fz3s{font-size:12px;}
.fz4s{font-size:11px;}
.fz5s{font-size:10px;}
.fz6s{font-size:9px;}

.sameheight{	
	padding-bottom: 500em;
	margin-bottom: -500em;
}
.template{
	margin-bottom:30px;
}
.template .header{
	margin-bottom:15px;
}
.template li {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-bottom: 5px;
	font-size:16px;
	line-height:1.5;
	text-indent:1em;
}
.template li::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
}
.template-large li{
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
}
.para {
    background: rgba(55, 117, 143, 0.15) none repeat scroll 0 0;
	padding:15px;
}
.para h3{
	font-weight:300;
	margin-bottom:20px;
	margin-top:20px;
}
.detailtop{
	margin-top:200px;
}
/************************************************/
/*extend to bootstrap.min.css*/
a:focus,a:hover{text-decoration:none;color:var(--lightcolor);}
.breadcrumb{
	background-color:transparent;
	color:var(--heavycolor);
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
}
.breadcrumb > li + li::before{
	content:"";
	padding:0;
}
.breadcrumb > li{
	margin-right:11px;
	letter-spacing:1.5px;
}
.breadcrumb > li.symbol{
	margin-left:13px;
	margin-right:23px;
}
.btn-primary{
	background-color:var(--heavycolor);
	border-color:var(--heavycolor);
}
.btn-primary:hover{
	background-color:var(--lightcolor);
	border-color:var(--lightcolor);
}


.modal-backdrop{z-index:9100;}
.modal{z-index:9200;}
.modal-dialog{margin-top:30px;}

.modal-close{
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	box-shadow:1px 1px 1px #bfbfbf;
	text-align:center;
	padding-top:1px;
	font-size:25px;
	line-height:1;
	right:-15px;
	top:-15px;
	background:#ffffff;
	cursor:pointer;
}
/************************************************/
.mycart-paycard label{margin-right:15px;}
/************************************************/
/*button*/
.menubar{
	cursor:pointer;
	text-align:left;
	color:var(--lightcolor);
}
.menubar:hover,.menubar.active{
	/*color:var(--lightcolor);*/
}

.menubar.active span:after{
	left:0px;
	width:100%;
}
.menubar span{
	display:inline-table;
	vertical-align: middle;
	line-height:40px;
	position:relative;
}
.menubar:hover span:after{
	left:0px;
	width:100%;
}
.navbar-nav > li{
	text-align:center;
	padding-top:0px;
}
.menubar:hover span:before,.menubar.active span:before{
	content:url(../images/navicon.png);
	position:absolute;
	left:-25px;
}
.menubar:hover span:after,.menubar.active span:after{
	/*content:url(../images/navicon1.png);
	position:absolute;
	left:calc(100% - 18px);*/
}
ul.navbar-nav:hover .menubar.active span:before,ul.navbar-nav:hover .menubar.active span:after{
	content:"";
}
ul.navbar-nav:hover .menubar.active span,ul.navbar-nav:hover .menubar.active span{
	color: var(--heavycolor);
}
.menubar span img{
	height:50px;
	margin-top:-5px;
}
/*
.menubar span:after{
	border-top: 2px solid #ccc;
    bottom: -6px;
    content: "";
    display: block;
    left: 50%;
    padding-bottom: inherit;
    position: absolute;
    transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
    width: 0;
}
*/
.btn-posa{
	position:absolute;
	top:30%;
	left:15%;
}
.btncolor{
	border: solid 1px var(--heavycolor); 
	padding:8px;
	cursor:pointer;
	width:290px;
	height:42px;
	text-align:center;
	color:var(--heavycolor);
	border-radius:1px;
	transition: all 0.8s ease 0s;
}
.btncolor-long{
	width:100%;
	text-align:left;
	font-size:14px;
	height:36px;
}
.btncolor span{
	float:right;
	transform: scale(1, 1.1);
}
.btncolor-xs{
	padding:5px 12px;
	width:100px;
	height:25px;
	font-size:14px;
	line-height:1;
}
.btncolor:hover,.btncolor.active{
	background-color:var(--heavycolor);
	color:#ffffff;
}
a.btncolor:focus,a.btncolor:hover{
	color:#ffffff;
}
.btnimg{
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
	cursor:pointer;
}
.btnimg:hover,.btnimg.active{
	background-position:left bottom;
}
.menuimg{
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
	cursor:pointer;
}
.menuimg:hover,.menuimg.active{
	background-position:left bottom;
}
.facebook{
	background-image:url(../images/facebook.png);
	width:38px;
	height:38px;
}
.droparrow {
    background: transparent url("../images/droparrow.png") no-repeat scroll right center;
    cursor: pointer;
    padding-right: 21px;
}
.carousel-indicators{
	bottom:0px;
}
.carousel-indicators li{
	border-color:#bcbcbc;
	margin:0px;
	margin-right:10px;
}
.carousel-indicators .active{
	width:10px;
	height:10px;	
	border-color:#bcbcbc;
	background-color:#bcbcbc;
	margin-right:10px;
}
.btn_layout01 {
    backface-visibility: hidden;
    background: #645f64 none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 43px;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-transform: uppercase;
}
/*
.btn_layout01::before {
    background: #649ec9 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 92%;
	right: -31px;
    position: absolute;
    top: 0;
    transform: rotate(22deg);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
    width: 40px;
    z-index: 5;
}
*/
.btn_layout01:hover::before,.btn_layout01.active::before {
    left: -10px;
    transform: rotate(22deg) scale(10);
}
.btn_layout01 > span {
    position: relative;
    z-index: 10;
}
.btn_layout01:hover > span,.btn_layout01.active > span {
    color: #fff;
}
/*
.btn_layout01::after {
    animation: 3.5s ease 0s normal none infinite running shine;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2)) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 30;
}
*/
.btn_layout01_xs{
	font-size:14px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
	letter-spacing:1px;
	min-width:120px;
	text-align:center;
}
.btn_layout01-xs{
	font-size:14px;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
	letter-spacing:1px;
	min-width:120px;
	text-align:center;
}
.btn_layout01-red{
	background: #ff0000 none repeat scroll 0 0;
}
@keyframes shine {
40%, 100% {
    left: 155%;
}
}
@keyframes shine {
40%, 100% {
    left: 155%;
}
}
/**/
.pagestitle{
	height: 20px; 
	border-bottom: 1px solid black; 
	text-align: center;
	margin-top:50px;
	margin-bottom:50px;
}
.pagestitle span{
	background-color: #ffffff; 
	padding: 0 40px; 
	font-size: 1.8em;
}
.pagestitle img{
	margin-top:-20px;
}
/*pages*/
#pages{
	width:100%;
	display:block;
	margin:0px auto 0px;
	min-height: calc(100vh - 108px - 184px);
	padding-bottom:0px;
}
.pages-header{
	background-color:#f4f1ec;
	width:100%;
}
.pages-header .title{
	font-size:32px;
	line-height:1.25;
	font-weight:300;
	text-transform:uppercase;
}
/*index*/
.banner-container{
	position:absolute;
	left:0px;
	right:0px;
	margin:0px auto;
	top:35%;
	width:60%;
	max-width:400px;
	padding:20px;
}
.banner-container .title{
	font-size:25px;
	font-weight:bold;
}
.banner-container .brief{
	font-size:20px;
}
.banner-container .linksbtn{
	text-align:center;
	width:150px;
	height:30px;
	line-height:30px;
	font-size:16px;
	border:1px solid #000000;
	cursor:pointer;
	margin-top:10px;
}
.banner-container .linksbtn:hover{
	background:#ffffff;
	color:#000000;
}
.treatment-block{
	float:left;
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.176);
	width:450px;
	min-height:415px;
	margin-right:30px;
	margin-bottom:30px;
	cursor:pointer;
}
.owl-carousel .owl-item img{
	width:unset;
	max-height: 250px;
    max-width: 100%;
}
.treatment-block:hover{
	box-shadow:3px 3px 5px #888888;
}
.treatment-block h4{
	margin:15px;
}
.treatment-block p{
	margin:15px;
}
/*contactus*/
.contactus-addr{
	margin-top:30px;
	background-color:#f4f1ec;
}
.contactus-addr img{
	
}
.contactus-addr h2{
	padding-top:40px;
	padding-left:40px;
	font-weight:normal;
}
.contactus-addr p{
	font-weight:normal;
	padding-left:40px;
	line-height:2.5;
}
input.form-control{
	border: none;
	border-bottom: 1px solid #333;
	font-size:16px;
}
textarea.form-control{
	border-radius:0px;
	border: none;
	border-bottom: 1px solid #333;
	box-shadow:none;
	height:100px;
}
/*aboutus*/
.aboutus-info .img_right{
    float: right;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-top: 0;
}
.aboutus-info .img_left{
    float: left;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-top: 0;
}
/*treatment*/
.arrow_box {
	position: relative;
	background:#f7f7f7;
	border: 1px solid #bfbdb9;
	border-width: 0px 0px 1px 0px;
	margin-top:15px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #f7f7f7;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(191, 189, 185, 0);
	border-top-color: #bfbdb9;
	border-width: 31px;
	margin-left: -31px;
}
.tab-pane p{
	margin-bottom:15px;
}
/*pregnant*/
.pregnant-container span.title3{
	color:var(--lightcolor);
    display: block;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 8px;
}
.pregnant-container .img_right{
	float: right;
    padding-bottom: 70px;
    padding-left: 63px;
    padding-top: 0
}
/*butterfly01*/
/*<img src="../images/butterfly01.png" class="butterfly01">*/
.butterfly01{
	animation: 4s ease 0s normal none infinite running flight;
    /*background-image:url(../images/butterfly01.png);*/
	background-size:100% auto;
	background-repeat:no-repeat;
	width:390px;
	height:316px;
	transform:rotate(30deg);
}

@keyframes flight {
	20%{
		width:250px;
	}
	35% {
		width:390px;
	}	
	50% {
		width:130px;
	}
	75% {
		width:300px;
	}
	90% {
		width:200px;
	}
}



/*****************************/
/*                           */
/* responsive max-width=1600 */
/*                           */
/*****************************/

@media (max-width:1600px)
{
	
}

/*****************************/
/*                           */
/* responsive max-width=1200 */
/*                           */
/*****************************/

@media (max-width:1200px)
{
	
}

/*****************************/
/*                           */
/* responsive max-width=992  */
/*                           */
/*****************************/

@media (max-width:991px)
{
	
}

/*****************************/
/*                           */
/* responsive max-width=767  */
/*                           */
/*****************************/

@media (max-width:767px)
{
	.pregnant-container .img_right{
		float: none;
		display:block;
		padding: 0;
		margin-bottom:15px;
	}
	.aboutus-info .img_right{
		float: none;
		display:block;
		padding: 0;
		margin-bottom:15px;
	}
	.aboutus-info .img_left{
		float: none;
		display:block;
		padding: 0;
		margin-bottom:15px;
	}
	.contactus-addr h2{
		padding-left:0px;
	}
	.contactus-addr p{
		padding-left:0px;
	}
}

/*****************************/
/*                           */
/* responsive max-width=480  */
/*                           */
/*****************************/

@media (max-width:479px)
{
	.pagestitle span{
		padding:0px;
	}
	.treatment-block{
		width:350px;
		min-height: 480px;
	}
	.h2, h2{
		font-size:28px;
	}
}

/*****************************/
/*                           */
/* responsive max-width=360  */
/*                           */
/*****************************/

@media (max-width:359px)
{
	.bannerbgimage-fixed{
		background-attachment: scroll;
	}	
	.treatment-block{
		width:350px;
	}
}

/*****************************/
/*                           */
/*   responsive max-height   */
/*                           */
/*****************************/

@media (max-height:768px)
{
	
}

@media (max-height:600px)
{
	
}