@charset "utf-8";
.container{margin: 0 .12rem;}
.clearfloat:after{display:block;clear:both;content:"";}
.donghua {
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* 头部 */
.top_bar{height: .55rem;background: #fff;width: 100%;position: fixed;top: 0;z-index: 2;}
.top_bar .topbar_city>span {
    padding: 0 .1rem;
    max-width: .6rem;
}
.topbar_search {
    border-radius: .5rem;
    background: #f3f3f3;
    margin: 0 .05rem;
    color: #999ea2;
    padding: .05rem 0 .03rem;
}
.topbar_navigation {
    padding-right: .1rem;
}
.topbar_navigation i{font-size: .2rem;}
.topbar_search i {
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    margin: 0 .1rem .03rem;
    margin-left: 0.15rem;
}
/* 第二种导航 */
.top_bar02{background: none;padding-left: .15rem;padding-right: .15rem;position: absolute;left: 0;right: 0;top: 0;z-index: 6;height: .5rem;}
.top_bar02 .fanhui{width: .3rem;height: .3rem;-webkit-box-pack: center;justify-content: center;display: flex;background-color: #fff;border-radius: 50%;line-height: .3rem;text-align: center;}
.top_bar02 .fanhui a{display: block;}
.top_bar02 .fanhui a i{font-size: .2rem;}
.top_bar02 .top-l{
    width: .7rem;
    display: flex;
    justify-content: space-between;
}
.top_bar02 .topbar_navigation{width: .3rem;height: .3rem;background-color: #fff;border-radius: 50%;line-height: .3rem;text-align: center;padding-right: 0;}
.top_bar02 .topbar_qrcode{width: .3rem;height: .3rem;background-color: #fff;border-radius: 50%;line-height: .3rem;text-align: center;padding-right: 0;}
.top_bar02 .item-align{justify-content: space-between;}
.top_bar02 .sortname{font-size: .15rem;display: none;}
.top_bar02_nav{top: .5rem !important;}
.top_bar02active{background-color: #fff;border-bottom: 1px solid #f5f5f5;}

.banner_navbox{background-color: #fff;}
.index_banner{margin: .55rem .15rem .08rem;}
.index_banner img{display: block;}
.index_banner .swiper-pagination-bullet{width: .08rem;height: .08rem;border-radius: 50%;}
.index_banner .swiper-pagination-bullet-active{background-color: #019eeb;}

.home-select li{text-align: center;justify-content: center;margin-bottom: .15rem;}
.home-select li a{display: block;}
.home-select li a i{width: 44px;height: 44px;display: block;background-size: cover;margin: 0 auto;}

.topbarnav_container{position: fixed;top: .55rem;width: 100%;bottom: 0;z-index: 999;background: rgba(0, 0, 0, 0.65);display: none;}
.topbarnav{background-color: #fff;position: relative;z-index: 2;font-size: 0;border-top: 1px solid #f5f5f5;padding-top: .3rem;padding-bottom: .2rem;}
.topbarnav a{display: inline-flex;width: 20%;align-items: center;flex-direction: column;margin-bottom: 0.2rem;font-size: .12rem;}
.topbarnav img {width: 0.3rem;height: 0.3rem; margin-bottom: 0.04rem;}

/* 精选医院 */
.fine_hospital{background: #fff;border-radius:8px;margin: 0 .12rem;margin-top: .1rem;display: block;}
.fine_hospital .title{
    border-bottom: 1px solid #f7f7f7;
    height: 46px;
    line-height: 46px;
    padding: 0 10px 4px;
}
.fine_hospital .title span{font-size: 16px;font-weight: 700;}
.fine_hospital .title a{color: #9a9a9a;}
.fine_hospital .content{
    padding: 0 .12rem .12rem;
}
.fine_hospital .content .list .co{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: .08rem;
}
.fine_hospital .content .list .co .tab1 div:first-of-type em img{
    width: .4rem;
    position: absolute;
    right: -0.075rem;
    bottom: -0.075rem;
    max-width: 120%;
}
.fine_hospital .content .list .co .tab1{
    width: 100%;
    padding-top: .08rem;
}
.fine_hospital .content .list .co .tab1 div:first-of-type {
    width: .7rem;
    height: .7rem;
    position: relative;
    border-radius: 8px;
    min-width: .7rem;
}
.fine_hospital .content .list .co .tab1 div:first-of-type span img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.fine_hospital .content .list .co .tab1 div:nth-of-type(2) {
    margin-left: .12rem;
}
.fine_hospital .content .list .co .tab1 div:nth-of-type(2) h3{
    font-weight: 700;
    font-size: .14rem;
    color: #000;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 2.5rem;
}
.fine_hospital .content .list .co .tab1 div:nth-of-type(2) p:first-of-type {
    color: #ff4e00;
    line-height: 30px;
}
.fine_hospital .content .list .co .tab1 div:nth-of-type(2) p:first-of-type span{
    width: .12rem;
    height: .13rem;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.fine_hospital .content .list .co .tab1 div:nth-of-type(2) p:first-of-type span i.star{background:url(../images/star.png) no-repeat;background-size: 75%;}
.fine_hospital .content .list .co .tab1 div:nth-of-type(2) p:first-of-type span i{
    position: absolute;
    height: .13rem;
    width: 100%;
    vertical-align: middle;
}

.fine_hospital .content .list .co .tab2{
    padding-top: .08rem;
}
.fine_hospital .content .list .co .tab2 ul li{
    margin-right: .1rem;
    width: 33.33%;
}
.fine_hospital .content .list .co .tab2 ul li:last-of-type {
    margin: 0;
}
.fine_hospital .content .list .co .tab2 ul li p:first-of-type {
    border-radius: 8px;
    overflow: hidden;
}
.fine_hospital .content .list .co .tab2 ul li p{
    line-height: .24rem;
    font-size: .12rem;
}
.fine_hospital .content .list .co .tab2 ul li img{
    width: 100%;
}
.fine_hospital .content .list .co .tab2 ul li p:last-child {
    color: #ff3a00;
}

/* 精选套餐 */
.fine_tc{
    background: #fff;
    line-height: 35px;
    border-radius: 8px;
    margin: .12rem .12rem 0;
}
.fine_tc .title{
    border-bottom: 1px solid #f7f7f7;
    height: 46px;
    line-height: 46px;
    padding: 0 10px 4px;
}
.fine_tc .title span{
    font-size: 16px;
    font-weight: 700;
}
.fine_tc .title a{
    color: #9a9a9a;
}
.fine_tc .content .tab{
    height: .36rem;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: space-between;
}
.fine_tc .content .tab li.select{
    font-weight: 700;
    color: #333;
}
.fine_tc .content .tab li{
    text-align: center;
    position: relative;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 25%;
    display: inline-block;
}
.fine_tc .content .tab li span{
    width: 95%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.fine_tc .content .tab li.select i{
    height: 4px;
    width: .2rem;
    background: -webkit-gradient(linear,left top,right top,from(#6addff),to(#51bdf1));
    background: linear-gradient(90deg,#6addff,#51bdf1);
    position: absolute;
    bottom: 0;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    left: 50%;
    border-radius: 4px;
}
.fine_tc .content .list{
    padding: .12rem;
}
.fine_tc .content .list ul{display: none;overflow-y: hidden;overflow-x: scroll;white-space: nowrap;justify-content: space-between;}
.fine_tc .content .list ul:first-child{display: block;}
.fine_tc .content .list li{
    margin-right: 5%;
    width: 48%;
    display: inline-block;
}
.fine_tc .content .list li:last-child {
    margin: 0;
}
.fine_tc .content .list li h3{
    font-size: .12rem;
    line-height: .24rem;
    font-weight: 400;
    max-height: .48rem;
    overflow: hidden;
    white-space: initial;
    height: .48rem;
}
.fine_tc .content .list li .imgbox{

width: 100%;

height:0;

padding-bottom:100%;

background-size: cover;

background-position: center center;
}
.fine_tc .content .list li p{
    color: #ff3a00;
    font-size: 16px;
}
.fine_tc .content .list li p{
    line-height: 24px;
}
.fine_tc .content .list li p s{
    color:#999999;
    font-size: 12px;
}
.go_top{
    opacity: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    background: rgba(0,0,0,.5);
    position: fixed;
    bottom: 1rem;
    right: .15rem;
    z-index: 2;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    justify-content: center;
    align-items: center;
}
.go_top img{width: 100%;width: .2rem;
    height: .2rem;}
/* 首页医院列表 */
.jg_list_common{margin: .12rem .12rem 0;}
.jg_list_common .hd {
    display: flex;
    margin-bottom: 0.1rem;
    justify-content: space-between;
}
.jg_list_common .hd dt {
    color: #1a1a1a;
    font-size: 0.16rem;
    font-weight: 600;
    flex: 1;
    width: 0;
    margin-right: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jg_list_common .hd dd {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 0.24rem;
    line-height: 0.23rem;
    justify-content: space-between;
}
.jg_list_common .hd .on {
    color: #099eff;
}
.jg_list_common .hd dd span i{font-size: .12rem;margin-right: 5px;}
.jg_list_common .hd dd span {
    margin-left: 0.15rem;font-size: .12rem;
}

/* 首页热门医院列表 */
.hot_hospital ul li {
    padding-top: .1rem;
    position: relative;
    padding-bottom: .08rem;
    margin-bottom:.06rem;
    background: #fff;
    border-radius: 8px;
}
.hot_hospital ul li a dl dt {
    float: left;
    margin-left: .1rem;
    position: relative;
    width: .92rem;
    height: .92rem;
    border-radius: 2px;
}
.hot_hospital ul li a dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
.hot_hospital ul li a dl dd, .hot_hospital ul li dl dd {
    margin-left: 1.1rem;
    line-height: .23rem;
    position: relative;
}
.hot_hospital>ul li a dl dd.ccyc{
    font-weight: 700;
    font-size: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_hospital ul li a dl .starcon {
    color: #ff4e00;
}
.hot_hospital ul li a dl .starcon span {
    width: .12rem;
    height: .11rem;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.hot_hospital ul li a dl .starcon span.star{background: url(../images/star.png) no-repeat;
    background-size: 75%;
}
.hot_hospital ul li a dl .starcon .weightem {
    font-weight: 700;
}
.hot_hospital ul li a dl .starcon .yiyue{
    margin-left: .05rem;color: #999;
}
.hot_hospital ul li a dl .starcon p {
    float: right;
    margin-right: .15rem;
    color: #999;
}
.hot_hospital ul li a dl .pricecon {
    color: #a5a5a5;
}
.hot_hospital ul li a dl .pricecon div.listMoney {
    padding-right: .15rem;
}
.hot_hospital ul li a dl .pricecon div.listMoney p {
    color: #ff6c2b;
}
.hot_hospital ul li a dl .pricecon div.listMoney p em {
    font-size: .15rem;
    color: #ff6c2b;
}
.hot_hospital ul li a dl .dengji span.tab {
    border-radius: 2px;
    background: #f2fbf8;
    padding: 0 .02rem;
    line-height: .18rem;
    margin-right: .05rem;
}

/* 网站底部信息 */
.footer_copy {
    color: #b3b3b3;
    font-size: 0.13rem;
    background: #fff;
    text-align: center;
    padding: 0.2rem 0 0.2rem;
}
.footer_copy h4 {
    margin-bottom: 0.05rem;
    font-weight: normal;
    font-size: 0.12rem;
}
.footer_copy p {
    padding: 0.02rem 0;
}
.botoom_box{height: .5rem;}
.footer_tabbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 7;
    background: #fff;
    border-top: 1px solid #f3f3f3;
    height: .5rem;
    justify-content: center;
    align-items: center;
    color: #606469;
    font-size: 0.12rem;
}
.footer_tabbar a{flex: 1;text-align: center;font-size: .11rem;}
.footer_tabbar a i{display: block;font-size: .24rem;color: #333;margin-bottom: .02rem;}
.footer_tabbar a.on{color: #019eeb;}
.footer_tabbar a.on i{color: #019eeb;}
.top_bar_border{border-bottom: 1px solid #f5f5f5;}

/* 医院首页 */
.list_outer{padding-top: 1.46rem;}
.fillter_nav{position: fixed;top: .55rem;text-align: center;width: 100%;left: 0;right: 0;z-index: 6;}
.fillter_nav_hd{height: .45rem;background-color: #fff;border-top: 1px solid #f5f5f5;line-height: .45rem;position: relative;}
.fillter_nav_hd .ftnav_item img {
    width: 0.1rem;
    height: 0.05rem;
    margin-left: 0.05rem;
    transition: all 0.3s;
}
.fillter_nav_hd .ftnav_item2{
    position: relative;
    padding-right: 17px;
}
.fillter_nav_hd .ftnav_item2 img {
    width: 0.1rem;
    height: 0.05rem;
    margin-left: 0.05rem;
    transition: all 0.3s;
    position: absolute;
}
.fillter_nav_hd .ftnav_item2 img.up{
    top: 16px;
    transform: rotate(180deg);
}
.fillter_nav_hd .ftnav_item2 img.down{
    bottom: 16px;
}
.fillter_nav_hd>li dl{display: none;position: absolute;right:0;left: 0;top: 100%;overflow-y: auto;max-height: 4rem;background-color: #fcfcfc;border-radius: 0rem 0rem 0.1rem 0.1rem;}
.show_fillters{bottom: 0;cursor: pointer;background: rgba(0, 0, 0, 0.65);}
.fillter_nav_scroll{
    padding: 0 .12rem;
    padding-top: .06rem;
    height: .4rem;
    overflow-x: auto;
    background: #f5f5f5;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    }
.fillter_nav_scroll li:first-child {
        margin-left: 0;
}
.fillter_nav_scroll li{background-color: #fff;
    text-align: center;
    margin-left: .1rem;
    line-height: .3rem;
    padding: 0 .12rem;
    border-radius: 6px;
    color: #333;
    display: inline-block;
}
.fillter_nav_hd li dl dd{
    text-align: left;
    height: .42rem;
    line-height: .42rem;
    color: #333;
    border-bottom: 1px solid hsla(0,0%,92.9%,.4);
    text-indent: .15rem;
    position: relative;
}
.fillter_nav_hd li dl dd a {
    font-size: .14rem;
    display: block;
}
.fillter_nav_hd li dl dd span {
    font-size: .14rem;
    display: block;
}
.fillter_nav_hd>li.on .ftnav_item{color:#019eeb;}
.fillter_nav_hd>li.on a .ftnav_item2{color:#019eeb;}
.fillter_nav_hd li dl dd.select a{color:#019eeb}
.fillter_nav_hd li dl dd.select i {
    background: url(../images/gou.png) 50% #019eeb no-repeat;
    background-size: .08rem;
    position: absolute;
    right: .15rem;
    top: .12rem;
    border-radius: 50%;
    width: .16rem;
    height: .16rem;
}
.fillter_nav_hd li dl.quyudlcon{padding-bottom: .2rem;padding-left: .1rem;padding-right: .1rem;}
.fillter_nav_hd li dl.quyudlcon dd{
    height: .32rem;
    width: 23.5%;
    background: #f5f5f6;
    line-height: .32rem;
    color: #333;
    text-align: center;
    border-radius: 4px;
    margin-right: 2%;
    text-indent: 0;
    margin-top: .1rem;
    float: left;
}
.fillter_nav_hd li dl.quyudlcon dd.select{background: linear-gradient(90deg,#6addff,#51bdf1);}
.fillter_nav_hd li dl.quyudlcon dd.select a{color: #fff !important;}
.fillter_nav_hd li dl.quyudlcon dd a{ font-size: .12rem;}
.fillter_nav_hd li dl.quyudlcon dd:nth-child(4n) {
    margin-right: 0;
}
/* 筛选下拉列表 */
.list-animation{position: absolute;left: 0;right: 0;top: 100%;background: #fff;display: none;}
.list-animation .slide .screening_tab {
    background: #fff;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    height: 3.6rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
}
.list-animation .slide .screening_tab .menu {
    height: 100%;
    width: .78rem;
    background: #f6f8f9;
    overflow-y: auto;
}
.list-animation .slide .screening_tab .menu li.select {
    color: #079fe7;
    background: #fff;
    cursor: pointer;
}
.list-animation .slide .screening_tab .menu li {
    text-align: center;
    height: .4rem;
    line-height: .4rem;
    position: relative;
    cursor: pointer;
    font-size: .13rem;
}
.list-animation .slide .screening_tab .menu li i {
    position: absolute;
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background: #fc4a1c;
    right: .06rem;
    top: 19%;
    display: none;
}
.list-animation .slide .screening_tab .content {
    height: 100%;
    flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.list-animation .slide .screening_tab .content>div {
    flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
}

.list-animation .slide .screening_tab .content p {
    padding: 0 .1rem .13rem;height: .3rem;
    color: #999;
    font-size: .14rem;
}
.list-animation .slide .screening_tab .content .tab li:nth-child(3n) {
    margin-right: 0;
}
.list-animation .slide .screening_tab .content .rotates {
    -webkit-animation: rtTop .3s ease-out;
    animation: rtTop .3s ease-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.list-animation .slide .screening_tab .content .more {
    background: url(../images/yuan_jiantou.png) no-repeat;
    height: .16rem;
    width: .16rem;
    background-size: cover;
    -webkit-animation: rtBottom .3s ease-out;
    animation: rtBottom .3s ease-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.list-animation .slide .screening_tab .content .tab ul:last-child {
    border-bottom: none;
}
.list-animation .slide .screening_tab .content .tab ul {
    padding: 0 .1rem;
    border-bottom: 1px solid #ececec;
    display: -webkit-box;
    display: flex;
    -webkit-flex: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.list-animation .slide .screening_tab .content .tab li {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    margin-bottom: 3%;
    background: #f6f8f9;
    padding: .08rem .06rem;
    margin-right: 3%;
    color: #333;
    text-align: center;
    border-radius: .04rem;
    font-size: .12rem;
    width: 27%;
    line-height: 1.2;
}
.fillter_nav_hd .ftnav_item  em {
    position: absolute;
    width: .15rem;
    height: .15rem;
    line-height: .15rem;
    border-radius: 50%;
    background: #fc4a1c;
    right: .1rem;
    top: 0.06rem;
    font-size: .12rem;
    color: #fff;
    display: none;
}
.list-animation .slide .screening_tab .content .tab li.select{background: #e9f8ff;}
.list-animation .slide .screening_tab .content .tab li.select a{color: #079fe7;}
.list-animation .slide .screening_tab .content .tab li a,.list-animation .slide .screening_tab .content .tab li span {
    margin: auto;
}
.list-animation .slide .sure {
    width: 100%;
    position: absolute;
    bottom: -.5rem;
    background: #fff;
    height: .5rem;
    line-height: .5rem;
}
.list-animation .slide .sure ul {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    font-size: .14rem;
}
.list-animation .slide .sure ul li:first-of-type {
    width: 28%;
    border-right: 1px solid #ebebeb;
    background: #fff;
}
.list-animation .slide .sure ul li {
    text-align: center;
    border-top: 1px solid #ebebeb;
}
.list-animation .slide .sure ul li:nth-of-type(2) {
    width: 72%;
    background: #34b5f2;
    color: #fff;
}
.list-animation .slide .screening_tab .content .tab li{display:none;}
.list-animation .slide .screening_tab .content .tab li:nth-child(-n+6){
    display: flex;display: -webkit-flex;
}

/* 医院详情页面 */
.pack_introduce{
   
    margin-top: -0.6rem !important;
}
.yiyuan_ccc{background-color: #fff !important;
    position: relative;
    z-index: 2;border-radius: .1rem .1rem 0 0;}
.yiyuan_ccc .pack_introduce{position: relative;}
.sum_content .pack_introduce{
    margin: -.04rem 0 0;
    z-index: 2;
}
.sum_content .pack_introduce>h3{
    font-weight: 700;
    font-size: .16rem;
    margin: .14rem 0 .05rem .14rem;
    width: calc(100% - .9rem);
    padding-right: .08rem;
}
.sum_content .pack_introduce .introduce_a .introduce_pcon{
    padding: 0 .14rem;
    height: .23rem;
    line-height: .24rem;
    position: relative;
}
.sum_content .pack_introduce .introduce_a .introduce_pcon:first-of-type span{
    margin-right: 0;
}
.sum_content .pack_introduce .introduce_a .introduce_pcon:first-of-type span{
    margin-right: .1rem;
}
.sum_content .pack_introduce .introduce_a .introduce_pcon:first-of-type i{
    display: inline-block;
    width: .12rem;
    height: .15rem;
    margin-right: 0;
    vertical-align: middle;background-size: 100%;
   
}
.sum_content .pack_introduce .introduce_a .introduce_pcon .gl_icon{ background: url(../images/yyicon01.png) no-repeat;}
.sum_content .pack_introduce .introduce_a .introduce_pcon .yy_icon{ background: url(../images/yyicon02.png) no-repeat;}
.sum_content .pack_introduce .introduce_a .introduce_pcon .jk_icon{ background: url(../images/yyicon03.png) no-repeat;}
.introduce_a strong, .introduce_b strong{
    display: inline-block;
    width: .01rem;
    height: .1rem;
    background-color: #eaeaea;
}
.sum_content .pack_introduce .introduce_a div{
    height: .26rem;
    line-height: .26rem;
    font-size: .14rem;
    color: #ff3a00;
}
.sum_content .pack_introduce .introduce_a .gongaocon p{
    padding: 0 .14rem;
    height: .23rem;
    line-height: .24rem;
    position: relative;
}
.gongaocon del{
    display: inline-block;
    width: .16rem;
    height: .23rem;
    background: url(../images/shengyin.png) 50% no-repeat;
    background-size: 90%;
    vertical-align: bottom;
}
.sum_content .pack_introduce i.bt_on{
    background: url(../images/xia.png) 50% no-repeat;
    background-size: .12rem;
    display: inline-block;
    width: .12rem;
    height: .15rem;
    margin-right: 0;
    vertical-align: middle;
}
.sum_content .pack_introduce .hosp_logo{
    position: absolute;
    text-align: center;
    width: .5rem;
    height: .5rem;
    border-radius: .08rem;
    right: .18rem;
    overflow: hidden;
    top: .12rem;
    background: #fff;
    line-height: .56rem;
    box-shadow: 0 2px 6px 0 #ececec;
}
.sum_content .pack_introduce .hosp_logo img{
    width: .42rem;
    height: .42rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.sum_content .pack_introduce .introduce_a p:first-of-type span{
    margin-right: 0 !important;
}
.sum_content .pack_introduce .introduce_a .gongaocon p.justifyContentb span{
    padding-right: .01rem;
    line-height: .23rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .12rem;
    font-weight: 400;
}
.zhezhaoceng{display: none;}
.introduce_p{overflow-y: scroll;padding: 0 .14rem .1rem;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    max-height: 70%;
    min-height: 50%;
    background-color: #fff;
    z-index: 10;
    border-radius: .08rem .08rem 0 0;
}
.introduce_p .introduce_b .gogngaoname{
    font-size: .14rem;
    padding-top: .11rem;
    padding-bottom: .1rem;
}
.introduce_b .gogngao_content {
    line-height: .22rem;
    color: #757577;
}
.introduce_p .i-header i{
    position: absolute;
    top: .13rem;
    right: .15rem;
    display: inline-block;
    background: url(../images/close.png) no-repeat;
    background-size: .17rem;
    width: .17rem;
    height: .17rem;
}
.zhezhaoceng{
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
}

.change_nav{
   padding: 0 .12rem;
    position: relative;
    z-index: 2;
    background: #fff;
    height: .45rem;
}
.change_navfixed{position: fixed;top: 0;left: 0;right: 0;box-shadow: 0 0 12px 0 #eee;}
.change_nav ul{
    border-bottom: 1px solid #f4f4f4;
    line-height: .45rem;
}
.change_nav ul li.select i{
    background: #3eaee3;
    height: .02rem;
    position: absolute;
    bottom: 0;
    left: .03rem;
    -webkit-transition: all .3s;
    -webkit-transition: all .1s;
    transition: all .1s;
    width: .18rem;
}
.change_nav ul li{font-size: .13rem;position: relative;}
.change_nav ul li:first-child {
    text-align: left;
}
.change_nav ul li.select{
    color: #333;
    font-weight: 700;
}

.change_nav ul li span em{
    font-size: .12rem;
    color: #a1a2a3;
}

.change_nav ul li.shaixuanbtn strong{
    position: relative;
    text-align: center;
    display: inline-block;
    height: .24rem;
    font-size: .12rem;
    line-height: .24rem;
    padding: 0 .26rem 0 .1rem;
    vertical-align: middle;
    font-weight: 400;
    color: #626364;
    margin-left: .09rem;
    background: #f6f8f9;
    border-radius: .12rem;
}
.change_nav ul li.shaixuanbtn strong i{
    border-top: .05rem solid #626364;
    border-bottom: none;
}
.change_nav ul li.shaixuanbtn strong i{
    width: 0;
    height: 0;
    border-left: .04rem solid transparent;
    border-right: .04rem solid transparent;
    position: absolute;
    right: .13rem;
    top: .1rem;
    -webkit-transition: all .3s;
    -webkit-transition: all .1s;
    transition: all .1s;
}

/* 医院套餐列表 */
.hos_taocan_cont{height: calc(100vh - 0.95rem);}

.hos_taocan_cont .menu{
    height: 100%;
}
.hos_taocan_cont .menu ul{
    background: #f6f8f9;
    width: .8rem;
    height: 100%;
    overflow-y: scroll;
}
.hos_taocan_cont .menu ul li{
    height: .46rem;
    text-align: center;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 .15rem;
}
.hos_taocan_cont .menu ul li span{
    line-height: .22rem;
    color: #595a5c;
    width: 100%;
    text-align: left;
}
.hos_taocan_cont .menu ul li.select{
    background: #fff;
}

.hos_taocan_cont .content{
    position: relative;
    overflow: hidden;
    background-color:#fff;
}
.hos_taocan_cont .content>div{
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hos_taocan_cont .content>div ul:last-of-type{
    height: calc(100% + 1px);
}
.hos_taocan_cont .content ul>p{
    font-size: .14rem;
    width: 100%;
    background: #fff;
    line-height: .44rem;
    text-indent: .12rem;
    z-index: 2;
}
.hos_taocan_cont .content ul>p>span{
    line-height: .44rem;
}
.hos_taocan_cont .content ul li{
    padding: 10px .12rem;
}
.hos_taocan_cont .content ul .yytc_left {
    float: left;
}
.hos_taocan_cont .content ul .yytc_left .pk{
    height: 0.15rem;
    line-height: 0.15rem;
    border-radius:0.5rem;
    text-align:center;
    border:1px solid #ccc;
    margin-top: 0.1rem;
    clear:both;
    font-size: 0.1rem;
}
.hos_taocan_cont .content ul .yytc_left .pk a{
    display:block;
    color:#666;
}
.hos_taocan_cont .content ul li .yytc_img {
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    overflow: hidden;
}
.hos_taocan_cont .content ul li .yytc_img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hos_taocan_cont .content ul li .yytc_cont {
    margin-left: .55rem;
}
.hos_taocan_cont .content ul li .yytc_title {
    line-height: .3rem;
    width: 2.04rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: .22rem;
    font-size: .14rem;
}
.hos_taocan_cont .content ul li .yytc_tag{
    line-height: .32rem;
    min-height: .32rem;
}
.hos_taocan_cont .content ul li .yytc_tag span{
    width: .46rem;
    background: #f6f8f9;
    font-size: .12rem;
    color: #595a5c;
    margin-right: .02rem;
    padding: 0 2px;
    line-height: .22rem;
    border-radius: 2px;
}
.hos_taocan_cont .content ul li .yytc_tag em{
    float: right;
    color: #a1a2a3;
}
.hos_taocan_cont .content ul li .yytc_more{
    color: #ff3a00;
    font-size: .16rem;
}
.hos_taocan_cont .content ul li .yytc_more div span{
    font-size: .16rem;
    font-weight: 700;
}
.hos_taocan_cont .content ul li .yytc_more div span em{
    font-size: .12rem;
    font-weight: 400;
}
.hos_taocan_cont .content ul li .yytc_more div s{
    color: #a1a2a3;
    font-size: .12rem;
    line-height: .24rem;
}
.hos_taocan_cont .content ul li .lookfor{
    font-size: .12rem;
    color: #8a8a8c;
    line-height: .24rem;
    padding: 0 .18rem;
    border-radius: 12px;
    background: #51bdf1;
    color: #fff;
    text-align: center;
    float: right;
}

.mu-bottom-sheet{
    z-index: 10!important;
    border-radius: .08rem .08rem 0 0;
}
.mu-bottom-sheet {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
}
.drawerRight{
    height: 100%;
    overflow-y: scroll;
}
.drawerRight ul{
    padding: .12rem;
}
.drawerRight ul li{
    margin-bottom: .12rem;
}
.drawerRight ul li p{
    color: #626364;
    font-size: .14rem;
    font-weight: 600;
    margin-bottom: .12rem;
}
.drawerRight ul li a{
    display: inline-block;
    width: .8rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: .16rem;
    background-color: #f5f5f6;
    color: #616263;
    font-size: .12rem;
    margin-right: .08rem;
    margin-bottom: .08rem;
}
.drawerRight ul li a.active{
    background: -webkit-gradient(linear,left top,right top,from(#78d8f3),to(#43b0e3));
    background: linear-gradient(90deg,#78d8f3,#43b0e3);
    color: #fff;
}
.drawerRight .h55 {
    height: .55rem;
}
.drawer-base-btn{
    position: absolute;
    height: .54rem;
    line-height: .54rem;
    width: 100%;
    text-align: center;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: .01rem solid #f4f4f4;
}
.drawer-base-btn .no{
    border: .01rem solid #4ab5e5;
    color: #4ab5e5;
    font-size: .12rem;
}
.drawer-base-btn a{
    display: inline-block;
    width: 35%;
    height: .34rem;
    line-height: .34rem;
    border-radius: .17rem;
    margin: 0 .15rem;
}
.drawer-base-btn .yes{
    background: -webkit-gradient(linear,left top,right top,from(#78d8f3),to(#43b0e3));
    background: linear-gradient(90deg,#78d8f3,#43b0e3);
    color: #fff;
    font-size: .12rem;
}

/* 评价内容样式 */
.evaluation .content .eval_score_new{
    padding: .1rem 0;
    height: auto;
}
.evaluation .content .eval_score{
    padding: .05rem 0;
}
.evaluation .content .eval_score{
    background: #fff;
    margin-bottom: .08rem;
    width: 100%;
}
.evaluation .content .eval_score_new .eval_score01 {
    width: auto;
    margin: 0 0 0 .12rem;
}
.evaluation .content .eval_score_new .eval_score01 {
    width: auto;
}

.evaluation .content .eval_score_new .eval_score01{
    color: #ff4e00;
    font-size: .3rem;
    font-weight: 400;
}
.evaluation .content .eval_score_new .eval_score01 h3{font-weight: normal;}
.evaluation .content .eval_score_new .eval_score02{
    padding-left: 0;
}
.evaluation .content .eval_score_new .eval_score02{
    width: auto;
    padding: 0;
    border-right: none;
}
.evaluation .content .eval_score_new .eval_score02 h4{
    color: #a1a2a3;
    font-weight: 400;
}
.evaluation .content .eval_score .eval_score02 p{
    height: .18rem;
}
.evaluation .content .eval_score .eval_score02 p span{
    width: .9rem;
    height: .22rem;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.evaluation .content .eval_score .eval_score02 p span i.star_g{
    background: url(../images/morestar.png) no-repeat;
    background-position: 0 -.16rem;
    background-size: .9rem;
}
.evaluation .content .eval_score .eval_score02 p span i{
    position: absolute;
    height: .16rem;
    width: 100%;
}
.evaluation .content .eval_score .eval_score02 p span i.star{
    background: url(../images/morestar.png) no-repeat;
    background-position: 0 0;
    background-size: .9rem;
}
.evaluation .content .eval_score_new .eval_score03{
    border-right: none;
}
.evaluation .content .eval_score_new .eval_score03{
    width: auto;
    border: none;
}
.evaluation .content .eval_score_new .eval_score03 .xm{
    margin: 0 .1rem;
}
.evaluation .content .eval_score_new .eval_score03 .xm em{
    color: #a1a2a3;
}
.evaluation .content .eval_score_new .eval_score03 .xm span{
    color: #333;
    font-weight: 700;
}
.x-bor{
    width: .01rem;
    height: .28rem;
    background-color: #f0f0f0;
}
.evaluation .content .eval_score_new .eval_score05{
    margin-right: .13rem;
}
.evaluation .content .eval_score_new .eval_score05 p{
    color: #a1a2a3;
}

.evaluation .content .eval_list{
    min-height: 1.8rem;
    padding-top: .2rem;
    background: #fff;
    width: 100%;
}
.evaluation .content .eval_list .list_eva{
    margin-top: 0;
    padding: 0 .12rem;
}
#list-menu-top1{
    background: #fff;
}
#list-menu-top1 p .span{
    color: #fff;
    background: #51bdf1;
    font-weight: 500;
}
#list-menu-top1 p span{
    padding: .05rem .09rem;
    text-align: center;
    border-radius: .2rem;
    color: #333;
    background: #f1faff;
    margin-bottom: .1rem;
    margin-right: .1rem;
}
.mu-load-more {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.eval_list .list_eva ul li{
    padding: .12rem 0;
    border-bottom: 1px solid #f1f1f1;
}
.eval_list .list_eva .xinxin ul li{
    padding: 0;
    border-bottom: 0;
}
.eval_list .list_eva .xinxin .layui-rate{
    padding: 0;
}
.eval_list .list_eva ul li .estimate>img{
    display: inline-block;
    width: .36rem;
    height: .36rem;
    border-radius: 50%;
    margin-right: .1rem;
}
.eval_list .list_eva ul li .estimate>div{
    width: 88%;
}
.estimate span:first-child {
    font-weight: 600;
}
.estimate span{
    color: #2e3033;
}
.estimate .span{
    position: relative;
    z-index: 0;
    color: #a1a2a3;
}
.eval_list .list_eva ul li .estimate .xinxin span{
    width: .7rem;
    height: .13rem;
    position: relative;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: .02rem;
}
.eval_list .list_eva ul li .estimate span i{
    height: .11rem;
    position: absolute;
    height: .12rem;
    width: 100%;
}
.eval_list .list_eva ul li .estimate span i.star_g{
    background: url(../images/morestar.png) no-repeat;
    background-position: 0 -.12rem;
    background-size: .7rem;
}
.eval_list .list_eva ul li .estimate span i.star{
    background: url(../images/morestar.png) no-repeat;
    background-position: 0 0;
    background-size: .7rem;
}
.eval_list .list_eva ul li .estimate .xinxin strong{
    font-weight: 400;
    font-size: .12rem;
    margin-left: .05rem;
    color: #a1a2a3;
}
.eval_list .list_eva ul li .estimate-con p{
    font-size: .13rem;color: #2e3033;margin: .05rem 0 .1rem;
}
.eval_list .list_eva ul li .estimate-con img{max-width: 100%;}
.pingjia{
    position: relative;
    text-align: center;
    font-size: .12rem;
    color: #2e3033;
    height: .4rem;
    line-height: .4rem;
}
.pingjia:before {
    content: " ";
    display: inline-block;
    width: 33%;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pingjia:after {
    content: " ";
    display: inline-block;
    width: 33%;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.evaluation .content .eval_list .list_eva ul li:last-of-type {
    border: none;
}

/* 医院介绍 */
.hospital_detials .content .hosp_a {
    margin-top: .08rem;
    background: #fff;
}
.hospital_detials .content .hosp_a .kj{
    display: -webkit-box;
    display: flex;
    min-height: .5rem;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: .01rem solid #f5f5f5;
    font-size: .12rem;
    position: relative;
}
.hospital_detials .content .hosp_a .kj em{
    margin-right: .12rem;
    min-width: .18rem;
    margin-left: .12rem;
    margin-top: .14rem;
    background: url(../images/hosicon01.png) no-repeat;
    background-size: 100%;
    height: .18rem;
}
.hospital_detials .content .hosp_a .tj_time{
    padding-top: .1rem;
    padding-bottom: .1rem;
    width: 100%;
}
.hospital_detials .content .hosp_a .tj_time div{
    line-height: .28rem;
    font-size: .14rem;
}
.hospital_detials .linetextcon{line-height: .2rem;font-size: .14rem;}
.hospital_detials .content .comos{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: .5rem;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: .01rem solid #f5f5f5;
    font-size: .12rem;
    position: relative;
}
.hospital_detials .content .comos em.pos{
    background: url(../images/hosicon02.png) no-repeat;
    background-size: 100%;
    margin-right: .12rem;
    width: .16rem;
    height: .2rem;margin-left: .12rem;
}
.hospital_detials .content .comos span.span_a{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    width: calc(100% - 1.34rem);
    padding: .1rem 0;
}
.hospital_detials .content .comos.w_h div{
    position: absolute;
    right: .24rem;
    color: #51bdf1;
    text-align: right;
    width: 2.9rem;
    overflow: hidden;
    font-size: .12rem;
}
.hospital_detials .content .comos.w_h div em{
    display: inline-block;
    width: .01rem;
    height: .1rem;
    background-color: #eaeaea;
    margin-right: .12rem;
}
.hospital_detials .content .comos em{
    margin-left: .12rem;
}

.hospital_detials .content .comos em.ins{
    background: url(../images/hosicon03.png) no-repeat;
    background-size: 100%;
    margin-right: .12rem;
    width: .18rem;
    height: .16rem;
}
.hospital_detials .content .comos span.fkh{
    height: .22rem;
}
.hospital_detials .content .comos span{
    color: #2e3033;
    width: calc(100% - .9rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hospital_detials .content .comos i{
    background: url(../images/youjiantou.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: .24rem;
    top: .2rem;
    width: .12rem;
    height: .14rem;
}
.hospital_detials .content .comos em.kysj{
    background: url(../images/hosicon04.png) no-repeat;
    background-size: 100%;
    margin-right: .12rem;
    width: .18rem;
    height: .18rem;
}
.hospital_detials .content .comos em.yyfw{
    background: url(../images/hosicon05.png) no-repeat;
    background-size: 100%;
    margin-right: .12rem;
    width: .18rem;
    height: .17rem;
}
.hospital_detials .content .hosp_a .fwcn em{
    margin-left: .12rem;
    background: url(../images/hosicon06.png) no-repeat;
    background-size: 100%;
    margin-right: .12rem;
    width: .17rem;
    height: .2rem;
}
.hospital_detials .content .hosp_a .fwcn{
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    min-height: .5rem;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: .01rem solid #f5f5f5;
    font-size: .12rem;
    position: relative;
}
.hospital_detials .content .hosp_a .fwcn p span{
    font-size: .14rem;
}
.hospital_detials .content .hosp_a .fwcn p span i.icon1{
    background: url(../images/nuoicon1.png) no-repeat;
    background-size: 100%;
    width: .18rem;
    height: .18rem;
}
.hospital_detials .content .hosp_a .fwcn p span i.icon2{
    background: url(../images/nuoicon1.png) no-repeat;
    background-size: 100%;
    width: .18rem;
    height: .18rem;
}
.hospital_detials .content .hosp_a .fwcn>i{
    background: url(../images/youjiantou.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: .24rem;
    top: .2rem;
    width: .12rem;
    height: .14rem;
}
.hospital_recomend{padding: 0 .12rem;margin-top: .1rem;background-color: #fff;}
.hospital_recomend .jg_list_common{margin: 0 !important;}
.hospital_recomend .tuijiantttt{padding: .15rem 0;}
.hospital_recomend .tuijiantttt span{font-size: .15rem;font-weight: 600;}
.hospital_recomend .tuijiantttt a{padding-top: .02rem;}
.hospital_recomend .hot_hospital ul li a dl dt{margin-left: 0 !important;}
.hospital_recomend .hot_hospital ul li a dl dd,.hospital_recomend .hot_hospital ul li dl dd{margin-left: 1rem !important;}

#hos_evaluation,#hos_detials{display: none;}

/* 底部弹出内容 */
.tanchu_content{z-index: 10!important;border-radius: .08rem .08rem 0 0;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    padding: 0 .12rem;
   
}
.tanchu_content .tongtit{height: .4rem;line-height: .4rem;position: relative;}
.tanchu_content .tongtit span{
    padding-right: .5rem;
    font-size: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.tanchu_content .tongtit i{
    position: absolute;
    right: .17rem;
    width: .17rem;
    height: .17rem;
    background: url(../images/close.png) no-repeat;
    background-size: .17rem;
    top: calc((100% - .17rem)/2);
    display: inline-block;
    right: 0;
}
.tanchu_content .contents {
    overflow-y: auto;
    max-height: 4.5rem;
    padding-bottom: .2rem;
    color: #666666;
    line-height: .2rem;
}
.we_promise .contents h3{
    font-size: .14rem;
    line-height: .26rem;
    color: #3c3c3c;
    margin-top: .15rem;
}
.we_promise .contents h3>i.icon_s1{
    background-position: 0 0;
}
.we_promise .contents h3>i.icon_s2{
    background-position: -.2rem 0;
}
.we_promise .contents h3>i.icon_s3{
    background-position: -.6rem 0;
}
.we_promise .contents h3>i.icon_s4{
    background-position: -.4rem 0;
}
.we_promise .contents h3>i{
    display: inline-block;
    vertical-align: middle;
    width: .2rem;
    height: .2rem;
    background: url(../images/nuospqrit.png) #34b5f2 no-repeat;
    background-size: auto .2rem;
    border-radius: 50%;
    margin-right: 5px;
}
.we_promise .contents p{
    font-size: .12rem;
    color: #3c3c3c;
    line-height: .22rem;
}
.yy_xuzhi .contents h6{
    color: #38393b;
    font-size: .13rem;
    position: relative;
    padding-left: .1rem;
}
.yy_xuzhi .contents h6:after {
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    background-color: #3eaee3;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tanchu_content .hospital_jianjie,.tanchu_content .yy_xuzhi,.tanchu_content .we_promise{display: none;}

/* 地图页面 */
.map_tjjg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75px;
    z-index: 2;
    background-color: #fff;
}
.map_tjjg .tjjgs{
    padding: .1rem;
    width: 0;
}
.map_tjjg .tjjgs b{
    height: 21px;
    font-size: 14px;
    color: #4b4643;
    overflow: hidden;
    display: block;
}
.map_tjjg .tjjgs p{
    font-size: 11px;
    color: #999;
    font-style: normal;
}
.map_tjjg .tx-h-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.map_tjjg .map_link{
    width: 70px;
    height: 75px;
}
.map_tjjg .map_link a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/map.png) 50% no-repeat;
    background-size: 50px;
}

/* 在线咨询 */
#model_box {
    width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.model_box_content {
    color: #999999;
    font-size: 0.15rem;
    width: 80%;
    margin:.3rem auto 0;
    border-radius: 0.10rem;
    overflow: hidden;
    display: none;
}
.model_box_content .top {
    height: .95rem;
    position: relative;
    overflow: hidden;
}
.model_box_content .close {
    width: 0.25rem;
    height: 0.25rem;
    float: right;
    background: url(../images/close_1.png) no-repeat 0 0/100% 100%;
}
.model_box_content .top::after {
    content: '';
    width: 2px;
    height: .7rem;
    background: #fff;
    position: absolute;
    right: 0.12rem;
    bottom: 0;
    margin-right: -1px;
}
.model_box_content .bg img {
    width: 100%;
    display: block;
}
.model_box_content .con {
    background: #fff;
    padding: 0 0 0.2rem 0;
}
.model_box_content .t1 {
    text-align: center;
    padding: 0.16rem 0 0.12rem;
    color: #333333;
    font-size: 0.17rem;
}

.model_box_content .t2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.model_box_content .t2 img {
    width: 0.25rem;
    height: 0.2rem;
}
.model_box_content .t2 p {
    color: #000000;
    font-size: 0.17rem;
    line-height: 0.35rem;
    margin: 0 0.15rem 0 0.1rem;
}
.model_box_content .t2 span {
    display: flex;
    width: .6rem;
	height: 0.23rem;
	border-radius: 0.24rem;
    border: solid 0.01rem rgba(51, 153, 255, 0.7);
    color: #099eff;
    font-size: 0.14rem;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.model_box_content .tel {
    width: 80%;
	height: 0.4rem;
	background-color: #0099ff;
    border-radius: 0.37rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.16rem;
    margin: 0 auto 0.26rem;
}
.model_box_content .t3 {
    margin: 0.14rem 0 0.15rem;
    text-align: center;
}
.model_box_content .t4 {
    text-align: center;
}
.model_box_content .t4 a {
    color: #099eff;
    font-size: 0.15rem;
    text-decoration: underline;
}

.shop_tc .medicalType{
    margin: 0;
    padding: .12rem .15rem .12rem 0;
    border-bottom: 1px solid #f4f4f4;
}
.shop_tc .medicalType:last-child{
    border-bottom: none;
    padding-bottom: .06rem;
}
.shop_tc .medicalType>span{
        color: #595959;
}
.shop_tc .medicalType>i{
    color: #ff3a00;
    font-size: .14rem;
    font-weight: 700;
}
.shop_tc .medicalType>i b{
    font-size: .12rem;
    -webkit-transform: scale(.83);
    transform: scale(.83);
    font-weight: 400;
}
#allcore .layui-rate{
    padding: 0;
}
#allcore .layui-rate li i.layui-icon{
    margin-right: 0px;
}
.cover{
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.fd-pkbox{background: #019eeb;background: linear-gradient(to bottom, #51bdf1 0%,#019eeb 100%);width: .5rem;height: .5rem;border-radius: 1rem;text-align: center;position: fixed;bottom: 2rem;right: .2rem;line-height: .5rem;box-shadow: 0 6px 20px rgb(0 0 0 / 25%);display: none;}
.fd-pkbox i{
    position: absolute;
    right: 0;
    background: #ff3a00;
    color: #fff;
    width: .2rem;
    height: .2rem;
    border-radius: .2rem;
    line-height: .2rem;
    top: -.06rem;
}
.fd-pkbox img{
    width: 70%;
}

.tanchu {position: fixed;z-index: 101;left: 0;bottom: 0rem;height: 2rem;background: #f3f3f3;width: 100%;display: none;border-radius: .2rem .2rem 0 0;}
.tanchu .title{height: .5rem;position:relative;overflow:hidden;padding: 0 .35rem 0 0.1rem;} 
.tanchu .title .bt{line-height: .5rem;text-align:center;font-size: .15rem;font-weight: bold;color:#666;}
.tanchu .title .bt i{font-weight:normal;color:#ff4e00;padding-right:0.5rem;}
.tanchu .title .close{background: url(../images/close2.png) no-repeat center;height: .25rem;width: .25rem;background-size:100% 100%;position:absolute;right: .05rem;top: .1rem;}
.tanchu .info{height:100%;overflow:hidden;overflow-y:auto;padding: 0.1rem .1rem 0 .1rem;position:relative;display:block;}
.tanchu .info h4{clear:both;font-size: .14rem;font-weight: bold;}
.tanchu .info .queding{text-align:center;height: .1rem;bottom: .4rem;right: .1rem;left: .1rem;position:fixed;}
.tanchu .info .queding .bot{height: .35rem;line-height: .35rem;background:#04b3ff;border-radius:2rem;text-align:center;color:#fff;}
.tanchu .info .queding .bot a{display:block;color:#FFF;}
.tanchu .kuai{border-radius:1rem; margin-bottom:1rem;background:#fff;padding:1.2rem;margin:1rem 0 2rem 0; display:block;width:100%;font-size:1.2rem;line-height:2.2rem;}
.tanchu .kuai .jt{color:#ff4e00;padding-right:0.5rem;}
.huisebg{position: fixed;top: 0;left: 0;bottom: 0;right: 0; background: rgba(0,0,0,.6);z-index: 100;display: none;}
.huisebg2{position: fixed;top: 0;left: 0;bottom: 0;right: 0; background: rgba(0,0,0,.6);z-index: 100;display: none;}

/* 已选套餐对比 */
.yixuan_db{clear:both;padding: .1rem 0 .2rem 0;}
.yixuan_db ul li{border-radius: .1rem;margin-bottom: .1rem;background:#fff;display:flex;padding: .05rem;}
.yixuan_db .jieshao{flex:7;font-size: .2rem;padding-left: 0.1rem;}
.yixuan_db .jieshao .t1{font-size: .15rem;}
.yixuan_db .jieshao .xm{color:#999;font-size: .02rem;}
.yixuan_db .but{flex:3;padding: 0.1rem 0 0 .05rem;}
.yixuan_db .but .bot{height: .3rem;line-height: .3rem;background:linear-gradient(to right,#ffa177,#ff4f01);border-radius:2rem;text-align:center;color:#fff;}
.yixuan_db .but .bot a{display:block;color:#FFF;}

.loading-box{
    text-align: center;
    padding: 1rem 0;
}
.loading-box i{
    font-size: .25rem;
}
.loading-box p{
    font-size: .18rem;
    line-height: .4rem;
}

.reg_tj{
    color: #656565;
}