@charset "utf-8";
html {
    background-color: #fff;
    font-size: 20px;
}
@media screen and (min-width:321px) and (max-width:375px){html{font-size:22px}}
@media screen and (min-width:376px) and (max-width:414px){html{font-size:24px}}
@media screen and (min-width:415px) and (max-width:639px){html{font-size:30px}}
@media screen and (min-width:640px) and (max-width:719px){html{font-size:40px}}
@media screen and (min-width:720px) and (max-width:749px){html{font-size:45px}}
@media screen and (min-width:750px) and (max-width:799px){html{font-size:47px}}
@media screen and (min-width:800px){html{font-size:50px}}
*{padding:0px;margin:0px;}
table, td, tr, th {
    vertical-align: middle;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
textarea {
    -webkit-appearance: textarea;
    background-color: #fff;
    border: 1px solid;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    padding: 2px;
    white-space: pre-wrap;
    word-wrap: break-word
}
a {
    color: #3e3a39;
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.bgffffff {
    background-color: #fff!important;
}
.clearfix:before {
    display: table;
    content: " ";
}
.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.m-body {
    background-color: #efeff4;
}

/*头部*/
.m-header {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #377bee;
    background: linear-gradient(135deg, rgba(0,78,162,0.95) 0%, rgba(110,185,43,0.95) 100%);
    background-size: contain;
}
.m-header .m-header-box {
    width: 100%;
    height: 2rem;
    overflow: hidden;
}
.m-header .m-header-box .icon-bar {
    float: right;
    border: 1px solid #fff;
    padding: 0.2rem 0.3rem;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    margin-top: 0.25rem;
    margin-right: 10px;
}
.m-header .m-header-box .icon-bar i {
    color: #fff;
    font-size: 1rem;
}
.m-header .m-header-box .icon-logo {
    float: left;
    margin-left: 10px;
}
.m-header .m-header-box .icon-logo img {
    display: inline-block;
    height: 1.5rem;
    margin-top: 0.25rem;
}
@media screen and (max-width:374px){
    #searchbox {
        display: none;
    }
}

/*搜索框*/
.search-box {
    /*background-color: #f4f6f8;*/
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 0.5rem;
    display: none;
}
.search-box .ts-form-item{
    position: relative;
}
.search-box .ts-input{
    padding-left: 0.5rem;
    padding-right: 1.6rem;
    width: 100%;
    height: 1.6rem;
    line-height: 1.6rem;
    border: 1px solid #888;
    border-radius: 50px;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    display: block;
    box-sizing: border-box;
    font-size: 0.7rem;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c1c1c1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c1c1c1;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c1c1c1;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c1c1c1;
}
.search-box .ts-input:focus,.search-box .ts-input:active{
    outline: 1px solid #377bee;
}
.search-box .search-button{
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
    background: none;
}
.search-box .search-button i{
    font-size: 0.8rem;
    color: #777;
}

/*城市分布*/
.city-list {
    z-index: 999;
    background-color: #f4f6f8;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 5px 0;
    display: none;
    background: linear-gradient(115deg, rgba(0,78,162,0.95) 0%, rgba(110,185,43,0.95) 100%);
    background-size: contain;
}
.city-list .cl-first>a {
    float: left;
    width: 33.3%;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    height: auto;
    line-height: 30px;
    color: #3e3a39;
    display: inline-block;
    padding: 0.5rem;
    box-sizing: border-box;
}
.city-list .cl-first>a:hover, .city-list .cl-first>a:active {
    color: #377bee;
    background-color: #eee;
    font-weight: 600;
}

/*网站菜单*/
.web-menu {
    z-index: 999;
    background-color: #377bee;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 5px 0;
    display: none;
    background: linear-gradient(115deg, rgba(0,78,162,0.95) 0%, rgba(110,185,43,0.95) 100%);
    background-size: contain;
}
.web-menu .wm-first>a {
    width: 100%;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    height: auto;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    padding: 0.5rem;
    box-sizing: border-box;
}
.web-menu .wm-first>a:hover, .web-menu .wm-first>a:active {
    color: #377bee;
    background-color: #eee;
}
.web-menu .wm-second {
    background-color: #eee;
    padding: 3%;
    display: none;
}
.web-menu .wm-second a {
    float: left;
    display: block;
    width: 28%;
    text-align: center;
    font-size: 14px;
    padding: 1.5% 0;
    margin: 2%;
    color: #333;
    border-radius: 5px;
    border: 1px solid #fff;
}
.web-menu .wm-second a:hover {
    color: #fff;
    background-color: #377bee;
}

/*移动端焦点图*/
.m-focusSwiper{ width:100%; height:9rem; margin:0 auto; position:relative; overflow:hidden;}
.m-focusSwiper img {
    width: 100%;
    height: 9rem;
    transition: .6s transform;
    object-fit: cover;
}
.m-focusSwiper .swiper-pagination {
    bottom: 0!important;
}

/*服务菜单*/
.m-fuwumenu {
    background-color: #fff;
    padding: 0.6rem 0.3rem;
    margin-top: 0.3rem;
}
.fw-menu {
    width: 20%;
    border: none;
    padding: 0.3rem;
    color: #797979;
    margin: 0;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
    text-align: center;
}
.fw-menu a {
    margin: 0;
    padding: 10px 0;
}
.fw-menu a .icon {
    position: relative;
    z-index: 1;
    display: block;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.6rem;
    color: transparent;
    /*color: rgb(3,165,96);*/
    transition: all .5s;
    background: linear-gradient(135deg, #03a560 50%, #004EA2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
}
.fw-menu a .txt {
    color: #797979;
    font-size: 0.54rem;
}

/*头条新闻*/
.m-topnews{ margin-top: 0.3rem; background-color: #fff; }
.m-topnews .newtab{ height:2rem; line-height:2rem; padding:0 0.6rem; font-size:0.72rem; border-bottom:2px solid #f3f3f3;}
.m-topnews .newtab ul{ overflow:hidden; }
.m-topnews .newtab ul li{ float:left; color:#515151; width: 25%; box-sizing: border-box; text-align: center; }
.m-topnews .newtab ul .on{ border-bottom:2px solid #004EA2; color:#004EA2;  }
.m-topnews .newtab ul .on a{ display:block; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }

.m-topnews .swiper-slide{ padding:0.2rem 0.6rem 0.6rem; box-sizing: border-box; }
.m-topnews .swiper-slide .item {
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
    padding: 0.6rem 0;
}
.m-topnews .swiper-slide .item:nth-child(3) {
    border-bottom: 0;
}
.m-topnews .swiper-slide .item .list-pic {
    float: right;
    margin-right: 0;
    margin-left: 0.16rem;
    width: 5rem;
}
.m-topnews .swiper-slide .item .list-pic div {
    width: 100%;
    height: 3.2rem;
    border-radius: 0.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.m-topnews .swiper-slide .item .list-info {
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 0.18rem;
}
.m-topnews .swiper-slide .item .list-info h3 {
    font-size: 0.72rem;
    height: 2.24rem;
    line-height: 1.12rem;
    color: #444;
    overflow: hidden;
}
.m-topnews .swiper-slide .item .list-info p {
    color: #999;
    font-size: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
    margin-top: 0.4rem;
}
.m-topnews .swiper-slide .scan-more {
    height: 1.4rem;
    border: 1px solid #004EA2;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.62rem;
    color: #004EA2;
    display: block;
    border-radius: 15px;
    line-height: 1.4rem;
    margin: 0.5rem;
    box-shadow: 0px 1px 10px rgb(0 78 162 / 29%);
}

/*医师介绍*/
.m-doctor {
    padding: 0.6rem;
}
.m-top-general {
    background-color: #fff;
    margin-top: 0.3rem;
}
.m-title {
    padding: 0.5rem 0;
    background-color: #fff;
}
.m-title a.fl {
    font-size: 0.82rem;
    line-height: 0.82rem;
    color: #555555;
    font-weight: 700;
    position: relative;
    padding-left: 0.5rem;
}
.m-title a.fl:before {
    content: '';
    width: 0.2rem;
    height: 0.8rem;
    position: absolute;
    left: 0;
    top: 2px;
    background: linear-gradient(135deg, rgba(0,78,162,0.95) 0%, rgba(110,185,43,0.95) 100%);
}
.m-title a.fr {
    font-size: 0.62rem;
    color: #868686;
}

.m-docSwiper {
    padding: 0.8rem 0!important;
    text-align: center;
    position: relative;
}
.m-docSwiper .doc-item{
    width: 100%;
    height: auto;
    padding: 0.2rem;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.m-docSwiper .doc-item:after {
    content: "";
    background-color: #004ea2;
    width: 24%;
    height: 0.12rem;
    position: absolute;
    left: 38%;
    top: 0;
}
.m-docSwiper .doc-item .name{
    display: block;
    font-size: 0.72rem;
    color: #004ea2;
    line-height: 1rem;
    height: 1rem;
}
.m-docSwiper .doc-item .name:hover{
    color: #004ea2;
}
.m-docSwiper .doc-item p {
    font-size: 0.5rem;
    color: #555;
    line-height: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}
.m-docSwiper .doc-item .pic{
    display: block;
    aspect-ratio: 1 / 1.33;
    width: 100%;
    /*height: 131px;*/
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.m-docSwiper .doc-item img{
    aspect-ratio: 1 / 1.6;
    width: 100%;
    /*height: 151px;*/
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.m-docSwiper .doc-item .depart{
    display: inline-block;
    font-size: 0.5rem;
}
.m-docSwiper .doc-item .depart:hover{
    color: #fff;
}
.m-docSwiper .swiper-pagination {
    height: 0.3rem;
    bottom: 0!important;
}
.m-docSwiper .m-doc-bullet {
    display: inline-block;
    width: 0.8rem;
    height: 0.14rem;
    background: #000;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    opacity: .2;
}
.m-docSwiper .m-doc-bullet-active {
    background: #004ea2;
    opacity: 1;
}

/*科室设置*/
.m-department {
    background-color: #fff;
    margin-top: 0.3rem;
}
.depart-title {
    text-align: center;
    padding: 1rem 0;
    /*background: url("../images/m-homebg.jpg") 0 -4.4rem no-repeat;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -4.4rem;
}
.depart-title a {
    display: block;
    font-size: 0.92rem;
    color: #fff;
    position: relative;
    height: 1.5rem;
    line-height: 1;
}
.depart-title a:after {
    content: '';
    width: 1.2rem;
    height: 0.14rem;
    overflow: hidden;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.6rem;
}

.depart-box {
    background-color: #fff;
    height: auto;
    padding: 0.6rem;
}
.depart-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.depart-item.ct1{
    background: linear-gradient(135deg, rgba(236, 148, 198, 0.95) 0%, rgba(248, 224, 234, 0.95) 100%);
}
.depart-item.ct2{
    background: linear-gradient(135deg, rgba(252, 129, 9, 0.95) 0%, rgba(253, 174, 99, 0.95) 100%);
}
.depart-item.ct3{
    background: linear-gradient(135deg, rgba(142, 193, 88, 0.95) 0%, rgba(191, 220, 160, 0.95) 100%);
}
.depart-item.ct4{
    background: linear-gradient(135deg, rgba(243, 214, 122, 0.95) 0%, rgba(247, 235, 211, 0.95) 100%);
}
.depart-item.ct5{
    background: linear-gradient(135deg, rgba(97, 111, 182, 0.95) 0%, rgba(185, 191, 223, 0.95) 100%);
}
.depart-item.ct6{
    background: linear-gradient(135deg, rgba(15, 98, 174, 0.95) 0%, rgba(183, 202, 219, 0.95) 100%);
}
.depart-item.ct7{
    background: linear-gradient(135deg, rgba(249, 129, 115, 0.95) 0%, rgba(243, 211, 206, 0.95) 100%);
}
.depart-item.ct8{
    background: linear-gradient(135deg, rgba(39, 129, 163, 0.95) 0%, rgba(133, 184, 205, 0.95) 100%);
}
.depart-item.ct9{
    background: linear-gradient(135deg, rgba(97, 171, 150, 0.95) 0%, rgba(194, 218, 205, 0.95) 100%);
}
.depart-item.ct10{
    background: linear-gradient(135deg, rgba(252, 129, 9, 0.95) 0%, rgba(253, 174, 99, 0.95) 100%);
}
.depart-item.ct11{
    background: linear-gradient(135deg, rgba(97, 111, 182, 0.95) 0%, rgba(185, 191, 223, 0.95) 100%);
}
.depart-item.ct12{
    background: linear-gradient(135deg, rgba(39, 129, 163, 0.95) 0%, rgba(133, 184, 205, 0.95) 100%);
}
.depart-item:nth-child(even) {
    margin-right: 0;
}
.depart-item img {
    width: 100%;
    object-fit: cover;
    object-position: revert;
}
.depart-item .text {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0.6rem;
    width: 100%;
    box-sizing: border-box;
}
.depart-item .text h3 {
    font-size: 0.92rem;
    font-weight: 600;
    height: 1.3rem;
    overflow: hidden;
}
.depart-item .text p {
    color: #fff;
    margin-top: 0.2rem;
    font-size: 0.54rem;
    line-height: 0.62rem;
    height: 1.24rem;
    overflow: hidden;
}

/*专题专栏*/
.m-zhuanti .m-title {
    padding: 1.1rem 0.6rem;
}
.m-ztSwiper {
    width: 100%;
    padding: 0.2rem 0 1.2rem!important;
}
.m-ztSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 80%!important;
}

.m-ztSwiper .swiper-slide img {
    display: block;
    width: 100%;
}
.m-ztSwiper .swiper-pagination {
    height: 0.3rem;
    bottom: 0!important;
}
.m-ztSwiper .m-zt-bullet {
    display: inline-block;
    width: 0.8rem;
    height: 0.14rem;
    background: #000;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    opacity: .2;
}
.m-ztSwiper .m-zt-bullet-active {
    background: #004ea2;
    opacity: 1;
}

/*--------------------------------------------------------------------------*/
.container {
    padding: 0.6rem;
    background-color: #fff;
}
/*爱尔简介*/
.m-aierinfo {
    width: 100%;
    height: 5rem;
    margin-bottom: 1rem;
    background: url(../images/chengdu.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.m-aierinfo .infotext {
    width: 90%;
    height: 4rem;
    padding: 0.5rem 0;
    margin: 0 auto;
    position: relative;
    z-index: 3333;
}
.m-aierinfo .infotext ul {
    width: 100%;
    height: 4rem;
    float: left;
    border: 1px solid #fff;
    text-align: center;
}
.m-aierinfo .infotext ul li {
    width: 100%;
    height: auto;
    line-height: 1rem;
    float: left;
    color: #fff;
}
.m-aierinfo .infotext ul li h3 {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.3rem;
}
.m-aierinfo .infotext ul li p {
    font-size: 0.4rem;
    color: #fff;
    letter-spacing: 0.4rem;
}
.m-aierinfo .infotext ul li a {
    width: 4rem;
    height: 1.2rem;
    background-color: #fff;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    color: #0f559b;
    line-height: 1.2rem;
    display: inline-block;
}
.m-aierinfo:after {
    width: 100%;
    height: 5rem;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background-color: #095bac;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/*科室名片*/
.m-depart{width:100%;height:auto;}
.m-depart .item{width:100%;height:auto;background-color:#ffffff;overflow:hidden;margin-top:1rem;}
.m-depart .item:first-child{margin-top:0;}
.m-depart .noright{margin-right:0;}
.m-depart .item .content-title{color:#fff;height:auto;position:relative;overflow:hidden;}
.m-depart .item .content-title img{width:100%;}
.m-depart .item .content-title .text{position:absolute;top:0;left:0;padding:0.5rem 0.8rem;width: 100%;
    box-sizing: border-box;}
.m-depart .item .content-title .text h3{font-size:1rem;font-weight:bolder;}
.m-depart .item .content-title .text span{font-size:0.3rem;display:block;margin-top:0.2rem;}
.m-depart .item .content-title .text p{color:#fff;margin-top:0.6rem;font-size:0.7rem;}
.m-depart .item .content-list{padding:0 10px 10px;;}
.m-depart .item .content-list li{border-bottom:1px dashed #c7c7c7;list-style-position:inside;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-depart .item .content-list li a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 0.72rem;}
.m-depart .item .content-list li a:hover{color:#377bee;}

/*尾部*/
.m-footer {
    /*background: url("../images/m-homebg.jpg") 0 -2rem no-repeat;*/
    background-size: cover;
    background-repeat: no-repeat;
}
.m-footer .foot-info {
    padding: 0.5rem;
    border-top: 1px solid #f4f6f8;
}
.m-footer .foot-info li {
    font-size: 0.66rem;
    color: #fff;
    line-height: 1rem;
}
.m-footer .foot-info li.beian {
    font-size: 0.56rem;
}
.m-footer .foot-info li span, .m-footer .foot-info li a {
    color: #fff;
}

/*底部菜单*/
.m-footmenu {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.m-footmenu .foot-menu {
    padding: 0;
    text-align: center;
    background: #377bee;
    border-top: 1px solid #4a8cfc;
}
.m-footmenu .foot-menu .fm-blue {
    background: #125bd8;
}
.m-footmenu .foot-menu .menu-info {
    width: 20%;
    float: left;
}
.m-footmenu .foot-menu a {
    color: #fff;
    padding: 0.2rem 0;
    display: block;
    border-left: 1px solid #4a8cfc;
    font-size: .5rem;
}
.m-footmenu .foot-menu i {
    /*margin-bottom: 0.2rem;*/
    font-size: 0.9rem;
    display: block;
}
.m-footmenu .foot-menu .fm-tips {
    position: relative;
}
.m-footmenu .foot-menu .fm-tip {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 0.8rem;
    height: 0.8rem;
    background: red;
    box-sizing: border-box;
    color: white;
    font-size: .5rem;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 0.5rem;
    display: inline-block;
}

/*商城弹窗*/
.shop-popup .shop-box {
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
    text-align: center;
    display: none;
}
.shop-popup .shop-box p {
    color: #fff;
    font-size: 1rem;
    padding-bottom: 0.6rem;
}
.shop-popup .shop-box img {
    max-width: 40%;
}
.shop-popup .shop-mark {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: #000000;
    z-index: 1500;
    opacity: 0.7;
    display: none;
}

/*返回顶部*/
.m-returntop {
    position: fixed;
    right: 0.18rem;
    bottom: 4rem;
    z-index: 999;
    display: none;
}
.m-returntop a i {
    font-size: 1.4rem;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: rgba(0,0,0,.6);
    border: rgba(0,0,0,.6) solid 1px;
    background-color: rgba(255,255,255,.6);
}
/*商务通图标不展示*/
#LRdiv0, #LRdiv1, #LRdiv2, #LRdiv3 {
    display: none!important;
}

/*列表页*/
.l-bread {
    padding: 0.6rem 0.8rem 0.8rem;
    background-color: #eee;
}
.l-bread p {
    background: url(../images/bread-bd.jpg) no-repeat center bottom;
    padding-bottom: 0.3rem;
    background-size: 100% 2px;
    font-size: 0.7rem;
}
.l-bread a {
    color: #221815;
}

/*伦理页三级导航*/
.l-tlevel-nav {
    padding: 0.3rem 0.8rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.l-tlevel-nav ul{}
.l-tlevel-nav li{float:left;display:inline-block;text-align:center;}
.l-tlevel-nav li a{display:block;line-height:1.4rem;margin-right:1.2rem;position:relative;color:#333;font-size:0.7rem;}
.l-tlevel-nav li a:after{display:block;background-color:#e4e4e4;height:0.8rem;width:1px;position:absolute;right:-15px;top:0.3rem;content:"";}
.l-tlevel-nav li:last-child a:after{display:none;}
.l-tlevel-nav li a:hover{color:#0055a4;}
.l-tlevel-nav li.active a{text-decoration:underline;color:#0055a4;}

.lunli-content p{font-size:0.72rem;line-height:1.2rem;padding-bottom:0.5rem;}

/*列表页栏目导航*/
.l-nav {

}
.l-nav {
    background-color: #eee;
    padding: 0.6rem 0.8rem 0.8rem;
    border-top: 3px solid #fff;
}
.l-nav .nav-list {
    margin-left: -1%;
    margin-right: -1%;
}
.l-nav .nav-list a {
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 0.68rem;
    padding: 1.5% 0;
    color: #333;
    border-radius: 5px;
    border: 1px solid #fff;
    width: calc(100% / 3 - 2%);
    margin: 1%;
    box-sizing: border-box;
    overflow: hidden;
}
.l-nav .nav-list a:hover,.l-nav .nav-list a.active {
    color: #fff;
    background-color: #377bee;
}

/*列表项*/
.l-lists .list-item {
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
    padding: 0.6rem 0;
}
.l-lists .list-item-pic {
    float: right;
    margin-right: 0;
    margin-left: 0.16rem;
    width: 5rem;
}
.l-lists .list-item-pic div {
    width: 100%;
    height: 3.6rem;
    border-radius: 0.2rem;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d6e3e9;
}
.l-lists .list-item-info {
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 0.18rem;
}
.l-lists .list-item-info h3 {
    font-size: 0.72rem;
    line-height: 1.12rem;
    color: #444;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.l-lists .list-item-info h3 .highlight {
    color: #f73131;
}
.l-lists .list-item-info p {
    color: #999;
    font-size: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    overflow: hidden;
    margin-top: 0.5rem;
}
/*页码*/
.l-pager {
    text-align: center;
    padding: 1.5rem 0 0.7rem;
}
.l-pager .pagination {
    display: inline-block;
}
.l-pager .pagination li {
    display: inline;
    float: left;
}
.l-pager .pagination>li:first-child>a,
.l-pager .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.l-pager .pagination>li>a,
.l-pager .pagination>li>span {
    display: block;
    padding: 0.3rem 0.4rem;
    margin-left: -1px;
    font-size: 0.6rem;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.l-pager .pagination>li.thisclass>a,
.l-pager .pagination>li.thisclass>span {
    background-color: #eee;
}
.l-pager .pagination>li>a:focus,
.l-pager .pagination>li>a:hover,
.l-pager .pagination>li>span:focus,
.l-pager .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

/*医生列表页*/
.doctor-form {
    width: 100%;
    margin: 0 auto;
}
.doctor-form .form-group {
    margin-bottom: 0.7rem;
    margin-right: 1%;
    width: 27%;
    float: left;
}
.doctor-form .form-control {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 1.5rem;
    padding-left: 0.2rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.doctor-form .form-control:focus {
    border-color: #377bee;
}
.doctor-form .input-group-btn {
    margin-bottom: 0.7rem;
    width: 16%;
    float: left;
    display: inline-flex;
}
.doctor-form .form-btn {
    width: 100%;
    height: 1.5rem;
    font-size: 0.7rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background-color: #377bee;
    border: none;
    border-radius: 4px;
}
/*list doctor*/
.list-doctor-item {

}
.list-doctor-item li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    text-align: center;
}
.list-doctor-item li:nth-child(even) {
    margin-right: 0;
}

.list-doctor-item li .doc-item{
    height: auto;
    background-color: #fff;
    padding: 0.5rem 0.2rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.list-doctor-item li .doc-item:after {
    content: "";
    background-color: #004ea2;
    width: 24%;
    height: 0.26rem;
    position: absolute;
    left: 38%;
    top: 0;
}
.list-doctor-item li .doc-item .name{
    display: block;
    font-size: 0.92rem;
    color: #004ea2;
    line-height: 1.3rem;
    height: 1.3rem;
}

.list-doctor-item li .doc-item .name:hover{
    color: #004ea2;
}
.list-doctor-item li .doc-item p {
    font-size: 0.62rem;
    color: #555;
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}
.list-doctor-item li .doc-item .pic{
    display: block;
    aspect-ratio: 1 / 1.33;
    width: 95%;
    /*height: 200px;*/
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.list-doctor-item li .doc-item img{
    aspect-ratio: 1 / 1.33;
    width: 100%;
    /*height: 200px;*/
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.list-doctor-item li .doc-item img:hover{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list-doctor-item li .doc-item .depart{
    display: inline-block;
    font-size: 0.66rem;
    color: #004ea2;
    border: 1px solid #004ea2;
    margin-top: 15px;
    padding: 0.16rem 0.4rem;
    border-radius: 5px;
}
.list-doctor-item li .doc-item .depart:hover{
    color: #fff;
    background-color: #004ea2;
}

/*list video*/
.list-video{
    margin-left: -1%;
    margin-right: -1%;
}
.video-item{
    width: calc(100% / 2 - 2%);
    /*height:160px;*/
    margin: 1%;
    float: left;
    overflow: hidden;
}
.video-item .cover{
    aspect-ratio: 16 / 9;
    width: 100%;
    min-height: 4.4rem;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.video-item .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.video-item .cover:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.video-item .cover i{
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-item h3{
    color: #004ea2;
    height: 1rem;
    font-size: 0.68rem;
    line-height: 140%;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-play-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: #cccccc7d;
    z-index: 999;
    text-align: center;
    display: none;
}
.video-play-box section {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-play-box video,.video-play-box iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: none;
}
.video-play-box i {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
}
/*list video*/

/*list picture*/
.list-picture{
    margin-left: -1%;
    margin-right: -1%;
}
.picture-item{
    width: calc(100% / 2 - 2%);
    /*height:160px;*/
    margin: 1%;
    float: left;
    overflow: hidden;
}
.picture-item .cover{
    width: 100%;
    min-height: 4.4rem;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.picture-item .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}
.picture-item .cover:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.picture-item .cover i{
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.picture-item h3{
    color: #004ea2;
    height: 1rem;
    font-size: 0.68rem;
    line-height: 140%;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picture-play-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: #cccccc7d;
    z-index: 999;
    text-align: center;
    display: none;
}
.picture-play-box section {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.picture-play-box section img {
    width: 100%;
}
.picture-play-box i {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
}
/*list picture*/

/*单页*/
.container iframe {
    width: 100%!important;
}

.sg-content,
.sg-content div,
.sg-content p {
    font-size: 0.8rem;
    line-height: 180%;
    color: #555;
    padding: 0.2rem 0;
}
.sg-content img {
    width: 100%!important;
    height: auto!important;
}

/*专题列表页*/
.special-list {

}
.special-list li {
    margin-bottom: 0.8rem;
}
.special-list li div {
    width: 100%;
    height: 5.6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.special-list li h1 {
    color: #444;
    font-size: 0.85rem;
    line-height: 2rem;
    padding: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*地级市列表页*/
.dijishi-list {

}
.dijishi-list li {
    margin-bottom: 0.8rem;
}
.dijishi-list li div {
    width: 100%;
    height: 8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dijishi-list li h1 {
    font-size: 0.85rem;
    line-height: 2rem;
    padding: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*文章页*/
#article {
    background-color: #fff;
}
.a-content {

}
.a-content .title {
    font-size: 1rem;
    color: #444;
}
.a-content .shorttitle {
    font-size: 0.72rem;
    color: #444;
    padding-top: 0.3rem;
}
.a-content .pubdate {
    font-size: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #d7d7d7;
    color: #999;
}
.a-content .pubdate span {
    margin-right: 10px;
}
.a-content .pubdate a {
    color: #47a6ff;
    margin-right: 8px;
}
.a-content .content {
    padding: 0.5rem 0;
}
.a-content .content,
.a-content .content div,
.a-content .content p {
    font-size: 0.8rem;
    line-height: 180%;
    color: #555;
}
.a-content .content img {
    max-width: 100%!important;
    height: auto!important;
}

/*咨询按钮*/
.a-content .zxbtn {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 1rem 0;
}
.a-content .zxbtn ul {
    display: inline-block;
}
.a-content .zxbtn li {
    float: left;
}
.a-content .zxbtn a {
    padding: 0.3rem 0.4rem;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #5bc0de;
    margin: 0 0.5rem;
}
.a-content .zxbtn li:last-child a {
    background-color:#f0ad4e;
}
.a-content .zxbtn a i {
    margin-right: 5px;
}
.a-content .zxbtn a:hover {
    opacity: 0.8;
}

/*相关文章*/
.a-content .relevant {
    padding: 0.5rem 0;
}
.a-content .relevant ul li.t {
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-weight: bold;
    color: #00489c;
}
.a-content .relevant ul li.c {
    font-size: 0.72rem;
    color: #333;
    border-bottom: 1px dashed #c7c7c7;
    list-style-position: inside;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.a-content .relevant ul li.c:last-child {
    border-bottom: none;
}
.a-content .relevant ul li a i {
    margin-right: 5px;
}
.a-content .relevant ul li a:hover {
    text-decoration: underline;
    color: #00489c;
}

/*医生文章页*/
.a-doctor {}
.doctor-infos {
    width: 100%;
    text-align: center;
    border: 1px dashed #bfbfbf;
    padding: 1rem;
    box-sizing: border-box;
}
.doctor-infos .doctor-head {
    aspect-ratio: 1 / 1;
    width: 100%;
    /*height: auto;*/
    overflow: hidden;
    border-bottom: 5px solid #377bee;
    background-color: #f0f8ff;
}
.doctor-infos .doctor-head img {
    width: 100%;
}
.doctor-infos .doctor-name {
    margin: 1.2rem 0;
    height: auto;
    text-align: right;
}
.doctor-infos .doctor-name img {
    background-color: #377bee;
    border-radius: 5px;
    float: left;
    max-width: 100px;
}
.doctor-infos .doctor-name h2 {
    font-size: 1.3rem;
    color: #377bee;
}
.doctor-infos .doctor-name p {
    font-size: 0.7rem;
    line-height: 150%;
}
.doctor-infos .doctor-tx {
    text-align: left;
    font-size: 0.74rem;
    line-height: 160%;
}
.doctor-infos .doctor-detail {
    text-indent: 2em;
    text-align: left;
    font-size: 0.7rem;
    line-height: 180%;
    margin-top: 1rem;
}
.doctor-infos .doctor-skill {
    text-align: left;
    font-size: 0.7rem;
    line-height: 180%;
    margin: 1rem 0 1.2rem;
}
.doctor-infos .doctor-detail div,
.doctor-infos .doctor-detail p,
.doctor-infos .doctor-skill div,
.doctor-infos .doctor-skill p {
    margin-bottom: 0.5rem;
}
.doctor-infos .doctor-btn {
    width: 100%;
    height: 2rem;
    text-align: center;
}
.doctor-infos .doctor-btn ul {
    display: inline-block;
}
.doctor-infos .doctor-btn ul li {
    float: left;
}
.doctor-infos .doctor-btn ul li a {
    display: inline-block;
    background-color: #377bee;
    color: #fff;
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    margin: 0 0.4rem;
    border-radius: 5px;
}
.doctor-infos .doctor-btn ul li a i {
    margin-right: 5px;
}
.doctor-infos .doctor-btn ul li a:hover {
    background-color: #3060b7;
}

/*专题文章页*/
.as-focus{ width:100%; height:6.5rem;  margin:0 auto; position:relative; overflow:hidden;}
.as-focus img {
    width: 100%;
    height: 6.5rem;
    transition: .6s transform;
    object-fit: cover;
}
.as-focus .swiper-pagination {
    bottom: 0!important;
}

.as-preface {
    padding: 0.8rem;
    background-color: #f4f6f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.as-preface h2 {
    font-size: 0.96rem;
    font-weight: 600;
    color: #444;
}
.as-preface p {
    font-size: 0.6rem;
    margin-top: 0.4rem;
    color: #666;
}


.as-contlist {
    padding: 0 0.8rem;
}
.as-contlist .tbox dt{
    height: 2.2rem;
    line-height: 2.2rem;
    border-bottom: 1px solid #e4e4e4;
    font-size: 0.9rem;
    color: #444;
}
.as-contlist .tbox dt strong{

}
/*文章列表*/
.as-contlist .a-list {
    margin-bottom: 1.2rem;
}
.as-contlist .a-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.6rem 0;
}
.as-contlist .a-list li h2 {
    font-size: 0.72rem;
    font-weight: normal;
}
.as-contlist .a-list li h2 a:hover {
    color: #377bee;
}
.as-contlist .a-list li .news-list-info {
    font-size: 0.56rem;
    color: #999;
    line-height: 1.6rem;
}
.as-contlist .a-list li .news-list-info .fl span {
    margin-right: 0.5rem;
}
.as-contlist .a-list li .news-list-summary {
    overflow: hidden;
}
.as-contlist .a-list li .news-list-summary a {
    float: left;
    margin-top: 0.25rem;
    margin-right: 0.4rem;
}
.as-contlist .a-list li .news-list-summary a div {
    width: 5.4rem;
    height: 4rem;
    transition: .6s transform;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.as-contlist .a-list li .news-list-summary p {
    display: -webkit-box;
    line-height: 1.1rem;
    max-height: 4.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    font-size: 0.62rem;
    color: #808080;
}

/*医生列表*/
.as-contlist .d-list {
    padding: 0.8rem 0 1.6rem;
}
.as-contlist .d-list:before,
.as-contlist .d-list:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both;
}
.as-contlist .d-list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    text-align: center;
}
.as-contlist .d-list li:nth-child(even) {
    margin-right: 0;
}
.as-contlist .d-list li .doc-item{
    height: auto;
    padding: 0.5rem 0.2rem;
    background-color: #f4f6f8;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.as-contlist .d-list li .doc-item:after {
    content: "";
    background-color: #004ea2;
    width: 24%;
    height: 0.26rem;
    position: absolute;
    left: 38%;
    top: 0;
}
.as-contlist .d-list li .doc-item .name{
    display: block;
    font-size: 0.92rem;
    color: #004ea2;
    line-height: 1.3rem;
    height: 1.3rem;
}
.as-contlist .d-list li .doc-item .name:hover{
    color: #004ea2;
}
.as-contlist .d-list li .doc-item p {
    font-size: 0.62rem;
    color: #555;
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}
.as-contlist .d-list li .doc-item .pic{
    display: block;
    width: 95%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.as-contlist .d-list li .doc-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.as-contlist .d-list li .doc-item img:hover{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.as-contlist .d-list li .doc-item .depart{
    display: inline-block;
    font-size: 0.66rem;
    color: #004ea2;
    border: 1px solid #004ea2;
    margin-top: 15px;
    padding: 0.16rem 0.4rem;
    border-radius: 5px;
}
.as-contlist .d-list li .doc-item .depart:hover{
    color: #fff;
    background-color: #004ea2;
}


/*地级市文章页*/
.ad-headinfo {
    width: 100%;
    background-color: #f4f6f8;
    padding: 0 0.8rem 0.8rem;
    box-sizing: border-box;
}
/*title*/
.ad-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 1rem 0;
}
.ad-title h2 {
    width: 100%;
    font-size: 1rem;
    padding-bottom: 0.2rem;
    color: #333;
    font-weight: bold;
}
.ad-title p {
    width: 100%;
    font-size: 0.6rem;
    color: #999;
}

.ad-headinfo .adh-imgtext {

}
.ad-headinfo .adh-imgtext div {
    width: 100%;
    height: 10rem;
    transition: .6s transform;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ad-headinfo .adh-imgtext p {
    padding: 0.6rem 0;
    line-height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    font-size: 0.76rem;
    text-indent: 2em;
    color: #444;
}
.ad-headinfo .adh-tinfo li {
    font-size: 0.8rem;
    line-height: 1.4rem;
    color: #444;
}
.ad-headinfo .adh-tinfo li span {
    font-weight: 600;
    color: #333;
}
.ad-headinfo .adh-tinfo li a {

}
.ad-headinfo .adh-tinfo li a:hover {
    color: #0050a7;
    font-weight: 600;
}
/*ad doctor*/
.ad-doctor {
    padding: 0.8rem;
}

/*404*/
.container404 {
    width: 80%;
    padding-top: 2rem;
    margin-right: auto;
    margin-left: auto;
}
.container404 .text{
    width: 100%;
    box-sizing: border-box;
}
.container404 .text img {
    max-width: 100%;
}
.container404 .text h1 {
    font-size: 3em;
    margin-bottom: 0.8rem;
    font-weight: bold;
}
.container404 .text h2 {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.container404 .text p {
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: 0.7rem;
}
.container404 .text .btn {
    font-size: 0.66rem;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #0055a4;
}

/*搜索页*/
.s-bar {
    font-size: 0.76rem;
    padding: 0.6rem 0.8rem 0.8rem;
    background-color: #eee;
}
.s-bar span {
    font-weight: 600;
    color: #f73131;
}

/*找医院*/
.fh-lists{}
.fh-lists .fh-item {
    background-color: #fff;
    margin-bottom: 0.8rem;
    padding: 0.4rem;
}
.fh-lists .fh-item>h2 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.fh-lists .pic {
    width: 100%;
    height: 8rem;
    margin-bottom: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.fh-lists .text {

}
.fh-lists .text li {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #595959;
    margin-bottom: 0.3rem;
    max-height: 2rem;
    overflow: hidden;
}
.fh-lists .text li span {
    font-weight: bold;
    color: #000;
}
.fh-lists .text li .addr_a {
    background-color: #fffac4;
    color: #377bee;
}
.fh-lists .extra {
    border-top: 1px dashed #cccccc;
    height: 2rem;
    padding-top: 0.5rem;
}
.fh-lists .extra li {
    font-size: 0.7rem;
    line-height: 1rem;
    color: #595959;
    margin-bottom: 0.1rem;
    height: 1rem;
    overflow: hidden;
}
.fh-lists .extra li span {
    font-weight: bold;
    color: #000;
}
.fh-lists .extra li a {
    background-color: #fffac4;
    color: #377bee;
}
.fh-lists .btn {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0.8rem 0 0;
}
.fh-lists .btn ul {
    display: inline-block;
}
.fh-lists .btn li {
    float: left;
}
.fh-lists .btn a {
    padding: 0.3rem 0.4rem;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #5bc0de;
    margin: 0 0.5rem;
}
.fh-lists .btn li:last-child a {
    background-color:#f0ad4e;
}
.fh-lists .btn a i {
    margin-right: 0.1rem;
}
.fh-lists .btn a:hover {
    opacity: 0.8;
}

/*门诊排班*/
.single-paiban {
    background-color: #f4f6f8;
}
.single-paiban .hd{ width:100%; min-width:320px;height:44px; background:#fff;  position:relative;  }
.single-paiban .hd ul{ width:100%;position:absolute; height:44px; top:0; overflow:hidden;  }
.single-paiban .hd ul li{ width:50%; height:44px; line-height:42px; background:url(../images/item_s_mrbg.gif) no-repeat right center; float:left; text-align:center; font-size:14px; overflow:hidden; border-top:2px solid #fff;}
.single-paiban .hd ul li:last-child { background:none;}
.single-paiban .hd ul li a { display:block; width:100%; height:44px; color:#262626;cursor: pointer;}
.single-paiban .hd ul li.on { border-top:5px solid #008dd3;}
.single-paiban .hd ul li.on a { color:#008dd3;font-weight:600;}
.single-paiban .hd ul li:nth-child(2).on { border-top:5px solid #309a00;}
.single-paiban .hd ul li:nth-child(2).on a { color:#309a00;}
.single-paiban .bd .bordered {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #333333;
    text-align: center;
    border-collapse: collapse;
    padding: 5px;
    margin: 15px auto 45px auto;
    border: #d4d4d4 solid 1px;
    box-shadow: 0 1px 2px 0px #d4d4d4;
    background: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.single-paiban .bd .bordered td,.bordered th {
    border: 1px solid #999;
    height: 30px;
    padding: 3px;
}
.single-paiban .bd .bordered tr th:first-child,.single-paiban .bd .bordered tr th:nth-child(2) {
    width:15%;
}
.single-paiban .bd .bordered tr th{
    width:10%;
}
.single-paiban-alert {
    padding: 0.8rem;
    background-color: #f4f6f8;
}
.single-paiban-alert li {
    font-size: 0.62rem;
    line-height: 1rem;
}
.single-paiban-alert h1 {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.2rem 0;
}
.single-paiban-alert h2 {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.2rem 0;
}

/*预约挂号*/
.single-yuyue{}
.single-yuyue .td1{text-align:right;background-color:#dce9f9;width:28%;font-size:0.72rem;}
.single-yuyue .td1 span{color:#b24000;}
.single-yuyue .td2{width:54%;padding:0.2rem;border-bottom:1px solid #efefef;font-size:0.72rem;}
.single-yuyue .td3{border-bottom:1px solid #efefef;width:18%;color:#b24000;font-size:0.5rem;}
.single-yuyue .td3 a{color:#b24000;}
.single-yuyue .input-control {
    width: 100%;
    height: 1.6rem;
    border: 1px solid #cececc;
    padding-left: 0.3rem;
    font-size: 0.7rem;
    box-sizing: border-box;
}
.single-yuyue .input-time{width:64%;float:left;}
.single-yuyue .input-daytime{width:34%;margin-left:2%;float:left;}
.single-yuyue .input-msg{height:3rem;}
.single-yuyue .input-code{width:40%;}
.single-yuyue .input-button {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0.8rem 0 0;
}
.single-yuyue .input-button ul {
    display: inline-block;
}
.single-yuyue .input-button li {
    float: left;
}
.single-yuyue .input-button .btn {
    padding: 0.3rem 0.4rem;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #5bc0de;
    margin: 0 0.5rem;
    border: none;
    cursor: pointer;
}
.single-yuyue .input-button li:last-child .btn {
    background-color:#f0ad4e;
}
.single-yuyue .input-button .btn i {
    margin-right: 0.1rem;
}
.single-yuyue .input-button .btn:hover {
    opacity: 0.8;
}

/*single alert*/
.single-alert {
    padding-top: 0.8rem;
}
.single-alert li {
    font-size: 0.62rem;
    line-height: 1rem;
}
.single-alert h1 {
    font-size: 0.78rem;
    font-weight: 600;
    color: #004ea2;
    padding: 0.2rem 0;
}
.single-alert h2 {
    font-size: 0.72rem;
    font-weight: 600;
    color: #004ea2;
    padding: 0.2rem 0;
}
.single-alert a {
    color: #004ea2;
}

/*手术价格*/
.single-ssjg{}
.single-ssjg table{border-collapse:collapse;margin-bottom:15px;width:100%;}
.single-ssjg caption{text-align:left;font-size:15px;padding-bottom:10px;}
.single-ssjg table td,.single-ssjg table th{padding:0.2rem;border:1px solid #fff;border-width:0 1px 1px 0;}
.single-ssjg thead th{background:#91c5d4;font-size:12px;}
.single-ssjg thead td{text-align:center;background-color:#66a9bd;font-weight:bold;font-size:0.62rem;}
.single-ssjg thead th[colspan],.single-ssjg thead th[rowspan]{background:#66a9bd;font-size:0.72rem;}
.single-ssjg tbody th,.single-ssjg tfoot th{text-align:center;background:#91c5d4;font-size:0.62rem;}
.single-ssjg tbody th a:hover{text-decoration:underline;}
.single-ssjg tbody td,.single-ssjg tfoot td{text-align:center;background:#d5eaf0;font-size:0.62rem;}
.single-ssjg tfoot th{background:#b0cc7f;}
.single-ssjg tfoot td{background:#d7e1c5;font-weight:bold;}
.single-ssjg tbody tr.odd td{background:#bcd9e1;}

/*眼病咨询*/
.guide-ybzx {}
.guide-ybzx .item {
    margin-top: 0.8rem;
}
.guide-ybzx .item:first-child {
    margin-top: 0;
}
.guide-ybzx .item h1 {
    font-size: 0.8rem;
    color: #2c6cb7;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.guide-ybzx .item h1 i {
    margin-right: 0.2rem;
}
.guide-ybzx .item a {
    display: inline-flex;
    padding: 0.2rem 0.6rem;
    background-color: #0A5AAE;
    color: #fff;
    font-size: 0.7rem;
    margin: 0.2rem 0.2rem 0.2rem 0;
    border-radius: 0.2rem;
}
.guide-ybzx .item a:hover,
.guide-ybzx .item a:active {
    background-color: #0080cb;
}


/******************科室页******************/
/*科室焦点图*/
.ksfocusSwiper{ width:100%; height:7rem;  margin:0 auto; position:relative; overflow:hidden;}
.ksfocusSwiper img {
    width: 100%;
    height: 7rem;
    transition: .6s transform;
    object-fit: cover;
}
.ksfocusSwiper .swiper-pagination {
    bottom: 0!important;
}

/*科室介绍*/
.ks-jieshao {
    padding: 0.8rem;
    background-color: #f4f6f8;
}
.ks-title {
    text-align: center;
}
.ks-title h2 {
    font-size: 0.8rem;
    font-weight: 600;
}
.ks-title p {
    font-size: 0.5rem;
}
.ks-jieshao .ks-info {
    font-size: 0.7rem;
    text-indent: 2em;
    padding: 0.5rem 0;
}

/*发病原因*/
.ks-case {
    padding: 0.8rem;
}
.ks-case .case-info {
    padding-top: 0.8rem;
}
.ks-case .case-info .cibox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
    box-sizing: border-box;
    float: left;
}
.ks-case .case-info .cibox:nth-child(even) {
    margin-right: 0!important;
}
.ks-case .case-info .cibox img {
    width: 100%;
}
.ks-case .case-info .cibox h4 {
    font-size: 0.8rem;
    font-weight: 600;
}
.ks-case .case-info .cibox p {
    font-size: 0.5rem;
    margin-top: 0.1rem;
}

/*手术方式*/
.ks-mode {
    padding: 0.8rem;
    background-color: #f4f6f8;
}
.ks-mode .mode-info {
    padding-top: 0.8rem;
}
.ks-mode .mode-info .mibox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
    box-sizing: border-box;
    float: left;
}
.ks-mode .mode-info .mibox:nth-child(even) {
    margin-right: 0!important;
}
.ks-mode .mode-info .mibox img {
    width: 100%;
}
.ks-mode .mode-info .mibox h4 {
    font-size: 0.8rem;
    font-weight: 600;
}
.ks-mode .mode-info .mibox p {
    font-size: 0.5rem;
    margin-top: 0.1rem;
}

/*医生团队*/
.ks-doctor {
    padding: 0.8rem;
}

.docSwiper {
    padding: 0.8rem 0!important;
    text-align: center;
    position: relative;
}
.docSwiper .doc-item{
    width: 100%;
    height: auto;
    margin-bottom: 2%;
    padding: 0.5rem 0.2rem;
    background-color: #f4f6f8;
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.docSwiper .doc-item:after {
    content: "";
    background-color: #004ea2;
    width: 24%;
    height: 0.26rem;
    position: absolute;
    left: 38%;
    top: 0;
}
.docSwiper .doc-item .name{
    display: block;
    font-size: 0.92rem;
    color: #004ea2;
    line-height: 1.3rem;
    height: 1.3rem;
}
.docSwiper .doc-item .name:hover{
    color: #004ea2;
}
.docSwiper .doc-item p {
    font-size: 0.62rem;
    color: #555;
    line-height: 1rem;
    height: 1rem;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}
.docSwiper .doc-item .pic{
    display: block;
    width: 95%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.docSwiper .doc-item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.docSwiper .doc-item img:hover{
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.docSwiper .doc-item .depart{
    display: inline-block;
    font-size: 0.66rem;
    color: #004ea2;
    border: 1px solid #004ea2;
    margin-top: 15px;
    padding: 0.16rem 0.4rem;
    border-radius: 5px;
}
.docSwiper .doc-item .depart:hover{
    color: #fff;
    background-color: #004ea2;
}
.docSwiper .swiper-pagination {
    height: 0.3rem;
    bottom: 0!important;
}
.docSwiper .doc-bullet {
    display: inline-block;
    width: 0.8rem;
    height: 0.2rem;
    background: #000;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    opacity: .2;
}
.docSwiper .doc-bullet-active {
    background: #004ea2;
    opacity: 1;
}

/*常见问题*/
.ks-problem {
    padding: 0.8rem;
    background-color: #f4f6f8;
}
.ks-problem .problem-info {
    padding: 0.5rem 0;
}
.problem-info .pi-item {
    color: #333;
}
.problem-info .pi-item h3 {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 0.5rem 0 0.2rem;
    cursor: pointer;
}
.problem-info .pi-item h3 span {
    color: #377bee;
}
.problem-info .pi-item span {
    margin-right: 10px;
    font-size: 0.9rem;
    font-weight: bolder;
}
.problem-info .pi-item p {
    padding: 0.2rem 0;
    margin-bottom: 0.8rem;
    font-size: 0.72rem;
    line-height: 1.2rem;
    background-color: #ebf2ff;
}
.problem-info .pi-item p span {
    color: #f96008;
}
.problem-info .pi-item p a {
    display: inline-block;
    color: #f96008;
}
.problem-info .pi-item p a:hover {
    color: #377bee;
    font-weight: bold;
}

/*青光眼手术方式*/
.ks-qgy-mode {
    padding: 0.8rem;
    background-color: #f4f6f8;
}
.ks-qgy-mode .mode-info {
    padding-top: 0.8rem;
}
.ks-qgy-mode .mode-info .mibox {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
    box-sizing: border-box;
    float: left;
    background-color: #087bd3;
    text-align: center;
    overflow: hidden;
}
.ks-qgy-mode .mode-info .mibox:nth-child(2) {
    background-color: #1699cf;
}
.ks-qgy-mode .mode-info .mibox:nth-child(3) {
    background-color: #099bb1;
}
.ks-qgy-mode .mode-info .mibox:nth-child(4) {
    background-color: #26a843;
}
.ks-qgy-mode .mode-info .mibox:nth-child(even) {
    margin-right: 0!important;
}
.ks-qgy-mode .mode-info .mibox .pic {
    color: #fff;
    padding: 0.5rem;
}
.ks-qgy-mode .mode-info .mibox i {
    font-size: 3rem;
    margin-bottom: 0.3rem;
}
.ks-qgy-mode .mode-info .mibox h4 {
    font-size: 0.8rem;
    font-weight: 600;
}
.ks-qgy-mode .mode-info .mibox p {
    font-size: 0.5rem;
    margin-top: 0.1rem;
}