/* hos_d_title */
.hos_d_title{
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: .5px solid #EAEAEA;
    background-color: #fff;
    opacity: 1;
    transition: all .5s;
}
.hos_d_title.active{
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.hos_d_title a.home{
    left: 0.4rem;
    top: 0.75rem;
}
.hos_d_title a.home img{
    width: 1rem;
    height: 1rem;
}
.hos_d_title a.core{
    right: 0.6rem;
    top: 0.75rem;
}
.hos_d_title a.core img{
    width: 0.9rem;
    height: 1rem;
}

/* hos_d_link */
.hos_d_link{
    border-bottom: .5px solid #EAEAEA;
}
.hos_d_link a.active{
    color: #000;
}
.hos_d_link a span{
    border-bottom: 0.15rem solid transparent;
}
.hos_d_link a.active span{
    border-bottom-color: #FF6980;
}

/* hos_d_doc */
.hos_d_doc li{
    padding: 0.75rem 0 0.45rem;
    border-bottom: .5px solid #EAEAEA;
}
.hos_d_doc li:last-child{
    border-bottom: 0;
}
.hos_d_doc .hos_list_img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
}
.hos_d_doc .tip{
    padding: 0 0.25rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #09C2C5;
    border-radius: 0.7rem;
}
.hos_d_doc .tip img{
    width: 0.5rem;
    height: 0.45rem;
    margin: 0.15rem 0.1rem 0 0;
}
.hos_d_doc .star{
    padding: 0.1rem;
    background-color: #FF6980;
    margin-right: 0.25rem;
    border-radius: 0.1rem;
}
.hos_d_doc .star.gray{
    background-color: #B8B8B8;
}
.hos_d_doc .star img{
    width: 0.65rem;
    height: 0.6rem;
}
.hos_d_doc .link{
    height: 1rem;
    padding: 0 0.3rem;
    margin: 0 0.25rem 0.25rem 0;
    background-color: #F5F5F5;
    border-radius: 0.1rem;
}

/* loading_more */
.loading_more{
    display: none;
}
.loading_more.active{
    display: block;
    line-height: 1rem;
}
.loading_more img{
    width: 1.7rem;
    height: 2rem;
}
.loading_more .text{
    padding-top: 1rem;
}
