
.medical-box{
  padding: 40px 0;
}

.physical-con{
  display: flex;
}
.physical-con .left{
  width: 65%;
  margin-right: 20px;
}
.physical-con .right{
  flex: 1;
}
.physical-con .left img{
  width: 100%;
}

.package-list{
  padding: 0;
}
.package-list .li-item{
  width: 24%;
  margin-right: 10px;
  display: inline-block;
  float: left;
  text-align: center;
}
.package-list .li-item:last-child{
  margin-right: 0;
}

.package-list .li-item img{
  width: 100%;
  height: 200px;
}


.game-box{

}
.medical-gift-box1{
  display: flex;
  justify-content: center;
  padding: 0;
}
.medical-gift-box2{
  display: flex;
  text-align: center;
  padding: 0;
}
.medical-gift-box2 li{
  padding: 0 50px;
}
/* 贴心服务 */
.medical-serve li{
  padding-bottom: 30px;
}
.medical-serve p{
  margin-bottom: 0;
}
.medical-item-title{
  color: #2EADA2;
  font-weight: 700;
}
.medical-item-title .number{
  display: inline-block;
  width: 22px;
  height: 24px;
  background: #2EADA2;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-right: 10px;
}
.medical-item-txt{
  padding-left: 33px;
}

/* 个性化体检套餐 */
.agephase-list{
  padding: 0;
}
.agephase-list .li-item{
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  float: left;
  text-align: center;
}
.agephase-list .li-item:nth-child(2n){
  margin-right: 0;
}
.agephase-list .li-item img{
  width: 100%;
}
.medical-agephase-title{
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #2EADA2;
  color: #fff;
}

.msgAndBuy-con{
  display: flex;
  align-items: center;
}
.msgAndBuy-con .left{
  width: 70%;
}
.msgAndBuy-con .right{
  flex: 1;
  text-align: right;
}
.msgAndBuy-con .left p{
  margin-bottom: 5px;
  font-size: 20px;
}

.relationBG{
  width: 80%;
  background-color: #FEF6DF;
  border: 2px dashed #FFB148;
  padding: 15px 10px;
  margin-top: 20px;
  font-size: 20px;
}

.medical_btn{
  display: inline-block;
  background-color: #3BAE9D;
  border-radius: 5px;
  color: #fff;
  padding: 40px 50px;
  text-align: center;
  font-size: 24px;
}