@charset "UTF-8";
.ks-c ul li>div.bg {
    background-color: #e8dbd0;
}
.jy-yq {
    position: relative;
}

.back-ks {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #95260F;
    display: block;
    padding: 0 .2rem;
    line-height: .5rem;
    color: #ffffff !important;
    font-size: .18rem;
    border-radius: .1rem;

}

.back-ifo {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-bottom: .3rem;

}

.back-ifo a {
    background: #95260F;
    display: block;
    padding: 0 .2rem;
    line-height: .5rem;
    color: #ffffff !important;
    font-size: .18rem;
    border-radius: .1rem;
    margin: 0 .1rem;
}




.ks-c p:hover,
#yy-table ul li:last-child b:hover {
    color:#95260F !important;
    font-weight:600 !important;
    cursor:pointer;
}

/* 登录-&&-用户样式 */
.mobCopy {
    align-items: center;
}
.login-btn {
    width: .95rem;
    line-height: .3rem;
    font-size: .14rem;
    color: #FFFFFF !important;
    text-align: center;
    display: block;
    border-radius: .2rem;
    background: #956729;
    margin-left: .2rem;
}
.nypage .hdr-t .login-btn:hover {
    color: #FFFFFF !important;
}
.ico-user {
    background: url(../images/ico-user.png) no-repeat left .2rem center;
    background-size: .19rem;
    font-size: 16px;
    line-height: .2rem;
    color: #333333;
    margin-left: .3rem;
    padding-left: .5rem;
    border-left: 1px solid #956729;
    display: block;
}
/* 登录-&&-用户样式 */



/* 滚动条样式 */
@media screen and (min-width:1024px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 9px;
    }

    ::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .5);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #D0B27E;
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #ef9e12
    }
}


/* 院区导航 */
.yq-lt{
    margin-bottom: 20px;
}
.yq-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.yq-lt ul li {
    width: 32%;
}

.yq-lt ul li a {
    position: relative;
    display: block;
}

.yq-lt .pic {

}

.yq-lt ul li a p {
    position: absolute;
    top: 50%;
    left: .4rem;
    transform: translateY(-50%);
    max-height: 100%;
}

/* 院区导航end */



/* 就医指南 */
.jy-yq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.jy-yq ul li {
    width: 31%;
    text-align: center;
    margin-bottom: .2rem;
    background: url(../images/jy-tbg1.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.jy-yq ul li.on {
    background: url(../images/jy-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.jy-yq ul li b {
    line-height: .65rem;
    font-size: .2rem;
    color: #292929;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}

.jy-yq ul li b::after {
    content: '';
    width: .71rem;
    height: .11rem;
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    background: url(../images/jy-tit2.png) no-repeat;
    background-size: 100% 100%;
}

.jy-yq ul li b::before {
    content: '';
    width: .71rem;
    height: .11rem;
    position: absolute;
    top: 50%;
    right: 110%;
    transform: translateY(-50%);
    background: url(../images/jy-tit1.png) no-repeat;
    background-size: 100% 100%;
}

.jy-yq ul li.on b {
    font-weight: 600;
    color: #ffffff;

}

.jy-ks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.jy-ks ul li {
    width: 23%;
    text-align: center;
    border: .01rem solid #95260F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: .5rem;
    margin-bottom: .15rem;
    cursor: pointer;
}

.jy-ks ul i {
    width: 23%;
}

.jy-ks ul li b {
    font-size: .16rem;
    color: #95260F;
    font-weight:normal;
}


.jy-ks ul li.on {
    background: #95260F;
}

.jy-ks ul li.on b {
    color: #ffffff;
}

.jy-js {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.js-box {
    width: 4.74rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    background: #FFFFFF;
    margin: .4rem 0;
}

.js-box1 {
    margin-right: .46rem;
}

.js-box span {
    font-size: .16rem;
    color: #333333;
    display: block;
    padding-left: .15rem;
    padding-right: .17rem;
    position: relative;
}

.js-box span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: .17rem;
    border: .01rem solid #D8D8D8;
}
#jzr-box a {
    position: relative;
}

.jz-close {
    position: absolute;
    right: -0.12rem;
    top: -0.12rem;
    width: .24rem;
    height: .24rem;
    background: url(../images/jzr-close.png) no-repeat;
    background-size: 100% 100%;
}


.js-box input {
    min-width: 0;
    flex: 1;
    padding: 0 .25rem;
    border: none;
    height: .55rem;
    background: transparent;
}

.js-box input::placeholder {
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
}

.js-box button {
    background: #956729;
    line-height: .55rem;
    font-size: .18rem;
    color: #FFFFFF;
    width: .83rem;
    cursor: pointer;
}

.ks-table ul {
    display: flex;
    /* align-items: center; */
}

.ks-table ul li {
    width: 11.11%;
    text-align: center;
}

.ks-table ul li:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ks-table {
    position: relative;
    padding-top: 1.2rem;
}

.ks-tit {
    background: url(../images/jy-ksbg.png) no-repeat;
    background-size: 100% 100%;
    padding: .2rem 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .ks-table.on .ks-tit {
        position: fixed;
        left: auto;
        top: 0;
        width: calc(90% - 1.8rem);
        max-width: 15rem;
    }

}


.ks-tit b {
    font-size: .18rem;
    color: #FFFFFF;
    display: block;
    margin-bottom: .15rem;
    font-weight: normal;
}

.ks-tit p {
    font-size: .18rem;
    color: #F7C9C0;
}

.ks-c {
    background: #ffffff;
    border-radius: .1rem;
    margin-bottom: .05rem;
}

.ks-c b {
    font-size: .18rem;
    color: #333333;
    line-height: .3rem;
}

.ks-c p {
    font-size: .15rem;
    line-height: .32rem;
    color: #333333;
}

.ks-c ul li {
    border-right: .01rem solid #D8D8D8;
}

.ks-c ul li>div {
    border-bottom: .01rem solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}
.ks-c ul li>div.on{
        justify-content: flex-start;
}
.ks-c ul li>div:last-child {
    border: none;
}

.ks-c ul li:last-child {
    border: none;
}

.ks-c ul li>div {
    min-height: .5rem;
}


/* 医生预约 */


/* 选择科室 */

.js-box {
    position: relative;
}

.js-box span {
    cursor: pointer;
}

.js-sel {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 1.2rem;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.3);
}

.js-sel li {
    font-size: .16rem;
    line-height: .4rem;
    padding: 0 .2rem;
    cursor: pointer;
}

.js-btn a {
    border-radius: .05rem;
    background: #F0E2DF;
    line-height: .53rem;
    width: 1.2rem;

    font-size: .18rem;
    color: #95260F;
    text-align: center;
    display: block;
}

.hasyy {
    justify-content: space-between;
}

.xzks-c h3 {
    font-size: .22rem;
    line-height: .7rem;
    text-align: center;
    color: #333333;
    background: url(../images/xzks-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.xzks-c ul {
    display: flex;
    flex-wrap: wrap;
    padding: .4rem;
    padding-bottom: .1rem;
    background: #FFFFFF;
}

.xzks-c ul li {
    width: 20%;

}

.xzks-c ul li a {
    font-size: .16rem;
    line-height: .32rem;
    color: #333333;
    padding-right: .1rem;
    padding-left: .24rem;
    background: url(../images/xzks-jt2.png) no-repeat left .08rem;
    background-size: .19rem;
    display: block;
    height: .64rem;
}

.xzks-c ul li a:hover {
    color: #7A1F0C;
}

.xzks-c>div {
    margin-bottom: .3rem;
}

/* 用户注册 */

.yhzc-c {
    background: #ffffff;
    border-radius: .1rem;
    padding: .8rem .1rem;
}

.yh-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
    font-size: 0;
}

.yh-row>span {
    width: 1.5rem;
    font-size: .2rem;
    color: #333333;
}

.yh-row span::before {
    content: '*';
    color: #B30505;
    margin-right: .18rem;
}

.yh-r {
    width: 5.42rem;
    display: flex;
    position: relative;
}

.yh-r input {
    min-width: 0;
    flex: 1;
    border-radius: .05rem;
    border: 1px solid #D3D3D3;
    height: .6rem;
    padding: 0 .25rem;
    font-size: .18rem;
    color: #333333;
}

.yh-r input::placeholder {
    font-size: .18rem;
    color: #9E9E9E;
}

.yh-r p {
    border-radius: .05rem;
    border: 1px solid #D3D3D3;

    font-size: .18rem;
    color: #6F6F6F;
    line-height: .6rem;
    width: 100%;
    padding: 0 .25rem;
    background: url(../images/zc-jt.png) no-repeat right .25rem center;
    background-size: .16rem;
    cursor: pointer;
}

.yh-r ul li {
    font-size: .18rem;
    line-height: .5rem;
    padding: 0 .25rem;
    cursor: pointer;
}

.yh-r ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 9;
    border: 1px solid #D3D3D3;
    display: none;
    border-radius: .05rem;
    max-height: 3rem;
    overflow-y: auto;
}

.yh-r ul li:hover {
    background: #eee;
}


.yh-r .yh-yzm {
    width: 1.7rem;
    margin-left: .1rem;
    border-radius: .05rem;
    background: #F4F0EF;
    line-height: .6rem;
    font-size: .2rem;
    color: #333333;
    cursor: pointer;
}



.yh-r img {
    width: 1.7rem;
    height: 100%;
    margin-left: .1rem;
    display: block;
    cursor:pointer;
}

.noxh::before {
    display: none;
}

.yh-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.yh-tj {
    width: 48%;
    border-radius: .05rem;
    background: #95260F;
    border: .01rem solid #D3D3D3;
    font-size: .2rem;
    color: #FFFFFF;
    line-height: .6rem;
    cursor: pointer;
}

.yh-qh {
    width: 48%;
    font-size: .2rem;
    color: #FFFFFF;
    border-radius: .05rem;
    background: #946829;
    border: .01rem solid #D3D3D3;
    line-height: .6rem;
    cursor: pointer;
}

.yh-r h3 {
    color: #666666;
    font-size: .18rem;
    text-align: center;
    width: 100%;
}

.yh-r h3 a {
    color: #95260F;
    display: inline;
}

.zccg {
    text-align: center;
}

.zccg p {
    width: 100%;
    text-align: center;
    margin-top: .2rem;
    color: #666666;
    font-size: .18rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.zccg p img {
    margin-right: .35rem;
}

.zccg p b {
    color: #333333;
    font-size: .26rem;
}

.zccg a {
    display: block;
    line-height: .6rem;
    width: 2.7rem;

    border-radius: .05rem;
    border: 1px solid #770000;
    text-align: center;
    color: #770000;
    font-size: .2rem;
    font-weight: 600;
    margin: 0 auto;
    margin-top: .36rem;
}

.yh-r>a {
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
}

.yh-r>a:last-child {
    color: #946829;
}

/* 坐诊时间 */
#zzsj-table .ks-c ul li {
    height: 2.6rem;
}

#zzsj-table .ks-c ul li div {
    height: 25%;
    text-align: center;
    align-items: center;
}

#zzsj-table .ks-c ul li div a.ky {
    font-size: .16rem;
    line-height: .32rem;
    color: #7FCD26;
    background: url(../images/ky.png) no-repeat left center;
    background-size: .16rem;
    padding-left: .22rem;
    display: inline-block;
}

#zzsj-table .ks-c ul li div a.tz {
    font-size: .16rem;
    line-height: .32rem;
    color: #95260F;
    background: url(../images/tz.png) no-repeat left center;
    background-size: .16rem;
    padding-left: .22rem;
    display: inline-block;
}

/* 挂号须知 */
.ghxz-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.ghxz-zz {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 8;
}

.ghxz-box {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .5rem .6rem .6rem .6rem;
    width: 13.55rem;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9;
}


.ghxz-box h3 {
    font-size: .32rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .44rem;
    text-align: center;
}

.ghxz-box p {
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
}

.ghxz-btn {
    text-align: center;
    margin-top: .3rem;
}

.ghxz-btn a {
    color: #FFFFFF;
    font-size: .18rem;
    width: 1.3rem;
    display: inline-block;
    margin: 0 .1rem;
    border-radius: .05rem;
    line-height: .43rem;
    text-align: center;
}

.ghxz-btn a.no {
    background: #946829;
}

.ghxz-btn a.yes {
    background: #95260F;
}


/* 预约挂号 */
.yh-row {
    position: relative;
}

.tj-jzr {
    font-size: .18rem;
    line-height: .32rem;
    color: #770000;
    position: absolute;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: .2rem;
    background: url(../images/add-jzr.png) no-repeat left center;
    background-size: .16rem;
    cursor: pointer;
}

#yygh .yh-row span::before {
    display: none;
}

.yh-r .yygh-tx {
    background: #F7F7F7;
    border: none;
    color: #333333;
    font-size: .18rem;
}

.wx-pay {
    color: #333333;
    font-size: .18rem;
    padding-left: .3rem;
    background: url(../images/wx-pay.png) no-repeat left center;
    background-size: .2rem;
}

/* 支付弹窗 */
.pay-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.pay-zz {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 8;
}

.pay-box {
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: .8rem 0;
    width: 5.38rem;
    max-width: 95%;
    text-align: center;
    border-radius: .2rem;
}

.pay-box h3 {
    font-size: .32rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .25rem;
}

.pay-box img {
    width: 2.8rem;
    height: 2.6rem;
    display: inline;
}

.pay-box p {
    font-size: .16rem;
    line-height: .32rem;
    text-align: center;
    color: #333333;
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.pay-box button {
    border-radius: .05rem;
    background: #95260F;
    border: none;
    width: 2.26rem;
    margin: 0 auto;
    text-align: center;
    font-size: .2rem;
    color: #ffffff;
    line-height: .6rem;
}


/* 添加就诊人 */

.yhzc-c h3 {
    text-align: center;
    color: #333333;
    font-size: .26rem;
    margin-bottom: .6rem;
}

.addjzr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

.addjzr p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 1.2rem;
}

.addjzr p img {
    margin-right: .1rem;
    width: .23rem;
}

.addjzr p:last-child {
    margin-right: 0;
}

/* 预约列表2 */

#yy-table b {
    margin-bottom: 0;
}

#yy-table .ks-tit {
    padding: 0;
    margin-bottom: 0;
}

#yy-table .ks-tit ul li {
    height: .7rem;
    border-right: .01rem solid rgba(255, 255, 255, 0.3);
}

#yy-table .ks-tit ul li:last-child {
    border: none;
}

#yy-table ul li {
    width: 9.8%;
    height: .55rem;
}

#yy-table ul li:nth-child(1),
#yy-table ul li:nth-child(3),
#yy-table ul li:nth-child(4) {
    width: 17%;
}

#yy-table .ks-c b {
    font-size: .16rem;
    color: #333333;
    font-weight: normal;
}


.ks-c>ul:nth-child(even) {
    background: #F2F3EE;
}













@media screen and (max-width:1200px) {
    .yq-lt ul li a p {
        height: 80%;
        left: .1rem;
    }

    .yq-lt ul li a p img {
        height: 100%;
    }
    .jy-yq ul li b {
        font-size: .18rem;
    }
}

@media screen and (max-width:1024px) {
    .xzks-c ul li {
        width: 25%;
    }

    .yhzc-c {
        padding: .5rem .1rem;
    }

    .tj-jzr {
        position: static;
        transform: none;

    }


    .ks-table {
        overflow-x: auto;
    }

    .ks-table>div {
        width: 12rem;
    }
    .jy-yq ul {
        justify-content:space-around;
    }
    .jy-yq ul li {
        width: 48%;
        margin-bottom: .3rem;
    }
}


@media screen and (max-width:900px) {
    .xzks-c ul li {
        width: 33.3%;
    }

    .js-box {
        width: 100%;
        margin: 0 !important;
        margin-bottom: .2rem !important;
    }


    .js-btn {
        margin-bottom: 20px;
    }

    .yh-r {
        width: 60%;
    }
}
@media screen and (max-width:768px) {
     .jy-yq ul li {
        width: 80%;
        margin-bottom: .2rem;
    }
}
@media screen and (max-width:640px) {
     .jy-yq ul li {
        width: 100%;
    }

    .jy-ks ul li {
        width: 32%;
    }

    .jy-ks ul i {
        width: 32%;
    }

    .xzks-c ul li {
        width: 50%;
    }

    .yh-row>span {
        width: 100%;
        margin-bottom: .2rem;
    }

    .yh-r {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .yq-lt ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .jy-ks ul li {
        width: 48%;
    }

    .yh-r .yh-yzm {
        width: 1rem;
        font-size: .16rem;
    }
}