/* 须知弹窗 */
.layui-m-layer .cardModal.appointPopupStyle .layui-m-layercont {
    padding-top: 0.2rem;
    position: absolute;
    top: 1.2rem;
    bottom: 0.8rem !important;
    overflow: auto;
    z-index: 1;
}

.layui-m-layer .cardModal.appointPopupStyle {
    padding-bottom: 0;
    position: relative;
    min-height: 70%;
    overflow: auto;
}

.layui-m-layer .cardModal.appointPopupStyle .layui-m-layerbtn {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 2;*/
    display: none;
}

.layui-m-layer .cardModal.mzMDT .layui-m-layercont {
    padding-top: 0.2rem;
    position: absolute;
    top: 1.6rem;
    bottom: 1.6rem !important;
    overflow: auto;
    z-index: 1;
}

.layui-m-layer .cardModal.mzMDT {
    padding-bottom: 0;
    position: relative;
    min-height: 70%;
    overflow: auto;
}

.layui-m-layer .cardModal.mzMDT .layui-m-layerbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.layui-m-layer .cardModal.mzMDT h3 {
    line-height: 1.2rem !important;
    padding-top: 0 !important;
}

.layui-m-layer .layui-m-layercont p {
    padding-top: .1rem !important;
}

.layui-m-layer .cardModal h3 {
    line-height: .5rem !important;
    padding-top: 0.2rem !important;
}

.tag-mdt {
    color: #fa8219 !important;
    border-color: #fa8219 !important;
}

.empty-container-wrap {
    flex: 1;
}

.notclick {
    pointer-events: none;
}

.select-depart-wrap .depart-alllist.v2 ul li.second-level {
    border-bottom: 0 !important;
}

:not(.subksjs) .select-depart-wrap .depart-alllist.v2 ul li.second-level {
    border-bottom: .03rem solid #f5f5f5;
}

.subksjs {
    padding-left: .26666667rem;
    padding-right: .26666667rem;
    color: #666;
    margin-top: -0.3rem;
    z-index: 99;
    padding-bottom: .53333333rem;
    border-bottom: .03rem solid #f5f5f5;
}

.outpatient-appointment .outpatient-head-tab span {
    width: 55%;
    display: inline-block;
}

.avai-num {
    display: inline-block;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*left: 4.4rem;*/
    color: #196FFA;
    background: #EDF3FE;
    height: 0.48rem;
    line-height: 0.48rem;
    border-top-right-radius: 0.14666667rem;
    border-top-left-radius: 0.14666667rem;
    border-bottom-right-radius: 0.14666667rem;
    padding-left: 0.25333333rem;
    padding-right: 0.25333333rem;
    /*top: -0.04rem;*/
    margin-left: 0.26666667rem;
}

.alternate-num {
    display: inline-block;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*left: 4.4rem;*/
    color: #fff;
    background: #f37318;
    height: 0.48rem;
    line-height: 0.48rem;
    border-top-right-radius: 0.14666667rem;
    border-top-left-radius: 0.14666667rem;
    border-bottom-right-radius: 0.14666667rem;
    padding-left: 0.25333333rem;
    padding-right: 0.25333333rem;
    /*top: -0.04rem;*/
    margin-left: 0.26666667rem;
}

.reserved-num {
    /*display: none;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*left: 4.4rem;*/
    display: inline-block;
    color: #fff;
    background: #f37318;
    height: 0.48rem;
    line-height: 0.48rem;
    border-top-right-radius: 0.14666667rem;
    border-top-left-radius: 0.14666667rem;
    border-bottom-right-radius: 0.14666667rem;
    padding-left: 0.25333333rem;
    padding-right: 0.25333333rem;
    /*top: -0.04rem;*/
    margin-left: 0.26666667rem;
}

.doc-item .doc-info p.skill .open-icon {
    padding: 0.4rem;
    width: 1.1rem;
    height: 1.1rem;
    bottom: -0.4rem;
    right: -.4rem;
}

.whitebg {
    background: white
}

.houbuList {
    max-height: 16rem;
    overflow: auto;
}

.houbu-btn {
    position: fixed;
    right: 0.5rem;
    bottom: 1rem;
    background: #0b7dde;
    color: #fff;
    z-index: 99;
    border-radius: 50%;
    font-size: 0.6rem;
    width: 1.4rem;
    height: 1.4rem;
    display: grid;
    justify-items: center;
    align-items: center;
}

/* 弹出层样式 */
#cartPopup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FFF;
    transition: height 0.3s;
    overflow: hidden;
    z-index: 100;
    border: 1px solid #bbb;
    border-radius: 0.5rem 0.5rem 0;
}

#cartContent {
    padding: 0.6rem 0.4rem;
    overflow: auto;
}

.houbuTitle {
    position: absolute;
    top: 0.3rem;
    left: 0.4rem;
    cursor: pointer;
    font-size: 0.4rem;
}

/* 关闭按钮样式 */
.closeBtn {
    position: absolute;
    top: 0.3rem;
    right: 0.4rem;
    cursor: pointer;
    font-size: 0.4rem;
}

.houbuBtn {
    background: #0bb4b4;
    color: #fff;
    padding: 0.24rem;
    font-size: 0.4rem;
    text-align: center;
    border-radius: 20px;
    /*固定底部*/
    /*position: absolute;*/
    /*bottom: 1rem;*/
    /*width: 85%;*/
    /*right: 0;*/
    /*left: 0;*/
    /*margin: 0 auto;*/
}

.del {
    position: absolute;
    right: 0;
    width: 0.6rem;
    z-index: 99;
}

.noData {
    text-align: center;
    margin-top: 50%;
    font-size: 0.36rem;
}

.hbNumber {
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    font-size: 0.4rem;
    color: #fff;
    background: #f00;
    width: .5rem;
    height: .5rem;
    text-align: center;
    border-radius: 50%;
    line-height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb-tips {
    text-align: justify;
}

.hb-tips:after {
    text-align: left;
}

/*科室名称过长补丁*/
.confirm-appt .info .info-title {
    display: flex;
    justify-content: space-between;
}

.confirm-appt .info .info-title span {
    flex-shrink: 0;
}

.confirm-appt .info .info-title .info-content {
    padding-left: 0.5rem;
    flex: 1;
    text-align: right;
}

/*底部按钮层级*/
.appoint-fixed-btn {
    z-index: 5;
}

.treat-require ol {
    width: auto !important;
}

/*pageHome*/
.home-btn-group-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-btn-group-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22%;
    margin: 0.2rem 0.1rem;
}

.home-btn-group-img {
    width: 70%;
}

.home-btn-group-title {
    font-size: 0.36rem;
    padding-top: 0.1rem;
}

.mgr02 {
    margin: 0.2rem;
}

.jyt-logo-width {
    width: 5rem;
}

.index-my-info-layout {
    height: 3rem;
    position: relative;
    margin: 0.2rem;
}

.index-my-info-main {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #fff;
}

.info-patient-box {
    width: 60%;
    font-size: 0.4rem;
    padding: 0.65rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 0.9rem;
}

.info-switch-box {
    width: 40%;
    text-align: right;
    padding: 0.65rem 0.5rem;
    line-height: 0.9rem;
    font-size: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-elderly-box {
    width: 25%;
    text-align: center;
    height: 3rem;
    font-size: 0.36rem;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.info-bg-container {
    width: 100%;
    height: 100%;
}

.info-bg-img {
    width: 100%;
    height: 100%;
}

/* 图片 */
.ehcCard {
    width: 1.2rem;
    height: 1.2rem;
}

.jkda-banner {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}

/* 模块标题 */
.section-title {
    font-size: 0.4rem;
    color: #000;
    font-weight: bold;
    margin: 0.5rem 0.3rem 0.2rem;
}

/* 分割线 */
.section-divider {
    height: 0.02rem;
    background: #c6c1c1;
    margin: 0.5rem 0.3rem 0;
}

/*zizhukdsq.html*/

/* 一级菜单容器 */
.zzkd-level1-menu {
    width: 3.33rem;
    background-color: #f5f5f5;
    overflow-y: auto;
}

/* 一级菜单项 */
.zzkd-level1-item {
    padding: 0.3rem 0.5rem;
    transition: background-color 0.3s;
    border-left: 0.1rem solid transparent;
    border-bottom: 1px solid #fff;
    color: #333;
    font-size: 0.36rem;
}

.zzkd-level1-item.active {
    background: linear-gradient(to right, #d3defb, #f5f7fd);
    border-left-color: #5772b7;
    font-weight: bold;
}

/* 二级菜单容器 */
.zzkd-level2-container {
    flex: 1;
    background-color: #fff;
    overflow-y: auto;
}

/* 二级菜单项 */
.zzkd-level2-item {
    background-color: #fff;
    padding: 0.3rem 0.8rem;
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
    max-width: 5.2rem;
}

.zzkd-level2-jr {
    color: #eb5c20;
    padding: 0 0.8rem 0.3rem;
    border-bottom: 1px solid #e6e6e6;
}

.campus-item {
    width: 2rem;
    text-align: center;
    font-size: 0.4rem;
    color: #9c9c9c;
    font-weight: bold;
    text-decoration: none;
    text-decoration-color: #2a5be8;
    text-underline-offset: 0.1rem;
    text-decoration-thickness: 0.5rem;
}

.campus-item.active {
    color: #2a5be8;
    text-decoration: underline;
}

.check-item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zzkd-level2-item-checkBox {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-right: 0.4rem;
}

.zzkd-level2-item-checkBox.active {
    background-color: #2a5be8;
    border-color: #2a5be8;
}

.select-kdlx-tabs {
    height: 1.2rem;
    display: flex;
    justify-content: flex-start;
    font-size: 0.4rem;
    align-items: center;
}

.select-kdlx-items {
    display: flex;
    justify-content: space-between;
}

.confirm-kdlx-btns {
    height: 1.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.confirm-kdlx-btns-gouwuche {
    width: 15%;
    position: relative;
}

.confirm-kdlx-btns-jine {
    width: 40%;
    padding: .3rem;
    font-size: 0.4rem;
    color: #c8161d;
    font-weight: bold;
}

.confirm-kdlx-btns-tj {
    width: 40%;
    padding: 0.3rem 0;
    text-align: center;
    background: #2a5be8;
    border-radius: 0.3rem;
    font-size: 0.36rem;
    color: #fff;
}

/*zizhukdxx.html*/
/* 容器样式 - 限制最大宽度，居中显示 */
.kdxx-container {
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* 注意事项模块 */
.kdxx-notice-section {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}

.kdxx-section-title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #2d3748;
    padding-bottom: 0.4rem;
    display: flex;
    align-items: center;
}

.kdxx-section-title::before {
    content: "";
    display: inline-block;
    width: 0.12rem;
    height: 0.4rem;
    background-color: #1890ff;
    margin-right: 0.08rem;
    border-radius: 0.02rem;
}

.kdxx-notice-content {
    color: #666;
    padding: 0.4rem;
    background: #fff;
    border-radius: 4px;
    border-left: 3px solid #faad14;
    line-height: 1.6;
    font-size: 0.36rem;
}

/* 项目清单模块 */
.kdxx-list-section {
    padding: 0.5rem;
}

.kdxx-item-list {
    padding-top: 0.12rem;
    background: #fff;
    border-radius: 4px;
    max-height: 11rem;
    overflow: auto;
    border: 1px solid #eee;
}

.kdxx-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0.36rem;
}

.kdxx-list-item:last-child {
    border-bottom: none;
}

.kdxx-list-item:hover {
    background-color: #fafafa;
}

.kdxx-item-code {
    color: #888;
}

.kdxx-item-name {
    color: #333;
    font-weight: 500;
    max-width: 3rem;
}

.kdxx-item-name2 {
    color: #333;
    font-weight: 500;
    width: 3rem;
}

.kdxx-item-del {
    color: #eb5c20;
    font-weight: 500;
    max-width: 3rem;
}

.btn-group-cyfw::after {
    content: "";
    width: 50%;
}

.btn-group-mzfw::after {
    content: "";
    width: 25%;
}

.btn-group-zkfw::after {
    content: "";
    width: 25%;
}

.btn-group-zyfw::after {
    content: "";
    width: 50%;
}

.btn-group-bmfw::after {
    content: "";
    width: 25%;
}

/*首页嵌入旧版预约挂号和当日挂号*/
.index-menu {
    border-radius: .14666667rem;
    border: .03rem solid #CBDAEA;
    padding-top: 0;
    display: flex;
    justify-content: space-around;
    margin-top: 0.2rem;
    flex-wrap: wrap;
    align-items: center;
}

.index-menu-top-main {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.index-menu-top-title {
    font-size: 0.5rem;
    font-weight: bold;
    padding: 0.15rem;
}

.index-menu-item {
    width: 24%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: .3rem;
    padding-bottom: .3rem;
    justify-content: center;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 16px 0 rgba(217, 224, 232, .24);
    border-radius: .14666667rem;
    border: .03rem solid #CBDAEA;
    margin-bottom: .26666667rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.index-menu-item span {
    font-size: 0.34rem;
    font-weight: normal;
}

.index-menu-item img {
    width: 0.5rem;
    height: 0.5rem;
}

.index-menu-item span p {
    font-size: 0.31rem !important;
}

.index-menu-sub-layout {
    display: flex;
    justify-content: space-between;
    margin: 0.2rem;
}

.index-menu-sub-main {
    width: 48%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: .14666667rem;
    border: .03rem solid #CBDAEA;
    padding: 0.2rem 0;
}

.index-menu-sub-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-menu-sub-title {
    font-size: 0.4rem;
    font-weight: bold;
}

.index-menu-sub-text {
    font-size: 0.3rem;
    color: #999;
}

.index-menu-sub-img {
    width: 1.2rem;
    height: 1.2rem;
}

.shoppingCar-kdxm-list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FFF;
    transition: height 0.3s;
    overflow: hidden;
    z-index: 100;
    border: 1px solid #bbb;
    border-radius: 0.5rem 0.5rem 0;
    display: flex;
    flex-direction: column;
}

.closeShoppingCart {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.shoppingCar-layout {
    position: absolute;
    left: 0.8rem;
    bottom: 2.2rem;
}

.shoppingCar-kdxLength {
    position: absolute;
    right: 0.25rem;
    top: 0.1rem;
    color: #c8161d;
    font-size: 0.36rem;
    font-weight: bold;
}

.shoppingCar-btn {
    width: 1.5rem;
}