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: 20rem 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 p {
    margin-bottom: 20rem;
}
.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(../images/public/play.png);
    background-repeat: no-repeat;
    background-size: contain;
}

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

.audiojs .error {
    background: url(../images/public/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(../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;
}
