.aimei_banner{
  width: 100%;
  height: 380px;
}
.aimei_banner img{
  display: block;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  object-fit: cover;
}
.aimei_index_box{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.aimei_index_box_left{
  width: 936px;
}
.aimei_index_box_right{
  width: 252px;
  height: 100%;
}
.aimei_index_nav{
  display: flex;
  height: 40px;
  line-height: 40px;
}
.aimei_index_nav_title{
  width: 55%;
}
.aimei_index_nav_more{
  width: 45%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-right: 10px;
}
.aimei_index_nav_more a{
  color: #545454;
}
.case_nav a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: right;
}
.aimei_index_nav_title{
  font-size: 22px;
  color: #303030;
}
.aimei_index_product{
  display: flex;
}
.aimei_product_item_desc_count {
  display: flex;
  height: 45px;
  margin-top: 15px;
  line-height: 45px;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  color: #616161;
}

.aimei_product_item_desc_count div {
  width: 50%;
}
.aimei_border_right {
  border-right: 1px solid #eee;
}
.aimei_index_box_right_title{
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
.aimei_index_box_right_title_zx{
  width: 80%;
  font-size: 22px;
  color: #303030;
}
.aimei_index_box_right_title_more a{
  font-size: 14px;
  color: #545454;
}
.aimei_index_box_right_item_title{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #1e1e1e;
}
.aimei_index_box_right_item_desc{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 12px;
  margin-top: 1px;
  color: #616161;
  height: 16px;
}
.aimei_index_box_right_item{
  padding: 11px 0;
  margin:  0 11px;
  border-bottom: 1px dashed #eee;
}
.aimei_index_box_right_list{
  border: 1px solid #eee;
  height: 100%;
}


.aimei_list_hospital_item {
  padding: 10px 15px;
  display: flex;
  /* border-bottom: 1px solid #eee; */
}

.hos_list_items{
  border-bottom: 1px solid #eee;
}

.aimei_list_hospital_item_img {
  width: 222px;
  height: 134px;
  overflow: hidden;
  margin-right: 20px;
}

.aimei_list_hospital_item_img img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.aimei_list_hospital_item_desc {
  width: 330px;
  height: 140px;
}

.aimei_list_hospital_item_score {
  margin-top: 13px;
  padding: 0 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 120px;
  height: 136px;
}

.aimei_list_hospital_item:hover{
  background: #fbffff;
}

.aimei_list_hospital_item_desc_name {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.aimei_hospitalarea {
  font-size: 14px;
  color: #696969;
  margin-top: 10px;
  margin-bottom: 16px;
}

.aimei_hospitalarea_look {
  display: inline-block;
  vertical-align:middle;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -630px -20px;
  background-size: 1200px;
  width: 17px;
  margin-left: 6px;
  margin-top: -2px;
  height: 17px;
}
.address_wrap{
  display: inline-block;
  vertical-align:middle;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.look_map{
  display: inline-block;
  vertical-align:middle;
  color: #099fc7;
}
.aimei_list_hospital_item_desc_project {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
}

.aimei_list_hospital_item_desc_project div {
  color: #099fc7;
  border: 1px solid #099fc7;
  padding: 0 2px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 10px;
}

.aimei_list_hospital_item_score {
  text-align: center;
  font-size: 14px;
}

.aimei_list_hospital_item_score_bottom span,
.aimei_list_hospital_item_score_middle span {
  color: #099fc7;
  margin-top: 10px;
  display: inline-block;
}

.aimei_list_hospital_item_score_top span:nth-of-type(2) {
  font-size: 16px;
  color: #242424;
}

.aimei_list_hospital_item_score_top span:nth-of-type(3) {
  font-size: 16px;
  color: #e9306f;
  padding-left: 5px;
}

.aimei_list_hospital_item_score_top span:nth-of-type(1) {
  font-size: 30px;
  color: #e9306f;
}

.aimei_list_hospital_item_price {
  margin: 18px auto 0;
  width: 120px;
  height: 100px;
}

.aimei_list_hospital_item_price_middle {
  margin: 0 auto;
  width: 85px;
  height: 25px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  background: #099fc7;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 5px;
}

.aimei_list_hospital_item_price_top {
  color: #e9306f;
  line-height: 30px;
  text-align: center;
}

.aimei_list_hospital_item_price_top span {
  font-size: 30px;
}

.aimei_list_hospital_item_price_bottom {
  text-align: center;
  color: #696969;
  font-size: 14px;
}

.aimei_list_hospital_item_price_bottom {
  display: flex;
  justify-content: center;
}

.aimei_list_hospital_item_price_bottom .collect {
  height: 15px;
  width: 18px;
  margin-right: 5px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -490px -53px;
  background-size: 1200px;
  margin-top: 2px;
}
.aimei_index_hospital{
  border: 1px solid #eee;
}
.aimei_list_hospital_item_hospname{
  text-align: center;
  font-size: 18px;
  color: #1e1e1e;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aimei_hosp_right .aimei_index_box_right_item{
  padding: 21px 0;
}
.aimei_index_doctor{
  display: flex;
}
.aimei_index_doctor_item{
  width: 230px;
  height: 350px;
  border: 1px solid #eee;
  margin-right: 10px;
}
.aimei_index_doctor_img{
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.aimei_index_doctor_img img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.aimei_index_doctor_name{
  margin-top: 10px;
  font-size: 22px;
  color: #1e1e1e;
}
.aimei_index_doctor_name span{
  font-size: 14px;
  color: #616161;
}
.aimei_index_doctor_hosp,.aimei_index_doctor_sc{
  margin-top: 10px;
  font-size: 14px;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aimei_index_doctor_desc{
  padding: 0 16px;
}
.video_imgbox_item{
  border: 1px solid #eee;
}
.video_imgbox_item_content{
  padding: 0 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.video_imgbox_item {
  margin: 0px 13px 15px 0px;
}
.aimei_diary_item{
  width: 900px;
}
.aimei_diary_item_user {
  width: 900px;
}
.aimei_index_ask_item{
  margin: 14px 10px;
  border-bottom: 1px dashed #eee;
}
.aimei_index_ask_ask{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #1c1c1c;
  width: 210px;
}
.aimei_index_ask_box i{
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #099fc7;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-top: 2px;
  margin-right: 5px;
}
.aimei_index_ask_answer{
  color: #616161;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  width: 210px;
  padding-top: 4px;
  height: 42px;
}
.aimei_index_ask_box{
  display: flex;
}
.aimei_index_answer_box{
  display: flex;
  margin-top: 4px;
}
.aimei_index_answer_box i{
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #f2568b;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-top: 4px;
  margin-right: 5px;
}
.aimei_product_item {
  width:222px
}
.aimei_banner_nav{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 16;
}
.aimei_banner_subnav{
  background-color: #ffffffc7;
  width: 216px;
  height: 380px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
.aimei_banner_subnav_item{
  text-align: center;
  font-size: 14px;
  height: 62px;
  color: #616161;
  margin: 0 5px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.aimei_banner_subnav_item_top{
  font-size: 16px;
  color: #303030;
  display: flex;
  /* justify-content: center; */
  padding-left:30px;
  margin-bottom: 5px;
}
.aimei_banner_box{
  align-self: center;
  justify-content: center;
  width: 100%;
}
.aimei_banner_subnav .aimei_subnav_item{
  position: absolute;
  left: 216px;
  background: #fff;
  color: #333333;
  top: 0;
  z-index: 1000;
  width: 410px;
  max-height: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 15px 25px;
  border-bottom: 1px solid #EDEDED;
  text-align: left;
  display: none;
}
.aimei_subnav_item dl{
  padding-bottom:16px;
  border-bottom:1px dashed #eee;
  margin-bottom:16px;
}
.aimei_subnav_item dl dt{
  padding-left:15px;
  margin-bottom:4px;
}
.aimei_subnav_item dl dd{
  float: left;
  line-height: 20px;
  border-right: 1px solid #EDEDED;
  padding:0 15px;
}
.aimei_subnav_item dl a{
  color: #333;
  font-size:14px;
}
.aimei_subnav_item dl dd a{
  color: #666;
  font-size:14px;
}
.dl_color{
  color:#099fc7 !important;
}
.aimei_banner_subnav_item_top i{
  display: inline-block;
  vertical-align: middle;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-size: 1200px;
  height: 23px;
  width: 25px;
  margin-right: 5px;
  margin-top: -2px;
}
.aimei_banner_subnav_item_top a{
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
}
.aimei_banner_subnav_item_top a.shoushensuxing,
.aimei_banner_subnav_item_top a.mianbulunkuo,
.aimei_banner_subnav_item_top a.kangshuailao
{
  margin-left: 8px;
}
.aimei_banner_subnav_item_top .eyes{
  background-position: -1049px -48px;
}
.aimei_banner_subnav_item_top .nose{
  background-position: -1074px -48px;
}
.aimei_banner_subnav_item_top .bots{
  background-position: -1099px -46px;
}
.aimei_banner_subnav_item_top .face{
  width: 22px;
  background-position: -1178px -48px;
}
.aimei_banner_subnav_item_top .wz{
  background-position: -1126px -46px;
}
.aimei_banner_subnav_item_top .zf{
  background-position: -1148px -46px;
}
.aimei_index_nav_more_item{
  color: #545454;
  cursor: pointer;
}
.index_product_wrap .aimei_product_item{
  float: left;
}
.index_product_wrap .aimei_product_item a{
  display: block;
  width: 100%;
  height: 100%;
}
.index_product_wrap,
.index_hospital_wrap,
.index_doctor_wrap,
.index_video_wrap,
.index_case_wrap
{
  display: none;
}
.nav_active{
  color: #099fc7 !important;
}
