*{
    margin: 0;
    padding: 0;
}
.flexX{
    display: flex;
    flex-direction: row;
}
.flexY{
    display: flex;
    flex-direction: column;
}
.bigbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 750px !important;
    margin:  0 auto;
}
.jjBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 750px !important;
    margin:  0 auto;
    background-size: 100% 100%;
    justify-content: center;
    /* padding-bottom: 1.5333rem; */
}

.cur{
    cursor: pointer;
}
.utilTitle {
    font-family: OPPOSans-H;
    font-size: .4rem;
    font-weight: bold;
    color: #000000;
    margin: .3rem 0 0;
    text-align: center;
}
.line{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    margin: .3rem 0 .3rem;
}
.line .pinkLine{
    width: .6rem;
    height: .02rem;
    background-color: #41c1ce;
}
.line .circle{
    width: .05rem;
    height: .05rem;
    background-color: #fa9ec0;
    border-radius: 50%;
    margin-left: .1rem;
}
@media screen and (min-width: 750px) {
    html {
      font-size: 37.5px !important;
    }
}
.utilBtn{
    height: 1.6267rem;
    line-height: 1.6267rem;
	background-color: #41c1ce;
	border-radius: .8267rem;
    font-family: MicrosoftYaHei;
	font-size: .6667rem;
	color: #ffffff;
    padding:0 .8rem;
    margin: 1.3333rem 0;
    align-items: center;
}
.utilBtn .user{
    width: 1.0667rem;
	height: 1.0667rem;
    margin-right: .1867rem;
}

/* 医院简介 start */
.jj{
    align-items: center;
}
.jj .texts{
    width: 100%;
	 
	font-family: MicrosoftYaHei;
	font-size: .6667rem;
	line-height: 1.0133rem;
	letter-spacing: 0px;
	color: #000000;
}
.jj .texts p{	font-size: .3rem;
	line-height: .6rem;}
.jj .map{
    width: 90%;
}
/* 医院简介 end */


.hot{
    width: 17.8533rem;
	height: 3.5733rem;
	background-color: #41c1ce;
	border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 1.2733rem;
    cursor: pointer;
}
.hot .hotPhone{
    width: 1.9467rem;
	height: 2rem;
    margin-right: .5333rem;
}
.hot .hotText{
    font-family: SourceHanSansCN-Bold;
	font-size: .8533rem;
	color: #ffffff;
}
.hot .hotText .text{
    font-family: SourceHanSansCN-Bold;
	font-size: .8533rem;
	color: #ffffff;
}
.hot .hotText .num{
    font-family: SourceHanSerifCN-Heavy;
	font-size: 1.0933rem;
	color: #ffffff;
    text-align: center;
}

.explain{
    margin: 1.68rem 0 1.44rem;
    display: flex;
    justify-content: center;
}
.explain .pinkBox{
    width: 4.56rem;
	height: 1.3067rem;
	background-color: #41c1ce;
	border-radius: .1333rem;
    align-items: center;
    justify-content: center;
}
.explain .pinkBox .expainImg{
    width: .64rem;
	height: .6933rem;
    margin-right: .2667rem;
}
.explain .pinkBox .text{
    font-family: SourceHanSansCN-Regular;
	font-size: .72rem;
	color: #ffffff;
}

/* 发展历程和诊疗之旅 start */
.historyAndJourney{
    width: 100%;
    height: 25.9867rem;
    background-image: url("../images/bg.png");
    background-size: cover;
}
.historyAndJourney .historySwiper{
    width: 90%;
    height:15.84rem;
}
.historyAndJourney .historySwiper .historyImg{
    height: 10.5867rem;
}
.historyAndJourney .historySwiper .pinkText{
    font-family: MicrosoftYaHei-Bold;
	font-size: .7733rem;
	font-weight: bold;
	color: #e34986;
    text-align: center;
    margin: .9867rem .6133rem;
}
.historyAndJourney .historySwiper .texts{
    font-family: MicrosoftYaHei;
	font-size: .6667rem;
	color: #000000;
    text-align: center;
}
.historyAndJourney .historyBtn{
    width: 10.6667rem;
    margin: 0 auto;
}
.historyAndJourney .journey{
    height: 3.68rem;
    width: 100%;
    border-radius: 0 50% 0 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1.8933rem;
}
/* 发展历程和诊疗之旅 end */

/* 诊疗 start */
.journey{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.journey .item{
    width: 90%;
    height: 5.6533rem;
    background-image: url("../images/zlzl_01.jpg");
    background-size: 100% 100%;
    position: relative;
}
.journey .item .text1{
    position: absolute;
    top: 14%;
    left: 45%;
    font-family: MicrosoftYaHei-Bold;
	font-size: .7733rem;
	font-weight:bold;
	color: #ffffff;
}
.journey .item .text2{
    width: 10.6933rem;
	height: 2.4533rem;
	font-family: MicrosoftYaHei;
	font-size: .6667rem;
	font-weight: bold;
	color: #666666;
    position: absolute;
    top: 40%;
    left: 38%;
    line-height: .88rem;
}
.journey .item2{
    background-image: url("../images/zlzl_02.jpg");
}
.journey .item3{
    background-image: url("../images/zlzl_03.jpg");
}
.journey .item4{
    background-image: url("../images/zlzl_04.jpg");
}
.journey .item5{
    background-image: url("../images/zlzl_05.jpg");
}
.journey .item2 .text1{
    top: 14%;
    left: 12%;
}
.journey .item2 .text2{
    top: 40%;
    left: 3%;
}
.journey .item3 .text1{
    top: 14%;
    left: 42%;
}
.journey .item4 .text1{
    top: 14%;
    left: 4%;
}
.journey .item5 .text1{
    top: 14%;
    left: 42%;
}
/* 诊疗 end */

/* 健康防线 start */
.healthy{
    width: 100%;
    align-items: center;
    background-image: url("../images/bg.png");
    background-size: cover;
}
.healthy .team{
    width: 100%;
}
.healthy .texts{
    width: 90%;
    height: 3.7333rem;
    line-height: 1.0133rem;
    font-family: OPPOSans-M;
	font-size: .6667rem;
	color: #000000;
    margin-top: 1.0133rem;
}
.healthy .infect{
    height: 3.68rem;
    width: 100%;
    border-radius: 0 50% 0 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-top: 1.8933rem; */
}
/* 健康防线 end */

/* 防范感染 start */
.infect{

}
.infect .row{
}
.infect .row .item{
    height: 7.3067rem;
    width: 7.7867rem;
    background-image: url("../images/cs_01.png");
    background-size: 100% 100%;
}
.infect .row .item2{
    background-image: url("../images/cs_02.png");
    margin-left: 1.76rem;
}
.infect .row .item .text1{
    font-family: MicrosoftYaHei;
	font-size: .6667rem;
	color: #ffffff;
    text-align: center;
    margin-top: 4.1333rem;
}
.infect .row .item .text2{
	font-family: MicrosoftYaHei;
	font-size: .56rem;
	color: #000000;
    margin-top: .5333rem;
    text-align: center;
}
.infect .row .item .text3{
    font-family: MicrosoftYaHei;
	font-size: .56rem;
	color: #000000;
    text-align: center;
}
.infect .infectBtn{
    width: 10.8667rem;
    margin: 1.3333rem auto;
}
/* 防范感染 end */

/* 荣誉 start */
.honor{
    width: 100%;
    align-items: center;
    background-image: url("../images/bg.png");
    background-size: cover;
}
.honor .honorSwiper{
    width: 90%;
    height: 16.8133rem;
}
.honor .honorBtn{
    width: 7.0933rem;
    margin:  0 auto;
}
.honor .confidently{
    height: 3.68rem;
    width: 100%;
    border-radius: 0 50% 0 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1.8933rem;
}
/* 荣誉 end */

/* 放心之选 start */
.confidently{
    width: 100%;
}
.confidently .row{
    width: 90%;
    margin: 0 auto;
}
.confidently .row .item{
    background-image: url("../images/select_01.png");
    background-size: cover;
    width: 8rem;
    height: 9.9467rem;
}
.confidently .row .item2{
    background-image: url("../images/select_02.png");
}
.confidently .row .item3{
    background-image: url("../images/select_03.png");
}
.confidently .row .item4{
    background-image: url("../images/select_04.png");
}
.confidently .row .item .text1{
    font-family: MicrosoftYaHei-Bold;
	font-size: .6667rem;
	font-weight: bold;
	color: #000000;
    padding-top: 3.28rem;
    text-align: center;
}
.confidently .row .item .text2{
    width: 7.0933rem;
	height: 2.1067rem;
	font-family: MicrosoftYaHei;
	font-size: .56rem;
	line-height: .6667rem;
	letter-spacing: 0px;
	color: #000000;
    margin: .56rem auto 0;
}
.confidently .row .item .text3{
    font-family: MicrosoftYaHei-Bold;
	font-size: .7733rem;
	font-weight: bold;
	color: #ffffff;
    margin-top: 1.8667rem;
    text-align: center;
}
/* 放行之选 end */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #9c9c9c;
}