/*矢量图*/
@import url("font.css");
body {
    background-color: #FFF;
}
.header-search-menu2 {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
}
/* .header-search-menu {
    position: initial;
} */

.content {
    background-color: #F6F8FB;
    padding: 0 20rem;
    overflow: hidden;
}
.content .block {
    margin-top: 30rem;
}
.article-head {
    margin: 0 30rem;
}
.article-head  h1{
    font-size: 44rem;
    font-weight: 500;
    color: #000000;
    line-height: 60rem;
}
.article-head .article-info {
    display: flex;
    align-content: center;
    font-size: 26rem;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36rem;
    margin-top: 10rem;
}
.article-head .article-info span {
    margin-right: 40rem;
}
.related-doctor-wraper {
    margin: 50rem 30rem;
    position: relative;
}

.related-doctor-item .info .info-right {
    margin-right: 110rem;
}
.related-doctor-wraper .related-doctor-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.related-doctor-wraper .adept {
    position: absolute;
    right: 30rem;
    top: 50%;
    margin-top: -22rem;
    width: 110rem;
    height: 44rem;
    line-height: 44rem;
    background: #0052FE;
    border-radius: 24rem;
    color: #fff;
    font-size: 24rem;
    text-align: center;
}
.article-content {
    margin: 0 30rem;
    font-size: 30rem;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 60rem;
    letter-spacing: 1px;
    word-break: break-all;
}
.article-content video{
	width:100%;
}
.article-content h2{
	margin: 0 0 15rem;
    line-height: 67rem;
    color: #262626;
    font-size: 40rem;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
	padding-left: 22rem;
}
.article-content h2:after {
    content: "";
    position: absolute;
    top: 7.08rem;
    left: 0;
    margin-right: 55rem;
    width: 11rem;
    height: 54rem;
    background: #3eb79d;
    border-radius: 5rem;
}
.article-content h3 {
    margin: 10rem 0;
    line-height: 52rem;
    color: #262626;
    font-size: 33rem;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}
.article-content p {
    color: #262626;
    font-size: 30rem;
    line-height: 52rem;
    margin: 0 0 4rem;
}
.registration-wraper {
    margin: 48rem 0;
}
.registration-wraper .registration-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration-wraper .registration-title h3 {
    font-size: 30rem;
    font-weight: 500;
    color: #353535;
    line-height: 42rem;
    letter-spacing: 1px;
}
.registration-wraper .registration-title .line {
    width: 127rem;
    height: 2rem;
    background-color: #C6C6C6;
}
.registration-wraper  .registration-tip {
    font-size: 28rem;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 40rem;
    text-align: center;
    margin-top: 16rem;
}
.registration-wraper  .registration-btn {
    width: 240rem;
    height: 81rem;
    margin: 26rem auto 0 auto;
    line-height: 81rem;
    background: #0052FE;
    border-radius: 50rem;
    padding: 0 20rem;
    color: #fff;
    font-size: 30rem;
    font-weight: 500;
    text-align: center;
}

.diseases-wraper {
    margin: 0 20rem;
    background-color: #0052FE;
    border-radius: 16rem;
    margin-bottom: 30rem;
    overflow: hidden;
}
.diseases-wraper .diseases-content {
    background-color: #f6f8ff;
    border-radius: 16rem;
    margin-top: 10rem;
    padding: 25rem 20rem;
}
.diseases-wraper .diseases-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diseases-wraper .diseases-head .diseases-head-tit {
    font-size: 36rem;
    font-weight: 500;
    color: #353535;
}
.diseases-wraper .diseases-head span {
    height: 34rem;
    background: #FFE1CE;
    border-radius: 8rem;
    line-height: 34rem;
    padding: 0 10rem;
    font-size: 20rem;
    color: #F3711C;
}
.diseases-wraper .diseases-intro {
    font-size: 30rem;
    color: #676767;
    line-height: 50rem;
    letter-spacing: 1px;
    margin-top: 20rem;
}
.diseases-wraper .diseases-more {
    display: flex;
    justify-content: center;
    margin-top: 20rem;
}
.diseases-wraper .diseases-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28rem;
    font-weight: 500;
    color: #0052FE;
}
.diseases-wraper .diseases-more a img {
    width: 14rem;
    height: 26rem;
    margin-left: 8rem;
}
.related-doctor-list {
    margin: 0 20rem;
}
.related-doctor-list .related-doctor-item {
    margin-bottom: 20rem;
}
.media-wraper {
    margin: 0 20rem 30rem 20rem;
}
.media-wraper video, .media-wraper audio {
    width: 100%;
    height: auto;
}


/* 医院列表 */
.hospital-container {
    background: #fff;
    width: 100%;
}

.hospital-container .item {
    display: flex;
    align-items: center;
    padding: 0 20rem;
    box-sizing: border-box;
}

.hospital-container .item .lf {
    width: 158rem;
    height: 158rem;
    margin-right: 18rem;
    padding: 24rem 24rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.hospital-container .item .rt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24rem 0;
    border-bottom: 1rem solid #E7E7E7;
}

.hospital-container .item .logo {
    width: 100%;
    height: 100%;
    border-radius: 12rem;

}

.hospital-container  .item .hospital-name {
    width: 400rem;
    font-size: 28rem;
    color: #0F0F0F;
    font-weight: 600;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}

.hospital-container  .item .label {
    display: flex;
    align-items: center;
    margin: 6rem 0;
}

.hospital-container .item .label .li {
    font-size: 24rem;
    color: #007CFF;
    margin-right: 18rem;
}

.hospital-container  .hospital-address {
    font-size: 24rem;
    color: #181818;
}
.diseases-keyword-box {
    margin: 0 20rem;
    font-size: 30rem;
}
.diseases-keyword-box a {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #0052FE;
}
.diseases-keyword-tip {
    text-align: center;
    margin-bottom: 30rem;
    font-size: 25rem;
    color: #ccc;
}

/* 医院列表-END */

/* 音频播放器 */
.audiojs audio {
    position: absolute;
    left: -1px;
}
.audiojs {
    width: 100%;
    height: 60rem;
    background: #CCE5FD;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    margin: 0 0 30rem;
    border-radius: 30rem;
    display: flex;
    align-items: center;
    position: relative;
}

.audiojs .play-pause {
    float: left;
    overflow: hidden;
    padding: 0 15rem 0 30rem;
    box-sizing: border-box;
}

.audiojs p {
    display: none;
    width: 36rem;
    height: 36rem;
    cursor: pointer;
}

.audiojs .play {
    display: block;
}

.audiojs .scrubber {
    position: relative;
    width: 480rem;
    background: #0052FE;
    height: 1px;
    overflow: hidden;
    overflow: visible;
    margin-left: 15rem;
}

.audiojs .progress {
    position: absolute;
    top: 0;
    left: -10rem;
    height: 1px;
    width: 0px;
    background-color: #0052FE;
    z-index: 1;
}

.audiojs .progress::after {
    content: " ";
    width: 16rem;
    height: 16rem;
    background-color: #0052FE;
    position: absolute;
    top: -7.5rem;
    right: -10rem;
    cursor: pointer;
    background-size: contain;
    border-radius: 50%;
}

.audiojs .loaded {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0px;
    background-color: #0052FE;
}

.audiojs .time {
    float: right;
    width: 81%;
    color: #0052FE;
    position: absolute;
    margin: inherit;
    bottom: 15rem;
    right: 20rem;
    font-size: 26rem;
    font-weight: 800;
}

.audiojs .time em {
    color: transparent;
    font-style: normal;
    display: none;
}

.audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
    position: absolute;
    right: 0;
}

.audiojs .error-message {
    float: left;
    display: none;
    margin: 0px 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
    color: #eee;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #999;
    white-space: wrap;
}

.audiojs .play {
    background-image: url(../image/play.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.audiojs .loading {
    background: url(../image/loading.png);
    background-size: contain;
}
.audiojs .loading {
    animation: rotate 2s linear infinite;
}

.audiojs .error {
    background: url(../image/error.png);
    background-size: contain;
}
/* .audiojs .error {
    animation: rotate 2s linear infinite;
} */
@keyframes rotate{
    from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}

.audiojs .pause {
    background: url(https://m.myzx.cn/assets/images/public/pause.png);
    background-size: contain;
}

.playing .play,
.playing .loading,
.playing .error {
    display: none;
}

.playing .pause {
    display: block;
}

.loading .play,
.loading .pause,
.loading .error {
    display: none;
}

.loading .loading {
    display: block;
}

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
    display: none;
}

.error .error {
    display: block;
}

.error .play-pause p {
    cursor: auto;
}

.error .error-message {
    display: block;
}
/* 音频播放器-END */

.suspension {
  position: fixed;
  right: 10px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.suspension .suspension_icon {
  width: 50px;
  margin-bottom: 4px;
}

.suspension .txt {
  font-size: 12px;
  color: #1677FF;
  font-weight: 500;
}
main {
     margin-top: 0rem;
    }

/*问答新增*/
.pt-33 {
    padding-top: 20rem;
}
.bt-f5 {
    border-top: 1px solid #f5f5f5;
}
.art-cont {
    margin: 16px 0 16px;
    color: #262626;
    font-size: 15px;
    line-height: 26px;
}
.c-style {
    color: #4194e2;
}
.art-cont p {
    color: #262626;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
}
.mt-33 {
    margin-bottom: 23rem;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
}
.ai-c {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.ask-replyNum {
    width: 153rem;
    font-size: 32rem;
}
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.bb-d4 {
    border-bottom: 1px solid #d4d4d4;
}
.p-2 {
    padding: 12rem;
}
.jc-sb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.bg-fa {
    background: #fafafa;
}
.bg-fa {
    font-size: 30rem;
    font-weight: 700;
}
.pr {
    position: relative;
}
.ask-doctor-state {
    color: #a9a9a9;
    font-size: 27rem;
    font-weight: 400;
}
.doctor-stateZx {
    color: rgb(8, 217, 105);
}

/*医生内容页新增样式*/
.mt-53 {
    margin-top: 40rem;
}
.mb-53 {
    margin-bottom: 40rem;
}
.plf-43 {
    padding-left: 30rem;
    padding-right: 30rem;
}
.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: 33rem;
}
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.art-h1 {
    font-size: 40rem;
    font-weight: 700;
    line-height: 60rem;
}
.br-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.yy-img {
    width: 181rem;
    height: 120rem;
}
.mt-33 {
    margin-top: 33rem;
}
.pb-33 {
    padding-bottom: 15rem;
}
.ai-c {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.other {
    color: #999999;
    font-size: 32rem;
}
.other span {
    color: #999999;
    font-size: 32rem;
}
.other em {
    color: #999999;
    padding: 0 4px;
    vertical-align: middle;
}
.other span {
    color: #999999;
    font-size: 25rem;
}
.p-3 {
    padding: 30rem;
}
.bg-f5 {
    background: #f5f5f5;
}
.yy-dir {
    position: sticky;
    top: 0;
    z-index: 9;
}
.yy-dir .t {
    width: 90rem;
    color: #999999;
    font-size: 30rem;
    line-height: 37rem;
}
.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: 26rem;
    color: #999999;
}
.yy-dir .yy-dir-swiper li {
    background: #fff;
    border-radius: 8rem;
    box-shadow: 0 0 0.13333rem rgb(0 0 0 / 10%);
    color: #333;
    font-size: 30rem;
    height: 64rem;
    line-height: 64rem;
    padding: 0 20rem;
    width: auto;
    margin-left: 18rem;
}
.t-h2 {
    font-size: 45rem;
    font-weight: 700;
}
.t-h2 .i-y-xx {
    color: #4194e2;
    font-size: 33rem;
}
.t-h2 span {
    font-size: 33rem;
    padding-left: 16rem;
    line-height: 7rem;
}
.mt-33 {
    margin-top: 10rem;
}
.bb-de6 {
    border-bottom: 1px dashed #e6e6e6;
}
.yy-cont-table label {
    font-size: 27rem;
    color: #999999;
    width: 110rem;
    line-height: 65rem;
}
.yy-cont-table p {
    font-size: 27rem;
    color: #333333;
    line-height: 65rem;
    margin-left: 63rem;
}
.my-line {
    height: 18rem;
    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;
}
