*{
  margin:0px;
  padding:0px;
}
.container{
  padding-top: 0;
  margin-top: 71px;
}
img{
  width: 100%;
}
/* banner图 */
.banner{
  position: relative;
  margin-top: .4rem;
}

/* 种植牙价格查询 */
.Plastic_section{
  position: relative;
}
.lcy-section2 {
  margin: 0 auto;
  margin-left: .5rem;
  overflow: hidden;
  padding: 0 .3rem;
}

.lcy-section2 h2 {
  margin: .5rem 0 .5rem -.5rem;
  text-align: center;
  font-size: .42rem;
  font-weight: normal;
}

.lcy-section2 h5 {
  font-weight: 400;
  text-align: left;
  font-size: .27rem;
  margin-top: .5rem;
  line-height: .27rem;
  color: #5e5e5e;
  margin-bottom: .3rem;
}

.lcy-section2 h5 span{
  color: red;
}

.lcy-section2 button {
  width: 92%;
}

form .checkBoxCont {
  display: flex;
  flex-flow: row wrap;
}

form input[type='checkbox'], form input[type='radio'] {
  display: none;
}

form input[type='radio'] + label,
form input[type='checkbox'] + label {
  display: block;
  width: 42%;
  height: .54rem;
  line-height: .05rem;
  border: 2px solid #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
  background: #eee;
  align-content: center;
  border-radius: .15rem;
  margin-bottom: .2rem;
}

form input[type='radio'] + label span,
form input[type='checkbox'] + label span {
  font-size: .27rem;
  display: block;
  line-height: .54rem;
  height: .54rem;
  color: #242424;
}

form input[type='radio']:checked + label,
form input[type='checkbox']:checked + label {
  background: #D6E7FF;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form input[type='radio']:checked + label span,
form input[type='checkbox']:checked + label span {
  color: #467eff;
}

form .inputBox {
  margin: 0 auto .15rem;
}

.yg-btn {
  display: inline-block;
  height: .8rem;
  border: none;
  line-height: .7rem;
  text-align: center;
  border-radius: .08rem;
  font-size: .35rem;
  box-sizing: border-box;
  background: #467EFF;
  color: #ffffff;
}

.situation2,
.situation4,
.situation6,
.age2,
.age4,
.age6{
  margin-left: .5rem
}

form .inputBox input {
  display: block;
  outline: none;
  width: 92%;
  height: .7rem;
  line-height: .7rem;
  font-size: .28rem;
  padding-left: .2rem;
  border-radius: .08rem;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-bottom: .2rem;
}

form button {
  width: 100%;
}

.joinUser {
  padding-bottom: .8rem;
  margin: .55rem auto 0;
  border-radius: .04rem;
  height: .05rem;
  overflow: hidden;
}
 h1 {
  font-size: .35rem;
  line-height: .35rem;
  color: #000000;
  margin-top: .5rem;
  text-align: center;
  font-weight: 500;
}

.joinUser span{
  font-size: .3rem;
}

.wrapper{
  list-style-type: none;
  height: .8rem;
  text-align: center;
  animation: move 8s infinite ease-in-out;
}
.slide-item{
  height: .8rem;
}
@keyframes move{
  0%{transform: translateY(0px); }
  25%{transform: translateY(-36px);}
  50%{transform: translateY(-72px);}
  75%{transform: translateY(-108px);}
  100%{transform: translateY(-144px);}
}
/* 进口种植  品质如一 */
.Graduation_season{
  position: relative;
  margin-top: .5rem;
}

/* 量齿定制 任你挑选 */
.Skin_zone{
  position: relative;
}

.Skin_zone_cont1{
  width: 42%;
  height: .6rem;
  border: .02rem solid #ffa300;
  border-radius: .15rem;
  position: absolute;
  top: 32%;
  left: 29%;
}

.title1{
  color: #ffa300;
  font-size: .35rem;
  line-height: .6rem;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.Skin_zone_cont2{
  width: 42%;
  height: .6rem;
  border: .02rem solid #01669e;
  border-radius: .15rem;
  position: absolute;
  top: 59%;
  left: 29%;
}

.title2{
  color: #01669e;
  font-size: .35rem;
  line-height: .6rem;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.Skin_zone_cont3{
  width: 42%;
  height: .6rem;
  border: .02rem solid #ffa300;
  border-radius: .15rem;
  position: absolute;
  top: 87%;
  left: 29%;
}

/* 医院介绍·温柔牙医尊享服务  */
.Physician_team{
  position: relative;
}

.footer1{
height: 30px;
width: 100%;
line-height: 30px;
background: #1d1611;
color: #998779;
text-align: center;
bottom: 0;
z-index: 150;
font-size: 12px;
overflow: hidden;
}
.public_footer_brand{
  display: none;
}