html {
    font-size : 20px;
    max-width: 640px;
    margin: 0 auto;
}
@media only screen and (min-width: 325px){
    html {
        font-size: 22px !important;
    }
}
@media only screen and (min-width: 401px){
    html {
        font-size: 25px !important;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 26.75px !important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 30px !important; 
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 35px !important; 
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 40px !important; 
    }
}

.main{
	
}
.bor_1{
    width: 100%;
    height: 5px;
    background: #ececec;
    display: block;
    margin-bottom: 3px;
}
.bor_2{
    width: 100%;
    height: 2px;
    background: #ececec;
    display: block;
}



.header{
	
}
.nav-wrap{
	background: #eee;
}
.nav-cnt{
	text-align: center;
}
.nav-row{
	overflow: hidden;
}
.nav-col{
	width: 25%;
	float: left;
}
.nav-col a{
	text-decoration: none;
}
.nav-row:last-child .nav-item{
	border-bottom: 0;
}
.nav-col:last-child .nav-item{
	border-right: 0;
}
.nav-item{
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 12px 0;
}
.nav-item span{
	font-size: .65rem;
	color: #5b5b5b;
}

.nav{
	background: #eee;
	padding: .5rem .8rem .5rem;
}
.nav a{
	color: #717171;
	font-size: 0.5rem;
	text-decoration: none;
}







/* 底部医院介绍 */
.hospital-introduce{
	padding: 15px 20px 15px;
	text-align: center;
}
.hospital-logo{
}
.hospital-logo img{
	width: 3rem;
    height: 3rem;
}
.hospital-title {
	margin-top: 5px;
	margin-bottom: 15px;
}
.hospital-title h2{
	font-size: .8rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
}
.hospital-title span{
	font-size: .7rem;
	color: #0072bb;
}
.hospital-address{
    margin-bottom: 10px;
}
.hospital-address img{
	display: inline-block;
	vertical-align: middle;
	width: .6rem;
	height: .6rem;
}
.hospital-address span{
	color: #333;
	font-size: .6rem;
	display: inline-block;
	vertical-align: middle;
}
.hospital-phone{
	border: 1px solid #333;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto 20px;
}
.hospital-phone a{
	display: block;
	text-decoration: none;
    padding: 3px 0;
}
.hospital-phone img{
	display: inline-block;
	vertical-align: middle;
	width: .9rem;
	height: .9rem;
	margin-right: 10px;
}
.hospital-phone span{
	font-size: .9rem;
	color: #0072bb;
	display: inline-block;
	vertical-align: middle;
}
.hospital-code{

}
.hospital-code p{
	color: #333;
	font-size: .6rem;
	margin: 3px 0;
}



/* 底部 */
#footer .footer-wrap{
	height: 2.5rem;
}
#footer .footer-fix{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 1000;
    max-width: 640px;
    margin: 0 auto;
}
#footer .footer-cnt{
    overflow: hidden;
    text-align: center;
}
#footer .footer-cnt .footer-lside{
    float: left;
    width: 60%;
    overflow: hidden;
}
#footer .footer-cnt .footer-rside{
    float: left;
    width: 40%;
    overflow: hidden;
}
#footer .footer-item{
    text-decoration: none;
    border: 0;
	background: #0072bb;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0;
    float: left;
    width: 50%;
}
#info{  
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#num{
    top: -3px;
    width: 14px;
    height: 14px;
    line-height: 13px;
    text-align: center;
    font-size: 9px;
    background-color: #ff0000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.8);
    box-shadow: 0 0 4px rgba(0,0,0,0.8);
    z-index: 3;
    font-style: normal;
    display: block;
    position: absolute;
    right: -3px;
    color: #fff;
    text-decoration: none
}
#footer .footer-lside .footer-item:first-child{
    background-color: #0072bb;
}
#footer .footer-lside .footer-item:nth-child(2){
    background-color: #6a7380;
}
#footer .footer-rside .footer-item:first-child{
    background-color: #2e3642;
    border-right: 1px solid #464e5b;
}
#footer .footer-rside .footer-item:nth-child(2){
    background-color: #2e3642;
}

#footer .footer-rside .footer-item{
    padding-top: 0.2rem;
}
#footer .footer-lside .footer-item span{
    margin-left: 5px;
}
#footer .footer-rside .footer-item span{
    line-height: normal;
    font-size: 0.5rem;
    display: block;
    color: #8c939c;
}
#footer .footer-item img{
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	height: 1.2rem;
}
#footer .footer-item span{
	display: inline-block;
	vertical-align: middle;
	font-size: .7rem;
	color: #fff;
}
/* 咨询弹出层 */
.chat_module{
    position: fixed;
    left: 15px;
    bottom: -55px;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    z-index: 1000;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 0;
    z-index: 999;
    transition: all .5s ease;
}
.chat_module i{
    position: absolute;
    left: 15px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-color: #eee transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}
.chat_module i:after{
    content: '';
    position: absolute;
    left: -10px;
    bottom: 1px;
    width: 0;
    height: 0;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}
.chat_cnt{
    color: #222;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 5px;
}
.chat_module .chat_close{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(../imgs/close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    opacity: 0.4;
}


#chat_module.active{
    bottom: 3.1rem;
}

.block-title{
    text-align: center;
    font-size: 0;
}
.block-title span{
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: bold;
}
.block-title p{
    font-size: 1rem;
    font-weight: bold;
}
.block-title .t1{
    color: #299b92;
}
.block-title .t2{
    color: #303030;
}
.block-title .t3{
    color: #ea6302;
}

.block-2{
    margin-top: 20px;
}
.block-2-cnt{
    padding: 0 15px 15px;
}
.block-2-desc{
    font-size: 0.7rem;
    color: #000;
    margin: 15px 0;
    text-indent: 1.4rem;
    text-align: justify;
}
.block-2-list{
    overflow: hidden;
}
.block-2-item{
    float: left;
    width: 25%;
}
.block-2-img{

}
.block-2-inner{
    font-size: .6rem;
    color: #000;
    text-align: center;
}
.block-2-ps{
    color: #2a9b92;
    font-size: .6rem;
    text-align: justify;
    margin-top: 15px;
}
.block-3-cnt{
    padding: 20px 15px;
    background: #f8f7f8;
}
.block-3-body{
    padding-bottom: 15px;
}
.block-3-item{
    
}
.block-3-item.s1{
    margin-bottom: 20px;
}
.block-3-header{
    background: #e0e0e1;
    border-radius: 100px;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
}
.block-3-label{
    display: inline-block;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 100px;
    padding: 0 12px 0 5px;
}

.block-3-item.s1 .block-3-label{
    background: #ea6200;
}
.block-3-item.s2 .block-3-label{
    background: #2a9b94;
}


.block-3-label i{
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../imgs/icon.png);
    background-repeat: no-repeat;
    background-size: 240px;
}
.block-3-item.s1 .block-3-label i{
    background-position: -187px -16px;
}
.block-3-item.s2 .block-3-label i{
    background-position: -125px -16px;
}
.block-3-label span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.65rem;
    color: #fff;
    font-weight: bold;
}
.block-3-txt{
    color: #000;
    font-size: 0.65rem;
    text-indent: 1.3rem;
    text-align: justify;
}
.block-3-title{
    margin-bottom: 15px;
}
.block-3-footer{
    font-size: .5rem;
    border-top: 1px solid #f1b78d;
    padding-top: 5px;
    text-align: justify;
}
.block-3-footer span{
    color: #ea6202;
    font-weight: bold;    
}

.block-4-cnt{
    padding: 20px 0;
}
.block-4-title{
    margin-bottom: 15px;
}
.block-4-body{
    padding: 0 15px;
}
.block-4-txt{
    color: #000;
    font-size: 0.65rem;
    text-indent: 1.3rem;
    text-align: justify;
}
.block-4-label{
    text-align: center;
    background: #ea6200;
    width: 8rem;
    margin: 0 auto;
    padding: 6px 0;
    border-radius: 100px;
    margin-top: 0.8rem;
}
.block-4-label a{
    font-weight: bold;
    font-size: 0.75rem;
    color: #fff;
    text-decoration: none;
}
.block-5{
    margin-bottom: 2rem;
}
.block-5-title{
    margin-bottom: 15px;
}
.block-5-body{
    padding: 0 15px;
}
.block-5-txt{
    color: #000;
    font-size: 0.65rem;
    text-indent: 1.3rem;
    text-align: justify;
}

.block-6{

}
.block-6-cnt{

}
.block-6-cart{
    margin-bottom: 2.5rem;
}
.block-6-cart.t1{
    background: #e5fefd;
}
.block-6-cart.t2{
    background: #f8f7f8;
}
.block-6-cart.t3{
    background: #e5fefd;
}
.block-6-cart.t4{
    background: #f8f7f8;
    margin-bottom: 1rem;
}
.block-cart-title{
    line-height: 1.5rem;
    width: 10rem;
    margin: 0 auto;
    position: relative;
    top: -1rem;
}
.block-cart-title img{

}
.block-cart-title span{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.block-cart-desc{
    color: #197d75;
    font-size: .7rem;
    text-align: center;
    margin: 10px 15px;
    padding-bottom: 6px;
    border-bottom: 1px solid #cee4e2;
}
.block-cart-list{
    padding: 0 15px;
}
.block-cart-item{
    margin-bottom: .5rem;
}
.block-cart-key{
    font-weight: bold;
    font-size: 0.7rem;
    color: #000;
}
.block-cart-value{
    font-size: 0.65rem;
    color: #000;
}
.block-cart-value label{
    display: inline-block;
    vertical-align: middle;
}
.block-cart-value a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: .65rem;
    color: #fff;
    padding: 3px 10px;
    background: #717f7d;
    border-radius: 100px;
}
.block-cart-body{
    margin-top: -1rem;
    padding-bottom: 5px;
}

.block-6-footer{
    border-top: 1px solid #f6bc91;
    margin: 0 15px;
    padding-top: 10px;
}
.block-6-footer label{
    color: #000;
    font-size: .6rem;
}
.block-6-footer span{
    color: #000;
    font-size: .6rem;
}
.block-7{
    margin-top: 1.5rem;
}
.block-7-title{
    margin-bottom: .8rem;
}
.block-7-body{
    padding: 0 15px;
}
.block-7-txt{
    color: #000;
    font-size: .65rem;
    text-indent: 1.3rem;
    text-align: justify;
    margin-bottom: 2rem;
}
.block-7-list{

}
.block-7-item{
    position: relative;
    margin-bottom: 2rem;
}
.block-7-img{
    display: block;
    width: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.block-7-inner{
    background: #f8f7f8;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-left: 2rem;
}
.block-7-inner span{
    display: block;
    margin-left: 2.5rem;
    font-size: .6rem;
    color: #000;
    padding: 5px 0;
}
.block-8{
    margin-bottom: 65px;
}
.block-8-header{
    background: #e0e0e1;
    border-radius: 100px;
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.8rem;
}
.block-8-label{
    display: inline-block;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 100px;
    padding: 0 12px 0 5px;
    background: #ea6200;
}
.block-8-label i{
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../imgs/icon.png);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: -75px -16px;
}
.block-8-label span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.65rem;
    color: #fff;
    font-weight: bold;
}
.block-8-cnt{
    padding: 0 15px;
}
.block-8-body{

}
.block-8-txt{
    font-size: .6rem;
    text-indent: 1.2rem;
    text-align: justify;
}

.copy_wechat{
    padding: 0;
    border: 0;
    outline: none;
}
#copy_wechat #wechat{
    position: absolute;
    opacity: 0;
}