*{
    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: #fafff2;
    min-width: 1200px;
}

.uitlTitle{
    height: 82px;
	background-color: #cff85b;
	border-radius: 25px;
	border: solid 1px #ffffff;
    font-size: 49px;
    font-weight: bold;
    margin: 0 auto 60px;
    position: relative;
}
.uitlTitle .circle{
    position: absolute;
}
/* 到院即享 start */
.dyjx{
    display: flex;
    flex-direction: column;
}
.dyjx .dyjxRow{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 31px;
}
.dyjx .dyjxRow .dyjxItem{ 
    width: 576px;
	height: 250px;
	background-color: #d7fb93;
	box-shadow: 0px 0px 17px 1px 
		rgba(94, 97, 100, 0.13);
	border-radius: 20px;
	border: solid 2px #bbefff;
    position: relative;
}
.dyjx .dyjxRow .dyjxItem .whiteBox{
    position: absolute;
    bottom: 0;
    height: 172px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
}
.dyjx .dyjxRow .dyjxItem .whiteBox .jxImg{
    position: absolute;
    bottom: 22px;
    left: 22px;
}
.dyjx .dyjxRow .dyjxItem .ty{
    width: 93px;
	height: 73px;
    background-image: url("/images/zhuanti/zt_zj/ty.png");
    position: absolute;
    top: -8px;
    left: 24px;
    background-size: cover;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo{
    width: 282px;
    height: 100%;
    position: absolute;
    right: 0;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info78{
    height: 78px;
    width: 100%;
    position: relative;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info78 .dyTextp{
    width: 94px;
	height: 35px;
	background-color: #e5148b;
	border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 4px;
    left:14px;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info78 .ldx{
    height: 78px;
    width: 100%;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172{
    height: 172px;
    width: 100%;
    position: relative;
    align-items: center;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row{
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row .yes{
    width: 17px;
	height: 23px;
    margin: 0 5px 0 13px;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row .info172Text{
    font-size: 21px;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172 .infoText{ 
    font-size: 39px;
    font-weight: bold;
    margin: 10px 0 12px;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172 .infoText1{ 
    margin: 0;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172 .infoTexth{
    font-size: 20px;
}
.dyjx .dyjxRow .dyjxItem .dyjxInfo .info172 .infoBtn{
    position: absolute;
    bottom: 10px;
    width: 158px;
	height: 41px;
	background-color: #fff255;
	border-radius: 20px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}
/* 到院即享 end */
/* 成年 start */
.cn{
    background-color: #cdeebe;
}
.cn .cnBox{
    width: 1200px;
    margin: 0 auto;
}
.cn .dyjxRow{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 31px;
}
.cn .dyjxRow .dyjxItem{ 
    width: 576px;
	height: 250px;
	background-color: #fae1a9;
	box-shadow: 0px 0px 17px 1px 
		rgba(94, 97, 100, 0.13);
	border-radius: 20px;
	border: solid 2px #bbefff;
    position: relative;
}
.cn .dyjxRow .dyjxItem .whiteBox{
    position: absolute;
    bottom: 0;
    height: 172px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
}
.cn .dyjxRow .dyjxItem .whiteBox .jxImg{
    width: 273px;
	height: 193px;
    position: absolute;
    bottom: 22px;
    left: 22px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo{
    width: 282px;
    height: 100%;
    position: absolute;
    right: 0;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info78{
    height: 78px;
    width: 100%;
    position: relative;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info78 .dyTextp{
    width: 94px;
	height: 35px;
	background-color: #e5148b;
	border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 4px;
    left:14px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info78 .ldx{
    height: 78px;
    width: 100%;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    line-height: 98px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info78 .ldx1{
    line-height: 30px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172{
    height: 172px;
    width: 100%;
    position: relative;
    align-items: center;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row{
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row .yes{
    width: 17px;
	height: 23px;
    margin: 0 5px 0 13px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row .info172Text{
    font-size: 21px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172 .infoText{ 
    font-size: 39px;
    font-weight: bold;
    margin: 10px 0 12px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172 .infoText1{ 
    margin: 0;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172 .infoTexth{
    font-size: 20px;
}
.cn .dyjxRow .dyjxItem .dyjxInfo .info172 .infoBtn{
    position: absolute;
    bottom: 15px;
    width: 158px;
	height: 41px;
	background-color: #fff255;
	border-radius: 20px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}
/* 成年 end */
/* 隐形牙套 start */
.yxyt{
    background-color: #fff;
}
.yxyt .cnBox{
    width: 1200px;
    margin: 0 auto;
}
.yxyt .dyjxRow{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 31px;
}
.yxyt .dyjxRow .dyjxItem{ 
    width: 576px;
	height: 250px;
	background-color: #ffdcdc;
	box-shadow: 0px 0px 17px 1px 
		rgba(94, 97, 100, 0.13);
	border-radius: 20px;
	border: solid 2px #bbefff;
    position: relative;
}
.yxyt .dyjxRow .dyjxItem .whiteBox{
    position: absolute;
    bottom: 0;
    height: 172px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
}
.yxyt .dyjxRow .dyjxItem .whiteBox .jxImg{
    position: absolute;
    bottom: 22px;
    left: 22px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo{
    width: 282px;
    height: 100%;
    position: absolute;
    right: 0;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info78{
    height: 78px;
    width: 100%;
    position: relative;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info78 .dyTextp{
    width: 94px;
	height: 35px;
	background-color: #e5148b;
	border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 4px;
    left:14px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info78 .ldx{
    height: 78px;
    width: 100%;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info78 .ldx1{
    line-height: 30px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172{
    height: 172px;
    width: 100%;
    position: relative;
    align-items: center;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row{
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row .yes{
    width: 17px;
	height: 23px;
    margin: 0 5px 0 13px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172 .info172Row .info172Text{
    font-size: 21px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172 .infoText{ 
    font-size: 39px;
    font-weight: bold;
    margin: 10px 0 12px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172 .infoText1{ 
    margin: 0;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172 .infoTexth{
    font-size: 20px;
}
.yxyt .dyjxRow .dyjxItem .dyjxInfo .info172 .infoBtn{
    position: absolute;
    bottom: 15px;
    width: 158px;
	height: 41px;
	background-color: #fff255;
	border-radius: 20px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}
/* 隐形牙套 end */
/* 团队 start */
.team{
    width: 100%;
    height: 793px;
    background-size: cover;
    background-image: url("/images/zhuanti/zt_zj/teamBj.png");
}
.teamBox{
    width: 1200px;
    height: 793px;
    margin: 0 auto;
    position: relative;
}
.team .teamText{
    font-size: 49px;
    padding: 50px 0 28px;
    text-align: center;
    font-weight: bold;
}
.team .teamImg{
    position: absolute;
    bottom: 0;
    width: 1200px;
}
/* 团队 end */
/* 关于 start */
.gy{
    width: 100%;
    background-color: #cdeebe;
}
.gyBox{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 74px;
}
.gy .gyTitle{
    font-size: 49px;
    text-align: center;
    font-weight: bold;
    padding: 78px 0 43px;
}
.gy .gyText{
    font-size: 32px;
    line-height: 48px;
}
.gy .gyWhite{
    width: auto;
	height: auto;
	background-color: #ffffff;
    margin: 32px 0 0;
    padding: 5px;
}
/* 关于 end */

