.publicTitBoxSubTit{
    text-align: center;
    font-size: 0.26rem;
    color: #999;
    margin-top: 0.25rem;
}
.treatment_item1 {
    width: 100%;
    /* padding: 0.2rem 0rem; */padding: 0rem 0rem;
    overflow: hidden;
  }
  .treatment_item1 .swiper-container0 {
    width: 200%;
    margin-left: -50vw;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .treatment_item1 .swiper-container0 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .treatment_item1 .swiper-container0 .swiper-slide a > .treatment_img {
    width: 100%;
    /*height: 100%;*/
    position: relative;
    z-index: 1;
  }
  .treatment_item1 .swiper-container0 .swiper-pagination0 {
    /* width: auto; */
    bottom: 0.2rem;
    /* right: 0.3rem; */
    left: auto;
    font-size: 0px;
    position: absolute;
    text-align: center;
    z-index: 999;
  }
  .treatment_item1 .swiper-container0 .swiper-pagination0 > .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
    opacity: 0.5;
  }
  .treatment_item1 .swiper-container0 .swiper-pagination0 > .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
  }
.treatment_item1 .swiper-slide {
    height: 3rem;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.treatment_item1 .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}







.indexBox1 {
    width: 100%;
    padding: 0.4rem 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
}

.indexBox1 a {
    padding: 0.32rem 0rem;
    width: calc((100% - 0.6rem) / 4);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indexBox1 a:nth-child(2n+1) {
    /* background-image: linear-gradient(#00c8cf, #009de0); */
	background-image: linear-gradient(#3c84cd, #013145);
}

.indexBox1 a:nth-child(2n) {
    /* background-image: linear-gradient(#00c8cf, #009de0); */
	background-image: linear-gradient(#3c84cd, #013145);
}


.indexBox1 a img {
    height: 0.6rem;
}

.indexBox1 a p {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.24rem;
    color: #ffffff;
    margin-top: 0.3rem;
}

/* 胃肠类疾病 肛肠类疾病 */
.indexBox2 {
    width: 100%;
}

.index_navBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0rem 0.38rem;
}

.index_navBox a {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #999999;
}

.index_navBox a+a {
    margin-left: 0.68rem;
}

.index_navBox a.active {
    color: #333333;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    position: relative;
}

.index_navBox a.active::before {
    content: "";
    display: block;
    width: 0.33rem;
    height: 0.24rem;
    position: absolute;
    left: 50%;
    margin-left: -0.165rem;
    bottom: -0.38rem;
    background: url("../images/active_icon.png") no-repeat center center;
    background-size: 100% 100%;
}

.indexBox2 .content {
    width: 100%;
    padding: 0.2rem 0rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.indexBox2 .content a {
    width: 25%;
    padding: 0.2rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indexBox2 .content a .imgBox {
    width: 1.08rem;
    height: 1.08rem;
    background-color: rgba(179, 151, 125, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.indexBox2 .content a .imgBox img {
    max-width: 0.8rem;
    max-height: 0.8rem;
    margin-bottom: -0.1rem;
}

.indexBox2 .content a p {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.24rem;
    color: #333333;
    margin-top: 0.2rem;
}

/* 健康大讲堂 */
.indexBox3 {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 0.7rem;
}

.publicTitBox {
    text-align: center;
    padding: 0.6rem 0rem 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicTitBox a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.34rem;
    line-height: 0.3rem;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.publicTitBox a::before {
    content: "";
    display: block;
    width: 0.79rem;
    height: 0.26rem;
    position: absolute;
    top: 50%;
    left: -0.9rem;
    margin-top: -0.13rem;
    background: url("../images/tit_icon_left.png") no-repeat left center;
    background-size: 100% 100%;
}

.publicTitBox a::after {
    content: "";
    display: block;
    width: 0.79rem;
    height: 0.26rem;
    position: absolute;
    top: 50%;
    margin-top: -0.13rem;
    right: -0.9rem;
    background: url("../images/tit_icon_right.png") no-repeat left center;
    background-size: 100% 100%;
}



.publicIndexNav {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    padding: 0.1rem 4% 0.38rem;
}

.publicIndexNav ul {
    display: flex;
}

.publicIndexNav ul li {
    font-size: 0;
}

.publicIndexNav ul li a {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #666666;
    white-space: nowrap;
    display: inline-block;
}

.publicIndexNav ul li.active a {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #137ce5;
    position: relative;
}

.publicIndexNav ul li.active a::before {
    content: "";
    display: block;
    width: 0.33rem;
    height: 0.24rem;
    position: absolute;
    left: 50%;
    margin-left: -0.165rem;
    bottom: -0.38rem;
    background: url("../images/active_icon.png") no-repeat center center;
    background-size: 100% 100%;
}

.publicIndexNav ul li+li {
    margin-left: 0.5rem;
}

.publicIndexNav::-webkit-scrollbar {
    height: 0rem;
}

.indexBox3 .swiperBox {
    margin-top: 0.3rem;
    width: 100%;
    overflow: hidden;
}

.indexBox3 .swiperBox .swiperBoxItem {
    width: 264vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.indexBox3 .swiperBox .swiper-slide {
    width: 88vw;
    padding: 0rem 2vw;
    box-sizing: border-box;
}

.indexBox3 .swiperBox .item {
    width: 100%;
    display: block;
    position: relative;
}

.indexBox3 .swiperBox .item img {
    width: 100%;
}

.indexBox3 .swiperBox .item img.indexShadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
}

.indexBox3 .swiperBox .titBx {
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #333333;
    padding: 0.26rem 8% 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.publicMore {
    width: 100%;
    display: flex;
    justify-content: center;
}


.publicMore .moreBtn {
    display: inline-block;
    text-align: center;
    background: url("../images/moreBtn_bg.png") no-repeat center center;
    background-size: 100% 100%;
    width: 2.25rem;
    height: 0.77rem;
    line-height: 0.77rem;
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    color: #ffffff;
}



/* 关于我们 start */
.about_us {
    margin-top: 0.6rem;
    width: 100%;
    /* padding-bottom: 1rem; */
}
.about_us .about_logo {
    width: 100%;
    padding: 0% 4%;
    margin-bottom: 0.5rem;
    font-size: 0.32rem;
    font-weight: bold;
}

.about_us .about_logo>img {
    width: 4.81rem;
    height: 0.7rem;
}

.about_us .about_dec {
    width: 100%;
    padding: 0% 4%;
    height: 116px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.about_us .about_dec>P {
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #666666;
    text-align: justify;
    display: block;
}

.about_us .about_dec>P:first-child {
    margin-bottom: 0.36rem;
}

.about_us .about_video {
    width: 100%;
    height: 3.92rem;
    padding: 0% 4%;
    margin-top: 0.5rem;
    position: relative;
}

.about_us .about_video>video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.about_us .about_video .video_shade {
    width: 92%;
    height: 100%;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.about_us .about_video .video_play {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    position: absolute;
    bottom: 8%;
    right: 8%;
    z-index: 12;
}

.about_us .about_video .video_text {
    display: block;
    font-size: 0.3rem;
    color: #fffefe;
    position: absolute;
    bottom: 8%;
    left: 8%;
    font-weight: bold;
    letter-spacing: 0.02rem;
    z-index: 12;
}

.about_us .video_list {
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 0.3rem;
    background: url("../images/video_list_bg.png") no-repeat center top;
    background-size: 100% 100%;
    margin-top: -1.15rem;
}

.about_us .video_list>ul {
    width: 100%;
    padding: 0% 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_us .video_list>ul>li {
    width: 48%;
    padding: 0.2rem 0.6rem;
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    background-image: url("../images/video_list_text_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    margin-bottom: 0.3rem;
}

.about_dec .publicMore {
    justify-content: flex-start;
    margin-top: 0.4rem;
}

/* 关于我们 end */

/* 医院动态 */
.indexBox4 {
    padding-top: 0.7rem;
}

.indexBox4 .publicIndexNav ul li+li {
    margin-left: 0.32rem
}

.indexBox4 .publicIndexNav {
    margin-bottom: 0.3rem;
}

.indexBox4 .publicIndexNav ul li.active a {
    font-size: 0.34rem !important;
    color: #137ce5 !important;
    font-weight: bold !important;
}

.indexBox4 .content {
    width: 100%;
    padding: 0rem 4%;
}

.indexBox4 .content .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.indexBox4 .content .shadow2 {
    content: '';
    display: block;
    position: absolute;
    top: 0rem;
    left: 0rem;
    bottom: 0rem;
    right: 0rem;
    background: url("../images/shadow2.png") no-repeat center center;
    background-size: 100% 100%;
}

.indexBox4 .content .imgBox p {
    padding: 0rem 4%;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.3rem;
    left: 0rem;
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox4 .content ul li {


    margin-top: 0.3rem;

}

.indexBox4 .content ul li a::before {
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.07rem;
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    position: absolute;
    left: 0rem;
    top: 50%;
    margin-top: -0.035rem;
}

.indexBox4 .content ul li:nth-child(1) {
    margin-top: 0.4rem;
}

.indexBox4 .content ul li a {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #333333;
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 0.3rem;

}

.indexBox4 .publicMore {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
}

/* 医院动态 :end */


/* 肛肠坐诊医生 */
.indexBox5 {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.6rem 0rem;
    overflow: hidden;
}

.indexBox5 .index_navBox a.active {}


.indexBox5 .publicMore {
    margin-top: 0.48rem;
}

.indexBox5 .swiperBoxItem2 {
    width: 120vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.4rem;margin-bottom: 0.3rem;
}

.indexBox5 .swiperBoxItem2 .swiper-slide {
    width: 40vw;
    padding: 3rem 2vw;
}

.indexBox5 .swiperBoxItem2 .swiper-slide .item {
    width: 100%;
    text-align: center;
}

.indexBox5 .swiperBoxItem2 .swiper-slide .item img {
    width: 2.48rem;
    height: 2.48rem;
    border-radius: 50%;

}

.indexBox5 .swiperBoxItem2 .swiper-slide .item h4 {
    font-family: MicrosoftYaHei;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #333333;
    margin-top: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox5 .swiperBoxItem2 .swiper-slide .item h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.3rem;
    /* color: #00c8cf; */color: #0e457d;
    margin-top: 0.2rem;
}

.indexBox5 .swiperBoxItem2 .swiper-slide .item h6 {

    margin-top: 0.24rem;
    font-family: MicrosoftYaHei;
    font-size: 0.22rem;
    line-height: 0.38rem;
    color: #666666;
}

.indexBox5 .swiperBoxItem2 .swiper-slide .item h6 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox5 .swiperBoxItem2 .swiper-slide .item a {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: solid 0.01rem #137ce5;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #137ce5;
    display: block;
    margin: 0rem auto 0rem;
}

/* 肛肠坐诊医生 end */

/* 重点诊疗项目 */
.indexBox6 {
    width: 100%;
    padding: 0.6rem 0rem;
}

.indexBox6 .publicIndexNav ul li+li {
    margin-left: 0.37rem;
}


.indexBox6 .content {
    margin-top: 0.32rem;
    width: 100%;
    padding: 0rem 4%;
}

.indexBox6 .content .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.indexBox6 .content .shadow2 {
    content: '';
    display: block;
    position: absolute;
    top: 0rem;
    left: 0rem;
    bottom: 0rem;
    right: 0rem;
    background: url("../images/shadow2.png") no-repeat center center;
    background-size: 100% 100%;
}

.indexBox6 .content .imgBox p {
    padding: 0rem 4%;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.3rem;
    left: 0rem;
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexBox6 .content ul li {


    margin-top: 0.3rem;

}

.indexBox6 .content ul li a::before {
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.07rem;
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    position: absolute;
    left: 0rem;
    top: 50%;
    margin-top: -0.035rem;
}

.indexBox6 .content ul li:nth-child(1) {
    margin-top: 0.4rem;
}

.indexBox6 .content ul li a {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #333333;
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 0.3rem;

}

.indexBox6 .content .item2 {
    width: 100%;
    box-sizing: border-box;
    margin-top: 0.5rem;
}

.indexBox6 .content .item2 .infoBox {
    width: 100%;
    display: block;
    padding: 0.3rem;
    background-color: rgba(36, 43, 51, 0.1);
}

.indexBox6 .content .item2 .infoBox h6 {
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333333;
    position: relative;
    padding-left: .54rem;
    margin-bottom: .34rem;
}

.indexBox6 .content .item2 .infoBox h6:before {
    content: "问";
    display: block;
    position: absolute;
    left: 0rem;
    text-align: center;
    top: 0rem;
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #fff;
    background-color: #137ce5;
    border-radius: 0.08rem 0rem 0.08rem 0.08rem;

}

.indexBox6 .content .item2 .infoBox p {
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    line-height: 0.38rem;
    color: #666666;
    padding-left: 0.54rem;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.indexBox6 .content .item2 .infoBox p:before {
    content: "答";
    display: block;
    position: absolute;
    left: 0rem;
    text-align: center;
    top: 0rem;
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #fff;
    background-color: #00c8cf;
    border-radius: 0.08rem 0.08rem 0rem 0.08rem;
}

.inspectBox {
    width: 100%;
    border: solid 0.01rem #137ce5;
    display: flex;
    margin-top: 0.5rem;
}

.inspectBox_left {
    width: 1.48rem;
    height: 1.31rem;
    background-color: #faefed;
    background: url("../images/index_bgColor.png") no-repeat center center;
    background-size: 100% 100%;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #137ce5;
    padding: 0.3rem 0.15rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.inspectBox_right {
    width: calc(100% - 1.48rem);
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inspectBox_right li a {
    display: block;
}

.inspectBox_right li {
    margin-top: 0rem !important;
}

.inspectBox_right li a::before {
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.07rem;
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    position: absolute;
    left: 0rem;
    top: 50%;
    margin-top: -0.035rem;
}


/* 重点诊疗项目 :end */

/* 分院导航 */
.indexBox7 {
    width: 100%;
    padding-bottom: 0.6rem;
    background-color: #f7f7f7;
}

.branchCourtsBox {
    overflow: hidden;
}

.branchCourtsBox .swiper-slide {
    width: calc(3.77rem + 4%);
    padding-left: 4%;
}

.branchCourtsBox .swiper-slide:last-child {
    padding-right: 4%;
    width: calc(3.77rem + 8%);
}

.branchCourtsBox_item {
    width: 3.77rem;
    height: 2rem;
    position: relative;
}

.branchCourtsBox_item+.branchCourtsBox_item {
    margin-left: .3rem;
}


.branchCourtsBox .imgBox {
    overflow: hidden;
    width: 3.77rem;
    height: 1.64rem;
}

.branchCourtsBox img {
    width: 100%;
    height: 100%;
}

.branchCourtsBox a {
    width: 3.37rem;
    height: 0.73rem;
    line-height: 0.7rem;
    padding-left: 0.2rem;
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    position: absolute;
    bottom: 0rem;
    left: 0.2rem;
    background: url(../images/branchCourts_bg1.png) no-repeat center center;
    background-size: 100% 100%;

}

/* 分院导航 :end */

/* 医院环境 */
.indexBox8 {
    padding: 0.6rem 0rem;
}

.indexBox8 .publicIndexNav ul li.active a {
    font-size: 0.34rem !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.indexBox8 .content {
    padding: 0rem 4%;
    margin-top: 0.4rem;
}

.indexBox8 .content img {
    width: 100%;
}

.indexBox8 .publicIndexNav ul li+li {
    margin-left: 0.32rem;
}


/* 医院环境 end */


/* 特色专科检查弹框 */
.maskBox {
    position: fixed;
    top: 0rem;
    left: 0rem;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    display: none;
}

.maskBox .mask {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    width: 100%;
    background-color: #ffffff;
    padding: 0.3rem 4%;
}

.maskBox .mask .maskTitlt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.34rem;
    border-bottom: 0.01rem solid #e6e6e6;
}

.maskBox .mask .maskTitlt p {
    font-family: MicrosoftYaHei;
    font-size: 0.34rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
    width: calc(100% - 0.5rem);

}

.maskBox .mask .maskTitlt img {
    width: 0.3rem;
    height: 0.3rem;
}

.maskBox .mask ul {
    margin-top: 0.3rem;
    max-height: 6.86rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.maskBox .mask ul li a {
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    color: #666666;
    display: block;
    line-height: 0.72rem;
    padding-left: 0.28rem;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.maskBox .mask ul li a::before {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background-image: linear-gradient(to right, #009de0 , #00c8cf);
    position: absolute;
    left: 0rem;
    top: 50%;
    margin-top: -0.04rem;
}

/* 特色专科检查弹框 end */

/* 防止弹框内容滑动时下边内容滚动 样式*/
#disable {
    position: fixed;
    top: 0;
    height: 100%;
    overflow: hidden;
}