* {
    margin: 0;
    padding: 0;
}

.flexX {
    display: flex;
    flex-direction: row;
}

.flexY {
    display: flex;
    flex-direction: column;
}

.flexCenter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

img {
    display: block;
}

.bold {
    font-weight: bold;
}

.banner_title {
    width: 100%;
    cursor: pointer;
}

.marCenter {
    margin: 0 auto;
    width: 1200px;
}

body {
    /* background-color: #fafff2; */
    min-width: 1200px;
}


.text-shadow {
    /* color: white; */
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}

.conBox {
    width: 100%;
    /* height: 5000px; */
    background-image: url("/images/monthly26-5-6/bj_02.jpg");
    align-items: center;
    padding-top: 113px;
    background-size: contain;
    /* background-repeat: no-repeat; */
}

.utilTit {
    width: 486px;
    height: 84px;
    background-image: url("/images/monthly26-5-6/tit_bj.png");
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 50%;
    margin-left: -243px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 1px 1px #000;
}

/* 进店专享 start */
.jdzx{
    width: 1000px;
    height: 842px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
}
.jdzx .jdzxBox{
    width: 1000px;
    height: 809px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.jdzx .jdzxBox .jdzxText{
    font-size: 34px;
    width: 1000px;
    font-weight: bold;
    justify-content: center;
    margin-top: 82px;
}
.jdzx .jdzxBox .jdzxText .jz{
    color: #00329e;
    font-size: 34px;
}
.jdzx .jdzxBox .jdzxText .jz .num{
      color: #00329e;
    font-size: 47px;
    font-style: italic;
    line-height: 34px;
}
.jdzx .jdzxBox .jdzxRow .jdzxItem{
    width: 431px;
	height: 188px;
	background-image: linear-gradient(0deg, 
		#e8f3fc 0%, 
		#d5ebfe 100%);
	border-radius: 20px;
}
.jdzx .jdzxBox .jdzxRow{
    width: 886px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 23px;
}
.jdzx .jdzxBox .jdzxRow .jdzxItem .jdzxItemImg{
    width: 118px;
	height: 121px;
    margin-right: 18px;
}
.jdzx .jdzxBox .jdzxRow .jdzxItem .jdzxRight .jdzxRight1{
    font-size: 27px;
    color: #00286f;
    font-weight: bold;
     text-align: center;
}
.jdzx .jdzxBox .jdzxRow .jdzxItem .jdzxRight .jdzxRight2{
    width: 260px;
	height: 30px;
	background-image: linear-gradient(90deg, 
		#f4f9fd 1%, 
		#fafcfe 28%, 
		#ffffff 55%, 
		#f4f9fd 100%);
	border-radius: 20px;
	border: solid 1px #eeeeee;
     text-align: center;
     font-size: 25px;
     line-height: 30px;
}
.jdzx .jdzxBox .jdzxRow1{
    width: 886px;
    margin: 17px auto 0;
    justify-content: space-between;
}
.jdzx .jdzxBox .jdzxRow1 .jdzxItem{
    width: 292px;
	height: 188px;
	background-image: linear-gradient(0deg, 
		#e8f2fc 0%, 
		#ffebf4 100%);
	border-radius: 20px;
}
.jdzx .jdzxBox .jdzxRow1 .jdzxItem .jdzxItemImg1{
    width: 282px;
	height: 157px;
    position: absolute;
    top: -5px;
}
.jdzx .jdzxBox .jdzxRow1 .jdzxItem .jdzxItemImg{
    width: 96px;
	height: 124px;
    margin-right: 10px;
}
.jdzx .jdzxBox .jdzxRow1 .jdzxItem .conText{
    width: 221px;
	height: 27px;
	background-image: linear-gradient(90deg, 
		#f4f9fd 1%, 
		#fafcfe 28%, 
		#ffffff 55%, 
		#f4f9fd 100%);
	border-radius: 13px;
	border: solid 1px #eeeeee;
    font-size: 19px;
    color: #001540;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.jdzx .jdzxBox .jdzxRow1 .jdzxItem .jdzxRight .jdzxRight1{
    font-size: 27px;
    color: #00286f;
    font-weight: bold;
     text-align: center;
}
.jdzx .jdzxBox .jdzxRow1 .jdzxItem .jdzxRight .jdzxRight2{
    /* width: 260px; */
	height: 30px;
	background-image: linear-gradient(90deg, 
		#f4f9fd 1%, 
		#fafcfe 28%, 
		#ffffff 55%, 
		#f4f9fd 100%);
	border-radius: 15px;
	border: solid 1px #eeeeee;
     text-align: center;
     font-size: 25px;
     line-height: 30px;
     padding: 0 10px;
}
/* 进店专享 end */
/* 综合 start */
.zz{
    width: 1000px;
    height: 491px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.zz .zzBox{
    width: 1000px;
    height: 459px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    padding-top: 86px;
    box-sizing: border-box;
}
.zz .zzBox .zzItem{
    width: 283px;
	height: 317px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    align-items: center;
    position: relative;
}
.zz .zzBox .zzItem .zzItemImg{
    width: 106px;
	height: 99px;
    margin-top: 34px;
}
.zz .zzBox .zzItem .xm{
    font-size: 25px;
    margin: 19px 0 17px;
    font-weight: bold;
}
.zz .zzBox .zzItem .line{
    width: 225px;
    border-top: 1px dashed #a4a59f;
}
.zz .zzBox .zzItem .prcie{
    align-items: flex-end;
    margin: 14px 0 17px;
}
.zz .zzBox .zzItem .sm{
    width: 193px;
	height: 34px;
	background-color: #f0f4f7;
	border-radius: 16px;
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    color: #6c6c6c;
}
.zz .zzBox .zzItem .fs28{
    font-size: 28px;
    line-height: 28px;
}
.zz .zzBox .zzItem .fs47{
    font-size: 47px;
    font-weight: bold;
    line-height: 45px;
    color: #00329e;
    letter-spacing: -1px;
}
.zz .zzBox .zzItem .yyBtn{
    width: 193px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 16px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
}
/* 综合 end */
/* 牙体牙髓 start */
.ytys{
    width: 1000px;
    height: 471px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.ytys .zzBox{
    width: 1000px;
    height: 439px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    padding-top: 76px;
    box-sizing: border-box;
}
.ytys .zzBox .ytysItem{
    width: 427px;
	height: 317px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    position: relative;
}
.ytys .zzBox .ytysItem .ytysItemImg{
    width: 164px;
	height: 165px;
    position: absolute;
    top: 42px;
    right: 32px;
}
.ytys .zzBox .ytysItem .texts{
    position: absolute;
    left: 23px;
    top: 71px;
}
.ytys .zzBox .ytysItem .texts .text1{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.ytys .zzBox .ytysItem .texts .text2{
    align-items: flex-end;
    margin-top: 30px;
}
.ytys .zzBox .ytysItem .texts .text2 .fz69{
    font-size: 69px;
    line-height: 69px;
    color: #00329e;
    font-weight: bold;
}
.ytys .zzBox .ytysItem .texts .text2 .fz31{
    font-size: 31px;
    line-height: 31px;
}
.ytys .zzBox .ytysItem .zhe{
    width: 380px;
	height: 46px;
	border-radius: 22px;
    background-color: #f0f4f7;
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -190px;
}
.ytys .zzBox .ytysItem .zhe .zk{
    font-size: 23px;
    color: #6c6c6c;
    line-height: 46px;
    margin-left: 25px;
}
.ytys .zzBox .ytysItem .zhe .yybtn{
    width: 158px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 22px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.ytys .zzBox .ytysItem .yybtn1{
    width: 380px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 22px;
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -190px;
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    cursor: pointer;
}
/* 牙体牙髓 end */
/* 口腔种植科专场 start */
.zzzc{
    width: 1000px;
    height: 860px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.zzzc .zzBox{
    width: 1000px;
    height: 827px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    padding-top: 86px;
    box-sizing: border-box;
}
.zzzc .zzBox .zzItem{
    width: 283px;
	height: 317px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    align-items: center;
    position: relative;
}
.zzzc .zzBox .zzItem .zzItemImg{
    width: 106px;
	height: 99px;
    margin-top: 34px;
}
.zzzc .zzBox .zzItem .xm{
    font-size: 25px;
    margin: 19px 0 17px;
    font-weight: bold;
}
.zzzc .zzBox .zzItem .line{
    width: 225px;
    border-top: 1px dashed #a4a59f;
}
.zzzc .zzBox .zzItem .prcie{
    align-items: flex-end;
    margin: 12px 0 22px;
}
.zzzc .zzBox .zzItem .sm{
    width: 193px;
	height: 34px;
	background-color: #f0f4f7;
	border-radius: 16px;
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    color: #6c6c6c;
}
.zzzc .zzBox .zzItem .sm2{
    position: absolute;
    bottom: 36px;
    font-size: 10px;
    color: #6c6c6c;
}
.zzzc .zzBox .zzItem .fs28{
    font-size: 28px;
    line-height: 28px;
}
.zzzc .zzBox .zzItem .fs47{
    font-size: 47px;
    font-weight: bold;
    line-height: 45px;
    color: #00329e;
    letter-spacing: -1px;
}
.zzzc .zzBox .zzItem .yyBtn{
    width: 193px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 16px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
}
.zzzc .zzBox .zhu{
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 26px;
}
/* 口腔种植科专场 end */
/* 口腔正畸科专场 start */
.zj{
    width: 1000px;
    height: 780px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.zj .zzBox{
    width: 1000px;
    height: 747px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    padding-top: 86px;
    box-sizing: border-box;
}
.zj .zzBox .zzItem{
    width: 283px;
	height: 317px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    align-items: center;
    position: relative;
}
.zj .zzBox .zzItem .zzItemImg{
    width: 106px;
	height: 99px;
    margin-top: 34px;
}
.zj .zzBox .zzItem .xm{
    font-size: 25px;
    margin: 19px 0 17px;
    font-weight: bold;
}
.zj .zzBox .zzItem .line{
    width: 225px;
    border-top: 1px dashed #a4a59f;
}
.zj .zzBox .zzItem .prcie{
    align-items: flex-end;
    margin: 14px 0 17px;
}
.zj .zzBox .zzItem .sm{
    width: 193px;
	height: 34px;
	background-color: #f0f4f7;
	border-radius: 16px;
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    color: #6c6c6c;
}
.zj .zzBox .zzItem .sm2{
    position: absolute;
    bottom: 36px;
    font-size: 11px;
    color: #6c6c6c;
}
.zj .zzBox .zzItem .fs28{
    font-size: 28px;
    line-height: 28px;
}
.zj .zzBox .zzItem .fs47{
    font-size: 47px;
    font-weight: bold;
    line-height: 45px;
    color: #00329e;
    letter-spacing: -1px;
}
.zj .zzBox .zzItem .yyBtn{
    width: 193px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 16px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
}
.zj .zzBox .zhu{
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 26px;
}
.zj .zzBox .zzItem1{
    width: 222px;
	height: 248px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    align-items: center;
    position: relative;
}
.zj .zzBox .zzItem1 .zzItemImg{
   	width: 94px;
	height: 77px;
    margin-top: 20px;
}
.zj .zzBox .zzItem1 .xm{
    font-size: 19px;
    margin: 12px 0;
    font-weight: bold;
}
.zj .zzBox .zzItem1 .line{
    width: 177px;
    border-top: 1px dashed #a4a59f;
}
.zj .zzBox .zzItem1 .prcie{
    align-items: flex-end;
    margin: 14px 0 11px;
}
.zj .zzBox .zzItem1 .sm{
    width: 193px;
	height: 34px;
	background-color: #f0f4f7;
	border-radius: 16px;
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    color: #6c6c6c;
}
.zj .zzBox .zzItem1 .sm2{
    position: absolute;
    bottom: 36px;
    font-size: 11px;
    color: #6c6c6c;
}
.zj .zzBox .zzItem1 .fs28{
    font-size: 28px;
    line-height: 28px;
}
.zj .zzBox .zzItem1 .fs47{
    font-size: 47px;
    font-weight: bold;
    line-height: 45px;
    color: #00329e;
    letter-spacing: -1px;
}
.zj .zzBox .zzItem1 .yyBtn{
   width: 193px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 16px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
}

/* 口腔正畸科专场 end */

/* 修复 start */
.xf{
    width: 1000px;
    height: 711px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.xf .zzBox{
    width: 1000px;
    height: 680px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    padding-top: 86px;
    box-sizing: border-box;
}
.xf .zzBox .zzItem{
    width: 283px;
	height: 317px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    align-items: center;
    position: relative;
}
.xf .zzBox .zzItem .zzItemImg{
    width: 106px;
	height: 99px;
    margin-top: 34px;
}
.xf .zzBox .zzItem .xm{
    font-size: 25px;
    margin: 19px 0 17px;
    font-weight: bold;
}
.xf .zzBox .zzItem .line{
    width: 225px;
    border-top: 1px dashed #a4a59f;
}
.xf .zzBox .zzItem .prcie{
    align-items: flex-end;
    margin: 14px 0 17px;
}
.xf .zzBox .zzItem .sm{
    width: 193px;
	height: 34px;
	background-color: #f0f4f7;
	border-radius: 16px;
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    color: #6c6c6c;
}
.xf .zzBox .zzItem .sm2{
    position: absolute;
    bottom: 36px;
    font-size: 11px;
    color: #6c6c6c;
}
.xf .zzBox .zzItem .fs28{
    font-size: 28px;
    line-height: 28px;
}
.xf .zzBox .zzItem .fs47{
    font-size: 47px;
    font-weight: bold;
    line-height: 45px;
    color: #00329e;
    letter-spacing: -1px;
}
.xf .zzBox .zzItem .yyBtn{
    width: 193px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 16px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
}
.xf .zzBox .zhu{
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 26px;
}
.xf .zzBox .zzItem1{
    width: 222px;
	height: 248px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    align-items: center;
    position: relative;
}
.xf .zzBox .zzItem1 .zzItemImg{
   	width: 94px;
	height: 77px;
    margin-top: 20px;
}
.xf .zzBox .zzItem1 .xm{
    font-size: 19px;
    margin: 12px 0;
    font-weight: bold;
}
.xf .zzBox .zzItem1 .line{
    width: 177px;
    border-top: 1px dashed #a4a59f;
}
.xf .zzBox .zzItem1 .prcie{
    align-items: flex-end;
    margin: 14px 0 11px;
}
.xf .zzBox .zzItem1 .sm{
    width: 193px;
	height: 34px;
	background-color: #f0f4f7;
	border-radius: 16px;
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    color: #6c6c6c;
}
.xf .zzBox .zzItem1 .sm2{
    position: absolute;
    bottom: 36px;
    font-size: 11px;
    color: #6c6c6c;
}
.xf .zzBox .zzItem1 .fs28{
    font-size: 28px;
    line-height: 28px;
}
.xf .zzBox .zzItem1 .fs47{
    font-size: 47px;
    font-weight: bold;
    line-height: 45px;
    color: #00329e;
    letter-spacing: -1px;
}
.xf .zzBox .zzItem1 .yyBtn{
   width: 193px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 16px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
}
.xf .zzBox .ytysItem{
    width: 426px;
	height: 234px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    position: relative;
}
.xf .zzBox .ytysItem .ytysItemImg{
    width: 168px;
	height: 170px;
    position: absolute;
    top: 33px;
    right: 21px;
}
.xf .zzBox .ytysItem .texts{
    position: absolute;
    left: 23px;
    top: 54px;
}
.xf .zzBox .ytysItem .texts .text1{
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.xf .zzBox .ytysItem .texts .text2{
    align-items: flex-end;
    margin-top: 20px;
}
.xf .zzBox .ytysItem .texts .text2 .fz69{
    font-size: 47px;
    line-height: 47px;
    color: #00329e;
    font-weight: bold;
}
.xf .zzBox .ytysItem .texts .text2 .fz31{
    font-size: 28px;
    line-height: 31px;
}
.xf .zzBox .ytysItem .zhe{
    width: 380px;
	height: 46px;
	border-radius: 22px;
    background-color: #f0f4f7;
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -190px;
}
.xf .zzBox .ytysItem .zhe .zk{
    font-size: 23px;
    color: #6c6c6c;
    line-height: 46px;
    margin-left: 25px;
}
.xf .zzBox .ytysItem .zhe .yybtn{
    width: 158px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 22px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.xf .zzBox .ytysItem .yybtn1{
    width: 193px;
	height: 33px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 14px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -190px;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
}
/* 修复 end */
/* 儿牙 start */
.ey{
    width: 1000px;
    height: 491px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.ey .zzBox{
    width: 1000px;
    height: 459px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    padding-top: 86px;
    box-sizing: border-box;
}
.ey .zzBox .zzItem{
    width: 283px;
	height: 317px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    align-items: center;
    position: relative;
}
.ey .zzBox .zzItem .zzItemImg{
    width: 106px;
	height: 99px;
    margin-top: 34px;
}
.ey .zzBox .zzItem .xm{
    font-size: 25px;
    margin: 19px 0 17px;
    font-weight: bold;
}
.ey .zzBox .zzItem .line{
    width: 225px;
    border-top: 1px dashed #a4a59f;
}
.ey .zzBox .zzItem .prcie{
    align-items: flex-end;
    margin: 14px 0 17px;
}
.ey .zzBox .zzItem .sm{
    width: 193px;
	height: 34px;
	background-color: #f0f4f7;
	border-radius: 16px;
    position: absolute;
    bottom: -40px;
    font-size: 16px;
    color: #6c6c6c;
}
.ey .zzBox .zzItem .fs28{
    font-size: 28px;
    line-height: 28px;
}
.ey .zzBox .zzItem .fs47{
    font-size: 47px;
    font-weight: bold;
    line-height: 45px;
    color: #00329e;
    letter-spacing: -1px;
}
.ey .zzBox .zzItem .yyBtn{
    width: 193px;
	height: 34px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 16px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    line-height: 19px;
    cursor: pointer;
}
/* 儿牙 end */
/* 牙周专科专场 start */
.yz{
    width: 1000px;
    height: 471px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin-top: 50px;
}
.yz .zzBox{
    width: 1000px;
    height: 439px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    justify-content: center;
    padding-top: 76px;
    box-sizing: border-box;
}
.yz .zzBox .ytysItem{
    width: 427px;
	height: 317px;
	background-image: linear-gradient(0deg, 
		#ffffff 56%, 
		#cfe3fd 100%);
	border-radius: 20px;
	border: solid 1px #ffffff;
    position: relative;
}
.yz .zzBox .ytysItem .ytysItemImg{
    width: 164px;
	height: 165px;
    position: absolute;
    top: 42px;
    right: 32px;
}
.yz .zzBox .ytysItem .texts{
    position: absolute;
    left: 23px;
    top: 71px;
}
.yz .zzBox .ytysItem .texts .text1{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}
.yz .zzBox .ytysItem .texts .text2{
    align-items: flex-end;
    margin-top: 30px;
}
.yz .zzBox .ytysItem .texts .text2 .fz69{
    font-size: 69px;
    line-height: 69px;
    color: #00329e;
    font-weight: bold;
}
.yz .zzBox .ytysItem .texts .text2 .fz31{
    font-size: 31px;
    line-height: 31px;
}
.yz .zzBox .ytysItem .zhe{
    width: 380px;
	height: 46px;
	border-radius: 22px;
    background-color: #f0f4f7;
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -190px;
}
.yz .zzBox .ytysItem .zhe .zk{
    font-size: 17px;
    color: #6c6c6c;
    line-height: 46px;
    margin-left: 5px;
}
.yz .zzBox .ytysItem .zhe .yybtn{
    width: 158px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 22px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.yz .zzBox .ytysItem .yybtn1{
    width: 380px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 22px;
    position: absolute;
    bottom: 38px;
    left: 50%;
    margin-left: -190px;
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    cursor: pointer;
}
/* 牙周专科专场 end */
/* 活动须知 start */
.hdxz{
    width: 1000px;
    height: 398px;
    background-color: #FDA9BF;
    border-radius: 15px;
    position: relative;
    margin: 50px 0;
}
.hdxz .zzBox{
    width: 1000px;
    height: 367px;
    background-color: #FCFEFF;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    align-items: center;
    padding-top: 86px;
    box-sizing: border-box;
}
.hdxz .zzBox .hdxzText{
    width: 672px;
    font-size: 31px;
    color: #00329e;
    margin-bottom: 15px;
}
/* 活动须知 end */
/* 硕博看牙 start */
.sbky{
    width: 100%;
    min-width: 1000px;
    height: 651px;
    background-image: url("/images/monthly26-5-6/doctor2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.sbky .sbTit{
    padding: 41px 0 18px;
}
.sbky .sbkyText{
    justify-content: center;
    align-items: flex-end;
}
.sbky .sbkyText .sbkyBo{
    font-size: 56px;
    color: #00329e;
    font-weight: bold;
    line-height: 56px;
    margin: 0 10px;
}
.sbky .sbkyText .hx{
     color: #00329e;
     font-size: 30px;
    padding-top: 20px;
}
.sbky .sbText{
    width: 1000px;
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
}
.sbky .docImg{
    width: 1200px;
    margin: 30px auto 0;
}
.sbky .botImg{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* 硕博看牙 end */
/* 关于 start */
.gy{
    width: 100%;
    background-image: url("/images/monthly26-5-6/gybj.png");
    height: 538px;
    background-size: 100% 100%;
}
.gyBox{
    width: 879px;
    margin: 0 auto;
}
.gy .gyTit{
    justify-content: center;
    align-items: center;
    padding: 40px 0 26px;
}
.gy .gyTit .cirList .circle{
    width: 13px;
	height: 14px;
	background-color: #00329e;
	opacity: 0.3;
    border-radius: 50%;
}
.gy .gyTit .gyTitText{
    font-size: 41px;
    color: #00329e;
    font-weight: bold;
    margin: 0 23px;
}
.gy .gyBox .gyCon .gyText{
    font-size: 23px;
    line-height: 36px;
}
.gy .gyBox .gyCon .gyText .xq{
    color: #00329e;
    font-size: 23px;
}
.gy .gyBox .gyCon .louImg{
    width: 348px;
	height: 232px;
    margin-left: 24px;
}
.gy .gyBox .gyItem{
    /* width: 265px; */
	height: 45px;
	background-color: #f5fbff;
    /* background-color: skyblue; */
	border-radius: 22px;
    padding: 0 7px;
}
.gy .gyBox .gyItem .jy{
    font-size: 23px;
    color: #00329e;
}
.gy .gyBox .gyItem .yesImg{
    width: 30px;
	height: 30px;
    margin-right: 3px;
}
.gy .gyBox .zxyy{
    width: 261px;
	height: 46px;
	background-image: linear-gradient(0deg, 
		#ea3a3e 0%, 
		#ff5d59 100%);
	border-radius: 22px;
    margin:  0 auto;
    font-size: 27px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
/* 关于 end */
/* 连锁 start */
.ls{
    width: 100%;
    height: 590px;
    background-image: url(/images/monthly26-5-6/yybj.png);
    background-size: 100% 100%;
    align-items: center;
}
.lsBox{
    /* width: 879px; */
}
.lsBox .doctorSwiper{
    width: 1100px;
    position: relative;
    margin: 0 auto;
}
.lsBox .doctorSwiper .dleft{
    position: absolute;
    left: 0;
    width: 31px;
	height: 62px;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    z-index: 8;
}
.lsBox .doctorSwiper .dright{
    position: absolute;
    right: 0px;
    width: 31px;
	height: 62px;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    z-index: 8;
}
.ls .gyTit{
    justify-content: center;
    align-items: center;
    padding: 40px 0 26px;
}
.ls .gyTit .cirList .circle{
    width: 13px;
	height: 14px;
	background-color: #00329e;
	opacity: 0.3;
    border-radius: 50%;
}
.ls .gyTit .gyTitText{
    font-size: 41px;
    color: #00329e;
    font-weight: bold;
    margin: 0 23px;
}
.ls .lsBox .lsList{
    width: 850px;
    margin: 0 auto;
}
.ls .lsBox .lsList .lsItem{
    width: 181px; 
    height: 205px;  
    align-items: center;
}
.ls .lsBox .lsList .lsItem .yyImg{
    width: 160px;
	height: 160px;
}
.ls .lsBox .lsList .lsItem .name{
    font-size: 17px;
    color: #00329e;
    font-weight: bold;
}
.ls .lsBox .lsList .lsItem .qy{
    font-size: 15px;
}
/* 连锁 end */
/* 选择 start */
.xz{
    width: 100%;
    height: 829px;
    background-image: url("/images/monthly26-5-6/xzbj.jpg");
    background-size: 100% 100%;
    align-items: center;
}
.xzBox{
    /* width: 986px; */
    margin: 0 auto;
}
.xz .gyTit{
    justify-content: center;
    align-items: center;
    padding: 40px 0 26px;
}
.xz .gyTit .cirList .circle{
    width: 13px;
	height: 14px;
	background-color: #00329e;
	opacity: 0.3;
    border-radius: 50%;
}
.xz .gyTit .gyTitText{
    font-size: 41px;
    color: #00329e;
    font-weight: bold;
    margin: 0 23px;
}
.xz .xzBox .xzList{
    width: 938px;
    justify-content: space-between;
}
.xz .xzBox .xzList .xzItem{
    background-image: url("/images/monthly26-5-6/xzbj01.png");
    width: 182px;
	height: 305px;
	/* background-image: linear-gradient(0deg, 
		#01bfe3 0%, 
		#27aaea 46%, 
		#4c95f0 100%); */
	box-shadow: 0px 5px 21px 0px 
		rgba(3, 52, 129, 0.25);
	border-radius: 15px;
	/* border: solid 1px #ffffff; */
    padding: 20px 0 0 16px;
    box-sizing: border-box;
}
.xz .xzBox .xzList .xzItem .xzTit{
    font-size: 29px;
    font-weight: bold;
    color: #ffffff;
}
.xz .xzBox .xzList .xzItem img{
    margin: 30px 0 10px;
    height: 30px;
}
.xz .xzBox .xzList .xzItem .xzText{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}
/* 选择 end */