html {
    font-size : 20px;
}
@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{
    margin: 10px;
}
.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: #fff;
}
.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: 30px 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: #0e8687;
}
.hospital-address{
    margin-bottom: 10px;
}
.hospital-address img{
    display: inline-block;
    vertical-align: middle;
    width: .6rem;
    height: .6rem;
}
.hospital-address span{
    color: #424242;
    font-size: .6rem;
    display: inline-block;
    vertical-align: middle;
}
.hospital-phone{
    border: 1px solid #0e8687;
    -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: #0e8687;
    display: inline-block;
    vertical-align: middle;
}
.hospital-code{

}
.hospital-code p{
    color: #0e8687;
    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{
    background: #ae0003;
    height: 2.5rem;
    line-height: 2.5rem;
    /*border-right: 1px solid #fff;*/
    font-size: 0;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
#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: #00a29a;
}
#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-rside .footer-item:last-child{
    /*border: 0;*/
}
#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;
}


.title{
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.title p{
    font-size: 17px;
}
.title p span{
    color: #0e8687;
    font-weight: bold;
}

.text{
    text-align: center;
}
.text h2{
    font-size: 17px;
    font-weight: bold;
    color: #0e8687;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 5px;
}
.text-2{
    text-align: center;
}
.text-2.t1{
    padding: 20px 15px 0;
}
.text-2 p{
    line-height: 25px;
    font-size: 15px;
    color: #222;
}
.text-2 p span{
    color: #0e8687;
}

.table{
    margin: 15px 0;
}
.table th, .table td{
    border: 1px solid #0e8687;
    text-align: center;
    padding: 10px;
}
.table th.price{
    
}
.wechat_code{
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 8px 10px;
    width: 140px;
    text-align: center;
    margin: 15px auto 0;
}
.wechat_code span{
    color: #222;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.area-wrap{
    background: #eee;
    margin: 10px 0 20px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.area-wrap .area-cnt{
    padding: 15px 15px 30px;
}
.area-wrap .area-cnt h4{
    font-size: 17px;
    font-weight: bold;
    color: #0e8687;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.area-wrap .area-cnt p{
    color: #0e8687;
    font-size: 14px;
    margin-bottom: 15px;
}
.area-wrap .area-cnt label{
    display: block;
    color: #0e8687;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
.area-wrap .area-cnt span{
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #222;
}
.area-wrap .reg{
    color: #0e8687;
    border: 1px solid #0e8687;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 20px;
    text-decoration: none;  
}
.title2{
    text-align: center;
}
.title2.t2{
    margin-bottom: 15px;
}
.title2 p{
    display: inline-block;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.title2 span{
    color: #0e8687;
    font-weight: bold;
}
.textImg{
    margin: 0 15px;
}
.textImg .img{
    width: 140px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.textImg .label{
    display: inline-block;
    border: 1px solid #0e8687;
    padding: 3px 12px;
    border-radius: 100px;
    background: #0e8687;
    color: #fff;
    margin-bottom: 5px;
}
.textImg .inner{
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
    color: #222;
}
.area-wrap2{
    background: #eee;
    margin: 20px 0 20px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.area-wrap2 .area-cnt{
    padding: 15px 15px 10px;
}
.area-wrap2 .area-cnt label{
    color: #0e8687;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}
.area-wrap2 .area-cnt h4{
    font-size: 17px;
    font-weight: bold;
    color: #0e8687;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.area-wrap2 .area-cnt p{
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.area-wrap2 .area-cnt span{
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #000;
}
.area-wrap2 .img{
    padding: 5px;
}
.textp{

}
.textp .label{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #0e8687;
    padding: 3px 12px;
    border-radius: 100px;
    background: #0e8687;
    color: #fff;
    margin-bottom: 15px;
}
.textp .body{
    
}
.textp .body .item{
    margin-bottom: 10px;
}
.textp .body .item span{
    font-size: 14px;
    color: #222;
}
.textp .body .item:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    margin-right: 8px;
}
.header-banner4{
    margin-bottom: 20px;
}
.step{
    overflow: hidden;
}
.step .step-item{
    width: 48%;
    float: left;
    margin: 0 1% 15px;
}
.step .step-item .step-img{
    margin-bottom: 8px;
}
.step .step-item .step-text{
    text-align: center;
}
.step .step-item .step-text label{
    display: block;
    color: #6f6f6f;
    font-size: 13px;
    margin-bottom: 3px;
}
.step .step-item .step-text span{
    display: block;
    font-size: 13px;
    color: #222;
}


.area-wrap3 .area-cnt .text{
    margin-bottom: 15px;
}
.area-wrap3 .area-cnt .unit {
    margin-bottom: 20px;
}
.area-wrap3 .area-cnt .unit .label{
    font-weight: bold;
    color: #0e8687;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 15px;
}

.area-wrap3 .area-cnt .unit .inners{

}
.area-wrap3 .area-cnt .unit .inners .inner-cnt{

}
.area-wrap3 .area-cnt .unit .inners .inner-cnt p{
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}
.area-wrap3 .area-cnt .unit .inners .inner-cnt p:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 100%;
    margin-right: 8px;
}
.area-wrap3 .area-cnt .unit .cnt .block{
    overflow: hidden;
}
.area-wrap3 .area-cnt .unit .cnt .block.s1{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.area-wrap3 .area-cnt .unit .cnt .block .img{
    width: 120px;
    float: left;
}
.area-wrap3 .area-cnt .unit .cnt .block .inner{
    text-align: left;
}
.area-wrap3 .area-cnt .unit .cnt .block .inner h4{
    font-weight: bold;
    color: #0e8687;
    font-size: 17px;
}
.area-wrap3 .area-cnt .unit .cnt .block .inner h4:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #0e8687;
    border-radius: 100%;
    margin-right: 5px;
}
.area-wrap3 .area-cnt .unit .cnt .block .inner p{
    font-size: 14px;
    color: #222;
}
.name{
    text-align: center;
    font-size: 14px;
    color: #222;
}

.pics{
    margin: 20px 0;
    font-size: 0;
}
.pics .pic-item{
    display: inline-block;
    vertical-align: top;
    width: 31.33%;
    border: 1px solid #0e8687;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 1%;
}
.pics .pic-item .pic-big{
    position: relative;
}
.pics .pic-item .pic-big .pic-small{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}
.pics .pic-item .pic-big>img{

}
.pics .pic-item .pic-big .pic-small>img{

}
.pics .pic-item .info{
    margin-top: 30px;
    text-align: center;
}
.pics .pic-item .info h5{
    font-weight: bold;
    color: #0e8687;
    font-size: 15px;
}
.pics .pic-item .info span{
    color: #222;
    font-size: 12px;
    display: block;
    margin: 6px 0;
}
.pics .pic-item .address{
    background: #0e8687;
    text-align: center;
    padding: 5px 0;
}
.pics .pic-item .address span{
    font-size: 13px;
    color: #fff;
}


.area-wrap3 .area-cnt .unit .label:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-width: 6px 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #0e8687;
}
.area-wrap3 .area-cnt .unit .body{

}
.area-wrap3 .area-cnt .unit .body .unit-item{
    overflow: hidden;
    border: 1px solid #0e8687;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    height: 85px;
    line-height: 65px;
    position: relative;
    padding: 10px 0;
}
.area-wrap3 .area-cnt .unit .body .unit-item.s1{
    margin-bottom: 10px;
}
.area-wrap3 .area-cnt .unit .body .unit-item.s2 .unit-inner{
    top: 20px;
}
.area-wrap3 .area-cnt .unit .body .unit-item .unit-index{
    font-size: 30px;
    color: #0e8687;
    float: left;
    width: 55px;
    text-align: center;
    border-right: 1px solid #0e8687;
}
.area-wrap3 .area-cnt .unit .body .unit-item .unit-inner{
    font-size: 13px;
    color: #222;
    position: absolute;
    left: 65px;
    line-height: 22px;
    right: 0;
    top: 10px;
}



.area-wrap3{
    background: #eee;
    margin: 20px 0 20px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.area-wrap3 .area-cnt{
    padding: 15px 15px 10px;
}
.text.t3{
    margin-bottom: 20px;
}

.chat{
    text-align: center;
    margin: 20px 0;
}
.chat .chat-btn{
    text-decoration: none;
    display: inline-block;
    color: #0e8687;
    font-weight: bold;
    border: 1px solid #0e8687;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 100px;
}



.article-list tr th{
    font-size: 0.6rem;
    padding: 6px 0;
    font-weight: bold;
    background: #efefef;
    color: #5f5f5f;
}
.article-list{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
}
.article-list.show{
    display: table;
}
.article-list tr td,
.article-list tr th{
    border: 1px solid #dcdcdc;
    text-align: center;
}
.article-list tr td{
    width: 33.33%;
    font-size: 0.6rem;
    padding: 5px;
}
.article-list tr td a{
    color: #5a5a5a;
}

.wechat{
    background: #0e8687;
    margin: 10px 0 20px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}
.wechat span{
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 28px;
}

/* 数字动画样式 */
#data-cnt{
    overflow: hidden;
    margin: 15px 0 0;
}
#data-cnt dl{
    float: left;
    width: 49%;
    text-align: center;
    color: #903645;
    padding: 10px 0;
}
#data-cnt dd{
    font-size: 25px;
    color: #666;
}
#data-cnt dt{
    font-size: 17px;
    font-weight: bold;
    color: #666;
}
#data-cnt dd, #data-cnt dt{
    
}
#data-cnt dl.s1, #data-cnt dl.s3, #data-cnt dl.s5{
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
#data-cnt dl.s2, #data-cnt dl.s4, #data-cnt dl.s6{
    border-bottom: 1px solid #f0f0f0;
}
#data-cnt dl.s7{
    border-right: 1px solid #f0f0f0;
}
.data-prompt{
    text-align: center;
    clear: both;
    padding-top: 20px;
}
.data-prompt p{
    font-size: 14px;
    color: #666;
}
.data-wrap{
    background: #fff;
    padding: 20px 0;
}
.data-title{
    text-align: center;
    font-size: 20px;
    color: #af251b;
    font-weight: bold;
}


.jinshi_guide_cnt{
    text-align: center;
    margin: 30px 20px 20px;
}
.jinshi_guide_title{
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}
.jinshi_guide_button{
    display: inline-block;
    background: #eb6400;
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}

.wechat {
    background: #0e8687;
    margin: 15px 12px 0;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
}
.wechat span {
    color: #fff;
    font-size: 13px;
    display: block;
    line-height: 25px;
}

/* 咨询弹出层 */
.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;
}


.copy_wechat{
    padding: 0;
    border: 0;
    outline: none;
}
#copy_wechat #wechat{
    position: absolute;
    opacity: 0;
}