/*#region common */
.content {
    padding: 0;
    background: #f1f1f1;
}

.space {
    padding-bottom: 0;
}

.wrap {
    background: #fff;
}
/*#endregion */
/*#region 面包屑*/
.new-nav {
    height: .8rem;
    line-height: .8rem;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

    .new-nav li {
        display: inline-block;
    }

        .new-nav li a {
            color: #7f7f7f;
        }
/*#endregion*/
/*#region  医生头部*/
.doc-header {
    height: 4.7rem;
    padding: .4rem 0 0;
    background: #d6a4a4;
    background: -webkit-linear-gradient(-48deg,#d6a4a4, #dae2f8);
    background: -o-linear-gradient(-48deg,#d6a4a4, #dae2f8);
    background: -moz-linear-gradient(-48deg,#d6a4a4, #dae2f8);
    background: linear-gradient(-48deg,#d6a4a4, #dae2f8);
}

.doc-logo {
    margin: 0 auto .3rem;
    width: 2.58rem;
    height: 2.58rem;
    border-radius: 50%;
    overflow: hidden;
}

    .doc-logo img {
        width: 100%;
    }

.doc-info {
    padding: 0 .3rem;
}

.doc-job {
    color: #fff;
}
/*#endregion */
/*#region  案例*/
.swiper-container {
    width: 100%;
    height: 4.14rem;
}

    .swiper-container .swiper-slide {
        height: 3.94rem;
        background-position: center;
        background-size: cover;
        -webkit-transition: all .5s;
        transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        overflow: hidden;
        border-radius: 6px;
        background: #fff;
        -moz-box-shadow: 0 1px .15rem 0 rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 1px .15rem 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px .15rem 0 rgba(0, 0, 0, 0.12);
        /*-moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.2);*/
    }

.case-header {
    padding: 0 .25rem 0 .3rem;
}

.before-img, .after-img {
    margin-right: 0;
    overflow: hidden;
    width: 2.8rem;
    height: 2.8rem;
}

.beauty-before, .beauty-after {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0.1rem;
    /*font-size: calc(0.13 * 28vw);*/
    color: #fff;
    border-top-left-radius: 6px;
    /*border-bottom-left-radius: 5px;*/
    opacity: 0.9;
    width: .8rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
}

.before-img img, .after-img img {
    width: 100%;
    border-radius: 5px;
}

.beauty-before {
    background: #0c0908;
}

.beauty-after {
    background: #ff8686;
}

.case-user .image {
    width: .54rem;
    height: .54rem;
    margin-right: .2rem;
    margin-left: .2rem;
}

    .case-user .image img {
        width: 100%;
        border-radius: 100%;
    }
/*#endregion */
/*#region 医生热卖 */
.dp-img {
    width: 1.28rem;
    height: 1.28rem;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

    .dp-img img {
        width: 100%;
        border-radius: 5px;
    }

.dp-infor {
    width: calc(7.5rem - .6rem - 1.28rem);
}

.case-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .3rem;
}

.buy div {
    color: #999;
}

.buy span:first-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0.26rem;
    height: 0.26rem;
    margin-right: .12rem;
    vertical-align: text-bottom;
}

    .buy span:first-child img {
        width: 100%;
    }

.ar-more {
    width: 0.38rem;
    height: 0.38rem;
    margin-right: .2rem;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.money {
    margin-top: .3rem;
    /*font-size: calc(0.13 * 30vw);*/
    color: #ff8686;
    line-height: initial;
}

    .money span {
        color: #ccc;
        text-decoration: line-through;
        font-weight: normal;
        margin-left: .2rem;
    }
/*#endregion */
/*#region 在职医院 */
.hospital-info {
    margin: 0 .3rem;
    padding: .2rem;
    background: #fff;
    color: #666;
}

.hos-project {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

    .hos-project span {
        color: #666;
        margin-right: .2rem;
        /*font-size: calc(0.13 * 24vw);*/
        line-height: .3rem;
    }

        .hos-project span i:last-child {
            margin-left: .2rem;
            font-style: normal;
        }

.doc-des {
    /*height:.72rem;*/
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
}

    .doc-des p {
        line-height: .36rem;
        font-size: calc(0.13 * 24vw);
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 0;
    }

.meb-c {
    color: #ccc;
}

.hos-project span:last-child {
    margin-right: 0;
}

    .hos-project span:last-child i:last-child {
        display: none;
    }

.more-project {
    text-align: center;
}

.radius {
    border-radius: 50%;
}

.meb-b2 {
    color: #b2b2b2;
}

.doc-shadow {
    -moz-box-shadow: 0 .1rem .3rem 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 .1rem .3rem 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 .1rem .3rem 1px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.hospital-find span {
    line-height: .3rem;
    border-bottom: 1px solid #ccc;
}

.hospital-find img {
    width: .24rem;
    height: .24rem;
    overflow: hidden;
    margin-right: .15rem;
}

.m-t-25 {
    margin-top: .25rem;
}
/*#endregion */
/*#region 医生推荐阅读 */
.raiders {
    width: 6.9rem;
    margin: .35rem auto;
    color: #666;
    overflow: hidden;
    line-height: .34rem;
}

    .raiders:last-child {
        margin-bottom: 0;
    }

    .raiders span {
        width: calc(6.9rem - .3rem - .15rem);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .raiders img {
        width: .3rem;
        height: .3rem;
        margin-right: .15rem;
    }
/*#endregion */
/*#region 大家都在关注 */
.doctor-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    padding: 0 .3rem 0;
}

.doctor-photo {
    position: relative;
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 50%;
    overflow: hidden;
}

    .doctor-photo > div img {
        width: 100%;
    }

    .doctor-photo span {
        width: 1.125rem;
        height: .3rem;
        position: absolute;
        left: calc((1.28rem - 1.125rem) / 2);
        bottom: .1rem;
        line-height: .3rem;
        text-align: center;
        border-radius: 4px;
        display: block;
        border-radius: .3rem;
    }

.doctor-header-content {
    margin-left: .3rem;
    width: calc(7.5rem - .6rem - 1.28rem - .3rem);
    margin-right: 0;
}

.case-number ~ .doctor-header-content {
    width: calc(7.5rem - .6rem - 1.28rem - .3rem - 1.8rem - .3rem);
    margin-right: .3rem;
}

.case-number {
    position: absolute;
    right: .3rem;
    line-height: .54rem;
    /*font-size: calc(0.13 * 24vw);*/
    border: .05rem solid #f1f1f1;
    border-radius: .27rem;
    text-align: center;
    min-width: 1.8rem;
}

    .case-number i {
        font-style: normal;
    }

.doctors a:last-child .doctor-header {
    margin-bottom: 0;
}
/*#endregion */
/*#region 信息 */
.m-hot-concat {
    width: 6.9rem;
    height: .8rem;
    border-radius: 6px;
    /*font-size: calc(0.13 * 32vw);*/
}

    .m-hot-concat > div:first-child {
        width: .38rem;
        height: .38rem;
    }

.b8 {
    height: .08rem;
    width: 100%;
    background: #f5f5f5;
}

.doctor-btn {
    width: 6.9rem;
    height: .8rem;
    border-radius: .4rem;
    margin: 0 auto .3rem;
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.doctor-info {
    margin: .5rem auto 0;
    padding: 0 .4rem;
    line-height: .54rem;
    background: #fff;
    border-radius: .27rem;
    color: #666;
    -moz-box-shadow: 0 1px .3rem 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px .3rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px .3rem 0 rgba(0, 0, 0, 0.1);
}

    .doctor-info i {
        font-style: normal;
        width: 1px;
        height: .26rem;
        background: #ccc;
        margin: 0 .2rem;
    }

.case-head {
    width: .06rem;
    height: .34rem;
    margin-right: .2rem;
    background: url(../image/doc.png) no-repeat scroll center center;
    background-size: cover;
}

.p-t-77 {
    padding-top: .77rem;
}

.doc-more {
    color: #999;
}

    .doc-more img {
        width: .24rem;
        height: .24rem;
        margin-left: .1rem;
    }

.doc-back {
    background: #f3f3f3;
}

.m-t-12 {
    margin-top: .12rem;
}

.concat-info {
    width: 3.4rem;
    line-height: .8rem;
    color: #333;
    border-radius: 6px;
    margin: .2rem 0;
    border: 1px solid #cdcdcd;
}

.concat-infos {
    /*width: 3.4rem;*/
    width: 7.2rem;
    line-height: .8rem;
    background: #ff8686;
    color: #fff;
    margin: 0 0 .15rem;
    border-radius: 6px;
}

.doctor-infos {
    width: 6.9rem;
    height: .54rem;
    position: absolute;
}
/*#endregion */
/*#region 3.5.0 */
.m-foot-concat {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.m-concat {
    width: 100%;
    padding: 0 .15rem;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 0 -2px .3rem 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 -2px .3rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px .3rem 0 rgba(0, 0, 0, 0.1);
}

.m-concat-info {
    /*font-size:calc(0.13 * 26vw);*/
    color: #999;
    padding: .25rem 0;
}
/*#endregion */
/*#region 3.6.0 */
.case-tel {
    width: .34rem;
    height: .34rem;
    margin-right: .2rem;
    background: url(../image/tel.png) no-repeat scroll center center;
    background-size: cover
}

.case-online {
    width: .34rem;
    height: .34rem;
    margin-right: .2rem;
    background: url(../image/online1.png) no-repeat scroll center center;
    background-size: cover
}

.color80 {
    color: #808080;
}

.m-concat img {
    width: .4rem;
    height: .4rem;
    margin-right: .2rem;
}
/*#endregion */
