/*矢量图*/
@import url("font.css");

/*医生内容新增*/
.swiper-container {
    height: .4rem;
    width: 100%;
}
.yy-dir-swiper ul{align-items:center;}
.mt-53 {
    margin-top: .16rem;
}
.plf-43 {
    padding-left: .15rem;
    padding-right: .15rem;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
}
.jc-sb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.mr-33 {
    margin-right: 1.3rem;
}
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.art-h1 {
    font-size: .3rem;
    font-weight: 700;
    line-height: .3rem;
}
.br-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.yy-img {
    width: 1.2rem;
    height: .8rem;
}
.pb-33 {
    padding-bottom: .16rem;
}
.ai-c {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.other {
    color: #999999;
    font-size: .16rem;
}
.other em {
    color: #999999;
    padding: 0 4px;
    vertical-align: middle;
}
.other span {
    color: #999999;
    font-size: .16rem;
}
.p-3 {
    padding: .15rem;
}
.bg-f5 {
    background: #f5f5f5;
}
.yy-dir {
    position: sticky;
    top: 0;
    z-index: 9;
}
.yy-dir .t {
    width: .7rem;
    color: #999999;
    font-size: .19rem;
    line-height: .26rem;
}
.i-next:before {
    content: "\e601";
}
.f {
    font-family: "f" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.yy-dir .f {
    font-size: .16rem;
    color: #999999;
}
.yy-dir .yy-dir-swiper li {
    background: #fff;
    border-radius: .06rem;
    box-shadow: 0 0 0.13333rem rgb(0 0 0 / 10%);
    color: #333;
    font-size: .19rem;
    height: .4rem;
    line-height: .4rem;
    padding: 0 .1rem;
    width: auto;
    margin-left: .2rem;
}
.yy-dir .yy-dir-swiper li a{
	color:#999;
}
.t-h2 {
    font-size: .23rem;
    font-weight: 700;
}
.t-h2 .i-y-xx {
    color: #4194e2;
    font-size: .23rem;
}
.t-h2 span {
    font-size: .23rem;
    padding-left: .1rem;
    line-height: .2rem;
}
.bb-de6 {
    border-bottom: 1px dashed #e6e6e6;
}
.yy-cont-table label {
    font-size: .18rem;
    color: #999999;
    width: .9rem;
    line-height: .8rem;
}
.yy-cont-table p {
    font-size: .18rem;
    color: #333333;
    line-height: .8rem;
    margin-left: .1rem;
}
.my-line {
    height: .1rem;
    background-color: #F5F5F5;
}
.col-3 {
    width: 32% !important;
}
.col-3 img{
    max-width: 100%;
    min-width: 50%;
    outline: none;
    -webkit-box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 8px;
}


.related-doctor-item {
    display: flex;
    flex-direction: column;
    background: #F5F8FF;
    border-radius: 1.4rem;
    padding: 1.2rem;
    font-size: 1.6rem;
    color: #666666;
    position: relative;
}
.related-doctor-wraper .related-doctor-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.related-doctor-item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    flex: 1;
}
.related-doctor-item .info .doctor-img {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 2rem;
}
.related-doctor-item .info .info-right {
    flex: 1;
    overflow: hidden;
}
.related-doctor-item .info .info-right {
    margin-right: 1.1rem;
}
.related-doctor-item .info .doctor-name {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.related-doctor-item .info .doctor-type {
    position: relative;
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: .5rem;
    padding-left: .5rem;
}
.related-doctor-item .info .doctor-type::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1.6rem;
    background-color: #D8D8D8;
    left: 0;
    top: 50%;
    margin-top: -8rem;
}
.related-doctor-item .info .hospital {
    display: flex;
    align-items: center;
    overflow: hidden;
	font-size:1.4rem;
}
.related-doctor-wraper{padding: 0 1.5rem;}
.related-doctor-item .info .hospital .hospital-tit {
    max-width: 60%;
}
.related-doctor-wraper .adept {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -2.2rem;
    width: 5.9rem;
    height: 2.4rem;
    line-height: 2.4rem;
    background: #0052FE;
    border-radius: 1.4rem;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}
.related-doctor-item .info .hospital-type {
    height: 1.4rem;
    background-color: #FFE1CE;
    padding: .3rem .5rem;
    color: #F3711C;
    border-radius: .4rem;
    font-size: 1.1rem;
    margin-left: 1rem;
    font-weight: normal;
    flex-shrink: 0;
}
.hospital-keshi{font-size:1.4rem;}
.art-cont {
    margin: 16px 0 16px;
    color: #262626;
    font-size: 15px;
    line-height: 26px;
}
.art-cont p {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
}