@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    -webkit-text-size-adjust: none;
    /*禁止设备浏览器对文字大小做出适应调整*/
    -webkit-font-smoothing: antialiased;
    /*字体抗锯齿*/
    -moz-osx-font-smoothing: grayscale;
    /*字体抗锯齿*/
}

html {
    height: 100%;
    position: relative;
}

body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: auto;
    min-width: 320px;
    min-height: 100%;
    font-size: 12px;
    color: #121822;
    background: #fff;
}

a {
    text-decoration: none;
    color: #333;
}

ul li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}

a,
button,
input,
optgroup,
select,
textarea,
span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select {
    appearance: none;
    /*取消默认箭头*/
    -moz-appearance: none;
    -webkit-appearance: none;
}

input {
    border: none;
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button {
    background: none;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

textarea {
    resize: none;
    padding: 0 10px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}

.wrap1 {
    width: 92%;
    height: auto;
    margin: 0 auto;
}

.BoxRadios {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.flex {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}

.flex-center {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
}

.flex-top {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: flex-start;
}

.flex-btm {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: flex-end;
}

.flex-center-center {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center-between {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex1 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
}

.lineNum1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lineNum2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineNum3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.lineNum4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.large-box {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

/* 首页 */
.page-header {
    position: fixed;
    width: 100%;
    max-width: 750px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 5px;
    background: #fff;
    z-index: 11;
}

.header-top {
    padding: 5px 4%;
}

.class-btn {
    height: 34px;
    line-height: 34px;
    margin-right: 14px;
    padding-right: 16px;
    font-size: 14px;
    background: url(../img/icon1.png) left no-repeat;
    background-size: 12px 12px;
    background-position: 100% 50%;
    font-weight: bold;
    cursor: pointer;
}

.search-btn {
    height: 34px;
    line-height: 34px;
    border-radius: 6px;
    background: url(../img/icon2.png) left no-repeat;
    background-size: 15px 15px;
    background-position: 15px 50%;
    background-color: #f7f8fa;
    font-size: 14px;
    color: #a5aebb;
    text-indent: 44px;
}

.nav-swiper {
    margin-top: 10px;
}
.nav-swiper .swiper-slide {
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #3c4450;
    padding: 8px 11px 10px;
    position: relative;
}
.nav-swiper .swiper-slide:last-child {
    padding-right: 30px;
}
.nav-swiper .swiper-slide:first-child {
    margin-left: 4px;
}

.nav-swiper .swiper-slide.active {
    font-size: 16px;
    color: #121822;
    font-weight: bold;
}

.nav-swiper .swiper-slide span {
    width: 12px;
    height: 4px;
    background: #4d94ff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    display: none;
}

.nav-swiper .swiper-slide.active span {
    display: block;
}
.nav-swiper .swiper-slide:last-child.active span {
    margin-left: -15px;
}
.user-btn {
    width: 26px;
    height: 26px;
    margin-left: 14px;
    border-radius: 100%;
}

.pageMainPad1 {
    padding-top: 92px;
}

.banner-swiper {
    width: 92%;
    margin: 15px auto 0;
    position: relative;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: 115px;
    border-radius: 6px;
}

.banner-swiper .swiper-pagination {
    height: 4px;
    position: absolute;
}

.banner-swiper .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 3px;
    background: #000;
    border-radius: 2px;
    vertical-align: text-top;
}

.banner-swiper .swiper-pagination-bullet-active {
    width: 8px;
    height: 4px;
    background: #fff;
}

.relateDis-box {
    width: 92%;
    margin: 20px auto;
    border-radius: 10px;
    background: linear-gradient(
        94.9deg,
        #f8faff -26.43%,
        #f4f8ff 93.33%,
        #f3f8ff 113.08%
    );
    /* font-family: PingFang SC; */
    padding: 12px 0;
}

.relateDis-title {
    font-size: 14px;
    font-weight: 500;
    color: #3c4450;
}

.relateDis-cont-box {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.relateDis-cont-box-item {
    overflow: scroll;
    /* 隐藏滚动条 (通用方法) */
    -ms-overflow-style: none;  /* IE 和 Edge */
    scrollbar-width: none;  /* Firefox */
}

.relateDis-cont-box-item::-webkit-scrollbar {
    display: none;  /* Chrome, Safari 和 Opera */
}

.relateDis-cont {
    margin-left: 12px;
    padding: 3px 12px;
    border-radius: 4px;
    background: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    color: #3c4450;
}

.lookmore {
    margin-right: 12px;
    color: #b5bcc7;
    font-size: 11px;
}

.swiper-wrapper {
    margin-top: 20px;
}

.relateDis-title-sub {
    font-size: 11px;
    color: #b5bcc7;
}

.live-swiper {
    margin: 20px 0 20px 4%;
}

.swiperLive-li {
    background: #f9fafc;
    border-radius: 4px;
    width: 90%;
    padding-bottom: 8px;
}

.liveOdd-wrap {
    margin-top: 20px;
    padding: 0 4%;
}

.liveOdd-wrap .swiperLive-li {
    margin: 0;
}

.img-wrap {
    width: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.imgs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-timer {
    position: absolute;
    height: 17px;
    line-height: 17px;
    padding: 0 4px 0 0;
    top: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    font-size: 10px;
    color: #fff;
}

.img-timer span {
    display: inline-block;
    padding: 0 4px;
    margin-right: 4px;
    background: #4d94ff;
    border-radius: 2px;
}

@keyframes startAni {
    0% {
        background: url(../img/start1.png) left no-repeat;
        background-size: 8px 8px;
        background-position: 4px 50%;
        background-color: #ff2f51;
    }

    25% {
        background: url(../img/start2.png) left no-repeat;
        background-size: 8px 8px;
        background-position: 4px 50%;
        background-color: #ff2f51;
    }

    40% {
        background: url(../img/start3.png) left no-repeat;
        background-size: 8px 8px;
        background-position: 4px 50%;
        background-color: #ff2f51;
    }

    60% {
        background: url(../img/start4.png) left no-repeat;
        background-size: 8px 8px;
        background-position: 4px 50%;
        background-color: #ff2f51;
    }

    80% {
        background: url(../img/start5.png) left no-repeat;
        background-size: 8px 8px;
        background-position: 4px 50%;
        background-color: #ff2f51;
    }

    100% {
        background: url(../img/start1.png) left no-repeat;
        background-size: 8px 8px;
        background-position: 4px 50%;
        background-color: #ff2f51;
    }
}

.img-timer.start {
    padding-left: 14px;
    animation: startAni 0.8s 0s linear infinite;
}

.img-timer.end {
    background: #f79218;
    padding-left: 4px;
}

.swiperLive-li-name {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.swiperLive-li-time {
    padding: 0 10px;
    font-size: 12px;
    color: #a5aebb;
}

.lookLive {
    box-sizing: border-box;
    width: 60px;
    margin: 4px 0;
    padding: 6px;
    background-color: #4d94ff;
    border-radius: 13px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
}

.goAll-btn {
    padding: 20px 0;
    font-size: 14px;
    color: #a5aebb;
    text-align: center;
}

.page-line {
    height: 1px;
    background: #f9fafc;
}

.page-title0 {
    background: url(../img/icon6-0.png) left no-repeat;
    background-size: 2px 14px;
    padding: 0 12px;
}

.page-title {
    margin-top: 20px;
    background: url(../img/icon6.png) left no-repeat;
    background-size: 4px 18px;
    background-position: 0 50%;
    padding: 0 4%;
}

.page-title .name {
    font-size: 18px;
    font-weight: 500;
}

.page-title .goAll-btn {
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-size: 12px;
}

.searchIcon {
    font-size: 14px;
    font-weight: 500;
    color: blue;
    width: 50px;
    text-align: center;
}

.expert-box {
    padding: 20px 4%;
}

.expert-li {
    width: 100%;
    border-radius: 6px;
    padding: 15px;
    padding-bottom: 54px;
    background-color: #f9fafc;
}

.expert-li1 {
    width: 100%;
    border-radius: 6px;
    padding: 15px 0 54px 15px;
    background-color: #f9fafc;
}

.expert-swiper .swiper-slide {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #3c4450;
}

.expertImg-box {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 5px;
}

.zl-photo-box {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 50%;
}

.expertImg {
    width: 100%;
}

.expert-name-box {
    max-width: 50%;
}

.expert-name {
    font-size: 15px;
    font-weight: 500;
    color: #121822;
    white-space: nowrap;
}

.quotation {
    width: 13px;
}

.expert-cont {
    height: 32px;
    margin-top: 15px;
    font-size: 12px;
    color: #a5aebb;
}

.expert-cont1{
    height: 32px;
    margin-top: 15px;
    padding-right: 15px;
    font-size: 12px;
    color: #a5aebb;
}

.attention {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px auto 0 auto;
}

.xList-li {
    padding: 20px 4%;
    border-bottom: 1px solid #f2f3f5;
}

.recommandIcon {
    width: fit-content;
    padding: 0px 4px;
    margin-right: 3px;
    border-radius: 12px;
    background-color: #f44343;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.VIPIcon {
    margin-right: 3px;
}

.VIPImg {
    width: 25px;
    transform: translateY(6px);
}

.meetTit-box {
    width: 60%;
}

.locate-box {
    max-width: 50%;
    line-height: 14px;
}

.locateIcon {
    width: 14px;
    margin-right: 2px;
}

.xList-btn {
    padding: 1px 6px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
}
.xList-btn1 {
    background-color: rgba(77, 148, 255, 0.1);
    color: #4d94ff;
}
.xList-btn2 {
    background-color: rgba(247, 146, 24, 0.1);
    color: #f79218;
}
.xList-li:last-child {
    border-bottom: 0;
}

.xList-li-name {
    line-height: 24px;
    font-size: 17px;
    font-weight: 500;
}

.listR-list .xList-li-name,
.listL-list .xList-li-name {
    height: 48px;
}

.xList-li-btm {
    margin-top: 15px;
    color: #a5aebb;
}

.xList-img {
    width: 109px;
    height: 84px;
    margin-left: 15px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.xList-li-btm .li-lable {
    color: #3c4450;
}

.xList-li-from {
    margin-top: 15px;
    font-size: 14px;
    color: #a5aebb;
    line-height: 18px;
}

.special-li-name {
    font-size: 17px;
    color: #121822;
    line-height: 24px;
    font-weight: 500;
}

.special-li-hospital {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #a5aebb;
}

.eMessenger-wrap {
    padding: 0px 4% 20px 4%;
}

.eMessenger-li-img {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin-right: 10px;
}
.eMessenger-li .flex1 {
    overflow: hidden;
}
.eMessenger-li-name {
    font-size: 14px;
    color: #121822;
    font-weight: bold;
    line-height: 20px;
}

.eMessenger-li-from {
    margin-top: 3px;
    font-size: 12px;
    color: #a5aebb;
    line-height: 17px;
}

.emb-wrap {
    padding: 20px 4% 0 4%;
}

.emb-li {
    width: 48%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: #f9fafc;
    border-radius: 4px;
    float: left;
    overflow: hidden;
}

.emb-li:nth-child(even) {
    float: right;
}

.emb-li-img {
    width: 100%;
    height: 92px;
    object-fit: cover;
    position: relative;
}

.emb-li-img img {
    width: 100%;
    height: 92px;
}

.emb-li-name {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
}

.emb-li-name p.lineNum2 {
    height: 48px;
}

.emb-li-time {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 12px;
    color: #a5aebb;
}

.li-type {
    height: 19px;
    line-height: 19px;
    background: #f9fafc;
    padding: 0 6px;
    font-size: 12px;
    color: #a5aebb;
}
.li-type.icon11 {
    background: url("../img/icon11.png") left no-repeat;
    background-size: 14px 14px;
    background-position: 0 50%;
    padding-left: 17px;
}
.xListLi-lable {
    margin-top: 12px;
}

.xListLi-lable span {
    height: 19px;
    border-radius: 10px;
    padding: 0 6px;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

.blue-lable {
    background: #edf4ff;
    color: #4d94ff;
}

.orange-lable {
    background: #fef4e7;
    color: #f79218;
}

.xList-oddList .xList-img {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-left: 0;
}

.xList-oddList .xList-img img {
    height: auto;
    overflow: hidden;
    object-fit: cover;
    border-radius: 3px;
}

.xList-oddList .xList-img.xList-imgAlls img {
    height: 81px;
    overflow: hidden;
    object-fit: cover;
    margin-left: 9px;
}

.xList-oddList .xList-img.xList-imgAlls img:first-child {
    margin-left: 0;
}

.li-redNum {
    background: url(../img/icon5.png) left no-repeat;
    background-size: 14px 14px;
    background-position: 0 50%;
    padding-left: 17px;
}

.update-btn {
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    font-size: 12px;
    color: #a5aebb;
    background: url(../img/icon7.png) left no-repeat;
    background-size: 14px 14px;
    background-position: 100% 50%;
    cursor: pointer;
}

.warehouse-wrap {
    padding: 20px 4%;
    max-height: 175px;
    overflow: hidden;
}

.warehouse-wrap a {
    display: block;
}

.warehouse-li {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    background: #f9fafc;
    border-radius: 4px;
}

.warehouse-title {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
}

.warehouse-title-active {
    color: #222222;
}

/* 咨询列表 */
.headerScreen-wrap {
    overflow: auto !important;
    margin-top: 10px;
}

.screen-li {
    padding: 5px 0;
    font-size: 14px;
    color: #3c4450;
    cursor: pointer;
}

.screen-li i {
    width: 14px;
    height: 14px;
    margin-left: 3px;
    background: url(../img/icon8.png) center no-repeat;
    background-size: 100% 100%;
}

.screen-li.active {
    font-weight: bold;
}

.screen-li.active i {
    background: url(../img/icon8-2.png) center no-repeat;
    background-size: 100% 100%;
}

.zx-list {
    margin-top: 0;
}

.zx-list .xList-li:first-child {
    padding-top: 10px;
}

/* 指南列表 */
.zn-list .xList-li:first-child {
    padding-top: 10px;
}

.screenCover-title {
    padding: 0 4%;
    font-size: 14px;
    font-weight: bold;
}

.mTop15 {
    margin-top: 15px !important;
}

/* 视频列表 */
.listL-list .xList-img {
    margin-left: 0;
    margin-right: 15px;
}

.video-list .xList-img,
.video-list .xList-img img {
    width: 150px;
    height: 84px;
}

.reservation-btn {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #edf4ff;
    border-radius: 12px;
    font-size: 12px;
    color: #4d94ff;
    text-align: center;
}

.reservation-btn.yes {
    background: #edeff2;
    color: #a5aebb;
}

.video-list .xList-li:first-child {
    padding-top: 15px;
}

/* 病例列表 */
.bl-list .xList-li:first-child {
    padding-top: 10px;
}
.xList-li-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #a5aebb;
    max-height: 60px;
}
/* 会议列表 */
.meeting-list .xList-li:first-child {
    padding-top: 10px;
}

/* 专栏列表 */
.zl-list {
    margin-top: 15px;
}

.zl-title {
    width: 196px;
    margin: 0 auto;
    border-radius: 25px;
    justify-content: center;
    background-color: #f7f8fa;
}

.zl-title-tip {
    padding: 6px 20px;
    font-size: 14px;
    color: #3c4450;
    border-radius: 25px;
}

.zl-title-tip-active {
    font-weight: 600;
    color: #121822;
    background-color: #ffffff;
}

.tip-box {
    padding: 0 4%;
    font-size: 17px;
    font-weight: 500;
    color: #121822;
    margin-bottom: 8px;
    margin-top: 16px;
}

.changeIcon {
    width: 16px;
}

.tip-word {
    margin: 20px 0;
    font-size: 12px;
    font-weight: 400;
    color: #a5aebb;
    position: relative;
}

.change-box {
    position: fixed;
    top: 0;
    right: 4%;
    /* width: 255px; */
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px #d2d2d280;
    z-index: 100;
    padding: 10px 15px;
}

.change-title {
    font-size: 14px;
    padding: 10px 0;
    color: #121822;
}

.zl-li {
    padding: 20px 4%;
    border-bottom: 1px solid #f2f3f5;
    border-radius: 8px;
    overflow: hidden;
}

.zl-li:last-child {
    border-bottom: 0;
}

.zl-photo {
    width: 60px;
}

.zl-name {
    height: 24px;
    font-size: 17px;
    line-height: 24px;
}

.zl-name1 {
    font-size: 17px;
    line-height: 24px;
}

.zl-btn {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #4d94ff;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.zl-btn.yes {
    background: #edeff2;
}

.zl-from {
    margin-top: 10px;
    font-size: 12px;
    color: #3c4450;
}

.zl-from-expert{
    max-width: 79%;
}

/* 专科细分 */
.lable-swiper {
    margin-top: 10px;
    padding: 0 0 0 4%;
}

.lable-swiper .swiper-slide {
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 28px;
    background: #f9fafc;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #3c4450;
}

.lable-swiper .swiper-slide.active {
    background: #edf4ff;
    color: #4d94ff;
}

.change-box .active {
    color: #4d94ff;
}

.screensVals-wrap {
    width: 92%;
    height: 46px;
    line-height: 46px;
    margin: 20px auto 0;
    padding: 0 13px 0 15px;
    background: #f7f8fa;
    border-radius: 4px;
}

.screensVals-title {
    font-size: 12px;
    color: #a5aebb;
}

.screensVals-name {
    font-size: 14px;
    font-weight: bold;
}

.screensVals-btn {
    font-size: 12px;
    color: #a5aebb;
}

.pageMainPad3 {
    padding-top: 240px;
}
.pageMainPad4 {
    padding-top: 190px;
}
.pageMainPad5 {
    padding-top: 152px;
}
.page-libeMar {
    margin-top: 14px;
}

.secondNavContent-li {
    display: none;
}
.null-wrap {
    margin-top: 80px;
    text-align: center;
}
.null-wrap img {
    width: 122px;
}
.null-wrap div {
    margin-top: 10px;
    font-size: 14px;
    color: #a5aebb;
}
/* 公式 */
.gs-go {
    width: 174px;
    height: 28px;
    line-height: 28px;
    background: #f9fafc;
    margin: 20px auto 0;
    font-size: 14px;
    color: #4d94ff;
    text-align: center;
    border-radius: 14px;
}

.gs-list {
    padding: 0 4%;
}

.gs-li {
    padding: 20px 0;
    border-bottom: 1px solid #f2f3f5;
    font-size: 17px;
    font-weight: bold;
}

.gs-li:last-child {
    border-bottom: 0;
}

/* 科室选择 */
.sub_box {
    padding: 5px 4% 75px;
}

.sub_top {
    width: 100%;
}
.sub_top_left {
    width: 55px;
}
.sub_top_img img {
    width: 20px;
    height: 20px;
}

.sub_top_left button {
    font-size: 14px;
    color: #121822;
    line-height: 20px;
}

.sub_top_img button {
    font-size: 14px;
    color: #121822;
    line-height: 20px;
}

.sub_top_guan {
    margin-right: 3px;
}

.sub_top_guan img {
    width: 20px;
    height: 20px;
}

.sub_title p {
    font-size: 18px;
    font-weight: 600;
    color: #121822;
    line-height: 25px;
    padding: 21px 0 10px 0;
}

.sub_title button {
    width: 78px;
    height: 36px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
}

.blueAll {
    color: #ffffff;
    background: #4d94ff;
}

.grayAll {
    color: #121822;
    background: #f9fafc;
}

.sub_title {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #121822;
    line-height: 25px;
}

.sub_nei {
    padding-top: 15px;
}

.sub_nei1 {
    width: 100%;
}

.sub_nei1 a {
    display: inline-block;
    text-align: center;
    background: #f9fafc;
    border-radius: 20px;
    font-size: 13px;
    color: #121822;
    line-height: 36px;
    margin: 10px 1.5% 10px 0;
    width: 23.05%;
    height: 36px;
}

.sub_nei1 a:nth-child(4n) {
    margin-right: 0;
}
.sub_nei1 a.selectedBtn,
.model_list a.selectedBtn {
    background: #4d94ff;
    color: #ffffff;
}

/*!*识别iphone x*!*/
/*@supports (bottom: env(safe-area-inset-bottom)) {*/
/*body { padding-bottom: env(safe-area-inset-bottom); }*/
/*.btm_box {*/
/*padding-bottom: env(safe-area-inset-bottom);*/
/*}*/
/*}*/
/*弹窗*/
.mask-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    /*filter:alpha(opacity=0.7);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
    display: none;
    z-index: 10;
}

.mask-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.mask-cover {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.screen-mask1 .mask-cover {
    width: 100%;
    height: calc(100vh * 0.6);
    overflow: auto;
    top: 132px;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.screen-mask .mask-cover {
    width: 100%;
    max-height: calc(100vh * 0.6);
    overflow: auto;
    top: 132px;
    left: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.screenTime-wrap {
    padding: 4%;
}

.screenTime-li {
    width: 29%;
    height: 30px;
    line-height: 30px;
    background: #f9fafc;
    border-radius: 4px;
    font-size: 14px;
    color: #3c4450;
    text-align: center;
    float: left;
    margin: 6px 2%;
}

.screenTime-li.active {
    background: #edf4ff;
    color: #4d94ff;
}

.screenSort-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 11px 10px;
}

.screenSort-li {
    width: 29%;
    height: 30px;
    line-height: 30px;
    background: #f9fafc;
    border-radius: 4px;
    font-size: 14px;
    color: #3c4450;
    text-align: center;
    float: left;
    margin: 6px 2%;
}

.screenSort-li.active {
    color: #4d94ff;
}

.location-mask .mask-cover {
    overflow: hidden;
}

.location-mask .screen-wrap {
    height: 100%;
}

.location-li {
    background: #fff;
    overflow: auto;
    padding: 11px 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.location-li:nth-child(2) {
    background: #fbfbfc;
}

.location-li:nth-child(3) {
    background: #f7f8fa;
}

.location-li1 {
    height: 100%;
    background: #fff;
    overflow: auto;
    padding: 0 18px;
}

.locationLi-option {
    width: 27%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f7f8fa;
    border-radius: 4px;
    font-size: 14px;
    margin: 6px 10px;
}

.locationLi-option1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.locationLi-option1.active {
    color: #4d94ff;
}

.locationLi-option.active {
    color: #4d94ff;
}

.lables-mask {
    z-index: 12;
}

.mask-cover {
    width: 100%;
    /* max-height: calc(100vh * 0.8); */
    top: auto;
    left: 0;
    /* bottom: 0; */
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.lablesMask-L,
.lablesMask-R {
    height: calc(100vh * 0.8);
    overflow: auto;
}

.lablesMask-L {
    width: 109px;
    background: #f7f8fa;
}

.lablesMask-L-li {
    padding: 19px 15px;
    font-size: 13px;
    color: #a5aebb;
    position: relative;
}

.lablesMask-L-li span {
    position: absolute;
    width: 4px;
    height: 18px;
    top: 50%;
    left: 0;
    margin-top: -9px;
    background: #4d94ff;
    border-radius: 2px;
    display: none;
}

.lablesMask-L-li.active {
    background: #fff;
    color: #4d94ff;
    font-weight: bold;
}

.lablesMask-L-li.active span {
    display: block;
}

.lablesMask-R-li {
    padding: 0 15px 14px;
    border-bottom: 1px solid #f2f3f5;
}

.lablesMask-R-li:last-child {
    border-bottom: 0;
}

.lablesMask-R-liFirst {
    padding: 14px 0 0 0;
    font-size: 13px;
    font-weight: bold;
}

.lablesMask-R-liSecond {
    font-size: 13px;
    color: #3c4450;
}

.ablesMaskR-liSecond-li {
    padding: 8px 13px;
}

.ablesMaskR-liSecond-li:first-child {
    padding-top: 15px;
}

.lablesMask-R-liFirst.active {
    color: #4d94ff;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
}

/*@media screen and (max-width: 480px) {*/
/**/
/*}*/
@media screen and (max-width: 360px) {
    .null-wrap {
        margin-top: 50px;
    }
}
@media screen and (max-width: 320px) {
    .null-wrap {
        margin-top: 35px;
    }
}

/**********2024-07-29-修改************/
.xList-tag-box {
    margin-top: 16px;
    color: #a5aebb;
}

.xList-tag {
    font-size: 12px;
    font-weight: 400;
    color: #4d94ff;
    line-height: 17px;
}

.xList-type {
    padding: 0 6px;
    margin-right: 15px;
    background: #f9fafc;
    border-radius: 9px;
    font-size: 12px;
    color: #a5aebb;
    line-height: 18px;
}

.special-img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    background: #d8d8d8;
    border-radius: 8px;
}

.special-info {
    width: 79%;
}

.department-span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #a5aebb;
    line-height: 24px;
}

.focus-btn {
    width: 60px;
    height: 24px;
    background: #4d94ff;
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}

.focused-btn {
    background: #edeff2;
    color: #a5aebb;
}

.special-intro {
    margin-top: 10px;
    font-size: 14px;
    color: #a5aebb;
    line-height: 17px;
}

.eMessenger-swiper .swiper-slide {
    width: 220px;
    padding: 15px;
    background: #f9fafc;
    border-radius: 4px;
}

.eMessenger-li-home {
    background: url(../img/icon12.png) no-repeat right center;
    background-size: 11px 11px;
    padding-right: 12px;
    font-size: 12px;
    color: #3c4450;
    line-height: 17px;
}

.eMessenger-li-title {
    margin-top: 10px;
    font-size: 12px;
    color: #a5aebb;
    line-height: 17px;
}

.emb-li-special {
    margin-top: 15px;
    font-size: 12px;
    color: #a5aebb;
    line-height: 17px;
    font-weight: normal;
}

.special-name {
    padding-right: 10px;
    font-weight: 500;
}

a.special-name {
    color: #4d94ff;
}

.xList-li-info {
    width: 57%;
}

.xList-li-info2 {
    width: 44%;
}

.first-warehouse-li {
    font-size: 17px;
    line-height: 24px;
}

.warehouse-intro {
    margin-top: 4px;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    margin-top: 12px;
}

.warehouse-intro-hiden {
    display: none;
}

.zn-list .xList-li-name {
    height: auto;
}

.pageMainPad6 {
    padding-top: 105px;
}

.tag-page .header-top {
    padding-left: 0;
}

.reback-btn {
    width: 40px;
    height: 44px;
    background: url(../img/reback.png) no-repeat;
    background-size: 100% auto;
}

.tag-page .screensVals-wrap {
    margin-top: 5px;
}

/*2023-11-10修改资讯列表图片大小, 给视频列表图片添加标题*/
.xList-img img {
    width: 109px;
    height: 84px;
}

.videoName {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.videoName div {
    width: 86%;
    position: absolute;
    top: 50%;
    right: 7%;
    left: 7%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #ffffff;
    line-height: 17px;
    font-weight: bold;
    text-align: center;
}
.red-tap {
    /* font-family: PingFang SC; */
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    border: 1px 0px 0px 0px;
    padding: 0 4px;
    background: #f44343;
    float: left;
    margin-right: 8px;
}

.zl-photo {
    border-radius: 8px;
}
.overflow-hidden {
    overflow: hidden;
}

/*2024-06-11*/
.illness_brief_explain_box {
    width: 92%;
    margin: 0 auto;
    padding: 10px 0;
}
.illness_brief_explain_box .top_block {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #4d94ff;
    font-weight: bold;
    margin-bottom: 15px;
}
.illness_brief_explain_box .top_block .i_pic {
    width: 32px;
    margin-right: 10px;
}
.illness_brief_explain_box .cont_block {
    background-color: #f7f8fa;
    border-radius: 5px;
    font-size: 12px;
    line-height: 24px;
    color: #a5aebb;
}
.illness_brief_explain_box .i_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #121822;
}
.illness_brief_explain_box .i_more {
    background: url("../img/icon12.png") no-repeat right center;
    background-size: 11px 11px;
    padding-right: 15px;
    color: #a5aebb;
    font-size: 12px;
}
.illness_brief_explain_box .i_txt {
    font-size: 12px;
    line-height: 24px;
    color: #a5aebb;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg_blue {
    background: url("../img/Group 279.png") no-repeat left top;
    background-size: 100% auto;
}
.bg_blue .page-header {
    background: transparent;
    position: sticky;
    left: 0;
    transform: translateX(0);
}
.illness_swiper {
    padding: 12px;
}
.illness_swiper .swiper-pagination {
    bottom: 0px;
}
.illness_swiper .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    opacity: 0.1;
}
.illness_swiper .swiper-pagination-bullet-active {
    background-color: #a5aebb;
    opacity: 1;
}
.top_box {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #3c4450;
    padding: 0 40px;
    box-sizing: border-box;
    font-weight: bold;
    z-index: 10;
    background: url("../img/Group 279.png") no-repeat left top #fff;
    background-size: 100% auto;
}
.top_box .reback-btn {
    position: absolute;
    left: 0;
    top: 0;
}
.bg_blue .nav-swiper {
    position: sticky;
    left: 0;
    top: 40px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
    background-color: #fff;
}

.tab_box {
    display: flex;
    justify-content: center;
}
.tab_box .tab_block {
    flex: 1;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #3c4450;
    padding: 10px 0;
}
.tab_box .tab_block.active span {
    background-color: #f4f8ff;
    color: #4d94ff;
    border-radius: 4px;
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
}

/* APP内打开按钮 */
.article_btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.article_btn button {
    width: 120px;
    height: 36px;
    background: #4d94ff;
    border-radius: 18px;
    font-size: 15px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
}

.main-top {
    margin-top: 15px;
}

.chanbe-time {
    padding: 0 4%;
    color: #a5aebb;
}

.mr10{
    margin-right: 10px;
}

.flex-warp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.db{
    display: block !important;
}

/* 病例库列表 */
/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
}

/* 病例卡片整体样式 */
.case-item {
    width: 100%;
    max-width: 750px;
    padding: 15px;
    background-color: #fff;
}

/* 弹性布局容器 */
.flex {
    display: flex;
    align-items: center;
}

/* 弹性布局两端对齐 */
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 头像区域 */
.head {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #f0f0f0;
}

.head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* 名称信息框 */

.name-box .name {
    font-size: 11px;
    font-weight: bold;
    color: #121822;
    margin-bottom: 2px;
    display: inline-block;
}

.name-box .vtag {
    background: url(../img/v-tag.png) no-repeat;
    background-size: 14px 14px;
    background-position: right center;
    padding-right: 20px;
}

.name-box p:last-child {
    font-size: 10px;
    color: #A5AEBB;
}

/* 标题区域 */
.title {
    margin: 0px 0 6px;
    font-size: 16px;
    color: #121822;
}

/* 文本区域 - 两行文本溢出处理 */
.overflow-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 文本内容区域 */
.txt {
    font-size: 12px;
    color: #3C4450;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* 图片区域 */
.picture{
    margin-right: -6px;
}
.picture img{
    margin-bottom: 12px;
    height: 65px;
    border-radius: 4px;
    margin-right: 6px;
    width: 120px;
}

/* 标签区域 */
.tag-box {
    margin-bottom: 6px;
}

.tag-item {
    display: inline-block;
    padding: 0 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 16px;
    background-color: #F7F8FA;
    color: #A5AEBB;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 84px; */
}

/* 底部标签样式 */
.yellow-tag, .problem-tag {
    display: inline-block;
    padding: 0 6px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 4px;
}

.yellow-tag {
    background: url(../img/icon_yellow.png) no-repeat,linear-gradient(272.52deg, #402E27 1.4%, #675240 99.45%);
    background-size: 10px 8px,100% 100%;
    background-position: 6px center,center center;
    padding-left: 18px;
    color: #F5DCBD;
    margin-right: 8px;
}

.problem-tag {
    background-color: #EDF4FF;
    color: #4D94FF;
    margin-right: 8px;
}

/* 浏览数据样式 */
.look-num {
    font-size: 11px;
    color: #A5AEBB;
}
.video{
    width: 100%;
    height: 200px;
    margin-bottom: 12px;
    position: relative;
}
.video img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.video .play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background: url(../img/icon_play.png) no-repeat;
    background-size: 100% 100%;
}
.video .time{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 0 8px;
    border-radius: 30px;
}
.head.double{
    margin-right: 20px;
}
.head.double img:last-child{
    transform: translate(50%,-100%);
}

.mb8 {
    margin-bottom: 8px !important;
}

.mt0 {
    margin-top: 0 !important;
}
