* {
    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;
}

/* 礼包 start */
.lb{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/lb_bj.jpg");
    background-size: cover;
    justify-content: center;
}
.lb .lbBox{
    width: 1130px;
    align-items: center;
}
.lb .lb_tit{
    width: 682px;
	height: 102px;
	box-shadow: 0px 1px 10px 0px 
		rgba(0, 39, 111, 0.42);
	border-radius: 51px;
	border: solid 3px #ffffff;
    margin-top: 37px;
        font-style: italic;
    background-color: rgba(185, 241, 239, 0.42);
    align-items: center;
    justify-content: center;
    border: 1px solid #2769e5;
    position: relative;
}
.lb .lb_tit .fz51{
    font-size: 51px;
    line-height: 51px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to top, rgba(0,25,150,1), #004cdf) text;
    padding-right: 20px;
    /* color: #023fba; */
}
.lb .lb_tit .fz82{
    font-size: 82px;
    line-height: 82px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to top, rgba(0,25,150,1), #004cdf) text;
}
.lb .lb_tit .fz145{
    font-size: 150px;
    line-height: 150px;
    color: transparent;
    background: linear-gradient(to top, rgba(251,51,98,1),#ff7ea4) text;
    font-weight: bold;
    padding-right: 25px;
    position: absolute;
    top: -40px;
    left: 330px;
}
.lb .lb_tit .fz42{
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to top, rgba(0,25,150,1), #004cdf) text;
    padding-right: 10px;
    margin-left: 70px;
}
.lb .lb_tit .star1{
    position: absolute;
    width: 21px;
	height: 21px;
    left: 0;
    top: 39px;
}
.lb .lb_tit .star2{
    position: absolute;
    width: 43px;
	height: 43px;
    right: -10px;
    top: 19px;
}
.lb .lbList{
    margin-top: 32px;
}
.lb .lbList .lbItem{
    width: 157px;
	height: 288px;
	background-color: #ffffff;
	box-shadow: 0px 3px 1px 0px 
		rgba(0, 39, 111, 0.3);
	border-radius: 13px;
    position: relative;
    align-items: center;
    margin-right: 5px;
}
.lb .lbList .lbItem .lbImg{
    width: 153px;
	height: 168px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -77px;
}
.lb .lbList .lbItem .num{
    width: 24px;
	height: 23px;
    background-image: linear-gradient(0deg, 
		#0029b0 0%, 
		#1755ce 100%);
    border-radius: 50%;
    font-size: 15px;
    color: #ffffff;
    margin: 11px 0 7px;
}
.lb .lbList .lbItem .tit{
    font-size: 19px;
    color: #0524a3;
    font-weight: bold;
    text-align: center;
}
.lb .lbList .lbItem .jz{
    font-size: 15px;
    color: #3c4b6c;
    text-align: center;
}
.lb .btn{
    width: 492px;
    height: 72px;
    /* 核心修复：利用 background 同时绘制背景色和边框色 */
    background: 
        linear-gradient(0deg, #0444bb, #3884f1) padding-box,  /* 内部蓝色背景 */
        linear-gradient(0deg, #f0dbbd, #fffbf5) border-box;   /* 外部渐变边框 */
    background-origin: padding-box, border-box; /* 指定渲染区域 */
    background-clip: padding-box, border-box;   /* 裁剪区域 */

    border: 6px solid transparent; /* 边框宽度保留，颜色透明，让下层背景透出来 */
    border-radius: 50px;           /* 此时圆角可正常生效 */
    box-shadow: 0px 9px 3px 0px rgba(0, 39, 111, 0.3);
    color: #ffffff;
    font-size: 47px;
    line-height: 47px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
}
/* 礼包 ebd */
/* 健康 start */
.jk{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/jk_bj.jpg");
    background-size: cover;
    justify-content: center;
}
.jk .jkBox{
    width: 1000px;
    align-items: center;
}
.jk .jkTit{
    align-items: center;
    margin-top: 34px;
}
.jk .jkTit .tit_bj{
    width: 332px;
}
.jk .jkTit .jtText{
    font-size: 58px;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
}
.jk .jkList{
    margin-top: 17px;
}
.jk .jkList .jkItem{
    width: 327px;
	height: 200px;
	background-image: linear-gradient(0deg, 
		#ebf3fd 0%, 
		#ffffff 100%);
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.jk .jkList .jkItem1{
    width: 496px;
	height: 178px;
}
.jk .jkList .jkItem .jkImg{
    width: 143px;
	height: 181px;
    margin: 0 11px 0 8px;
}
.jk .jkList .jkItem1 .jkImg{
    width: 237px;
	height: 151px;
}
.jk .jkList .jkItem .jkRight{
    height: 181px;
    align-items: center;
    width: 138px;
    position: relative;
}
.jk .jkList .jkItem1 .jkRight{
    width: 188px;
    height: 151px;
}
.jk .jkList .jkItem .jkRight .jkText{
    font-size: 20px;
    font-weight: bold;
     color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    margin: 12px 0 22px 0;
}
.jk .jkList .jkItem .jkRight .jkText{
    margin-top: 5px;
}
.jk .jkList .jkItem .jkRight .num{
    align-items: flex-end;
}
.jk .jkList .jkItem1 .jkRight .num .jian{
    width: 54px;
	height: 53px;
    background-image: url("/images/monthly26-9/bottom.png");
    font-size: 24px;
    color: #ffffff;
    padding: 2px 0 0 14px;
    box-sizing: border-box;
    font-weight: bold;
}
.jk .jkList .jkItem .jkRight .num .fz21{
    font-size: 21px;
    line-height: 21px;
    color: #fa3563;
    font-weight: bold;
}
.jk .jkList .jkItem .jkRight .num .fz40{
    font-size: 40px;
    line-height: 35px;
    color: #fa3563;
    font-weight: bold;
    letter-spacing: -1px;
}
.jk .jkList .jkItem .jkRight .btn{
    position: absolute;
    width: 138px;
	height: 32px;
	background-image: linear-gradient(0deg, 
		#0046c5 0%, 
		#4d9cff 100%);
	border-radius: 16px;
    bottom: 12px;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
}
.jk .jkList .jkItem1 .jkRight .btn{
    bottom: 0px;
}
.jk .jkList .jkItem .jkRight .zk{
    font-size: 14px;
    color: #011e9d;
    margin-top: 10px;
}
/* 健康 end */

/* 种植 start */
.zz{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/zz_bj.jpg");
    background-size: cover;
    justify-content: center;
}
.zz .jkBox{
    width: 1000px;
    align-items: center;
}
.zz .jkTit{
    align-items: center;
    margin-top: 34px;
}
.zz .jkTit .tit_bj{
    width: 332px;
}
.zz .jkTit .jtText{
    font-size: 58px;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
}
.zz .jkList{
    margin-top: 17px;
}
.zz .jkList .jkItem{
    width: 327px;
	height: 200px;
	background-image: linear-gradient(0deg, 
		#ebf3fd 0%, 
		#ffffff 100%);
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.zz .jkList .jkItem .jkImg{
    width: 143px;
	height: 181px;
    margin: 0 11px 0 8px;
}
.zz .jkList .jkItem .jkRight{
    height: 181px;
    align-items: center;
    width: 138px;
    position: relative;
}
.zz .jkList .jkItem1 .jkRight{
    width: 188px;
    height: 151px;
}
.zz .jkList .jkItem .jkRight .jkText{
    font-size: 20px;
    font-weight: bold;
     color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    margin: 12px 0 22px 0;
}
.zz .jkList .jkItem .jkRight .jkText{
    margin-top: 5px;
}
.zz .jkList .jkItem .jkRight .num{
    align-items: flex-end;
    position: absolute;
    bottom: 60px;
}
.zz .jkList .jkItem .jkRight .num .jian{
    width: 54px;
	height: 53px;
    background-image: url("/images/monthly26-9/bottom.png");
    font-size: 24px;
    color: #ffffff;
    padding: 2px 0 0 14px;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    top: -25px;
    left: -3px;
}
.zz .jkList .jkItem .jkRight .num .fz21{
    font-size: 21px;
    line-height: 21px;
    color: #fa3563;
    font-weight: bold;
}
.zz .jkList .jkItem .jkRight .num .fz40{
    font-size: 40px;
    line-height: 35px;
    color: #fa3563;
    font-weight: bold;
    letter-spacing: -2px;
}
.zz .jkList .jkItem .jkRight .fz11{
    font-size: 10px;
    color: #011e9d;
    line-height:15px;
    position: absolute;
    bottom: 44px;
    width: 172px;
    left: 0px;
}
.zz .jkList .jkItem .jkRight .btn{
    position: absolute;
    width: 138px;
	height: 32px;
	background-image: linear-gradient(0deg, 
		#0046c5 0%, 
		#4d9cff 100%);
	border-radius: 16px;
    bottom: 5px;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
}
.zz .jkList .jkItem .jkRight .zk{
    font-size: 14px;
    color: #011e9d;
    margin-top: 10px;
}
.zz .sm{
    font-size: 14px;
    	color: #011e9d;
}
/* 种植 end */

/* 正畸 start */
.zj{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/zj_bj.jpg");
    background-size: cover;
    justify-content: center;
}
.zj .jkBox{
    width: 1000px;
    align-items: center;
}
.zj .jkTit{
    align-items: center;
    margin-top: 34px;
}
.zj .jkTit .tit_bj{
    width: 332px;
}
.zj .jkTit .jtText{
    font-size: 58px;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
}
.zj .jkList{
    margin-top: 17px;
}
.zj .jkList .jkItem{
    width: 327px;
	height: 200px;
	background-image: linear-gradient(0deg, 
		#ebf3fd 0%, 
		#ffffff 100%);
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.zj .jkList .jkItem .jkImg{
    width: 143px;
	height: 181px;
    margin: 0 11px 0 8px;
}
.zj .jkList .jkItem .jkRight{
    height: 181px;
    align-items: center;
    width: 158px;
    position: relative;
}
.zj .jkList .jkItem1 .jkRight{
    width: 188px;
    height: 151px;
}
.zj .jkList .jkItem .jkRight .jkText{
    font-size: 20px;
    font-weight: bold;
     color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    margin: 12px 0 22px 0;
    width: 155px;
}
.zj .jkList .jkItem .jkRight .jkText{
    margin-top: 5px;
}
.zj .jkList .jkItem .jkRight .num{
    align-items: flex-end;
    position: absolute;
    bottom: 60px;
}
.zj .jkList .jkItem .jkRight .num .jian{
    width: 54px;
	height: 53px;
    background-image: url("/images/monthly26-9/bottom.png");
    font-size: 24px;
    color: #ffffff;
    padding: 2px 0 0 14px;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    top: -25px;
    left: -3px;
}
.zj .jkList .jkItem .jkRight .num .fz21{
    font-size: 21px;
    line-height: 21px;
    color: #fa3563;
    font-weight: bold;
}
.zj .jkList .jkItem .jkRight .num .fz40{
    font-size: 40px;
    line-height: 35px;
    color: #fa3563;
    font-weight: bold;
    letter-spacing: -2px;
}
.zj .jkList .jkItem .jkRight .fz11{
    font-size: 11px;
    color: #011e9d;
    line-height:15px;
    position: absolute;
    bottom: 44px;
    width: 172px;
    left: 0px;
}
.zj .jkList .jkItem .jkRight .btn{
    position: absolute;
    width: 138px;
	height: 32px;
	background-image: linear-gradient(0deg, 
		#0046c5 0%, 
		#4d9cff 100%);
	border-radius: 16px;
    bottom: 5px;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
}
.zj .jkList .jkItem .jkRight .zk{
    font-size: 14px;
    color: #011e9d;
    margin-top: 10px;
}
/* 正畸 end */

/* 修复 start */
.xf{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/xf_bj.jpg");
    background-size: cover;
    justify-content: center;
}
.xf .jkBox{
    width: 1000px;
    align-items: center;
}
.xf .jkTit{
    align-items: center;
    margin-top: 34px;
}
.xf .jkTit .tit_bj{
    width: 332px;
}
.xf .jkTit .jtText{
    font-size: 58px;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
}
.xf .jkList{
    margin-top: 17px;
}
.xf .jkList .jkItem{
    width: 327px;
	height: 200px;
	background-image: linear-gradient(0deg, 
		#ebf3fd 0%, 
		#ffffff 100%);
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.xf .jkList .jkItem1{
    width: 496px;
	height: 178px;
}
.xf .jkList .jkItem .jkImg{
    width: 143px;
	height: 181px;
    margin: 0 11px 0 8px;
}
.xf .jkList .jkItem1 .jkImg{
    width: 237px;
	height: 151px;
}
.xf .jkList .jkItem .jkRight{
    height: 181px;
    align-items: center;
    width: 158px;
    position: relative;
}
.xf .jkList .jkItem1 .jkRight{
    width: 188px;
    height: 151px;
}
.xf .jkList .jkItem .jkRight .jkText{
    font-size: 20px;
    font-weight: bold;
     color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    margin: 12px 0 22px 0;
    width: 148px;
}
.xf .jkList .jkItem .jkRight .jkText{
    margin-top: 5px;
}
.xf .jkList .jkItem .jkRight .num{
    align-items: flex-end;
    position: absolute;
    bottom: 60px;
}
.xf .jkList .jkItem .jkRight .num .jian{
    width: 54px;
	height: 53px;
    background-image: url("/images/monthly26-9/bottom.png");
    font-size: 24px;
    color: #ffffff;
    padding: 2px 0 0 14px;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    top: -25px;
    left: -3px;
}
.xf .jkList .jkItem .jkRight .num .fz21{
    font-size: 21px;
    line-height: 21px;
    color: #fa3563;
    font-weight: bold;
}
.xf .jkList .jkItem .jkRight .num .fz40{
    font-size: 40px;
    line-height: 35px;
    color: #fa3563;
    font-weight: bold;
    letter-spacing: -2px;
}
.xf .jkList .jkItem .jkRight .fz11{
    font-size: 11px;
    color: #011e9d;
    line-height:15px;
    position: absolute;
    bottom: 44px;
    width: 172px;
    left: 0px;
}
.xf .jkList .jkItem .jkRight .btn{
    position: absolute;
    width: 138px;
	height: 32px;
	background-image: linear-gradient(0deg, 
		#0046c5 0%, 
		#4d9cff 100%);
	border-radius: 16px;
    bottom: 5px;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
}
.xf .jkList .jkItem .jkRight .zk{
    font-size: 14px;
    color: #011e9d;
    margin-top: 10px;
}
/* 修复 end */
/* 儿童 start */
.et{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/et_bj.jpg");
    background-size: cover;
    justify-content: center;
}
.et .jkBox{
    width: 1000px;
    align-items: center;
}
.et .jkTit{
    align-items: center;
    margin-top: 34px;
}
.et .jkTit .tit_bj{
    width: 332px;
}
.et .jkTit .jtText{
    font-size: 58px;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
}
.et .etList{
    margin-top: 13px;
}
.et .etList .etItem{
    width: 328px;
	height: 412px;
	background-image: linear-gradient(0deg, 
		#ebf3fd 0%, 
		#ffffff 100%);
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.et .etList .etItem .etText{
    font-size: 20px;
    color: #011e9d;
    font-weight: bold;
    margin: 26px 0 13px 0;
}
.et .etList .etItem .jg{
    align-items: flex-end;
}
.et .etList .etItem .jg .fz40{
    font-size: 40px;
    line-height: 40px;
    color: #fa3563;
    font-weight: bold;
}
.et .etList .etItem .jg .fz16{
    font-size: 16px;
	color: #fa3563;
    font-weight: bold;
}
.et .etList .etItem .zhe{
    font-size: 14px;
    color: #011e9d;
    font-weight: bold;
    margin: 9px 0;
}
.et .etList .etItem .etimg{
    width: 307px;
	height: 211px;
}
.et .btn{
    width: 138px;
	height: 32px;
	background-image: linear-gradient(0deg, 
		#0046c5 0%, 
		#4d9cff 100%);
	border-radius: 16px;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 13px;
}
/* 儿童 end */

/* 活动须知 start */
.hdxz{
    width: 100%;
    height: 460px;
    background-image: url("/images/monthly26-9/hdxz_bj.jpg");
    background-size: cover;
    justify-content: center;
}
.hdxz .jkTit{
    align-items: center;
    margin-top: 34px;
}
.hdxz .jkTit .tit_bj{
    width: 332px;
}
.hdxz .jkTit .jtText{
    font-size: 58px;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
}
.hdxz .hdxzBox{
    width: 1000px;
    align-items: center;
}
.hdxz .hdxzBox .textBox{
    margin-top: 11px;
    width: 555px;
	height: 259px;
	background-color: #ffffff;
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
    padding-top: 16px;
    position: relative;
}
.hdxz .hdxzBox .textBox .hdxzLogo{
    width: 275px;
    height: 231px;
    position: absolute;
    right: -258px;
    bottom: -37px;
}
.hdxz .hdxzBox .textBox .num{
    width: 35px;
	height: 35px;
	background-image: linear-gradient(0deg, 
		#1c5be5 0%, 
		#529df9 100%);
    border-radius: 50%;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin: 0 13px 0 27px;
}
.hdxz .hdxzBox .textBox .zline{
    width: 503px;
    border-top:1px dashed #76a5f9;
    margin: 5px 0;
}
.hdxz .hdxzBox .textBox .textItem{
    width: 520px;
	height: 50px;
	background-color: #eaf4fe;
	border-radius: 10px;
    align-items: center;
}
.hdxz .hdxzBox .textBox .textItem .line{
    height: 27px;
    border: 1px dashed  #76a5f9;;
}
.hdxz .hdxzBox .textBox .textItem .bhd{
    font-size: 20px;
    color: #011e9d;
    font-weight: bold;
    margin-left: 16px;
}
/* 活动须知 end */

/* 关于  start */
.gy9{
    width: 100%;
    height: 669px;
    background-image: url("/images/monthly26-9/gy_bj.jpg");
    background-size: cover;
    align-items: center;
}
.gy9 .hdxzBox{
    width: 1000px;
    align-items: center;
}
.gy9 .hdxzBox .gy9tit{
    width: 1000px;
    height: 190px;
    position: relative;
    align-items: center;
}
.gy9 .hdxzBox .gy9tit .lou{
    width: 312px;
    height: 192px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.gy9 .hdxzBox .gy9tit .gyText{
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    padding-right: 20px;
    font-style: italic;
      margin: 41px 0 16px;
}
.gy9 .hdxzBox .gy9tit .sg{
    width: 560px;
	height: 40px;
	background-image: linear-gradient(90deg, 
		#000000 0%, 
		#766852 0%, 
		#ebcfa3 0%, 
		#fef9ec 68%, 
		#ebcfa3 100%);
	border-radius: 20px;
	border: solid 1px #e1bf89;
    z-index: 2;
    font-size: 22px;
    color: #702f00;
}
.gy9 .gy9Box{
    width: 947px;
	height: 273px;
	background-color: #f1f8fd;
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.gy9 .gy9Box .gy9BoxLe{
    width: 401px;
	height: 241px;
    font-size: 17px;
    line-height: 31px;
    margin: 0 29px 0 39px;
}
.gy9 .gy9Box .gy9BoxLe .fz21{
    color: #0637b6;
    font-size: 21px;
    font-weight: bold;
}
.gy9 .gy9Box .gy9BoxLe .fz17{
    color: #0637b6;
    font-size: 17px;
    font-weight: bold;
}
.gy9 .gy9List{
    width: 947px;
    justify-content: space-between;
    margin-top: 9px;
}
.gy9 .gy9List .gy9Item{
    width: 218px;
	height: 103px;
	background-image: linear-gradient(0deg, 
		#eff6fe 0%, 
		#f8fbfe 100%);
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
    padding-left: 6px;
}
.gy9 .gy9List .gy9Item .jy{
    font-size: 17px;
    color: #000019;
}
.gy9 .btn{
    width: 229px;
	height: 49px;
	background-image: linear-gradient(0deg, 
		#0046c5 0%, 
		#4d9cff 100%);
	box-shadow: 0px 2px 1px 0px 
		rgba(255, 255, 255, 0.61);
	border-radius: 25px;
    cursor: pointer;
    color: #ffffff;
    font-size: 25px;
    margin-top: 20px;
}
/* 关于 end */

/* 医生团队 start */
.doctor{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/doctor_bj.jpg");
    background-size: cover;
    align-items: center;
}
.doctor .doctorBox{
    width: 1100px;
    height: 100%;
    align-items: center;
}
.doctor .doctorBox .doctorText{
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    padding-right: 20px;
    font-style: italic;
      margin: 41px 0 16px;
}
.doctor .doctorBox .doctorText1{
    font-size: 17px;
    color: #1d4cce;
    font-weight: bold;
}
/* 医生团队 end */
/* 选择 start */
.xz{
    width: 100%;
    height: 605px;
    background-image: url("/images/monthly26-9/xz_bj.jpg");
    background-size: cover;
    align-items: center;
}
.xz .doctorBox{
    width: 1100px;
    height: 100%;
    align-items: center;
}
.xz .doctorBox .doctorText{
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    padding-right: 20px;
    font-style: italic;
      margin: 41px 0 16px;
}
.xz .doctorBox .doctorText1{
    font-size: 17px;
    color: #1d4cce;
    font-weight: bold;
}
.xz .doctorBox .xzList{
    width: 1015px;
    justify-content: space-between;
    margin-top: 40px;
}
.xz .doctorBox .xzList .xzItem{
    width: 139px;
	height: 339px;
	background-color: #f0f3fb;
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.xz .doctorBox .xzList .xzItem .xzLogo{
    width: 72px;
	height: 72px;
    margin: 14px 0 5px 0;
}
.xz .doctorBox .xzList .xzItem .xzTit{
    font-size: 18px;
    color: #011e9d;
    font-weight: bold;
}
.xz .doctorBox .xzList .xzItem .line{
    width: 108px;
    border-top: 1px dashed #011e9d;
    margin: 3px 0;
}
.xz .doctorBox .xzList .xzItem .xzText{
    color: #011e9d;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
.xz .doctorBox .xzList .xzItem .xzImg{
    width: 130px;
	height: 139px;
    margin-top: 12px;
}
/* 选择 end */

/* 门诊 start */
.mz{
    width: 100%;
    height: 597px;
    background-image: url("/images/monthly26-9/yy_bj.jpg");
    background-size: cover;
    align-items: center;
}
.mz .doctorBox{
    width: 1100px;
    height: 100%;
    align-items: center;
}
.mz .doctorBox .doctorText{
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to top, rgba(0, 25, 150, 1), #004cdf) text;
    padding-right: 20px;
    font-style: italic;
      margin: 41px 0 16px;
}
.mz .doctorBox .doctorText1{
    font-size: 17px;
    color: #1d4cce;
    font-weight: bold;
}
.mz .yySwiper{
    width: 1000px;
    height: 442px;
}
.mz .mzList .mzRow{
    width: 1000px;
    justify-content: space-between;
    overflow: hidden;
}
.mz .mzList .mzRow .mzItem{
    width: 328px;
	height: 184px;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px 0px 
		rgba(0, 39, 111, 0.2);
	border-radius: 14px;
	border: solid 1px #b3d1ff;
    align-items: center;
}
.mz .mzList .mzRow .mzItem .mzTit{
    align-items: center;
    margin-top: 9px;
    width: 308px;
}
.mz .mzList .mzRow .mzItem .mzTit .kk{
    width: 60px;
	height: 38px;
    background-image: url("/images/monthly26-9/kk.png");
    padding: 5px 4px;
    box-sizing: border-box;
    margin: 0 12px 0 10px;
}
.mz .mzList .mzRow .mzItem .mzTit .kk .fz19{
    font-size: 19px;
    color: #ffffff;
    line-height: 19px;
}
.mz .mzList .mzRow .mzItem .mzTit .kk .fz13{
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
}
.mz .mzList .mzRow .mzItem .mzTit .name{
    font-size: 18px;
    color: #011e9d;
    font-weight: bold;
}
.mz .mzList .mzRow .mzItem .mzCon{
    width: 308px;
	height: 123px;
	background-color: #c7c7c7;
	border-radius: 12px;
    background-image: url("/images/monthly26-9/yy01.jpg");
    position: relative;
}
.mz .btn {
    width: 138px;
    height: 32px;
    background-image: linear-gradient(0deg, #0046c5 0%, #4d9cff 100%);
    border-radius: 16px;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 13px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -69px;
}
/* 门诊 end */