body{
    background: #f4f4f8;
}
.all-doctor-details{
    width: 100%;
    min-height: 100vh;
    background: url('../../img/预约挂号/bg.png') no-repeat top;
    background-size: 100% 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.top-view{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top-view img{
    width: 10px;
    position: absolute;
    left: 19px;
}
.top-view span{
    color: #fff;
}
.doctor-details{
    width: 100%;
    height: auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.doctor-first-child{
    width: 100%;
    height: 83px;
    box-sizing: border-box;
    border-bottom: 1px solid #8fd3fd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.doctor-img{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    overflow: hidden;
    background: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.doctor-img img{
    width: 58px;
    height: 58px;
}
.doctor-introduce{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    box-sizing: border-box;
}
.doctor-name{
    font-size: 16px;
    color: #ffffff;
}
.doctor-title{
    font-size: 11px;
    color: #e1f3ff;
}
.doctor-adress{
    color: #d9effe;
    font-size: 12px;
}
.thumbs-up{
    width: 75px;
    height: 17px;
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3f59a1;
}
.thumbs-up img{
    width: 10px;
    height: 9px;
}
.thumbs-up span{
    font-size: 12px;
    color: #fff;
    margin-left: 2px;
}
.be-good-at{
    margin: 16px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.be-good-at p{
    font-size: 11px;
    color: #e1f3ff;
    overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.be-good-at img{
    position: absolute;
    right: 0;
    width: 13px;
    height: 13px;
}
.functions-parent{
    width: 100%;
    height: auto;
    padding: 0 12px;
    box-sizing: border-box;
}
.functions{
    width: 100%;
    height: 114px;
    border-radius: 7px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 27px;
    box-sizing: border-box;
}
.functions img{
    width: 47px;
}
.functions div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.functions .title{
    font-size: 12px;
    color: #353535;
}
.functions .title-p{
    font-size: 9px;
    color: #9b9b9b;
    margin-top: 6px;
}
.date-parent{
    width: 100%;
    height: auto;
    margin-top: 12px;
    background: #fff;
}
.date-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 17px;
}
.date-top span{
    font-size: 13px;
    color: #353535;
}
.date-top select{
    border: 0;
    background: none;
    outline: none;
    color: #353535;
}
.date-bottom{
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
}
.date-bottom span{
    font-size: 13px;
	line-height:25px;
    color: #5a5a5a;
}
.date-bottom .grey-span{
    color: #aeaeae;
}
.date-bottom .red-span{
    color: #ff3600;
}
.yuyue{
    width: 57px;
    height: 22px;
    border-radius: 22px;
    background: #6fbafe;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
}
.evaluate-parent{
    margin-top: 10px;
    width: 100%;
    height: auto;
    background: #fff;
}
.evaluate-top{
    padding: 0 17px;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.evaluate-title{
    font-size: 14px;
    color: #353535;
}
.evaluate-title-p{
    color: #353535;
    font-size: 11px;
}
.evaluate-title-p span:last-child{
    font-size: 10px;
    color: #ff3600;
}
.evaluate-middle{
    height: auto;
    padding: 16px 17px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.evaluate-middle div{
    width: auto;
    height: 20px;
    border-radius: 10px;
    color: #6b6b6b;
    font-size: 11px;
    padding: 0 13px;
    line-height: 20px;
    background: #ececec;
}
.evaluate-middle div.active{
    color: #fff;
    background: #6ea9fe;
}
.evaluate-middle div+div{
    margin-left: 10px;
}
.evaluate-details{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 17px;
}
.evaluate-details-par{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 22px;
    height: 23px;
    width: 100%;
}
.evaluate-details-par div span{
    font-size: 11px;
    color: #a3a3a3;
}
.evaluate-details-par div img{
    width: 10px;
}
.evaluate-details-par>span{
    font-size: 12px;
    color: #a3a3a3;
}
.evaluate-details-par+p{
    font-size: 12px;
    color: #5a5a5a;
    overflow:hidden;
	white-space:nowrap;
    text-overflow: ellipsis;
}
.all-details{
    padding: 0 23px;
    display: block;
    height: auto;
    padding: 30px 0;
}
.all-details>div{
    display: block;
    padding: 0 23px;
    box-sizing: border-box;
}
.all-details>div+div{
    margin-top: 30px;
}
.all-details .all-details-title{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.all-details-title img{
    width: 10px;
    position: absolute;
    left: -16px;
}
.all-details-title span{
    font-size: 13px;
    color: #353535;
}
.all-details p{
    font-size: 12px;
    color: #7a7979;
    /*display: -webkit-box;*/
    /*!* autoprefixer: off *!*/
    /*-webkit-box-orient: vertical;*/
    /*!* autoprefixer: on *!*/
    /*-webkit-line-clamp: 3;*/
    overflow: hidden;
    margin-top: 12px;
}
.film{
    width: 100%;
    height: calc(100% + 407px);
    background: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 100%;
    bottom: -407px;
    transition: all .5s;
}
.film-content{
    width: 100%;
    height: 407px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background: #fff;
    position: absolute;
    padding: 23px 18px;
    box-sizing: border-box;
    overflow-y: auto;
    bottom: 0;
}
.animation{
    top: auto;
    bottom: 0;
}
.film-content-title{
    position: relative;
}
.film-content-title .title{
    font-size: 14px;
    color: #353535;
}
.film-content-title .title-p{
    font-size: 12px;
    color: #959595;
}
.film-content-title img{
    position: absolute;
    z-index: 2;
    right: 2px;
    top: -4px;
    width: 13px;
}
.film-content-parent{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.film-content-parent div{
    width: calc(50% - 9px);
    background: #f2f2f2;
    border-radius: 30px;
    padding: 8px 0;
    font-size: 15px;
    padding-left: 14px;
    box-sizing: border-box;
    overflow: hidden;
}
.film-content-parent div:nth-child(n+3){
    margin-top: 16px;
}
.displayNone{
    display: none;
}
.displayBlock{
    display: block;
}