<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divlayout{
    width:100%;
    background-color:#fff;
    text-align:justify;
    color:#000000;
    display: table;
}
.item_div_layout{
    margin-left:auto;
    margin-right:auto;
    max-width:1140px;
    font-size:1em;
    line-height:1.8em;
}
.divlayout img{
    width:100%;
}
.padding_top_bottom{
    padding-top:2%;
    padding-bottom:2%;
}
.padding_top{
    padding-top:2%;
}
.padding_bottom{
    padding-bottom:2%;
}
.backgroud_color{
    background-color:#fffcf4;
}
a{
    text-decoration:none;
}
.top_consult{
    width: 10%;
    height: 1%;
    margin: -7.4% 0 0 37%;
    position: absolute;
}
.item_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
.item_table td{
    vertical-align:middle !important;
}
.item_table td:nth-child(2){
    width:20%;   
    color:#f49930;
    text-align:center;
    font-size: 2em;
    font-weight: bold;
}

.gradient_left{
    height:0.3em;
    margin-top:0.5%;
    background: -moz-linear-gradient(left, #f49930 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f49930 0%,#ffffff 100%);
    background: -o-linear-gradient(left, #f49930 0%,#ffffff 100%);
    background: -ms-linear-gradient(left, #f49930 0%,#ffffff 100%);
    background: linear-gradient(left right, #f49930 0%,#ffffff 100%);
}
.gradient_right{
    height:0.3em;
    margin-top:0.5%;
    background: -moz-linear-gradient(right, #f49930 0%, #ffffff 100%);
    background: -webkit-linear-gradient(right, #f49930 0%,#ffffff 100%);
    background: -o-linear-gradient(right, #f49930 0%,#ffffff 100%);
    background: -ms-linear-gradient(right, #f49930 0%,#ffffff 100%);
    background: linear-gradient(right left, #f49930 0%,#ffffff 100%);
}
.outpatient_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    margin-top:3%;
}
.outpatient_table td{
    vertical-align:middle;
}
.outpatient_table td:first-child{
    width:60%;
}
.outpatient_table td:last-child{
    padding-left:6%;
}
.outpatient_table td:last-child img{
    border-radius:8px;
}
.outpatient_prompt{
    background-color:#fffcf4;
    border-radius:8px;
    padding:3% 4%;
    margin-top:4%;
    font-size: 0.95em;
}
.outpatient_prompt span{
    color:#f26e26;
    font-weight:bold;
}
.item_table_font{
    width:22% !important;
}
.item_table_font_1{
    width:30% !important;
}
.item_table_font_2{
    width:50% !important;
}
.item_table_font_3{
    width:15% !important;
}
.evolution_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    margin-top:3%;
}
.evolution_table td{
    width:30%;
}
.evolution_table td:nth-child(2){
    width:40%;
    padding:0 5%;
}
.evolution_item{
    border-radius:8px;
    background-color:#fff;
    padding:4% 0;
}
.evolution_item_title{
    color:#f26e26;
    font-weight:bold;
    text-align:center;
}
.evolution_item_image{
    margin:2% 0 3% 0;
}
.evolution_item_content{
    padding:0 3%;
}
.tolerant_item{
    padding:2% 0;
    border-bottom:1px dashed #b8b9b9;
    display:table;
}
.tolerant_item_1{
    padding:2% 0;
    display:table;
}
.tolerant_item_left{
    float:left;
    width:30%;
}
.tolerant_item_right{
    float:left;
    width:65%;
    margin-left:5%;
}
.tolerant_item_left_content{
    color:#f49930;
    margin-bottom:2%;
    font-size:1.1em;
}
.tolerant_item_left_1{
    float:left;
    width:65%;
    margin-right:5%;
}
.tolerant_item_right_1{
    float:left;
    width:30%;
}
.understand{
    background-color:#64c4f1;
    border-radius:6px;
    color:#fff;
    font-size:0.79em;
    padding: 0.3% 3% 0.5% 3%;
    float: right;
    display: table;
    margin-right: 2%;
}
.help_title{
    float: left;
    margin-left: 2%;
}
.help_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
.help_table td{
    vertical-align:middle;
}
.help_table td:first-child img{
    border-radius:8px;
}
.help_table td:last-child{
    padding-left:4%;
}
.help_ul{
    margin:0 !important;
    list-style:decimal !important;
}
.expert_top{
    color:#f49930;
    text-align:center;
    margin-top:3%;
}
.expert_item{
    margin-top:2%;
    display:table;
}
.expert_item_left{
    width:30%;
    float:left;
}
.expert_item_rigth{
    width:70%;
    float:left;
}
.expert_item_rigth_top{
    background-color:#e0e0e0;
    padding: 1.5% 4%;
}
.expert_item_rigth_info{
    margin-top:2%;
}
.expert_item_rigth_name{
    width:20%;
    float:right;
}
.expert_item_rigth_name_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
.expert_item_rigth_name_table td{
    vertical-align:middle;
}
.expert_item_rigth_name_table td:first-child{
    width:55%;
}
.expert_item_rigth_name_table td:last-child{
    color:#f26e26;
    padding-left: 5%;
}
.expert_item_line{
    height:0.1em;
    background-color:#f26e26;
}
.margin_top_4{
    margin-top:4%;
}
.margin_top_minus_8{
    margin-top:-8%;
}
.margin_top_minus_11{
    margin-top:-11%;
}
.childbirth{
    background-color:#64c4f1;
    border-radius:6px;
    color:#fff;
    padding: 0.3% 3% 0.5% 3%;
    display: table;
    margin: 1% auto 0 auto;
}
.activity_ul{
    width:80% !important;
    margin:3% auto 0% auto !important;
    list-style:none !important;
    padding:0;
}
.activity_ul li{
    float:left !important;
    width:31%;
}
.activity_ul li:nth-child(2){
    margin-left:3.5%;
    margin-right:3.5%;
}
.visit_layout{
	width:60%;
	margin:-6.5% auto 0 auto;
	z-index: 22;
    position: relative;
}
.visit_word{
	float: left;
    color: #fff;
    font-size: 1.2em;
    padding-left: 5%;
    line-height: 1.5em;
}
.visit_buttom{
	padding:1% 3%;
	color:#fff;
	border:2px solid #fff;
    border-radius:20px;
    float:right;
    margin-top: 1%;
}</pre></body></html>