
.doctor {
    margin-bottom: 40px;
}

.doctor .detail-info span{
    white-space: wrap !important;
}
.doctor .doctor-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.doctor .doctor-title .avart {
    margin-right: 20px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.doctor .doctor-title .avart img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.doctor .doctor-title .info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.doctor .doctor-title .info .hospital-name a{
    /* text-align: center; */
    font-size: 16px;
    font-weight: 700;
    /* color: #009fb5; */
}
.doctor .doctor-title .info .name {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
}
.doctor .doctor-title .info .name span {
    color: #666666;
    font-size: 14px;
}
.doctor .doctor-title .info .tag {
    display: flex;
    align-items: center;
}
.doctor .doctor-title .info .tag span {
    margin-right: 10px;
    background-color: #e9f5fa;
    color: #009fb5;
    padding: 6px 10px;
    border-radius: 50px;
}
.doctor .doctor-title .info .book-now{
    margin-top: 20px;
}
.doctor .doctor-title .info .book-now span{
    background: #009fb5;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
}

.doctor .doctor-content {
    margin-top: 20px;
}
.doctor .doctor-content .chanage-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.doctor .doctor-content .chanage-tab .item {
    margin: 0 20px;
    font-size: 24px;
    color: #333;
    /* font-weight: 700; */
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.doctor .doctor-content .chanage-tab .item img {
    width: 30px;
    margin-right: 10px;
}
.doctor .doctor-content .chanage-tab .item::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
}
.doctor .doctor-content .chanage-tab .item.active {
    color: #009fb5;
}
.doctor .doctor-content .chanage-tab .item.active::after {
    background-color: #009fb5;
}
.doctor .doctor-content .chanage-content {
    color: #333;
    line-height: 24px;
}
/* .doctor .doctor-content .chanage-content p{
    white-space: pre-wrap;
} */
.doctor .doctor-content .chanage-content .recent-news-list{
    display: flex;
    flex-wrap: wrap;
}
.doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item{
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    padding: 10px;
    height: 130px;
    background-color: #fff;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .left img{
    width: 140px;
    height: 110px;
    object-fit: cover;
}
.doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .right {
    margin-left: 10px;
}
.doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .right .name{
    font-size: 18px;
    color: #000;
    /* padding-bottom: 10px; */
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .right .desc{
    font-size: 14px;
    color: #666666;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .right .time{
    font-size: 12px;
    color: #999999;
    padding-bottom: 10px;
    margin: 0;
}
/* .detail-info span{
    text-wrap-mode: wrap !important;
} */
.recommon .title {
    font-size: 24px;
    color: #000000;
    padding-bottom: 20px;
}
.recommon .title img {
    width: 30px;
}
.recommon .list {
    display: flex;
}
.recommon .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24%;
    margin-right: 20px;
    cursor: pointer;
}
.recommon .list p {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    margin-bottom: 4px;
}
.recommon .list .tag {
    display: flex;
    align-items: center;
}
.recommon .list .tag span {
    margin-right: 10px;
    background-color: #e9f5fa;
    color: #009fb5;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: 12px;
}
.recommon .list .tag span:last-child{
    margin-right: 0;
}
.recommon .list img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.recommon .list .name {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}
.recommon .list .name span {
    color: #666666;
    font-size: 14px;
}
.back {
    display: none;
    padding: 0 20px;
}
.back img {
    width: 5%;
    max-width: 24px;
}

@media (min-width: 992px) and (max-width: 1159px) {
    .main-center {
    /* padding: 0 10px; */
     min-height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-center {
    /* padding: 0 10px; */
    min-height: auto;
    }
}
@media (max-width: 767px) {
    .body-ck {
    background-color: #f8f8f8;
    }
    .back {
    display: block;
    background-color: #fff;
    padding: 0;
    }
    .doctor {
    /* background-color: #fff; */
    }
    .doctor .doctor-title {
    flex-direction: column;
    background-color: #fff;
    }
    .doctor .doctor-title .avart {
    width: 120px;
    height: 120px;
    }
    .doctor .doctor-title .info .hospital-name{
        text-align: center;
    }
    .doctor .doctor-title .info .tag{
        justify-content: center;
    }
    .doctor .doctor-title .info .name {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    }
    .doctor .doctor-content {
    background: #fff;
    padding: 0;
    margin: 10px;
    border-radius: 4px;
    }
    .doctor .doctor-content .chanage-tab .item {
    font-size: 20px;
    }
    .doctor .doctor-content .chanage-tab .item img {
    width: 20px;
    }
    .doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item{
        width: 100%;
    }
    .recommon {
    background-color: #fff;
    padding: 10px 0;
    }
    .recommon .title {
    font-size: 18px;
    }
    .recommon .list{
        flex-wrap: wrap;
    }
    .recommon .list .item{
        width: 45%;
        margin-bottom: 10px;
    }
    .recommon .list img {
    width: 90px;
    height: 90px;
    }
    .recommon .list .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4px;
    color: #000;
    font-weight: 700;
    }
    .recommon .list .name span {
    padding-top: 4px;
    font-weight: 500;
    }
    .recommon .list .name,
    .recommon .list p {
    font-size: 14px;
    word-break: break-all;
    text-align: center;
    margin-bottom: 4px;
    }
    .recommon .list .tag{
        font-size: 12px;
        color: rgb(51, 51, 51);
    }
    .doctor .doctor-title .info .book-now{
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        margin-top: 0;
    }
    
    .m-footer{
        padding-bottom: 80px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
    .doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .left img{
        width: 100px;
        height: 80px;
    }

    .doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .right .name{
        font-size: 16px;
        
    }
    .doctor .doctor-content .chanage-content .recent-news-list  .recent-news-item .right .desc{
        font-size: 12px;
    
    }
    .recommon .list .item{
        width: 43%;
    }
}