* {
    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: #da1607;
    min-width: 1200px;
}

.utilTitle {
    margin: 0 auto;
}

.utilTitle .utilLine {
    width: 79px;
    height: 6px;
    background-color: #c18d43;
}

.utilTitle .utilText {
    font-size: 56px;
    font-weight: bold;
    font-style: italic;
    line-height: 54px;
    color: #c18d43;
    margin: 0 10px;
}


.text-shadow {
    color: white;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
}
.text-shadow1 {
    color: white;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
}
/* 六重好礼 start */
.lchx {
    background-color: #F82E1D;
    height: 1165px;
    width: 100%;
    position: relative;
}

.lchx .lchxCir {
    width: 100%;
    background-color: #DC221F;
    height: 200px;
    position: absolute;
    top: 0;
    border-radius: 0 0 100% 100%;
    z-index: 1;
}
.lchx .lchxBox {
    position: absolute;
    width: 100%;
    top: 45px;
    z-index: 2;

}

.lchx .lchxBox .lchxBoxPos {
    width: 1200px;
    height: 986px;
    background-image: url("/images/monthly11-12/lc_bj.png");
    background-size: cover;
    margin: 0 auto;
    box-sizing: border-box;
}

.lchx .lchxBox .lchxBoxPos .lcTitleText {
    position: absolute;
    font-size: 47px;
    color: #ffffff;
    font-weight: bold;
    width: 506px;
    height: 109px;
    transform: rotate(-3deg);
    margin: 31px 0 0 16px;
}

.lchx .lchxBox .lchxBoxPos .lchxRow {
    justify-content: space-around;
    padding: 0 20px;
}

.lchx .lchxBox .lchxBoxPos .lchxRow .lchxItem {
    width: 385px;
    height: 337px;
    background-image: url("/images/monthly11-12/lc_item_bj.png");
    align-items: center;
    position: relative;
}

.lchx .lchxBox .lchxBoxPos .lchxRow .lchxItem .lc_item_img {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.lchx .lchxBox .lchxBoxPos .lchxRow .lchxItem .lText {
    font-size: 30px;
    color: #fef0c1;
    margin: 102px 0 45px 0;

}

.lchx .lchxBox .lchxBoxPos .lchxRow .lchxItem .lCon .lConText {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}

.lchx .lchxBox .lchxBoxPos .lchxRow .lchxItem .lCon .lConText .sss {
    font-size: 24px;
    color: #e52034;
    font-weight: bold;
}

.lchx .lchxBox .lchxBoxPos .lchxRow .lchxItem .lCon .lConText .sss18 {
    font-size: 18px;
    color: #e52034;
    font-weight: bold;
}

.lchx .lchxBox .lchxBoxPos .lcBtn {
    width: 244px;
    height: 64px;
    background-image: url("/images/monthly11-12/lc_btn.png");
    margin: 33px auto 0;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;

    /* border-image-slice: 1; */
}

/* 六重好礼 end */
/* 种植 start */
.zz {
    width: 100%;
    height: 900px;
    background-color: #ff9504;
    padding-top: 100px;
    position: relative;
}
.zz .circleZz{
    position: absolute;
    bottom: 0;
}
.zz .zzBox {
    height: 798px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #FFB550;
    position: relative;
}

.zz .zzBox .zzTitle {
    width: 619px;
    height: 77px;
    background-image: url("/images/monthly11-12/zz_title_bj.png");
    position: absolute;
    left: 50%;
    margin-left: -309.5px;
    top: -25px;
    font-style: italic;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

.zz .zzBox .zzfff {
    background-color: #fff;
    width: 1140px;
    height: 728px;
    border-radius: 50px;
}

.zz .zzBox .zzfff .zzRow {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 70px 0 20px;
}

.zz .zzBox .zzfff .zzItem {
    width: 348px;
    height: 363px;
    background-color: #f32a19;
    border-radius: 15px;
    border: solid 3px #d51c0e;
    align-items: center;
}

.zz .zzBox .zzfff .zzItem .zzImg {
    width: 316px;
    height: 185px;
    margin-top: 15px;
}

.zz .zzBox .zzfff .zzItem .zzText {
    font-size: 27px;
    color: #fff;
    width: 300px;
    margin: 12px 0 8px 0;
    font-weight: bold;
}

.zz .zzBox .zzfff .zzItem .line {
    border-top: 1px dashed #ffffff;
    width: 329px;
}

.zz .zzBox .zzfff .zzItem .zzCon {
    width: 316px;
    margin-top: 10px;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.zz .zzBox .zzfff .zzItem .zzCon .jg {
    align-items: flex-end;
}

.zz .zzBox .zzfff .zzItem .zzCon .jg .fz13 {
    font-size: 13px;
    color: #fce891;
}

.zz .zzBox .zzfff .zzItem .zzCon .jg .num {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 54px;
    color: #fce891;
}

.zz .zzBox .zzfff .zzItem .zzCon .ytBtn {
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 19px;
    color: #f52b1b;
    font-weight: bold;
    line-height: 23px;
    cursor: pointer;
}

.zz .zzBox .zzfff .row1 {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

.zz .zzBox .zzfff .row1 .zzItem2 {
    width: 533px;
    height: 214px;
    background-color: #f32a19;
    border-radius: 15px;
    border: solid 3px #d51c0e;
    align-items: center;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Img {
    width: 188px;
    height: 191px;
    margin: 0 12px;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Text {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Line {
    border-top: 1px dashed #ffffff;
    width: 265px;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .sm {
    font-size: 11px;
    color: #fff;
    margin: 5px 0;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con {
    justify-content: space-between;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .jg {
    align-items: flex-end;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .jg .jian {
    font-size: 22px;
    color: #fce891;
    font-weight: bold;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .jg .num {
    font-size: 54px;
    letter-spacing: -3px;
    color: #fce891;
    font-weight: bold;
    line-height: 54px;
}

.zz .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .ytBtn {
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 19px;
    color: #f52b1b;
    font-weight: bold;
    line-height: 23px;
    cursor: pointer;
}

/* 种植 end */
/* 正畸 start */
.zj {
    width: 100%;
    height: 1309px;
    background-color: #F82E1D;
    padding-top: 48px;
}

.zj .zjBox {
    height: 1211px;
    background-image: url("/images/monthly11-12/zj_bj.png");
    box-sizing: border-box;
}

.zj .zjBox .zzjTitle {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding: 20px 0 0 67px;
}

.zj .zjBox .zjRow {
    width: 100%;
    justify-content: space-between;
    padding: 0 42px;
    box-sizing: border-box;
}

.zj .zjBox .zjRow .zjItem {
    width: 266px;
    height: 396px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #f9972f;
    align-items: center;
    position: relative;
}

.zj .zjBox .zjRow .zjItem .zjImg {
    width: 240px;
    height: 196px;
    margin-top: 13px;
}

.zj .zjBox .zjRow .zjItem .zjTitle {
    font-size: 27px;
    color: #151516;
    font-weight: bold;
    line-height: 45px;
    width: 240px;
    margin-top: 10px;
}

.zj .zjBox .zjRow .zjItem .zjCon {
    height: 80px;
    width: 100%;
    background-color: #fef0c1;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 15px 15px;
    padding: 15px 0 0 10px;
    box-sizing: border-box;
}

.zj .zjBox .zjRow .zjItem .zjCon .jg {
    align-items: flex-end;
}

.zj .zjBox .zjRow .zjItem .zjCon .jian {
    color: #ef2716;

    /* line-height: 40px; */
}

.zj .zjBox .zjRow .zjItem .zjCon .num {
    font-size: 46px;
    line-height: 45px;
    font-weight: bold;
    color: #ef2716;
    letter-spacing: -2px;
}

.zj .zjBox .zjRow .zjItem .zjCon .ytBtn {
    position: absolute;
    right: 20px;
    top: -30px;
    width: 70px;
    height: 71px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
}

.zj .zjBox .zjRow1 {
    width: 100%;
    justify-content: space-between;
    padding: 0 42px;
    box-sizing: border-box;
}

.zj .zjBox .zjRow1 .zjItem {
    width: 355px;
    height: 502px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #f9972f;
    align-items: center;
    position: relative;
}

.zj .zjBox .zjRow1 .zjItem .zjImg {
    width: 322px;
    height: 264px;
}

.zj .zjBox .zjRow1 .zjItem .zjTitle {
    font-size: 27px;
    color: #151516;
    font-weight: bold;
    line-height: 33px;
    width: 322px;
    margin: 32px 0;
}

.zj .zjBox .zjRow1 .zjItem .zjCon {
    height: 121px;
    width: 100%;
    background-color: #fef0c1;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 15px 15px;
    padding: 15px 0 0 16px;
    box-sizing: border-box;
}

.zj .zjBox .zjRow1 .zjItem .zjCon .jg {
    align-items: flex-end;
}

.zj .zjBox .zjRow1 .zjItem .zjCon .jian {
    color: #ef2716;
    font-size: 31px;
    font-weight: bold;
    /* line-height: 40px; */
}

.zj .zjBox .zjRow1 .zjItem .zjCon .num {
    font-size: 62px;
    line-height: 60px;
    font-weight: bold;
    color: #ef2716;
    letter-spacing: -2px;
}

.zj .zjBox .zjRow1 .zjItem .zjCon .ytBtn {
    position: absolute;
    right: 26px;
    top: -30px;
    width: 94px;
    height: 94px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 27px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

/* 正畸 end */
/* 修复 start */
.xf {
    width: 100%;
    height: 954px;
    background-color: #ff9504;
    padding-top: 100px;
    position: relative;
}
.xf .circleXf{
    position: absolute;
    bottom: 0;
}
.xf .zzBox {
    height: 798px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #FFB550;
    position: relative;
}

.xf .zzBox .zzTitle {
    width: 619px;
    height: 77px;
    background-image: url("/images/monthly11-12/zz_title_bj.png");
    position: absolute;
    left: 50%;
    margin-left: -309.5px;
    top: -25px;
    font-style: italic;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

.xf .zzBox .zzfff {
    background-color: #fff;
    width: 1140px;
    height: 728px;
    border-radius: 50px;
}

.xf .zzBox .zzfff .zzRow {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 70px 0 20px;
}

.xf .zzBox .zzfff .zzItem {
    width: 348px;
    height: 363px;
    background-color: #f32a19;
    border-radius: 15px;
    border: solid 3px #d51c0e;
    align-items: center;
}

.xf .zzBox .zzfff .zzItem .zzImg {
    width: 316px;
    height: 185px;
    margin-top: 15px;
}

.xf .zzBox .zzfff .zzItem .zzText {
    font-size: 27px;
    color: #fff;
    width: 300px;
    margin: 12px 0 8px 0;
    font-weight: bold;
}

.xf .zzBox .zzfff .zzItem .line {
    border-top: 1px dashed #ffffff;
    width: 329px;
}

.xf .zzBox .zzfff .zzItem .zzCon {
    width: 316px;
    margin-top: 10px;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.xf .zzBox .zzfff .zzItem .zzCon .jg {
    align-items: flex-end;
}

.xf .zzBox .zzfff .zzItem .zzCon .jg .fz13 {
    font-size: 13px;
    color: #fce891;
}

.xf .zzBox .zzfff .zzItem .zzCon .jg .num {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 54px;
    color: #fce891;
}

.xf .zzBox .zzfff .zzItem .zzCon .ytBtn {
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 19px;
    color: #f52b1b;
    font-weight: bold;
    line-height: 23px;
    cursor: pointer;
}

.xf .zzBox .zzfff .row1 {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

.xf .zzBox .zzfff .row1 .zzItem2 {
    width: 533px;
    height: 214px;
    background-color: #f32a19;
    border-radius: 15px;
    border: solid 3px #d51c0e;
    align-items: center;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Img {
    width: 188px;
    height: 191px;
    margin: 0 12px;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Text {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Line {
    border-top: 1px dashed #ffffff;
    width: 265px;
    margin: 12px 0;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con {
    justify-content: space-between;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .jg {
    align-items: flex-end;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .jg .jian {
    font-size: 13px;
    color: #fce891;
    font-weight: bold;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .jg .num {
    font-size: 54px;
    letter-spacing: -3px;
    color: #fce891;
    font-weight: bold;
    line-height: 54px;
}

.xf .zzBox .zzfff .row1 .zzItem2 .zz2Box .zz2Con .ytBtn {
    width: 66px;
    height: 66px;
    background-color: #ffffff;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 19px;
    color: #f52b1b;
    font-weight: bold;
    line-height: 23px;
    cursor: pointer;
}

/* 修复 end */
/* 儿童 start */
.et {
    background-color: #F82E1D;
    height: 792px;
    padding-top: 100px;
    position: relative;
}
.et .circleEt{
    position: absolute;
    bottom: 0;
}
.et .etBox {
    height: 672px;
    background-image: url("/images/monthly11-12/et_bj.png");
    background-size: cover;
}

.et .etBox .etTitle {
    font-style: italic;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0 0 55px;
    box-sizing: border-box;
}

.et .etBox .etRow {
    margin-top: 175px;
    justify-content: space-between;
    padding: 0 23px;
    box-sizing: border-box;
}

.et .etBox .etRow .etItem {
    width: 376px;
    height: 354px;
    background-color: #ffe9e4;
    border: 1px solid #fff;
    border-radius: 50px;
    position: relative;
    align-items: center;
}

.et .etBox .etRow .etItem .etImg {
    width: 316px;
    height: 194px;
    border-radius: 15px;
    position: absolute;
    position: absolute;
    top: -98px;
}

.et .etBox .etRow .etItem .etText {
    font-size: 38px;
    color: #0b0a0a;
    font-weight: bold;
    padding: 117px 0 20px;
}
.et .etBox .etRow .etItem .etCon{
    width: 316px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .5333rem;
}
.et .etBox .etRow .etItem .etCon .jg {
    align-items: flex-end;
}

.et .etBox .etRow .etItem .etCon .jg .num {
    font-size: 55px;
    color: #ef2716;
    font-weight: bold;
    line-height: 55px;
}

.et .etBox .etRow .etItem .etCon .sm {
    font-size: 24px;
    color: #ef2716;
    margin-top: 10px;
    font-weight: bold;
}

.et .etBox .etRow .etItem .etCon .jg .fz30 {
    color: #ef2716;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.et .etBox .etRow .etItem .etCon .etBtn {
    width: 87px;
    height: 87px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}

/* 儿童 end */

/* 牙周 start */
.yz {
    width: 100%;
    height: 780px;
    background-color: #ff9504;
    padding-top: 100px;
    position: relative;
}
.yz .circleZz{
    position: absolute;
    bottom: 0;
}
.yz .zzBox {
    height: 701px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #FFB550;
    position: relative;
}

.yz .zzBox .zzTitle {
    width: 619px;
    height: 77px;
    background-image: url("/images/monthly11-12/zz_title_bj.png");
    position: absolute;
    left: 50%;
    margin-left: -309.5px;
    top: -25px;
    font-style: italic;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

.yz .zzBox .zzfff {
    background-color: #fff;
    width: 1140px;
    height: 628px;
    border-radius: 50px;
}

.yz .zzBox .zzfff .zzRow {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 70px 0 20px;
}

.yz .zzBox .zzfff .zzItem {
    width: 532px;
	height: 524px;
    background-color: #f32a19;
    border-radius: 15px;
    border: solid 3px #d51c0e;
    align-items: center;
    position: relative;
}
.yz .zzBox .zzfff .zzItem .yzItemBox{
    width: 495px;
	height: 168px;
	background-color: #fcfdfe;
	border-radius: 15px;
    margin-top: 8px;
    box-sizing: border-box;
    padding: 0 30px;
}
.yz .zzBox .zzfff .zzItem .zzImg {
    width: 495px;
	height: 320px;
    margin-top: 15px;
}

.yz .zzBox .zzfff .zzItem .zzText {
    font-size: 27px;
    color: #0a0a0a;
    /* width: 300px; */
    margin: 12px 0 8px 0;
    font-weight: bold;
    line-height: 48px;
}

.yz .zzBox .zzfff .zzItem .line {
    border-top: 1px dashed #0a0a0a;
    width: 203px;
}

.yz .zzBox .zzfff .zzItem .zzCon {
    width: 316px;
    margin-top: 10px;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.yz .zzBox .zzfff .zzItem .zzCon .jg {
    align-items: flex-end;
}

.yz .zzBox .zzfff .zzItem .zzCon .jg .fz13 {
    font-size: 13px;
    color: #fce891;
}

.yz .zzBox .zzfff .zzItem .zzCon .jg .num {
    font-size: 58px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 54px;
    color: #f44a29;
}

.yz .zzBox .zzfff .zzItem .zzCon .ytBtn {
    width: 86px;
	height: 86px;
    background-color: #f44a29;
    border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
    position: absolute;
    right: 43px;
    bottom: 40px;
}
/* 牙周 end */
/* 牙体牙髓科专场 start */
.ytys {
    background-color: #d91506;
    height: 911px;
    padding-top: 100px;
    position: relative;
}
.ytys .circleYtys{
    position: absolute;
    bottom: 0;
}
.ytys .etBox {
    height: 763px;
    background-image: url("/images/monthly11-12/ytys.png");
    background-size: cover;
}

.ytys .etBox .etTitle {
    font-style: italic;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0 0 55px;
    box-sizing: border-box;
}

.ytys .etBox .etRow {
    margin-top: 55px;
    justify-content: space-between;
    padding: 0 23px;
    box-sizing: border-box;
}
.ytys .etBox .etRow .ytysItem{
    width: 548px;
	height: 558px;
    background-image: url("/images/monthly11-12/yt_item_bj.png");
    align-items: center;
    padding: 27px 0 0;
    box-sizing: border-box;

}
.ytys .etBox .etRow .ytysItem .ytysImg{
    width: 506px;
	height: 335px;
}
.ytys .etBox .etRow .ytysItem .ytysCon{
    width: 506px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0 0 25px;
    position: relative;
}
.ytys .etBox .etRow .ytysItem .ytysCon .ytysLeft .ytysLeftText{
    font-size: 27px;
    color: #0a0a0a;
    font-weight: bold;
}
.ytys .etBox .etRow .ytysItem .ytysCon .ytysLeft .zhe{
    font-size: 60px;
    color: #f44a29;
    font-weight: bold;
    align-items: flex-end;
    line-height: 70px;
    margin-top: 10px;
}
.ytys .etBox .etRow .ytysItem .ytysCon .ytBtn{
    width: 85px;
	height: 85px;
	background-color: #f44a29;
	border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 25px;
    color: #fcfdfe;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
}
/* 牙体牙髓科专场 end */

/* 综合 start */
.zh {
    width: 100%;
    height: 723px;
    background-color: #ff9504;
    padding-top: 100px;
    position: relative;
}
.zh .circleZh{
    position: absolute;
    bottom: 0;
}
.zh .zzBox {
    height: 611px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #FFB550;
    position: relative;
}

.zh .zzBox .zzTitle {
    width: 619px;
    height: 77px;
    background-image: url("/images/monthly11-12/zz_title_bj.png");
    position: absolute;
    left: 50%;
    margin-left: -309.5px;
    top: -25px;
    font-style: italic;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

.zh .zzBox .zzfff {
    background-color: #fff;
    width: 1140px;
    height: 568px;
    border-radius: 50px;
}
.zh .zzBox .etRow {
    margin-top: 175px;
    justify-content: space-between;
    padding: 0 23px;
    box-sizing: border-box;
}

.zh .zzBox .etRow .etItem {
    width: 349px;
	height: 329px;
    background-color: #f32a19;
    border: 1px solid #fff;
    border-radius: 50px;
    position: relative;
    align-items: center;
}

.zh .zzBox .etRow .etItem .etImg {
    width: 294px;
	height: 181px;
    border-radius: 15px;
    position: absolute;
    position: absolute;
    top: -98px;
}

.zh .zzBox .etRow .etItem .etText {
    font-size: 27px;
    color: #fffbf3;
    font-weight: bold;
    padding: 117px 0 20px;
}
.zh .zzBox .etRow .etItem .etCon{
    width: 294px;
    align-items: center;
        justify-content: space-between;
}
.zh .zzBox .etRow .etItem .etCon .jg {
    align-items: flex-end;
}

.zh .zzBox .etRow .etItem .etCon .jg .num {
    font-size: 55px;
    color: #fcf59c;
    font-weight: bold;
    line-height: 55px;
}
.zh .zzBox .etRow .etItem .etCon .jg .fh{
    font-size: 22px;
    color: #fcf59c;
}

.zh .zzBox .etRow .etItem .etCon .jg .fz30 {
    color: #ef2716;
    font-weight: bold;
    font-weight: 30px;
}

.zh .zzBox .etRow .etItem .etCon .etBtn {
    width: 81px;
	height: 82px;
	background-color: #fffbf4;
	border: solid 3px #fce891;
    border-radius: 50%;
    font-size: 26px;
    line-height: 30px;
    color: #f32a19;
    cursor: pointer;
}

/* 综合 end */

/* 活动须知 start */
.hdxz{
    height: 471px;
	background-color: #ffe7e2;
    border-radius: 50px;
    margin-top: 120px;
    padding-bottom: 50px;
    position: relative;
}
.hdxz .xz{
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 258px;
	height: 386px;
}
.hdxz .hodxzBox{
    	width: 673px;
	height: 341px;
	background-color: #fcfdfe;
	border-radius: 30px;
    position: absolute;
    top: 68px;
    right: 150px;
}
.hdxz .hodxzBox .hodxText{
    font-size: 48px;
    color: #fefefe;
    font-weight: bold;
    width: 310px;
	height: 86px;
	background-color: #f32a19;
	border-radius: 30px 30px 30px 0px;
    margin-bottom: 35px;
}
.hdxz .hodxzBox .hodxText1{
    font-size: 26px;
    color: #556c77;
    font-weight: bold;
    margin-left: 44px;
    margin-bottom: 10px;
}
/* 活动须知 end */
/* 硕博看牙 start */
 .sb .sbText{
    text-align: center;
    font-size: 51px;
    color: #ffffff;
    font-weight: bold;
    margin: 69px 0 58px;
 }
 .doctorBox .doctorSwiper{
    width: 1400px;
    position: relative;
    margin: 0 auto;
}
.doctorBox .doctorSwiper .dleft{
    position: absolute;
    left: 0;
    width: 56px;
	height: 56px;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    z-index: 8;
}
.doctorBox .doctorSwiper .dright{
    position: absolute;
    right: 0px;
    width: 56px;
	height: 56px;
    top: 50%;
    margin-top: -28px;
    cursor: pointer;
    z-index: 8;
}
.doctorBox .doctorList{
    width: 1200px;
    justify-content: space-evenly;
    margin: 0 auto;
}
.doctorBox .doctorList .doctorItem {
    height: 434px;
    width: 187px;
    background-color: #ff9504;
    position: relative;
}

.doctorBox .doctorList .doctorItem .docotrImg {
    height: 288px;
    width: 188px;
}

.doctorBox .doctorList .doctorItem .cont {
    position: absolute;
    bottom: 0;
    width: 187px;
    height: 183px;
    background-color: #ff9504;
    align-items: center;
}

.doctorBox .doctorList .doctorItem .cont .name {
    font-size: 30px;
    color: #fcfdfe;
    margin: 9px 0;
}

.doctorBox .doctorList .doctorItem .cont .zc {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.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 */
.gy{
    padding-bottom: 80px;
}
.gy .gyTitle{
    font-size: 51px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 118px 0 45px;
}
.gy .aboutText{
    width: 1200px;
    font-weight: bold;
    font-size: 24px;
    color: #d61304;
}
.gy .aboutText .sss{
    color: #f44a29;
    cursor: pointer;
}
.gy .xzBtn{
    margin: 57px 0 31px;
    justify-content: center;
}
.gy .xzBtn .xzBtnItem1,
.gy .xzBtn .xzBtnItem2 {
    width: 250px;
    color: #474646;
    background-color: #e5e5e5;
    cursor: pointer;
    font-size: 30px;
    height: 70px;
    font-weight: bold;
}

.gy .xzBtn .xzBtnItem1 {
    border-radius: 8px 0 0 8px;
    color: #474646;
}
.gy .xzBtn .xzBtnItem2{
    border-left: solid 1px #f64b3c;;
}

.gy .xzBtn .active {
    background-color:#f64b3c;
    color: #ffffff;
}
.gy .aboutCont{
    width: 1200px;
	height: 858x;
	/* background-color: #d9f0fd; */
    /* flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch; */
    padding-top: 23px;
}
.gy .aboutCont .aboutList{
    width: 100%;
    justify-content: space-between;
    /* margin-bottom: 8px; */
}
.gy .aboutCont .aboutItem{
    width: 295px;
	height: 207px;
    background-size: cover;
    position: relative;
    margin-bottom: 5px;
}
.gy .aboutCont .aboutItem .aboutImg{
    display: block;
}
.gy .aboutCont .aboutItem .aboutItemText{
    bottom: 0;
    position: absolute;
    width:100%;
	height: 45px;
	background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.gy #tab4 .aboutItemText{
    font-size: 16px;
}
.gy .akj{
    width: 598px;
	height: 420px;
    position: relative;
}
.gy .akj .akjImg{
    width: 598px;
	height: 420px;
}
.gy .akj .akjText{
    bottom: 0;
    position: absolute;
    width:100%;
	height: 45px;
	background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
#tab2 .aboutItem,#tab3 .aboutItem,#tab4 .aboutItem{
    width: 290px;
	height: 275px;
}
#tab2 .aboutItem .aboutImg,#tab3 .aboutItem .aboutImg,#tab4 .aboutItem .aboutImg{
    width: 290px;
	height: 275px;
}
#tab2 .aboutItem .aboutItemText,#tab3 .aboutItem .aboutItemText,#tab4 .aboutItem .aboutItemText{
    height: 60px;
}
/* 关于 end */