.doctor__bj {
    background-image: url(/static/p/img/doctorInfo1.png);
}

.doctor {
    margin: auto;
    padding: 30px 0 0 0;
    width: 1350px;
    display: flex;
    justify-content: space-between;
}

.doctor__info {
    width: 593px;
    height: 390px;
    background: url(/static/p/img/doctorInfo2.png) no-repeat center;
    box-sizing: border-box;
    padding: 60px 40px;
}

.doctor__info .name {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 2px solid #a01f19;
    padding-bottom: 20px;
}

.doctor__info .position {
    font-size: 26px;
}

.doctor__info .intro {
    line-height: 48px;
    font-size: 26px;
    padding-top: 20px;
}

.doctor__avatar {
    width: 440px;
    height: 530px;
    object-fit: contain;
    object-position: top;
}

.team {
    width: 280px;
    height: 450px;
    overflow-y: auto;
}

.team::-webkit-scrollbar {
    width: 2px;
}

/* 滚动条轨道 */
.team::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* 滚动条滑块 */
.team::-webkit-scrollbar-thumb {
    background: #a01f19;
}

.team__item {
    box-sizing: border-box;
    width: 240px;
    height: 100px;
    border: 2px solid #787473;
    padding: 4px 0 0 0;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #373737;
}

.team__item.active {
    background-color: #852d2d;
    border: 2px solid #852d2d;
    color: #fff;
}

.team__avatar {
    width: 80px;
    height: 90px;
    object-fit: contain;
    object-position: top;
}

.team__item .name {
    width: 100px;
    font-size: 22px;
}

.team__item .position {
    font-size: 16px;
}

.time__bj {
    height: 300px;
    background: url(/static/p/img/doctorInfo3.jpg) no-repeat left #852d2d;
    background-size: contain;
}

.time .title {
    line-height: 1;
    font-size: 28px;
    text-align: center;
    padding: 34px 0 24px 0;
    color: #fff;
}

.time__list {
    margin: auto;
    width: 1300px;
    display: flex;
    justify-content: space-between;
}

.time__list .item {
    box-sizing: border-box;
    width: 142px;
    height: 44px;
    margin-top: 4px;
    padding: 2px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 20px;
    color: #a01f19;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time__list .long {
    width: 278px;
}

.time__list .small {
    font-size: 16px;
}

.time__list .active {
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-color: #852d2d;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor__con {
    margin: auto;
    padding: 20px 0;
    width: 1200px;
}

.doctor__title {
    margin: 15px 0;
    width: 249px;
    height: 68px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    background: url(/static/p/img/doctorInfo4.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor__text {
    font-size: 22px;
    line-height: 34px;
}