* {
    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;
}
body{
    background-color: #75d5fb;
}
.marCenter {
    margin: 0 auto;
    width: 1200px;
}

body {
    /* background-color: #fafff2; */
    min-width: 1200px;
}

.content910 {
    background-image: url("/images/monthly9/content910bj.png");
    height: 7987px;
    width: 100%;
    padding-top: 130px;
    margin-bottom: 90px;
}

.text-shadow {
    color: white;
    text-shadow:
        /* 左上角投影 */
        -1px -1px 0 #fff,
        /* 右上角投影 */
        1px -1px 0 #fff,
        /* 左下角投影 */
        -1px 1px 0 #fff,
        /* 右下角投影 */
        1px 1px 0 #fff;
}

/* 保健专区 start */
.bjzq {
    width: 1203px;
    background-color: #d9f0fd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.66);
    border-radius: 40px;
    border: solid 3px #fcfdfe;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bjzq .bjzqTitle {
    height: 80px;
    width: 535px;
    background-image: linear-gradient(0deg,
            rgba(67, 64, 64, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(#5bd3fc,
            #5bd3fc);
    background-blend-mode: overlay,
        normal;
    box-shadow: inset 0px 6px 8px 0px rgba(255, 255, 255, 0.67);
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -267px;
    font-size: 51px;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    font-weight: bold;
}

.bjzq .bjList .bjItem {
    width: 560px;
    height: 289px;
    background-image: url("/images/monthly9/bj01.png");
    border-radius: 15px;
    position: relative;
}

.bjzq .bjList .bjItem .bjText1 {
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 24px;
    right: 31px;
}

.bjzq .bjList .bjItem .bjText2 {
    font-size: 17px;
    color: #3e4041;
    position: absolute;
    width: 206px;
    top: 98px;
    right: 31px;
    text-align: right;
}

.bjzq .bjList .bjItem .bjText2 .sss {
    font-size: 14px;
    letter-spacing: 0px;
    color: #f44a29;
}

.bjzq .bjList .bjItem .num {
    align-items: flex-end;
    position: absolute;
    bottom: 41px;
    right: 126px;
}

.bjzq .bjList .bjItem .num .fz33 {
    font-size: 33px;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #f44a29;
    font-weight: bold;
    /* text-shadow: 2px 2px 10px #fff; */
}

.bjzq .bjList .bjItem .num .fz69 {
    font-size: 69px;
    line-height: 70px;
    font-weight: bold;
    color: #f44a29;
}

.bjzq .bjList .bjItem .yy {
    width: 73px;
    height: 73px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    color: #fcfdfe;
    cursor: pointer;
    position: absolute;
    bottom: 35px;
    right: 28px;
    font-size: 21px;
    line-height: 24px;
}
/* 保健专区 end */
/* 牙周健康 start */
.yz {
    width: 1203px;
    background-color: #d9f0fd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.66);
    border-radius: 40px;
    border: solid 3px #fcfdfe;
    margin: 0 auto;
    position: relative;
}

.yz .bjzqTitle {
    height: 80px;
    width: 535px;
    background-image: linear-gradient(0deg,
            rgba(67, 64, 64, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(#5bd3fc,
            #5bd3fc);
    background-blend-mode: overlay,
        normal;
    box-shadow: inset 0px 6px 8px 0px rgba(255, 255, 255, 0.67);
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -267px;
    font-size: 51px;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    font-weight: bold;
}

.yz .xfItem {
    width: 550px;
    height: 542px;
    background-color: #22befa;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}

.yz .xfItem .xfItemImg {
    width: 511px;
    height: 330px;
    background-color: #fcfdfe;
    border-radius: 15px;
    border: solid 3px #c5edfa;
    margin-bottom: 9px;
}

.yz .xfItem .textsBox {
    width: 511px;
    height: 173px;
    background-color: #fcfdfe;
    border-radius: 15px;
    border: solid 3px #c5edfa;
}

.yz .xfItem .textsBox {
    box-sizing: border-box;
    padding: 10px 30px;
    position: relative;
}

.yz .xfItem .textsBox .xfText1 {
    font-size: 35px;
    font-weight: bold;
}

.yz .xfItem .textsBox .line {
    width: 140px;
    border-top: 2px dashed #3e4041;
    margin: 8px 0;
}

.yz .xfItem .textsBox .zk {
    font-size: 48px;
    color: #f44a29;
    font-weight: bold;
    line-height: 50px;
}

.yz .xfItem .textsBox .yydy {
    font-size: 17px;
    width: 344px;
}

.yz .xfItem .yzyy {
    width: 73px;
    height: 73px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    color: #fcfdfe;
    cursor: pointer;
    position: absolute;
    bottom: 39px;
    right: 32px;
    font-size: 21px;
    line-height: 24px;
}

/* 牙周健康 end */
/* 口腔修复 start */
.xf {
    width: 1203px;
    background-color: #d9f0fd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.66);
    border-radius: 40px;
    border: solid 3px #fcfdfe;
    margin: 0 auto;
    position: relative;
}

.xf .bjzqTitle {
    height: 80px;
    width: 535px;
    background-image: linear-gradient(0deg,
            rgba(67, 64, 64, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(#5bd3fc,
            #5bd3fc);
    background-blend-mode: overlay,
        normal;
    box-shadow: inset 0px 6px 8px 0px rgba(255, 255, 255, 0.67);
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -267px;
    font-size: 51px;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    font-weight: bold;
}

.xf .xfItem {
    width: 274px;
    height: 456px;
    background-color: #c5edfa;
    border-radius: 15px;
}

.xf .xfItem .xfBlue {
    height: 227px;
    width: 100%;
    background-color: #22befa;
}

.xf .xfItem .xfBlue .xfImg {
    width: 248px;
    height: 203px;
    border-radius: 10px;
    background-image: url('/images/monthly9/xf01.png');
    background-size: cover;
}

.xf .xfItem .xfTexts {
    height: 136px;
    width: 100%;
    background-color: #fcfdfe;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xf .xfItem .xfTexts .xfTexts1 {
    width: 274px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.xf .xfItem .xfTexts .line {
    width: 262px;
    border-top: 2px dashed #3e4041;
    margin: 8px 0;
}

.xf .xfItem .xfTexts .xfTexts2 {
    width: 240px;
    font-size: 17px;
}

.xf .xfItem .xfBot {
    width: 100%;
    height: 93px;
}

.xf .xfItem .xfBot .xfNum {
    align-items: flex-end;
}

.xf .xfItem .xfBot .xfNum .fz24 {
    font-size: 24px;
    color: #f44a29;
    font-weight: bold;
}

.xf .xfItem .xfBot .xfNum .fz48 {
    font-size: 48px;
    font-weight: bold;
    color: #f44a29;
    line-height: 50px;
    letter-spacing: -1px;
}

.xf .xfItem .xfBot .xfyy {
    width: 73px;
    height: 73px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    color: #fcfdfe;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
    margin-left: 13px;
}

/* 口腔修复 end */
/* 口腔种植 start */
.zz {
    width: 1203px;
    background-color: #d9f0fd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.66);
    border-radius: 40px;
    border: solid 3px #fcfdfe;
    margin: 0 auto;
    position: relative;
}

.zz .bjzqTitle {
    height: 80px;
    width: 535px;
    background-image: linear-gradient(0deg,
            rgba(67, 64, 64, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(#5bd3fc,
            #5bd3fc);
    background-blend-mode: overlay,
        normal;
    box-shadow: inset 0px 6px 8px 0px rgba(255, 255, 255, 0.67);
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -267px;
    font-size: 51px;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    font-weight: bold;
}

.zz .zzBox {
    width: 1176px;
    height: 1077px;
    background-color: #22befa;
    border-radius: 15px;
}

.zz .zzBox .zzList {
    width: 100%;
    justify-content: space-evenly;
}

.zz .zzBox .zzItem {
    padding: 17px;
    box-sizing: border-box;
    width: 362px;
    height: 456px;
    background-color: #fcfdfe;
    border-radius: 15px;
    position: relative;
}

.zz .zzBox .zzItem .zzItemImg {
    width: 327px;
    height: 203px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 0 auto 23px;
}

.zz .zzBox .zzItem .zzText1 {
    font-size: 30px;
    font-weight: bold;
}

.zz .zzBox .zzItem .line {
    width: 331px;
    border-top: 2px dashed #3e4041;
    margin: 8px 0;
}

.zz .zzBox .zzItem .zzText2 {
    font-size: 17px;
}

.zz .zzBox .zzItem .zzBot {
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
}

.zz .zzBox .zzItem .zzBot .num {
    align-items: flex-end;
    margin-bottom: 10px;
}

.zz .zzBox .zzItem .zzBot .num .fz24 {
    font-size: 24px;
    color: #f44a29;
}

.zz .zzBox .zzItem .zzBot .num .fz60 {
    font-size: 60px;
    font-weight: bold;
    color: #f44a29;
    line-height: 60px;
    letter-spacing: -2px;
}

.zz .zzBox .zzItem .zzBot .zzyy {
    width: 73px;
    height: 73px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    color: #fcfdfe;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
}

.zz .zzBox .sm {
    font-size: 18px;
    color: #fcfdfe;
    text-align: center;
    margin-top: 38px;
}

/* 口腔种植 end */
/* 口腔正畸专场 start */
.zj {
    width: 1203px;
    background-color: #d9f0fd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.66);
    border-radius: 40px;
    border: solid 3px #fcfdfe;
    margin: 0 auto;
    position: relative;
}

.zj .bjzqTitle {
    height: 80px;
    width: 535px;
    background-image: linear-gradient(0deg,
            rgba(67, 64, 64, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(#5bd3fc,
            #5bd3fc);
    background-blend-mode: overlay,
        normal;
    box-shadow: inset 0px 6px 8px 0px rgba(255, 255, 255, 0.67);
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -267px;
    font-size: 51px;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    font-weight: bold;
}

.zj .zzBox {
    width: 1176px;
    height: 966px;
    background-color: #22befa;
    border-radius: 15px;
}

.zj .zzBox .zzList {
    width: 100%;
    justify-content: space-evenly;
}

.zj .zzBox .zzItem {
    padding: 17px;
    box-sizing: border-box;
    width: 362px;
    height: 456px;
    background-color: #fcfdfe;
    border-radius: 15px;
    position: relative;
}

.zj .zzBox .zzItem .zzItemImg {
    width: 327px;
    height: 203px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 0 auto 23px;
}

.zj .zzBox .zzItem .zzText1 {
    font-size: 30px;
    font-weight: bold;
}

.zj .zzBox .zzItem .line {
    width: 331px;
    border-top: 2px dashed #3e4041;
    margin: 8px 0;
}

.zj .zzBox .zzItem .zzText2 {
    font-size: 17px;
}

.zj .zzBox .zzItem .zzBot {
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
}

.zj .zzBox .zzItem .zzBot .num {
    align-items: flex-end;
}

.zj .zzBox .zzItem .zzBot .num .fz24 {
    font-size: 24px;
    color: #f44a29;
}

.zj .zzBox .zzItem .zzBot .num .fz60 {
    font-size: 60px;
    font-weight: bold;
    color: #f44a29;
    line-height: 60px;
    letter-spacing: -2px;
}

.zj .zzBox .zzItem .zzBot .zzyy {
    width: 73px;
    height: 73px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    color: #fcfdfe;
    cursor: pointer;
    font-size: 21px;
    line-height: 24px;
}

.zj .zzBox .sm {
    font-size: 18px;
    color: #fcfdfe;
    text-align: center;
    margin-top: 38px;
}

/* 口腔正畸专场 end */
/* 儿牙健康 start */
.ey {
    width: 1203px;
    background-color: #d9f0fd;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.66);
    border-radius: 40px;
    border: solid 3px #fcfdfe;
    margin: 0 auto;
    position: relative;
}

.ey .eyBox {
    width: 1176px;
    height: 517px;
    background-color: #22befa;
    border-radius: 15px;
    justify-content: space-evenly;
}

.ey .bjzqTitle {
    height: 80px;
    width: 535px;
    background-image: linear-gradient(0deg,
            rgba(67, 64, 64, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(#5bd3fc,
            #5bd3fc);
    background-blend-mode: overlay,
        normal;
    box-shadow: inset 0px 6px 8px 0px rgba(255, 255, 255, 0.67);
    border-radius: 40px 40px 0px 0px;
    position: absolute;
    top: -83px;
    left: 50%;
    margin-left: -267px;
    font-size: 51px;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 1px 0px;
    font-weight: bold;
}

.ey .xfItem {
    width: 361px;
    height: 456px;
    background-color: #fcfdfe;
    border-radius: 15px;
    align-items: center;
    position: relative;
    /* justify-content: center; */
}

.ey .xfItem .xfItemImg {
    width: 326px;
    height: 203px;
    background-color: #22befa;
    border-radius: 15px;
    background-color: #fcfdfe;
    margin: 12px 0 20px;
}

.ey .xfItem .textsBox {
    width: 327px;
    height: 173px;
    background-color: #fcfdfe;
    border-radius: 15px;

}

.ey .xfItem .textsBox .xfText1 {
    font-size: 35px;
    font-weight: bold;
}

.ey .xfItem .textsBox .line {
    width: 100%;
    border-top: 2px dashed #3e4041;
    margin: 8px 0;
}

.ey .xfItem .zk {
    position: absolute;
    font-size: 60px;
    color: #f44a29;
    font-weight: bold;
    line-height: 50px;
    left: 19px;
    bottom: 35px;
}

.ey .xfItem .textsBox .yydy {
    font-size: 17px;
    width: 344px;
}

.ey .xfItem .textsBox .fz17 {
    font-size: 17px;
    color: #f44a29;
}

.ey .xfItem .yzyy {
    width: 73px;
    height: 73px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    color: #fcfdfe;
    cursor: pointer;
    position: absolute;
    bottom: 19px;
    right: 32px;
    font-size: 21px;
    line-height: 24px;
}

/* 儿牙健康 end */
/* 活动说明 start */
.hdsm {
    width: 1182px;
    height: 471px;
    background-color: #d9f0fd;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border: solid 9px #22befa;
    margin: 110px auto 0;
    border-radius: 30px;
    position: relative;
}

.hdsm .hdsmImg {
    position: absolute;
    bottom: 0;
    left: 173px;
    width: 196px;
	height: 416px;
}

.hdsm .hdsmBox {
    width: 673px;
    height: 341px;
    background-color: #fcfdfe;
    border-radius: 30px;
    position: absolute;
    top: 68px;
    right: 138px;
}

.hdsm .hdsmBox .hdsm1 {
    width: 310px;
    height: 86px;
    background-color: #22befa;
    border-radius: 30px 30px 30px 0px;
    font-size: 48px;
    color: #fefefe;
    font-weight: bold;
    margin-bottom: 26px;
}

.hdsm .hdsmBox .hdsm2 {
    font-size: 26px;
    color: #556c77;
    font-weight: bold;
    margin-left: 47px;
    line-height: 45px;
}

/* 活动说明 end */
/* 医生 start */
.doctor {
    width: 100%;
    height: 582px;
    background-color: #d9f0fd;
    margin-top: 159px;
    position: relative;
}
.doctor .doctorBox{
    margin-top: 20px;
}
.doctor .doctorText {
    width: 535px;
    height: 99px;
    background-image: linear-gradient(0deg,
            rgba(67, 64, 64, 0.6) 0%,
            rgba(255, 255, 255, 0.6) 100%),
        linear-gradient(#5bd3fc,
            #5bd3fc);
    background-blend-mode: overlay,
        normal;
    box-shadow: inset 0px 6px 8px 0px rgba(255, 255, 255, 0.67);
    border-radius: 49px;
    position: absolute;
    top: -50px;
    font-size: 51px;
    color: #ffffff;
    text-shadow: 0px 1px 0px #000000;
    font-weight: bold;
}
.doctor .doctorBox .doctorSwiper{
    width: 1400px;
    position: relative;
}
.doctor .doctorBox .doctorSwiper .dleft{
    position: absolute;
    left: 0;
    width: 56px;
	height: 56px;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    z-index: 8;
}
.doctor .doctorBox .doctorSwiper .dright{
    position: absolute;
    right: 0px;
    width: 56px;
	height: 56px;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    z-index: 8;
}
.doctor .doctorBox .doctorList{
    width: 1200px;
    justify-content: space-evenly;
    margin: 0 auto;
}
.doctor .doctorBox .doctorList .doctorItem {
    height: 434px;
    width: 187px;
    background-color: #22befa;
    position: relative;
}

.doctor .doctorBox .doctorList .doctorItem .docotrImg {
    height: 288px;
    width: 188px;
}

.doctor .doctorBox .doctorList .doctorItem .cont {
    position: absolute;
    bottom: 0;
    width: 187px;
    height: 183px;
    background-color: #22befa;
    align-items: center;
}

.doctor .doctorBox .doctorList .doctorItem .cont .name {
    font-size: 30px;
    color: #fcfdfe;
    margin: 9px 0;
}

.doctor .doctorBox .doctorList .doctorItem .cont .zc {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.doctor .doctorBox .doctorList .doctorItem .cont .btn {
    width: 119px;
    height: 29px;
    background-color: #f44a29;
    border-radius: 15px;
    border: solid 2px #fce891;
    color: #f9fdff;
    margin-top: 5px;
    cursor: pointer;
}

/* 医生 end */
/* 关于 start */
.about{
    width: 1248px;
    margin: 0 auto;
    align-items: center;
}
.about .aboutTitle{
    	width: 535px;
	height: 99px;
	background-image: linear-gradient(0deg, 
		rgba(67, 64, 64, 0.6) 0%, 
		rgba(255, 255, 255, 0.6) 100%), 
	linear-gradient(
		#5bd3fc, 
		#5bd3fc);
	background-blend-mode: overlay, 
		normal;
	box-shadow: inset 0px 6px 8px 0px 
		rgba(255, 255, 255, 0.67);
	border-radius: 49px;
    font-size: 51px;
    color: #fff;
     text-shadow: 0px 1px 0px #000000;
    font-weight: bold;
    margin: 45px auto 56px ;
}
.about .aboutText{
    width: 1121px;
    font-weight: bold;
    font-size: 24px;
}
.about .aboutText .sss{
    color: #f44a29;
    cursor: pointer;
}
.about .xzBtn{
    margin: 57px 0 31px;
}
.about .xzBtn .xzBtnItem1,
.about .xzBtn .xzBtnItem2 {
    width: 250px;
    color: #474646;
    background-color: #e5e5e5;
    cursor: pointer;
    font-size: 30px;
    height: 70px;
    font-weight: bold;
}

.about .xzBtn .xzBtnItem1 {
    border-radius: 8px 0 0 8px;
    color: #474646;
}
.about .xzBtn .xzBtnItem2{
    border-left: solid 1px #22befa;;
}

.about .xzBtn .active {
    background-color:#22befa;
    color: #ffffff;
}
.about .aboutCont{
    width: 1248px;
	height: 903px;
	background-color: #d9f0fd;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    padding-top: 23px;
}
.about .aboutCont .aboutList{
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 18px;
}
.about .aboutCont .aboutItem{
    width: 289px;
	height: 275px;
    position: relative;
}
.about .aboutCont .aboutItem .aboutImg{
    width: 289px;
	height: 275px;
}
.about .aboutCont .aboutItem .aboutItemText{
    bottom: 0;
    position: absolute;
    width: 289px;
	height: 61px;
	background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.about #tab4 .aboutItemText{
    font-size: 16px;
}
/* 关于 end */