
.comInr {
    max-width: 1344px;
    margin: 0 auto;
}
.companyIntro {
    margin-bottom: 4%;
    padding: 70px 0 60px;
    background: url('https://cdn.yilijk.com/website/images/about/bg6_01.jpg') no-repeat left top;
    background-size: 100% 100%;
    background-size: cover;
    .imgBx img,
    .rightBx img {
        width: 50%;
        display: block;
    }
}
.leftBx {
    float: left;
    width: 50%;
}
.imgBx {
    width: 100%;
}
.rightBx {
    float: right;
    width: 50%;
    position: relative;
    .pos01 {
        position: absolute;
        right: -1.5%;
        top: 25%;
        z-index: 5;
    }
    .pos02 {
        position: absolute;
        top: 73%;
        left: 24%;
        z-index: 3;
        width: 60%;
    }
}
.ttlBx {
    margin-bottom: 3%;
    font-size: 48px;
    font-weight: 700;
}
.txtBx {
    margin-bottom: 30px;
    width: 90%;
}
.txtBx-p {
    font-size: 16px;
    text-indent: 30px;
    line-height: 1.7;

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.mt50 {
    margin-top: 12%;
}



.listMemorabilia {
    background: url('https://cdn.yilijk.com/website/images/about/bg6_02.png') no-repeat right bottom;
    background-size: 50% auto;
}
.horseLamp_top {
    transition: all 0.2s;
}
.inrBx {
    padding: 3% 0 8%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.inrBx-imgBx {
    width: 22%;
}
.inrBx-img {
    width: 100%;
}



.box_list {
    padding-left: 6px;
    width: 73%;
    height: 100%;
    overflow: hidden;
}
.box_list ul {
    display: flex;
    width: 100%;
    height: 500px;
    flex-direction: column;
    animation: scroll 5s infinite linear normal;
    -webkit-transform: scroll 5s infinite linear normal;
}
.box_list ul li {
    position: relative;
    align-items: center;
    width: 100%;
    list-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 60px;
    font-size: 18px;
    padding-left: 30px;
    color: #555555;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-left: 1px solid #2461DD;
}
.box_list ul li span {
    width: 20%;
}
.box_list ul li p {
    width: 80%;
}
.box_list:hover ul {
    animation-play-state: paused;
}
.box_list ul li:hover {
    color: #2461DD;
    font-size: 20px;
}
.box_list ul li:hover::after {
    left: -5px;
    width: 10px;
    height: 10px;
    background: none;
    border: 3px solid #E91D64;
}
.box_list ul li::after,
.box_list ul li::before {
    display: block;
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #F0F5FF;
    border-radius: 100%;
}
.box_list ul li::after {
    left: -3px;
    width: 6px;
    height: 6px;
    background-color: #2461DD;
}
/* 动画 */
@keyframes scroll {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        display: none;
    }
}


.coreTeam {
    padding: 4% 0 5%;
    background-color: #fff;
}
.coreTeam-imgBx {
    margin-right: 5%;
    float: left;
    width: 24%;
}
.coreTeam-img {
    width: 100%;
}
.coreTeam-txtBx {
    overflow: hidden;
    font-size: 16px;
    color: #555555;
}
.coreTeam-txt01 {
    margin-bottom: 1%;
    font-size: 48px;
    color: #333333;
    line-height: 1.7;
}
.coreTeam-txt02 {
    margin-bottom: 6%;
    color: #333333;
    text-indent: 0;
    font-size: 18px;
    line-height: 1.7;
}
.coreTeam-p {
    line-height: 2;
}
.coreTeam-span {
    color: #2461DD;
    display: block;
}

.coreTeam-p-mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .companyIntro {
        padding: 1.5em 1em;
    }
    .companyIntro .imgBx img {
        width: 48%;
        display: block;
    }
    .ttlBx {
        font-size: 1.5em;
        font-weight: 700;
    }
    .txtBx {
        margin-bottom: .8em;
        width: 100%;
    }
    .leftBx {
        float: none;
        width: 100%;
    }
    .rightBx {
        float: none;
        width: 100%;
        padding-bottom: 35px;
        margin-bottom: 45px;
        /*position: absolute;*/
    }
    .imgBx {
        width: 100%;
        display: flex;
    }
    .imgBx img {
        width: 45%;
        height: 100px;
    }
    .txtBx .txtBx-p {
        font-size: 15px;
    }
    .inrBx-imgBx {
        display: none;
    }
    .box_list {
        padding-left: 26px;
        width: 100%;
    }
    .box_list ul li {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        height: 80px;
    }
    .box_list ul li span {
        width: 100%;
    }
    .box_list ul li p {
        width: 100%;
    }
    .coreTeam-imgBx {
        width: 50%;
    }
    .coreTeam-p {
        display: none;
    }
    .coreTeam-p-mobile {
        display: block;
    }
}

.cooperateBody {
    position: relative;
}
.cooperateBody .bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cooperateBody .innerBody {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cooperateBody .comInr {

}
.cooperateBody .comInr .leftBox {
    width: 45%;
    float: left;
}
.cooperateBody .comInr .leftBox .ttl {
    padding: 3% 0 6%;
    font-size: 34px;
    font-weight: bold;
}
.cooperateBody .comInr .leftBox .txt {
    padding: 8% 0 12%;
    font-size: 32px;
}
.cooperateBody .comInr .leftBox .list {
    overflow: hidden;
    width: 90%;
}
.cooperateBody .comInr .leftBox .list li {
    margin-right: 6%;
    float: left;
    width: 29%;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.cooperateBody .comInr .leftBox .list li:last-child {
    margin-right: 0;
}
.cooperateBody .comInr .leftBox .list li p {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    text-align: center;
}
.cooperateBody .comInr .leftBox .list li img {
    width: 100%;
}
.cooperateBody .comInr .imgBx {
    float: right;
    width: 53%;
}
.cooperateBody .comInr .imgBx img {
    width: 100%;
}
.cooperateBody .btn01 {
    display: block;
    width: 38%;
    font-size: 32px;
    color: #fff;
    border-radius: 6px;
    padding: 2% 0;
    text-align: center;
    background-image: linear-gradient(to right, rgba(70,174,247,.85), rgba(29,213,230,.85));
    box-shadow: 0 0 10px rgba(141,155,184,.6);
}
.cooperateBody .modalDlg {
    box-shadow: 0 0 10px rgba(141,155,184,.6);
    padding: 3%;
    width: 34%;
    min-width: 600px;
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    display: none;
}
.cooperateBody .modalDlg .closeBtn {
    position: absolute;
    right: 3%;
    top: 3%;
    width: 4%;
}
.cooperateBody .modalDlg .closeBtn img {
    width: 100%;
    display: block;
}
.cooperateBody .modalDlg .iptBx {
    padding-bottom: 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}
.cooperateBody .modalDlg .iptBx span {
    color: #f00;
}
.cooperateBody .modalDlg .iptBx .ipt {
    border: 0;
    background: #F8FAFF;
    height: 36px;
    outline: 0;
    padding: 0 15px;
    width: 82%;
}
.cooperateBody .modalDlg .tel {
    padding: 4% 0 6%;
    font-size: 18px;
}
.cooperateBody .modalDlg .tel span {
    color: #333;
    font-weight: bold;
    font-size: 32px;
}
.cooperateBody .modalDlg .btn01 {
    margin: 0 auto;
}

.imageHidden {
    display: block;
}
.imageShow {
    display: none;
}

@media screen and (max-width:768px) {
    .imageHidden {
        display: none;
    }
    .imageShow {
        display: block;
    }
    .cooperateBody {
        /*padding: 5em 0 5%;*/
        /*background: url('https://cdn.yilijk.com/website/images/mobile/bgh5_401.png') no-repeat;*/
        position: relative;
    }
    .cooperateBody .innerBody {
        /*position: relative;*/
        display: block;
        position: absolute;
    }
    .cooperateBody .comInr .leftBox .ttl {
        font-size: 27px;
    }
    .cooperateBody .innerBody .ttl {
        padding: 20px 0 5px;
        font-size: 27px;
        font-weight: bold;
    }
    .cooperateBody .innerBody .btn01 {
        margin: 0 auto;
        width: 52%;
        line-height: 44px;
        font-size: 26px;
        border-radius: 44px;
    }
    .cooperateBody .innerBody .imgBx {
        overflow: hidden;
    }
    .cooperateBody .innerBody .imgBx  img {
        transform: translate3d(10%, 0, 0);
    }
    .cooperateBody .innerBody .modalDlg {
        width: 90%;
        min-width:90%;
        padding: 30px 10px 10px;
        border-radius: 5px;
        transform: translate(-50%,-150%);
        transition: all 0.25s linear 0s;
        -webkit-transition: all 0.25s linear 0s;
        position: fixed;
        z-index: 999;
        top: 0;
    }
    .cooperateBody .innerBody .modalDlg .iptBx {
        padding: 5px 0 5px 50px;
        display: block;
        position: relative;
    }
    .cooperateBody .innerBody .modalDlg .iptBx p {
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 9px;
        transform: translateY(-50%);
    }
    .cooperateBody .innerBody .modalDlg .iptBx .ipt {
        width: 100%;
        height: 22px;
        border-radius: 3px;
    }
    .cooperateBody .innerBody .modalDlg .tel {
        padding: 6px 0 15px;
        font-size: 9px;
    }
    .cooperateBody .innerBody .modalDlg .tel span {
        font-size: 16px;
    }
    .cooperateBody .innerBody .modalDlg .closeBtn {
        width: 16px;
        top: 8px;
        right: 10px;
    }
    .cooperateBody .innerBody .showModalDlg {
        transform: translate(-50%,-50%);
        top: 50%;
    }
    .cooperateBody .comInr .leftBox {
        width: 90%;
    }
    .cooperateBody .comInr .leftBox .list {
        width: 100%;
    }
    .cooperateBody .leftBox {
        margin: 80px 5% 10px;
    }
    .cooperateBody .list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .cooperateBody .list li {
        width: 30%;
        position: relative;
    }
    .cooperateBody .comInr .leftBox .list li p {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .cooperateBody .list li p {
        position:absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        color: #fff;
        text-align: center;
        font-size: 12px;
    }
    .cooperateBody .comInr .leftBox .txt {
        font-size: 18px;
    }
    .cooperateBody .comInr .imgBx {
        width: 100%;
    }
    .cooperateBody .comInr .imgBx img {
        height: 360px;
    }
    .cooperateBody .txt {
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
    }
}


.doctorBody .fp-section.fp-table, .fp-slide.fp-table {
    display: block;
}
.doctorBody .section {
    /*overflow: hidden;*/
    position: relative;
    color: #757589;
}
.doctorBody .section img {
    width: 100%;
}
.doctorBody .txt01 {
    font-size: 18px;
}
.txt01 span {
    margin-bottom: 1%;
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #000545;
}

.section1 {
    /*background: url('https://cdn.yilijk.com/website/images/doctor/bg12_01.png') no-repeat center center;*/
    background-size: 100% 100%;
    /*background-size: cover;*/
    position: relative;
}
.section1 .pos1 {
    padding-top: 10%;
    top: 16%;
    width: 40%;
}
.section1 .txt01 {
    position: absolute;
    top: 15%;
}
.section1 .sec1PosBx {
    top: 27%;
    width: 40%;
    position: absolute;
    margin-left: -7%;
}
.section1 .sec1PosBx,.txt01 {
    position: absolute;
    left: 50%;
    transition: all 1s;
    margin-left: -5%;
}
.doctorBody .section1 .list {
    margin-bottom: 12%;
    width: 80%;
    overflow: hidden;
}
.doctorBody .section1 .list li {
    padding-top: 2em;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
}
.doctorBody .section1 .list li img {
    margin: 0 auto .5em;
    width: 50%;
}
.doctorBody .section1 .qrBx {
    overflow: hidden;
}
.doctorBody .section1 .codePos1 {
    margin-right: 10%;
    width: 20%;
    float: left;
    text-align: center;
    font-size: 1em;
    transition: all 1s;
}
.section1 .codePos1 p {
    margin-top: .3em;
}
 .section1 .codePos2 {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 1em;
    transition: all 1s;
}
.section1 .codePos2 p {
    margin-top: .3em;
}



.section2 {
    background-size: 100% 100%;
    background-size: cover;
    position: relative;
}
.section2-img {
    background-size: 100% 100%;
}
.sec2Txt1 {
    top: 16%;
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
}
.sec2Txt2 {
    left: 50%;
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
}
.sec2Txt3 {
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
}
.sec4Txt1 {
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
}
.sec5Txt1 {
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
}
.sec5Pos {
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
}
.sec2Txt2 {
    top: 33%;
    font-size: 48px;
    color: #2461DD;
    font-weight: bold;
}
.sec2Txt3 {
    top: 50%;
    transform: translateY(-50%);
}
.sec2Txt3 span {
    margin: 0;
}
.sec2Bg {
    background: rgba(255,255,255,.3);
    position: relative;
    height: 4em;
}
.list2 {
    width: 100%;
    overflow: hidden;
}
.list2 li {
    width: 16.6666667%;
    float: left;
    position: relative;
    color: #fff;
    font-size: 36px;
}
.sec2Bx {
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 1s;
    bottom: -25%;
}
.departmentList {
    padding-bottom: 6%;
    overflow: hidden;
    background: url('https://cdn.yilijk.com/website/images/index/bg3_01.png') no-repeat left bottom;
    background-size: 100% auto;
}
.departmentList li {
    float: left;
    width: 16.6666667%;
    position: relative;
}
.departmentList li .bImg {
    width: 100%;
}
.departmentList li .posModel {
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 20;
    color: #fff;
    transition: all 0.25s linear 0s;
}
.departmentList li .posModel img {
    display: block;
    margin: 20% auto 0;
    width: 25%;
}
.departmentList li .posModel span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 80px;
}
.departmentList li .posBg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: .92;
    text-indent: -9999px;
    z-index: 10;
    transition: all 0.25s linear 0s;
}
.departmentList li:hover .posModel {
    height: 80px;
    text-align: center;
}
.departmentList li:hover .posModel img {
    margin: -0.8em 0.2em 0;
    display: inline-block;
    width: 13%;
    vertical-align: middle;
}
.departmentList li:hover .posModel span {
    position: static;
    display: inline-block;
}
.departmentList li:hover .posBg {
    height: 80px;
}
.dpt01 .posBg {
    background-color: #E91D64;
}
.dpt02 .posBg {
    background-color: #673BB7;
}
.dpt03 .posBg {
    background-color: #00AA77;
}
.dpt04 .posBg {
    background-color: #CDDC39;
}
.dpt05 .posBg {
    background-color: #267AF2;
}
.dpt06 .posBg {
    background-color: #FF9803;
}



.section3 {
    background-size: 100% 100%;
    background-size: cover;
    margin-top: 106px;
    position: relative;
}
.sec3Txt1 {
    top: 15%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
    color: #666666;
}
.sec3Txt1 span {
    color: #fff;
}
.sec3Txt2 {
    position: absolute;
    left: 20%;
    transform: translateX(0%);
    transition: all 1s;
    color: #fff;
    top: 28%;
    font-size: 48px;
    font-weight: bold;
}



.section4 {
    background-size: 100% 100%;
    background-size: cover;
    position: relative;
}
.section4 .posComTxt {
    position: absolute;
    right: 3%;
    bottom: 3%;
    font-size: 14px;
    transition: all 1s;
}
.section4 .sec4Txt4 {
    top: 15%;
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
    color: #666666;
}
.section4 .sec3Pos1 {
    position: absolute;
    top: 50%;
    transition: all 1s;
    transform: translateY(-46%);
    right: 7%;
    width: 35%;
}
.section4 .sec3Pos2 {
    position: absolute;
    top: 50%;
    transition: all 1s;
    transform: translateY(-46%);
    right: 40%;
    width: 15%;
}


.section5 {
    background-size: 100% 100%;
    background-size: cover;
    color: #fff;
    position: relative;
}
.section5 .txt01 span {
    color: #fff;
}
.txt05 {
    position: absolute;
    transition: all 1s;
    font-size: 18px;
}
.sec4Txt5 {
    top: 15%;
    position: absolute;
    left: 50%;
    margin-left: -32%;
    transition: all 1s;
    color: #666666;
}
.section5 .sec5Pos {
    top: 27%;
}
.section5 .txtTel {
    font-size: 26px;
}
.section5 .txtTel span {
    font-size: 56px;
    display: block;
    font-weight: bold;
}
.section5 .ftTxt {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    transition: all 1s;
}
.section5 .ftTxt .ftImg {
    width: .9em;
    margin:-0.3em .2em 0 .4em;
    vertical-align:middle;
    display: inline-block;
}



.titBx {
    padding: 9.3% 0 5%;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.titBx span {
    margin-bottom: .4%;
    display: block;
    font-size: 36px;
    font-weight: bold;
}
.txtBx .mb3 {
    margin-bottom: .3em;
    font-size: 36px;
    font-weight: bold;
    color: #000545;
    margin-bottom: 0.5rem;
}
.txtBx .txt02 {
    font-size: 28px;
    font-weight: normal;
    padding-top: 7.5%;
}
.txtBx p {
    margin-top: 10px;
    color: #757589;
    font-size: 18px;
    line-height: 1.5;
}
.txtBx .mb01 {
    margin-bottom: 6em;
}

.sectionBx {
    /*padding-bottom: 13%;*/
    background-size: 100% 100%;
    /*background-size: cover;*/
    position: relative;
}
.comInr-section {
    position: absolute;
    max-width: 1344px;
    top: 10%;
    width: 100%;
    padding: 0 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}
.comTtl {
    padding: 8% 0 0;
    width: auto;
    display: flex;
    flex-direction: column;
    float: left;
    align-items: flex-start;
}
.comTtl .tit01 {
    font-size: 36px;
}
.comTtl p {
    padding-top: 5px;
    font-size: 18px;
}
.list-p {
    margin-left: -3%;
    padding-top: 15%;
    width: 50%;
    overflow: hidden;
    position: absolute;
}
.list-p li {
    padding-top: 10%;
    float: left;
    width: 30%;
    font-size: 0.18rem;
    text-align: center;
}
.list-p span {
    margin: 0 auto 5%;
    display: block;
    width: 45%;
}
.list-p p {
    font-size: 18px;
}
.list-p img {
    width: 100%;
}

.img01 {
    width: 50%;
    position: absolute;
    bottom: 6%;
    left: 45%;
}

.sectionBx2{
    margin-top: -12%;
    position: relative;
    z-index: 10;
    background: url('https://cdn.yilijk.com/website/images/patient/bg11_02.png') no-repeat left top;
    background-size: 100% auto;
}
.secBx01 {
    margin: 0 auto;
    padding-top: 7%;
    width: 80%;
    position: relative;
}
.secBx01 img {
    width: 100%;
}
.secBx01 .img1 {
    width: 50%;
}
.icoBx1,.icoBx2,.icoBx3 {
    position: absolute;
    width: 14%;
    top: 0;
    right: 19%;
}
.icoBx1,.icoBx2,.icoBx3 p {
    padding-top: 1em;
    text-align: center;
    color: #000545;
    font-size: 24px;
}
.icoBx1,.icoBx2,.icoBx3 p span {
    display: block;
    color: #757589;
}
.icoBx2 {
    width: 12%;
    top: 32%;
    right: 32%;
}
.icoBx3 {
    width: 13%;
    top: 45%;
    right: 8%;
}

.icoBx3 .notesTxt {
    font-size: 0.14rem;
}
.moreInfo {
    position: absolute;
    right: 12%;
    bottom: 2%;
    padding: 1px;
    border-radius: 20px;
    width: 30%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-image: linear-gradient(to right, #12D6DF, #F70FFF);
}
.moreInfo span {
    display: block;
    background-color: #f0f5ff;
    border-radius: 1.2em;
}

.sectionBx3 {
    margin-top: -2.5%;
    padding: 12% 0 12%;
    background: url('https://cdn.yilijk.com/website/images/patient/bg11_05.png') no-repeat left top;
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.sectionBx3 .txtBx {
    float: left;
    width: 60%;
}
.phoneSlide {
    float: right;
    position: relative;
    width: 28%;
}
.slideBx {
    padding-bottom: 20%;
    position: absolute;
    left: 6.5%;
    top: 3%;
    width: 87%;
}
.slideBx .slide {
    border-radius: 1.4em;
    overflow: hidden;
    display: block;
}
.phoneSlide img {
    width: 100%;
}
.swiper-pagination-bullet {
    width: 1em;
    height: 1em;
}


.sectionBx5 {
    margin-top: -6.5%;
    padding-bottom: 2%;
    position: relative;
    z-index: 9;
    background: url('https://cdn.yilijk.com/website/images/patient/bg11_10.png') no-repeat left top;
    background-size: 100% auto;
}
.sectionBx5 .txtBx {
    padding: 14% 0 5%;
    text-align: center;
    width: 100%;
}
.txt06 {
    left: 50%;
    transition: all 1s;
    margin-bottom: 0.3em;
    font-size: 36px;
    font-weight: bold;
    color: #000545;
}
.txtBx p {
    margin-bottom: 0;
}
.listStep {
    padding: 2% 0;
}
.listStep li {
    margin-right: 4%;
    padding: 2% 0;
    float: left;
    text-align: center;
    width: 22%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(141,155,184,.2);
}
.listStep li:hover {
    box-shadow: 0 0 10px rgba(141,155,184,.6);
}
.listStep li:last-child {
    margin-right: 0;
}
.listStep li:nth-child(2n) {
    margin-top: 5%;
}
.listStep li img {
    width: 30%;
    display: block;
    margin: 0 auto 26%;
}
.listStep li p {
    color: #757589;
    font-size: 18px;
}
.listStep li p span {
    margin-bottom: .3em;
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #000545;
}
.txt01-info-show {
    display: none;
}
.txt01-info-hidden {
    display: block;
}
.txt01-img-hidden {
    display: none;
}
.sexBx01-img-back {
    display: none;
}
.sectionBx4 {
    display: none;
}
.doctor-wx-qrcode {
    display: none;
}

@media screen and (max-width:768px) {
    .sec5Pos {
        position: absolute;
        left: 0;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .txt01 {
        left: 0;
        margin-left: 0;
        text-align: center;
        width: 100%;
        font-size: 24px;
    }
    .txt05 {
        width: 100%;
        text-align: center;
        font-size: 17px;
    }
    .section5 .txtTel {
        font-size: 17px;
    }
    .section5 .txtTel span {
        font-size: 30px;
        display: block;
        font-weight: bold;
    }

    .section4 .sec4Txt4 {
        left: 0;
        margin-left: 0;
    }

    .section4 .sec3Pos1 {
        width: 66%;
        top: 43%;
        transform: translateY(0);
        right: 2%;
    }
    .section4 .sec3Pos2 {
        width: 30%;
        top: 67%;
        transform: translateY(0);
        right: 65%;
    }
    .sec3Txt1 {
        transform: translateY(0);
        font-size: 24px;
    }
    .sec3Txt2 {
        right: 21%;
        left: 21%;
        text-align: center;
        font-size: 24px;
        top: 43%;
    }

    .doctorBody .txt01 {
        font-size: 14px;
    }
    .txt01 span {
        font-size: 24px;
    }
    .sec3Txt1-info {
        padding: 0px 15%;
    }
    .departmentList li {
        width: 33.33333333%;
    }
    .sec2Bx {
        bottom: -19%;
    }
    .departmentList li .posModel img {
        width: 34%;
    }
    .departmentList li .posModel span {
        font-size: 20px;
        line-height: 60px;
    }
    .txt01-info {
        float: left;
        padding-left: 20px;
        font-size: 24px;
        margin-top: 11px;
    }
    .txt01-info-show {
        display: block;
        text-align: left;
        padding-left: 20px;
        line-height: 1.5;
        color: #666666
    }
    .txt01-info-hidden {
        display: none;
    }
    .txt01-img-hidden {
        display: block;
    }
    .sec2Txt2 {
        left: 0;
        margin-left: 0;
        padding-left: 20px;
        font-size: 26px;
    }
    .section1 .pos1 {
        width: 100%;
        padding-top: 0;
    }

    .section1 .sec1PosBx, .txt01 {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
    .doctorBody .section1 .list {
        width: 100%;
    }
    .doctorBody .section1 .list li {
        font-size: 14px;
    }

    .doctorBody .section1 .codePos1 {
        float: right;
        width: 80%;
        margin-right: 0;
    }


    .sectionBx5 {
        background: url('https://cdn.yilijk.com/website/images/mobile/bgh5_605.png') no-repeat left top;
    }
    .sectionBx5 .txtBx {
        padding: 14% 0 5%;
        text-align: center;
        width: 100%;
    }
    .listStep {
        padding: 2% 0;
    }
    .listStep li {
        padding: 1em 0;
        width: 44%;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .listStep li:nth-child(2n) {
        margin-top: 0;
    }
    .listStep li img {
        width: 45%;
        display: block;
        margin: 0 auto 26%;
    }
    .listStep li p {
        color: #757589;
        font-size: 10px;
    }
    .listStep li p span {
        margin-bottom: .3em;
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #000545;
    }

    .img01 {
        bottom: 17%;
        left: 35%;
        width: 100%;
    }
    .list-p {
        padding-left: 5%;
        width: 60%;
        margin-left: -8%;
        padding-top: 35%;
    }
    .list-p li {
        padding: 0 0 20px;
        width: 50%;
    }
    .list-p li span {
        width: 40%;
        margin-bottom: 0.3em;
    }
    .list-p p {
        font-size: 14px;
    }


    .sectionBx2 {
        margin-top: -50%;
        padding: 18% 0 5%;
        background-image: url(https://cdn.yilijk.com/website/images/mobile/bgh5_602.png);
    }
    .sexBx01-img-back {
        width: 70%;
        display: block;
    }

    .sectionBx2 .secBx01 {
        padding-top: 0;
        width: 100%;
    }

    .moreInfo {
        width: 55%;
        position: static;
        font-size: .12rem;
        line-height: 1.3;
        border-radius: 25px;
        margin: 0 auto;
    }
    .moreInfo span {
        padding: 8px 0;
        border-radius: 25px;
    }

    .img1 {
        width: 70%;
    }
    .icoBx {
        width: 30%;
        position: absolute;
        right: 0;
        top: -20%;
    }
    .icoBx1, .icoBx2, .icoBx3 {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 10%;
        font-size: 13px;
    }
    .secBx01 img {
        width: 50%;
        margin: 0 auto;
    }
    .secBx01 .img1 {
        width: 100%;
    }
    .notesTxt {
        color: #757589;
        font-size: 10px;
    }



    .sectionBx3 {
        margin-top: 0;
        /*padding: 10% 1em 7%;*/
        background-image: url(https://cdn.yilijk.com/website/images/mobile/bgh5_603.png);
        background-size: cover;
    }
    .comInr {
        padding: 0 20px;
    }
    .sectionBx3 .txtBx {
        float: left;
        width: 50%;
    }
    .txtBx .txt01 {
        font-size: 20px;
    }
    .txtBx .txt02 {
        font-size: 18px;
        margin-bottom: 0.1em
    }
    .txtBx p {
        margin-bottom: 1em;
        font-size: 12.5px;
        line-height: 1.6;
    }
    .txtBx .mb01 {
        margin-bottom: 6em;
    }
    .phoneSlide {
        width: 50%;
    }


    .sectionBx4 {
        display: block;
        padding: 0;
        position: relative;
    }
    .sectionBx4 .titBx {
        padding-bottom: 12%;
        text-align: center;
        padding-top: 40px;
    }
    .sectionBx4 .txtBx {
        width: 80%;
    }
    .sectionBx4 .img01 {
        top: 44%;
        width: 77%;
        right: 0;
        left: 20%;
    }
    .sectionBx4 .img02 {
        width: 60%;
        margin: 0 0 0 -1em;
    }

    .sectionBx5 {
        margin-top: 55%;
        padding-bottom: 0;
        z-index: 1;
    }
    .txtBx1 {
        width: 100%;
        float: left;
        margin: 30px auto;
        text-align: center;
        margin-top: 90px;
    }
    .comTtl .tit01 {
        font-size: 20px;
        font-weight: bold;
    }
    .comTtl p {
        font-size: 14px;
        color: #757589;
    }
    .titBx {
        position: relative;
        color: #fff;
        text-align: left;
        font-size: 13px;
        padding-left: 20px;
    }
    .titBx span {
        margin-bottom: .4%;
        display: block;
        font-size: 20px;
        font-weight: bold;
    }
    .txt06 {
         font-size: 20px;
     }
    .icoBx1,.icoBx2,.icoBx3 p {
        font-size: 12px;
    }
    .doctor-wx-qrcode {
        display: block;
        display: flex;
        padding-top: 25%;
    }
}
