
.content-page, .content {
    width: 100%;
    /*height: 100vh;*/
}

.content {
    padding: 0;
    background: #f1f1f1;
}

.doctor-header {
    background: #fff;
}

.doctor-header-content {
    width: calc(7.5rem - .6rem - 1.28rem - .3rem);
    margin-left: .3rem;
    margin-right: 0;
}

.doctor-tag-content {
    width: calc(7.5rem - .6rem - 1.28rem - .3rem );
}

.doctor-tag ~ .doctor-tag-content {
    width: calc(7.5rem - .6rem - 1.28rem - .3rem - 0.64rem - .2rem);
}
/*#region 3.5.0 */
.doctor-header-content > div:first-child i {
    /*font-size: calc(0.13 * 24vw);*/
    color: #b2b2b2;
}

.m-sc span {
    margin-right: .25rem;
}

    .m-sc span:last-child {
        margin-right: 0;
    }

.mb2 {
    color: #b2b2b2;
}

.case-btn {
    width: 6.9rem;
    background: #fff;
    padding: 0 .3rem;
    margin: 0 auto;
    border-top: 1px solid #eee;
    justify-content: space-around;
}

    .case-btn div {
        line-height: .92rem;
        color: #b2b2b2;
    }

        .case-btn div span {
            color: #ff8686;
            margin: 0 .05rem;
        }

        .case-btn div.hospital-split {
            width: 1px;
            height: .32rem;
            background: #e5e5e5;
        }

.unmber_ul li {
    font-size: calc(0.13 * 28vw);
}
/*#endregion */
