* {
    margin: 0;
    padding: 0;

}

a {
    color: #333;
    text-decoration: none;
}

body {
    background: #FAFAFA;
    color: #333;
}

.none {
    display: none !important;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFAFA;
    padding: 10px 12px;

}

.header_left {
    display: flex;
    align-items: center;
}

.header_left a {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.header_right {
    position: relative;
}

/* 导航 */
.nav-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:999;
}

.nav-lists-bg {
    width: 90%;
    height: 85%;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 15px;
    overflow-y: auto;
}

.nav-lists {
    margin-bottom: 10px 0;
}

.nav-lists-title {
    font-size: 15px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 10px;
}

.nav-lists-main {
    display: flex;
    flex-wrap: wrap;
}

.nav-lists-main a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 13px;
    border: 0.5px solid #eee;
    border-radius: 5px;
    margin-right: 4%;
    margin-bottom: 5px;
    width: 30%;
    height: 36px;
}

.nav-lists-main a:nth-child(3n) {
    margin-right: 0;
}

/*  */
.main {
    background: white;
}

.main>div {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}


.page_title {
    font-size: 16px;
    color: #333333;
    margin-left: -30px;
}

.header img {
    width: 20px;
}

.main {
    background: #fff;
}

.main>div {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.hosname_row {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    align-items: center;
    padding-top: 10px;
}


.hoename_name {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
}

.hoename_tips {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.hoename_tips span {
    margin-bottom:8px;
    font-size: 10px;
    color: #666666;
    border-radius: 40px;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    padding: 0 8px;
    margin-right: 8px;
    background: #FFFFFF;
    white-space: nowrap;
}

.hoename_tips span:last-child {
    color: #609CEB;
    border-color: #609CEB;
}

.hosname_row img {
    width: 50px;
    height: 50px;
    border-radius: 2px;
}



.hos_info.over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.hos_info img {
    width: 40px;
    margin-bottom: -10px;
}

.hos_info {
    line-height: 1.8em;
    text-align: justify;
    font-size: 13px;
    margin-top: 15px;
}

.hos_info span {
    float: right;
    width: 0px;
}

.hos_info a {
    clear: both;
    float: right;
    color: #609CEB;
    margin-left: 10px;
}

.hos_address {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
    font-size: 13px;
}

.hos_address img {
    flex: none;
    width: 18px;
}

.hos_address div {}

.hos_address span {
    width: 1px;
    height: 1em;
    background: #999999;
    margin: 0 20px;
}

.hos_address div img {
    width: 40px;
    margin-bottom: -10px;
}

.project_lists {
    padding: 10px 20px !important;
    display: flex;
    justify-content: space-between;
}

.project_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.project_list>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border: 1px solid #609CEB;
    border-radius: 50%;
}

.project_list .project_list_tips {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 9px;
    border-radius: 40px;
    background: #F57373;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 2px 0;
}

.project_list img {
    width: 31px;
    height: 31px;
}

.project_list span {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

.tips_lists {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
    background: #FAFAFA;
    padding-top: 17px;
    padding-bottom: 17px;
}

.tips_list {
    display: flex;
    align-items: center;
}

.tips_list img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

/* 医院医生 头部*/
.hos_type_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.hos_type_title span {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.hos_type_title a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #609CEB;
}

.hos_type_title a img {
    width: 10px;
    margin-left: 2px;
}

/* 医院医生列表 */
.hos_lists_box {
    padding-bottom: 10px;
}

.hos_lists {}

.hos_list {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;

}

.hos_list>img {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    margin-right: 10px;
}

.hos_list_info {}

.hos_list_info_name {}

.hos_list_info_name>span:first-child {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

.hos_list_info_name>span:nth-child(2) span {
    color: #333333;
    font-size: 12px;
}


.hos_list_info_good {
    margin-top: 5px;
    line-height: 1.5em;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hos_list_info_good span {
    color: #609CEB;
    font-weight: 500;
}


/* 患友咨询 */
.consult_lists {}

.consult_list {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #EDEDED;
}

.consult_list:last-child {
    border-bottom: 1px solid #EDEDED;
}

.consult_list_title {
    /** 文本1 */
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.consult_list_info {
    margin-top: 10px;
    display: flex;
}

.consult_list_info>img {
    width: 70px;
    height: 52.5px;
    flex: none;
    margin-right: 10px;
}

.consult_list_info_main {
    width: 100%;
}

.consult_list_info_top {
    color: #666666;
    font-size: 13px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.consult_list_info_tips {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.consult_list_info_tips div {
    display: flex;
    align-items: center;
}

.consult_list_info_tips>div:first-child {
    color: #609CEB;
}

.consult_list_info_tips div span {
    display: flex;
    align-items: center;
    color: #666666;
    margin-left: 10px;
}

.consult_list_info_tips div span img {
    width: 12px;
    margin-right: 5px;
}

/* 医院新闻 */
.news_lists {}

.news_list {
    display: block;
    color: #333333;
    font-size: 14px;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 医院医生 头部*/
.hos_type_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.hos_type_title span {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.hos_type_title a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #609CEB;
}

.hos_type_title a img {
    width: 10px;
    margin-left: 2px;
}

/* 医院医生列表 */
.hos_lists_box {
    padding-bottom: 10px;
}

.hos_lists {}

.hos_list {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #EDEDED;

}

.hos_list>img {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    object-fit: cover;
    flex: none;
    margin-right: 10px;
}

.hos_list_info {}

.hos_list_info_name {}

.hos_list_info_name>span:first-child {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.hos_list_info_name>span:nth-child(2) span {
    color: #333333;
    font-size: 12px;
}


.hos_list_info_good {
    margin-top: 5px;
    line-height: 1.5em;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hos_list_info_good span {
    color: #609CEB;
    font-weight: bold;
}

.fenge {
    width: 100%;
    height: 5px;
    background: #F2F2F2
}

/* 患友咨询 */
.consult_lists {}

.consult_list {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #EDEDED;
}

.consult_list:last-child {
    border-bottom: 1px solid #EDEDED;
}

.consult_list_title {
    /** 文本1 */
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.consult_list_info {
    margin-top: 10px;
    display: flex;
}

.consult_list_info>img {
    width: 70px;
    height: 52.5px;
    flex: none;
    margin-right: 10px;
}

.consult_list_info_main {
    width: 100%;
}

.consult_list_info_top {
    color: #666666;
    font-size: 13px;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.consult_list_info_tips {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.consult_list_info_tips div {
    display: flex;
    align-items: center;
}

.consult_list_info_tips>div:first-child {
    color: #609CEB;
}

.consult_list_info_tips div span {
    display: flex;
    align-items: center;
    color: #666666;
    margin-left: 10px;
}

.consult_list_info_tips div span img {
    width: 12px;
    margin-right: 5px;
}

/* 医院新闻 */
.news_lists {}

.news_list {
    display: block;
    color: #333333;
    font-size: 14px;
    margin: 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 底部面包屑 */
.crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 0;
}

.crumbs a,
.crumbs span {
    font-size: 13px;
    color: #666666;
}

.crumbs a:last-child,
.crumbs span:last-child {
    color: #609CEB;
}

/* 底部 */
.footer {
    padding: 15px 0;
    font-size: 12px;
    /* margin-bottom: 60px; */
}

.footer_row {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.footer_row div {
    margin: 0 5px;
}


.reminder{
    border: 0.025rem solid rgba(26,68,160,1);
    border-radius: 0.4rem;
    height: 0.8rem;
    margin-bottom: 0.4rem;
    font-size:13px;
    margin-left: 15px;
    color: red;
}
