body {
    background: #ebebeb;
}
#wait-hide {
    overflow: hidden;
    transition: height 1s;
}
.home-department {
    padding: 15px 4%;
    background: #fff;
}
.home-department ul li {
    float: left;
    width: 25%;
    height: 70px;
    text-align: center;
    padding: 10px 0;
}
.home-department ul:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.depart-detail img {
    width: 35px;
    height: 35px;
}
.depart-detail span:first-child {
    padding-bottom: 10px;
}
.depart-detail span {
    display: block;
    color: #474747;
    font-size: 13px;
}
.home-disease {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 4%;
}
.home-disease .title, .home-department .title {
    height: 40px;
    line-height: 40px;
    padding-bottom: 10px;
}
.title .title-content {
    float: left;
    font-size: 16px;
    color: #474747;
}
.title .more {
    float: right;
    width: 20%;
    text-align: right;
    font-size: 14px;
    color: #474747;
    background: url('../image/icon/more_arrow.png') no-repeat center right;
    background-size: 15px 22px;
    padding-right: 30px;
}
.home-disease ul {
    height: 84px;
    overflow: hidden;
}
.home-disease ul li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0px 15px;
    border-radius: 20px;
    background: #d1f0f2;
    border: 1px solid #3dc1c8;
    color: #3dc1c8;
    font-size: 13px;
    margin-bottom: 15px;
    margin-right: 8px;
    /*box-sizing: border-box;*/
}
.home-doctor-filter {
    position: relative;
    background: #fff;
}
.home-empty {
    height: 50px;
}
.home-foot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    border-top: 1px solid #c5c5c5;
    z-index: 99;
}
.home-foot > p.foot-tab {
    width: 33.3%;
    text-align: center;
}
p.foot-tab img {
    width: 25px;
    height: 25px;
}
p.foot-tab > span {
    font-size: 14px;
    display: block;
}
.home-foot-notice {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #474747;
    background: #ebebeb;
}
.foot-selected {
    color: #38bdc1 !important;
}