.doctor__info__bj {
    margin-top: 120rem;
    background-color: #f2f2f5;
    border-radius: 10rem;
    height: 240rem;
    position: relative;
}

.doctor__info {
    position: absolute;
    width: 100%;
    top: -91rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.doctor__info .img {
    width: 180rem;
    height: 180rem;
    border-radius: 50%;
    border: 1px solid #a60000;
    object-fit: cover;
    object-position: top;
}

.doctor__info .name {
    padding: 20rem 0;
    font-size: 28rem;
    font-weight: bold;
    color: #a60000;
}

.doctor__info .position {
    padding: 0 10rem;
    line-height: 100%;
    font-size: 26rem;
    font-weight: 400;
    color: #000;
}

.doctor__info .contact {
    width: 320rem;
    display: flex;
    justify-content: space-between;
}

.doctor__info .contact .btu {
    width: 150rem;
    height: 54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6rem;
    background-color: #a60000;
    color: #ffffff;
    font-size: 26rem;
}

.doctor__info .contact .btu:nth-child(1) {
    background-color: #ff9b00;
}

.doctor__info .contact .btu:nth-child(2) {
    background-color: #a60000;
}

.block_title {
    border-bottom: 1px solid #cccccc;
}

.block_title .title {
    width: 150rem;
    height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a60000;
    font-size: 26rem;
    color: #ffffff;
    position: relative;
    margin-bottom: -1px;
    z-index: 1;
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
}

.time__list {
    padding: 20rem 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 4rem;
}

.time__list .item {
    margin-top: 4rem;
    height: 50rem;
    font-size: 24rem;
    color: #a60000;
    border-radius: 5rem;
    box-sizing: border-box;
    border: 1px solid #a60000;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time__list .item .active {
    width: 100%;
    height: 100%;
    background-color: #a60000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor__text{
    padding: 20rem 0;
    font-size: 26rem;

}
.doctor__text div{
    padding-bottom: 10rem;
}