/* header */
.de_doc .header {
    padding: 0.75rem 0.6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.05rem solid rgba(235, 236, 241, 1);
}

.de_doc .header a>img {
    display: inline-block;
    width: 0.45rem;

}

.de_doc .header>span {
    font-size: 0.9rem;
    font-weight: bold;
    color: rgba(52, 52, 52, 1);
}

.de_doc .header .header-right img,
.de_doc .header .header-right .header_nav {
    float: left;
    width: 0.9rem;
    height: 0.9rem;
}

.de_doc .header .header-right .header_nav {
    margin-left: 0.5rem;
    background: url("https://www.boutiquality.com/style/mhos/image/de_nav.png") no-repeat left top;
    background-size: cover;
}

.de_doc .header .header-right .active {
    background: url("https://www.boutiquality.com/style/mhos/image/nav_active_icon.png") no-repeat left top;
    background-size: cover;
}

/* header点击显示nav图标显示导航列表 nav_list */
.de_doc .header .nav_list {
    display: none;
}

.de_doc .header .nav_list.active {
    display: flex;
    z-index: 2;
    width: 5.2rem;
    height: 4.5rem;
    color: #1DB1AF;
    font-size: 0.75rem;
    position: absolute;
    top: 2.55rem;
    right: 0.45rem;
    padding-top: 0.6rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    background: #fff;
    background: url("https://www.boutiquality.com/style/mhos/image/nav_list_bg.png") no-repeat left top;
    background-size: cover;
}

.de_doc .header .nav_list .nav_list_item {
    width: 100%;
    padding: 0 0.3rem;
    line-height: 1.2rem
}

.de_doc .header .nav_list .nav_list_item img {
    width: 0.7rem;
    height: 0.7rem;
}

.de_doc .header .nav_list {
    color: #fff;
    background: #1DB1AF;
}

.de_doc .header .doctor {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.35rem 0.6rem;
    color: #1DB1AF;
    background: #fff;
}

.de_doc .header .hospital {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    background: rgba(24, 140, 138, 1);
}

/* nav 滚动固定顶部 */
.de_doc .nav .nav-fixed {
    z-index: 2;
    position: fixed;
    top: 0;
    background: #fff;
}

/* nav */
.de_doc .nav {
    width: 100%;
}

.de_doc .nav ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.65rem;
    border-bottom: 0.05rem solid rgba(238, 238, 238, 1);
}

.de_doc .nav ul li {
    position: relative;
    font-size: 0.75rem;
    color: rgba(102, 102, 102, 1);
    line-height: 2.5rem;
}

.de_doc .nav ul li div {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    height: 0.1rem;
    border-radius: 0.05rem;
    background: rgba(30, 178, 176, 1);
}

.de_doc .nav ul li .active {
    visibility: visible;
}

/* 页面滚动 nav样式 */
.nav_fixed {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

/* intro */
.intro {
    padding: 0 0.6rem;
}

.intro span {
    font-size: 0.9rem;
    color: rgba(52, 52, 52, 1);
    font-weight: bold;
    line-height: 2.5rem;
    letter-spacing: 0.055rem;
}

.intro .dep_intro {
    letter-spacing: 0.055rem;
    border: 0.05rem solid rgba(30, 178, 176, 1);
    box-shadow: 0.05rem 0.05rem 0.2rem 0 rgba(86, 86, 86, 0.1);
    border-radius: 0.25rem;
    background-color: rgba(226, 251, 251, 1)
}

.intro .dep_intro .dep_intro_title {
    padding-left: 1.1rem;
    height: 2rem;
    left: -1.1rem;
    background: url("https://www.boutiquality.com/style/mhos/image/de_doc_bg.png") no-repeat left top;
    background-size: contain;
}

/* search */
.de_doc .search {
    padding: 0.75rem 0.6rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

.de_doc .search span {
    font-size: 0.75rem;
    font-weight: bold;
    color: rgba(30, 178, 176, 1);
}

.de_doc .search .search_input {
    flex: 1;
    margin-left: 0.6rem;
    border: 0.05rem solid rgba(238, 238, 238, 1);
    box-shadow: 0.05rem 0.05rem 0.2rem 0px rgba(86, 86, 86, 0.1);
    border-radius: 1rem;
    color: rgba(154, 154, 154, 1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}

.de_doc .search .search_input i {
    display: inline-block;
    margin-left: 0.8rem;
    font-size: 0.65rem;
    color: rgba(154, 154, 154, 1);
}

.de_doc .search .search_input input {
    outline: none;
    margin-left: 0.4rem;
    flex: 1;
    font-size: 0.65rem;
    display: inline-block;
    line-height: 2rem;
    margin-right: 1rem;
}

.de_doc .search .search_input input #search-clear {
    display: none;
}

/* doc_list */
.de_doc .doc_list_title {
    margin-left: 0.6rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: rgba(52, 52, 52, 1);
    line-height: 2.5rem;
}

.de_doc .doc_list .list_title {
    width: 100%;
    padding: 0.75rem 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.de_doc .doc_list .list_title .title {
    font-size: 0.7rem;
    color: rgba(52, 52, 52, 1);
    line-height: 0.65rem;
}

.de_doc.doc_list .list_title .title img {
    position: absolute;
    margin-left: 0.25rem;
    margin-top: 0.2rem;
    width: 0.35rem;
    height: 0.2rem;
}

.de_doc .doc_list .list_item .keshi {
    float: right;
}

.de_doc .doc_list .list_item {
    margin: 0 0.5rem 0.75rem 0.5rem;
/*    border: 0.05rem solid rgba(204, 204, 204, 1);*/
    border-radius: 0.25rem;
    padding: 0.5rem 0 0.5rem 0.4rem;
    display: block;
}

.de_doc .doc_list .list_item .avatar {
    width: 3.45rem;
    height: 3.45rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.de_doc .doc_list .list_item .item_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 3.85rem;
}

.de_doc .doc_list .list_item .item_right .doc_name {
    font-size: 0.75rem;
    color: rgba(52, 52, 52, 1);
    line-height: 0.65rem;
}

.de_doc .doc_list .list_item .item_right .doc_name i {
    font-size: 0.6rem;
    color: rgba(102, 102, 102, 1);
    line-height: 0.65rem;
    margin-left: 0.5rem;
}

.de_doc .doc_list .list_item .item_right_ke {
    float: left;
    height: 0.9rem;
    line-height: 0.8rem;
    padding: 0 0.15rem;
    margin: 0.5rem 0 0.2rem 0;
    text-align: center;
    font-size: 0.6rem;
    color: rgba(91, 219, 184, 1);
    border: 0.05rem solid rgba(92, 220, 184, 1);
    border-radius: 0.25rem;
}

.de_doc .doc_list .list_item .item_right .doc_desc {
    font-size: 0.6rem;
    color: rgba(102, 102, 102, 1);
    line-height: 1.2rem;
    max-width: 12.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.de_doc .doc_list .list_item .item_right .hos_address .hos_icon {
    display: inline-block;
    width: 0.6rem;
    height: 0.55rem;
}

.de_doc .doc_list .list_item .item_right .hos_address {
    font-size: 0;
}

.de_doc .doc_list .list_item .item_right .hos_address .hos_name {
    display: inline-block;
    font-size: 0.6rem;
    color: rgba(102, 102, 102, 1);
    line-height: 1rem;
    margin-left: 0.25rem;
}





/* wkz新增 */
.hos_route {
    margin: 10px 5px 30px 10px;
    padding: 15px;
    border: 1px solid lightgray;
}

.hos_route_top {
    font-size: 45px;
    /* font-weight: bold; */
    margin: 0 0 0px 0;
}

.hos_route_mid {
    padding: 20px 0;
}

.hos_route_mid_address {
    font-size: 40px;
    color: #666666;
    margin: 20px 0;
}

.hos_route_mid_address span {
    color: black;
    /* font-weight: bold; */
    font-size: 40px;
}

.hos_route_mid_howto {
    font-size: 40px;
    color: #666666
}

.hos_route_mid_howto span {
    color: black;
    /* font-weight: bold; */
    font-size: 40px;
}

.searchelse {
    width: 100%;
    font-size: 40px;
    display: flex;
    margin: 50px 0;
}

.searchelse span {
    color: black;
    flex: 0 0 auto;
    /* font-weight: bold; */
    font-size: 40px;
    width: 300px;
}

.searchelse form {
    font-size: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #666666;
    padding: 0 20px;
    width: 600px;
    border-radius: 20px;
}

.searchelse i {
    font-size: 40px;
}

.searchelse input {
    font-size: 40px;
}

.hos_route_mid_end {
    color: black;
    /* font-weight: bold; */
    font-size: 40px;
}

.hos_route_bottom {
    margin: 10px;
    width: 98%;
    height: 800px;
    border: 1px solid #666666;
    

}