html,body{
    width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
body{
    overflow: hidden;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    display: block;
    color: #777;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:active {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a:focus {
    outline: none;  /* 移除默认蓝色轮廓 */
}
.imCmBN{
    z-index: 99999;
    bottom: 400px !important;
    background: none !important;
    box-shadow: none !important;
}
.dKkTKa:after{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #2d2c2cba;
    display: block;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
}

:root {
    --swiper-theme-color: #856545; /* Swiper 主题色变量 */
    --swiper-pagination-color: #856545; /* 分页颜色变量 */
    --swiper-pagination-bullet-inactive-color: #ccc;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
}

.swiper-pagination {
    text-align: right !important;
    font-size:12px;
}
.swiper-pagination-fraction{
    color: #fff !important;
    padding-right: 10px;
}
.swiper-pagination-fraction:before{
    content: '<';
    display: inline-block;
    margin-right: 4px;
}
.swiper-pagination-fraction:after{
    content: '>';
    display: inline-block;
    margin-left: 4px;
}


.container{
    overflow: scroll;
    min-height: calc(100vh - 145px);
}
.navigator{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(/static/image/top_bg.jpg);
    background-size: 100% 100%;
    padding: 0 20px;
    height: 55px;
    z-index: 999;
}
.navigator .back{
    width: 20px;
}
.navigator .search{
    position: relative;
}
.navigator .search input{
    padding: 10px;
    font-size: 14px;
    width: 240px;
    outline: none;
}
.navigator .search input::placeholder{
    color: #d3d3d3;
}
.navigator .search .icon{
    position: absolute;
    right: 4px;
    top: 10px;
    width: 20px;
}
.navigator .flod{
    width: 26px;
    position: relative;
}
.navigator .flod img{
    margin-top: 3px;
    width: 26px;
    height: 26px;
}
.navigator .flod .nav_menu{
    position: absolute;
    right: -20px;
    top: 44px;
    background: #ebe8e8;
    width: 160px;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    font-size: 16px;
}
.navigator .flod .nav_menu div{
    border-bottom: 1px solid #6B6A6A;
    display: flex;
    align-items: center;
    padding: 2px 0 2px 10px;
}
.navigator .flod .nav_menu div:before{
    content: '';
    display: block;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background: #6B6A6A;
}

.menus{
    display: flex;
    margin-top: -70px;
    background: #fff;
    z-index: 99;
    position: relative;
    padding-top: 40px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    margin-bottom: 40px;
}
.menus .item{
    width: 25%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #0d1318;

}
.menus .item img{
    width: 50px;
    display: block;
}
.menus .item div{
    margin-top: 5px;
    font-size: 14px;
}

.banner-swiper{
    height: 200px;
    margin: 20px !important;
}
.banner-swiper .swiper-slide{
    position: relative;
}
.banner-swiper .swiper-slide img{
    width: 100%;
    height: 200px;
}
.banner-swiper .swiper-slide div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(186, 184, 184, 0.57);
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.title-style1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 0 20px;
}
.title-style1 .left{
    color: #AB8C68;
    font-size: 18px;
    font-weight: bold;
}
.title-style1 .more{
    color: #A6A6A6;
    font-size: 14px;
}

.resource_menu{
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.resource_menu a{
    background-image: url(/static/image/menu_bg.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    height: 90px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.build-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
    margin-bottom: 0;
}
.build-box .item{
    width: 48%;
    box-shadow: 5px 5px 5px #d2d2d2;
    margin-bottom: 20px;
    border-radius: 2px;
    overflow: hidden;
}
.build-box .item img{
    width: 100%;
    height: 120px;
}
.build-box .item div{
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
}


.hospital-box{
    padding: 0 20px;
    margin-top: 30px;
}
.hospital-box .title{
    color: #AB8C68;
    border-bottom: 2px solid #AB8C68;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
}
.hospital-box .first{
    margin: 20px 4px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.hospital-box .first .thumb{
    width: 100%;
    display: block;
}
.hospital-box .first .cont{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(186, 184, 184, 0.57);
    color: #fff;
    font-size: 14px;
    padding: 8px 14px;
    box-sizing: border-box;
}
.hospital-box .tit{

}
.hospital-box .address{
    font-size: 12px !important;
}
.hospital-box .lists{
    font-size: 14px;
}
.hospital-box .lists .item{
    display: block;
    border-bottom: 1px dotted #0d1318;
    padding: 10px 10px;
}
.hospital-box .more{
    text-align: center;
    font-size: 14px;
    color: #858585;
    margin: 10px auto 20px auto;
}


.title-style2{
    color: #ab8c68;
    margin: 0 20px;
    white-space: nowrap;
}
.title-style2 .title{
    margin-right: 20px;
    display: inline-block;
}
.title-style2 .active{
    border-bottom: 2px solid #ab8c68;
}
.title-style2 .active:after{
    content: '';
    display: block;
    background: #ab8c68;
    height: 8px;
    /*width: 70px;*/
    position: relative;
    bottom: -4px;
}

.news-lists{
    padding: 0 20px;
}
.news-lists .item{
    color: #777;
    border-bottom: 1px dotted #777;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 20px 0 6px 0;
}
.news-lists .item .tit{
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 显示省略号 */
    width: 240px;
}
.news-lists .item .tit:before{
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #777;
    position: relative;
    top: -2px;
}


.warn_news{
    margin-top: 20px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: -10px;
    text-align: center;
}
.warn_news a{
    text-align: center;
    color: #D43030;
}

.news-swiper{
    height: 200px;
    margin: 20px !important;
}
.news-swiper .swiper-slide{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.news-swiper .swiper-slide img{
    width: 100%;
    height: 200px;
}
.news-swiper .swiper-slide div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(186, 184, 184, 0.57);
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}


.detail_box{
    padding: 15px;
}
.detail_box .tit{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.detail_box .desc{
    margin-bottom: 10px;
}
.detail_box .cont img{
    max-width: 100% !important;
}

.doctor_list{

}
.doctor_list .item{
    margin: 20px;
    box-shadow: 5px 5px 10px #888888;
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
}
.doctor_list .item .content{
    display: flex;
}
.doctor_list .item .content .cont{

}
.doctor_list .item .content .cont .line{
    display: flex;
    align-items: center;
}
.doctor_list .item .content .cont .line .name{
    font-size:18px;
    font-weight: bold;
}
.doctor_list .item .content .cont .line .job{
    background: #f7e9bc;
    color: #FF8D1A;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    box-sizing: border-box;
    margin-left:10px;
    padding: 0 4px;
    white-space: nowrap;
}
.doctor_list .item .content .cont .honor{
    font-size: 12px;
    margin-top: 5px;
}
.doctor_list .item img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
}
.doctor_list .item .action{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
}
.doctor_list .item .action .room{
    display: flex;
    align-items: center;
}
.doctor_list .item .action .room:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #a13333;
    margin-right: 10px;
}
.doctor_list .item .action .detail{
    color: #a13333;
}

.doctor_pop{

}
.doctor_pop .fixed_bg{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vh;
    background: rgba(204, 204, 204, 0.56);
    z-index: 1;
}
.doctor_pop .content{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 999;
    overflow: hidden;
    padding: 0 20px;
}
.doctor_pop .act{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.doctor_pop .act img{
    margin-top: 10px;
    margin-right: -9px;
    width: 30px;
    height: 30px;
}
.doctor_pop .name{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.doctor_pop .line{
    margin: 14px 0;
    display: flex;
}
.doctor_pop .line .label{
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    white-space: nowrap;
}
.doctor_pop .line .value{
    font-size: 15px;
    line-height: 20px;
    color: #777777;
}

.picture_first{
    width: 85%;
    margin: 20px auto 20px auto;
    box-shadow: 5px 5px 5px #bebebe;
}
.picture_first .thumb{
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}
.picture_first .thumb img{
    width: 100%;
}
.picture_first .line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px;
    color: #555;
}
.picture_first .line img{
    width: 20px;
}
.picture_list{
    padding: 0 40px;
}
.picture_list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #777;
    padding: 10px 0 5px 0;
}
.picture_list .item .cont{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.picture_list .item .cont .pdf{
    width: 20px;
    margin-right: 5px;
}
.picture_list .item .cont .tit{
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 显示省略号 */
    width: 200px;
}
.picture_list .item .download{
    width: 20px;
}

.video_list{
    padding: 0 40px;
}
.video_list .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    padding: 5px 0;
}
.video_list .item .thumb{
    width: 120px;
    margin-right: 20px;
}
.video_list .item .thumb img{
    width: 100%;
    border-radius: 8px;
}
.video_list .item .cont{

    width: calc(100% - 120px);
}
.video_list .item .cont .tit{
    font-size: 16px;
}
.video_list .item .cont .line{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.video_list .item .cont .line .date{
    font-size: 14px;
    color: #777;
}
.video_list .item .cont .line .download{
    width: 18px;
}

.more_com{
    display : block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #777777;
}

.footer{
    font-size: 10px;
    background-image: url(/static/image/footer_bg.png);
    background-size: 100% 100%;
    color: #856545;
    display: flex;
    justify-content: space-between;
    height: 90px;
    padding: 10px 10px 0 10px;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.footer .item{
    width: 40%;
    margin-bottom: 4px;
}
.footer .item a{
    color: #856545 !important;
}
.footer .item:nth-of-type(2n){
    width: 60%;
}
.footer .beian{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.footer .beian a{
    color: #856545 !important;
}