body{
  padding-bottom: 40px;
}
body.modal-open {
  position: fixed;
  width: 100%;
}
.aimei_head {
  display: flex;
  width: 100%;
  height: 40px;
  font-size: 15px;
}

.aimei_head_logo {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: 0 0px;
  background-size: 600px;
  width: 115px;
  height: 25px;
  margin-top: 6px;
  margin-left: 9px;
  margin-right: 23px;
}

.aimei_nav {
  background: #099fc7;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.aimei_head_search {
  width: 190px;
  margin-top: 8px;
  height: 25px;
  background: #f1f1f1;
  margin-right: 6%;
  border-radius: 50px;
  display: flex;
}

.aimei_nav_item {
  width: 17%;
  text-align: center;
  line-height: 40px;
  position: relative;
}
.aimei_nav_item a{
  color: #fff;
}
.aimei_head_search .key{
  display: inline-block;
  width: 160px;
  height: 100%;
  border-radius: 50px 0 0 50px;
  background-color: #f1f1f1;
  text-indent: 1em;
}

.aimei_nav_item .nav_i{
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 12px;
  height: 2px;
  margin-left: -6px;
  background: #fff;
}

.aimei_head_search .btn {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -107px 0;
  background-size: 600px;
  height: 25px;
  width: 31px;
}

.aimei_select {
  display: flex;
}

.aimei_select div {
  width: 25%;
  margin: 12px 0;
  text-align: center;
  font-size: 13px;
}

.aimei_case_project{
  flex: 1;
}

.border_right {
  border-right: 1px solid #eeeeee;
}

.aimei_swiper_nav .swiper-wrapper {
  margin-bottom: 9px;
  margin-left: 10px;
}

.aimei_swiper_nav .swiper-slide {
  background: #f4f4f4;
  color: #696969;
  font-size: 12px;
  border-radius: 50px;
  text-align: center;
}
.aimei_swiper_nav a{
  display: block;
  width: 100%;
  padding: 6px 2px;
  margin: 0 auto;
  border-radius: 50px;
}
.aimei_swiper_nav a.active {
  background: #099fc7;
  color: #fff;
}

.aimei_line {
  width: 100%;
  height: 5px;
  background: #f1f1f1;
}

.aimei_hospital_item {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
}

.flex_a{
  display: flex;
  width: 100%;
}

.aimei_hospital_item_img {
  flex:0 0 105px;
  width: 105px;
  height: 70px;
  margin-right: 8px;
  overflow: hidden;
}

.aimei_hospital_item_name {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  margin-bottom: 4px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #1e1e1e;
}

.aimei_hospital_item_area {
  color: #616161;
  margin-bottom: 3px;
  display: flex;
}

.aimei_hospital_item_area p {
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 200px;
}

.aimei_hospital_item_area span {
  color: #099fc7;
  margin-left: 10px;
}

.aimei_hospital_item_desc {
  flex: 1;
}

.aimei_hospital_item_pj {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.aimei_hospital_item_sc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #1e1e1e;
  font-size: 14px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.hospital_h1{
  width: 100%;
  padding:10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
}

.aimei_select div {
  display: flex;
  justify-content: center;
}

.aimei_select div i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -149px -5px;
  background-size: 600px;
  height: 16px;
  width: 7px;
  margin-left: 5px;
}

.aimei_select .active i {
  background-position: -137px -5px;
}

.aimei_select .aimei_select_choose i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -168px -5px;
  background-size: 600px;
  height: 16px;
  width: 15px;
  margin-left: 5px;
}

.aimei_hospital_item_area span i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -192px -3px;
  background-size: 600px;
  height: 16px;
  width: 7px;
  margin-right: 3px;
  margin-left: 5px;
  display: inline-block;
}

.aimei_hospital_item_sc span {
  color: #616161;
  display: block;
}

.aimei_select_box {
  position: fixed;
  top: 120px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #4c4c4c94;
}

.dsblock {
  display: block;
}

.dsnone {
  display: none;
}

.aimei_select_case {
  background: #fff;
  width: 100%;
  height: 450px;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* 重置 提交按钮 */
.aimei_select_btn{
  /* position: absolute;
  bottom:14px; */
  /* left: 50%; */
  width: 100%;
  /* margin-left: -30%; */
  display: flex;
  background: #fff;
}
.aimei_select_btn div{
  flex:1;
  background: #099fc7;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 0;
}
.aimei_select_btn .res_btn{
  background: #fff;
  margin-right:4px;
}
.aimei_select_btn .commit_btn{
  border: 1px solid #099fc7;
  margin-left:4px;
}
.aimei_select_btn div a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color:#fff;
  padding: 4px 0;
}
.aimei_select_btn .res_btn a{
  color:#333;
}
/* 重置 提交按钮 */


.aimei_select_case {
  display: flex;
}

.aimei_select_case_left {
  width: 25%;
  background: #f6f6f6;
  height: 485px;
}

.aimei_select_case_right {
  height: 463px;
  width: 75%;
  border-bottom: 1px solid #eeeeee;
  overflow-y: scroll;
  padding-bottom: 20px;
}
.aimei_select_case_left_item {
  height: 43px;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  color: #373737;
  font-size: 12px;
}
.aimei_select_case_left_item  a{
  display: block;
  width: 100%;
  height: 100%;
  color: #373737;
}
.aimei_select_case_right_item_bottom {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}

.aimei_select_case_right_item_bottom div,
.aimei_select_case_right_item_bottom span
{
  margin-right: 10px;
  width: 80px;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  background: #f6f6f6;
  color: #373737;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.aimei_select_case_right_item_bottom span a,
.right_other_item a,
.aimei_select_case_right_item_bottom div a
{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #373737;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aimei_select_case_right_item_name,
.right_other_item
{
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #373737;
  margin-top: 15px;
  font-weight: 700;
  width: 80px;
  height: 30px;
  background:#f6f6f6;
  line-height: 30px;
  text-align: center;
}

.mt0 {
  margin-top: 0;
}

.aimei_select_case_left .active {
  background: #fff;
  color: #099fc7;
}

.item_bg{
  background:#f1f1f1 !important;
  padding: 10px 0;
}
.item_bg2{
  background:#fff!important;
}
.item_bg3{
  color:#099fc7 !important;
  background:#fff!important;
} 
.item_bg4{
  color:#fff !important;
  background:#099fc7!important;
} 



/* .aimei_select_case_right_item .active {
  color: #099fc7;
}

.aimei_select_case_right_item_bottom .active {
  color: #fff;
  background: #099fc7;
} */

.aimei_doctor_item {
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}

.aimei_doctor_item_img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #eeeeee;
}

.aimei_doctor_item_desc {
  width: 50%;
  margin-right: 25px;
}

.aimei_doctor_item_btn div:first-of-type a{
  display: block;
  font-size: 12px;
  text-align: center;
  border: 1px solid #099fc7;
  height: 20px;
  line-height: 20px;
  color: #099fc7;
  margin-top: 13px;
  width: 66px;
  border-radius: 5px;
}

.aimei_doctor_item_btn div:nth-of-type(2) a{
  display: block;
  font-size: 12px;
  text-align: center;
  color: #ed4b84;
  border: 1px solid #ed4b84;
  height: 20px;
  line-height: 20px;
  width: 66px;
  border-radius: 5px;
  margin-top: 8px;
}

.font12 {
  font-size: 12px;
}

.aimei_font_color {
  color: #099fc7;
}

.aimei_diary_item {
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
}

.aimei_diary_item_content {
  font-size: 16px;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1e1e1e;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.aimei_diary_item_img {
  display: flex;
  flex-wrap: wrap;
}

.aimei_diary_item_img img {
  display: block;
  margin-bottom: 10px;
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin-right: 5px;
}

.aimei_diary_item_user {
  font-size: 12px;
  display: flex;
  color: #717171;
  justify-content: space-between;
}
.aimei_hospital_area_item{
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
  margin: 10px 0;
}
.aimei_hospital_area_box {
  width: 98%;
  height: 200px;
  border: 1px solid #eee;
  margin: 0 auto;
}
.aimei_hospital_area_item_top{
  color: #099fc7;
  font-size: 16px;
}
.aimei_hospital_area_item_top i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  background: url(/statics/aimei/img/all.png) #099fc7 no-repeat;
  background-position: -1020px -14px;
  background-size: 1200px;
  margin-right: 6px;
}
.aimei_hospital_area_item_top .zjlx {
  background-position: -1048px -12px;
}
.aimei_hospital_area_item_top .zbtcc {
  background-position: -1074px -13px;
}
#g-result,.aimei_hospital_area_item_bottom  p{
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.aimei_diary_item_user_img {
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin-right: 5px;
}
.aimei_diary_item_user_img img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0 auto;
}

.aimei_diary_item_user_name {
  display: flex;
}

.aimei_diary_item_box {
  display: flex;
  width: auto;
}

.aimei_diary_item_look,
.aimei_diary_item_good,
.aimei_diary_item_msg {
  display: flex;
  margin-right: 3px;
}

.aimei_diary_item_look i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -409px -19.5px;
  background-size: 1200px;
  height: 16px;
  width: 20px;
}

.mt7 {
  margin-top: 7px;
}

.aimei_diary_item_good i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -439px -18px;
  background-size: 1200px;
  height: 16px;
  width: 20px;
}

.aimei_diary_item_msg i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -468px -18px;
  background-size: 1200px;
  height: 16px;
  width: 20px;
}

.aimei_content_head {
  width: 100%;
  height: 44px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.aimei_content_head_left {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -310px 9px;
  background-size: 600px;
  height: 35px;
  width: 20px;
  margin-left: 15px;
}

.aimei_content_head_center {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #454545;
}

.aimei_content_head_right {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -330px 8px;
  background-size: 600px;
  height: 40px;
  width: 20px;
  margin-right: 15px;
}

.aimei_doctor_content {
  width: 100%;
  height: 240px;
  background-color: #30a0f9;
  /* 不支持线性的时候显示 */
  background-image: linear-gradient(to right, #319ef8, #34c9fd);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.aimei_doctor_content_img {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  border: 2px solid #59c5fc;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
}

.aimei_doctor_content_name {
  font-size: 21px;
  color: #fff;
  margin-bottom: 7px;
  width: 100%;
  text-align: center;
}

.aimei_doctor_time{
  color: #fff;
  margin-bottom: 44px;
  font-size: 15px;
}

.aimei_doctor_content_zc,
.aimei_doctor_content_hosp {
  font-size: 15px;
  color: #fff;
  width: 100%;
  margin-bottom: 7px;
  text-align: center;
}

.aimei_doctor_content_hosp {
  /* margin-bottom: 44px; */
}

.aimei_doctor_content_all {
  position: absolute;
  bottom: -30px;
  width: 259px;
  overflow: hidden;
  height: 54px;
  border-radius: 50px;
  box-shadow: 5px 5px 15px #e3f2fe;
  background: #fff;
}

.aimei_doctor_content_all {
  display: flex;
}

.aimei_doctor_content_all_item {
  width: 33%;
  height: 34px;
  margin: 9px 0;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}

.aimei_doctor_content_all_item_bottom {
  font-size: 13px;
  color: #a5a5a5;
}

.aimei_doctor_content_all_item_top {
  color: #6c6d6d;
}

.aimei_doctor_sc {
  width: 100%;
  min-height: 41px;
  padding-bottom: 10px;
}

.aimei_doctor_sc_desc {
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
  color: #5a5a5a;
  line-height: 30px;
}

.aimei_doctor_sc_top {
  margin-top: 45px;
  margin-left: 15px;
  display: flex;
  padding-bottom: 5px;
  color: #373636;
  font-size: 16px;
  margin-right: 15px;
}

.aimei_doctor_sc_top i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -248px -2px;
  background-size: 600px;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}

.aimei_doctor_desc_top {
  margin-left: 15px;
  display: flex;
  color: #373636;
  font-size: 16px;
  margin-top: 10px;
}

.aimei_doctor_desc_desc {
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

.aimei_doctor_desc_desc p{
  font-size: 16px;
  color: #5a5a5a;
  line-height: 30px;
  padding: 5px 0;
}

.aimei_doctor_desc_desc img{
  display: block;
  width: 95% !important;
  height: auto !important;
  margin: 0 auto;
}

.aimei_doctor_pj_item_content_user {
  display: flex;
  justify-content: space-between;
}

.aimei_doctor_pj {
  width: 100%;
  padding-bottom: 10px;
}

.aimei_doctor_pj_top {
  margin-left: 15px;
  display: flex;
  color: #373636;
  font-size: 16px;
  margin-top: 10px;
}

.aimei_doctor_pj_item {
  display: flex;
  margin: 10px 15px;
  border-bottom: 1px solid #eeeeee
}

.aimei_doctor_pj_item_img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.aimei_doctor_pj_item_content_user_name {
  font-size: 12px;
  color: #3bbee1;
}

.aimei_doctor_pj_item_content_user_time {
  font-size: 12px;
  color: #717171;
}

.aimei_doctor_pj_item_content {
  width: 85%;
}

.aimei_doctor_pj_item_content_nr {
  font-size: 12px;
  color: #353535;
  line-height: 20px;
  padding-bottom: 10px;
}

.aimei_doctor_pj_top i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -290px -3px;
  background-size: 600px;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}

.aimei_doctor_desc_top i {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -270px -2px;
  background-size: 600px;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}

.aimei_diary_content {
  display: flex;
  margin: 11px;
}

.aimei_diary_content_img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

.aimei_diary_content_desc_name {
  font-size: 16px;
  color: #2b2724;
  margin-bottom: 2px;
}

.aimei_diary_content_desc_time {
  font-size: 12px;
  color: #989aa1;
}

.case_title{
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.case_title h1{
  font-size:18px;
  color: #333;
}

.aimei_diary_project {
  margin: 2px 11px 15px 11px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 10px;
}

.aimei_diary_project_item {
  font-size: 12px;
  display: flex;
  margin-bottom: 5px;
}

.aimei_diary_project_item_left {
  color: #949393;
}

.aimei_diary_project_item_right {
  margin-left: 8px;
  color: #2b2724;
}

.aimei_diary_project_item_img {
  display: flex;
  flex-wrap: wrap;
}

.aimei_diary_project_item_img img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  margin-top: 8px;
}

.aimei_diary_project_after {
  margin: 0 11px 0 11px;
}

.aimei_diary_project_after_item {
  border-left: 1px solid #eeeeee;
  position: relative;
  padding-left: 15px;
}

.similar_wrap{
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 20px 0;
}
.similar_wrap .similar_title{
  font-size:18px;
  color: #505050;
  padding: 0 10px;
  box-sizing: border-box;
}
.similar_wrap .similar_title i{
  display: inline-block;
  vertical-align: middle;
  background: url(/statics/m_aimei/img/icon.png) no-repeat;
  width: 28px;
  height: 24px;
  background-size: 80%;
}

.similar_hos .similar_title i{
  background: url(/statics/m_aimei/img/hos_icon.png) no-repeat;
  height: 28px;
  background-size: 80%;
}


.aimei_diary_project_after_item_circle {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -356px -10px;
  background-size: 600px;
  height: 10px;
  width: 10px;
  position: absolute;
  top:-8px;
  left: -6px;
}

.aimei_diary_project_after_item_top {
  font-size: 12px;
  background: #099fc7;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  width: 70px;
  line-height: 23px;
}

.aimei_diary_project_after_item_content {
  font-size: 12px;
  color: #262626;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  overflow: hidden;
  color: #1e1e1e;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  margin-top: 6px;
}
.aimei_diary_project_after_item_content p{
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-indent: 2em;
  padding: 4px 0;
}
.aimei_diary_project_after_item_content img{
  display: block;
  width: 90%;
  margin: 0 auto;
  height: auto !important;
}

.aimei_diary_project_after_item_img {
  display: flex;
  flex-wrap: wrap;
}

.aimei_diary_project_after_item_img img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 8px;
  margin-right: 8px;
}

.aimei_product_content {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.aimei_product_content img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.aimei_product_title {
  padding: 10px;
  font-size: 18px;
  /* height: 40px; */
  color: #2b2b2b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1e1e1e;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.aimei_product_time{
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}

.aimei_product_price {
  margin: 0 15px 6px 10px;
}

.aimei_product_price div {
  display: inline-block;
}

.aimei_product_price_right {
  float: right;
  font-size: 13px;
  color: #989898;
  margin-top: 17px;
}

.aimei_product_price_after {
  font-size: 15px;
  color: #989898;
  text-decoration: line-through;
}

.aimei_product_price_before span {
  font-size: 30px;
}

.aimei_product_price_before {
  font-size: 15px;
  color: #f44180;
}

.aimei_product_hospital {
  margin: 8px 15px;
  display: flex;
}

.aimei_product_hospital_img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.aimei_product_hospital_img  img{
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
}
.aimei_product_hospital_desc {
  width: 65%;
}

.aimei_product_hospital_name {
  font-size: 16px;
  margin-top: 2px;
  color: #1e1e1e;
}

.aimei_product_hospital_sc {
  font-size: 12px;
  color: #1e1e1e;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #1e1e1e;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.aimei_product_hospital_sc span {
  color: #616161;
}

.aimei_product_hospital_in {
  color: #989898;
  font-size: 12px;
  line-height: 45px;
}

.aimei_product_img {
  padding:0 15px;
}
.aimei_product_img p{
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding:4px 0;
  text-indent: 2em;
}
.aimei_product_img img{
  display: block;
  width: 96%;
  margin: 0 auto;
  height:  auto !important;
}

.aimei_product_pl_head {
  color: #1e1e1e;
  font-size: 16px;
}

.aimei_product_pl_head span {
  color: #767676;
  font-size: 12px;
}

.aimei_product_pl {
  margin: 0 15px;
}

.aimei_product_pl_box {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.aimei_product_pl_item {
  height: 33px;
  width: 30.33%;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
 display: inline-block;
  margin-top: 10px;
}
.aimei_product_pl_item span{
  display: inline-block;
  width: 80%;
  color: #4c4f54;
  background: #f5f5f5;
  border-radius: 50px;
  font-size: 13px;
}

.aimei_hot_line {
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  color: #414141;
}

.aimei_hot_line_item {
  padding: 12px 0;
}

.aimei_hot_line .active {
  color: #099fc7;
}

.aimei_community_item {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

.aimei_community_item_img {
  width: 125px;
  height: 84px;
  overflow: hidden;
  margin-right: 10px;
}

.aimei_community_item_img img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.aimei_community_item_all {
  display: flex;
}

.aimei_community_item_all i {
  margin-left: 20px;
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -371px -5.5px;
  background-size: 600px;
  height: 16px;
  width: 20px;
}

.aimei_community_item_name {
  font-size: 16px;
  margin-top: 5px;
  color: #1e1e1e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.aimei_community_item_all {
  font-size: 12px;
  margin-top: 10px;
  color: #908f8f;
}
.hos_item{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.aimei_community_item_desc {
  width: 60%;
}

.aimei_bread {
  display: flex;
  color: #414141;
  font-size: 14px;
  margin: 10px;
}
.aimei_bread .aimei_bread_item:nth-last-child(1){
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.aimei_bread .aimei_bread_item:nth-child(2)
{
  /* max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}
.aimei_bread .aimei_bread_item:nth-child(3)
{
  /* width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.aimei_bread .aimei_bread_item .active{
  color: #099fc7;
}

.community_content {
  margin: 8px 15px;
}

.aimei_community_content_title {
  color: #171717;
  font-size: 20px;
  margin-bottom: 10px;
}

.aimei_community_content_time {
  font-size: 12px;
  color: #727272;
  margin-bottom: 10px;
}

.aimei_community_content_text {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}
.aimei_community_content_text p{
  line-height: 30px;
  color: #333;
  font-size: 16px;
  text-indent: 2em;
  padding: 4px 0;
}

.aimei_community_content_text ul li{
  padding: 10px;
  border:1px solid #ddd;
}

.aimei_community_content_text table td span{
  line-height: 30px;
  color: #333;
  font-size: 16px !important;
  padding: 4px 0;
}

.aimei_community_content_text table td p{
  text-indent: 0;
}

.aimei_community_content_text h3{
  font-size: 18px;
  font-weight: bold;
  padding: 6px;
  text-align: left;
}

.aimei_community_content_text img,
.aimei_community_content_text video
{
  display: block;
  width: 90%;
  margin: 0 auto;
  height: auto !important;
}

.aimei_community_content_text table{
  margin-bottom: 10px;
  border-collapse: collapse;
  display:table;
}

.aimei_community_content_text table td,
.aimei_community_content_text table th
{
  padding: 5px 10px;
  border:1px solid #ddd;
}

.aimei_hospital_banner {
  width: 100%;
  height: 200px;
}

.aimei_hospital_banner img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

#doctor_inner_pages{
  /* text-align: right; */
  left: auto;
  right: 20px;
  width: 64px;
  background:rgba(0, 0, 0, .6);
  color: #fff;
  border-radius: 20px;
  padding: 5px 0;
  font-size: 12px;
}
#doctor_inner_pages::before{
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 16px;
  background: url(/statics/m_aimei/img/camera.png) no-repeat center center;
  background-size: 56%;
  margin-top: -4px;
}

.aimei_hospital_desc_name {
  font-size: 18px;
  color: #353535;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-top: -3px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.aimei_hospital_content {
  margin: 12px 11px;
  margin-bottom: 0;
  cursor: pointer;
}

.aimei_hospital_desc {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.aimei_hospital_desc_left {
  width: 75%;
  border-right: 1px solid #eeeeee;
  /* height: 40px; */
}

.aimei_hospital_desc_left .update_time{
  font-size: 14px;
  color: #767676;
  margin: 4px 0;
}

.aimei_hospital_desc_star {
  color: #767676;
  font-size: 14px;
  display: flex;
}

.aimei_hospital_desc_star .stars_on {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -422px -7px;
  background-size: 600px;
  height: 12px;
  width: 12px;
  margin-top: 3px;
}

.aimei_hospital_desc_star .stars_off {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -440px -5.5px;
  background-size: 600px;
  height: 12px;
  width: 12px;
  margin-top: 3px;
}

.aimei_hospital_desc_right {
  width: 25%;
  margin-left: 10px;
  text-align: center;
  margin-top: -5px;
}

.aimei_hospital_desc_right_score {
  font-size: 13px;
  color: #767676;
}

.aimei_hospital_desc_right_score span {
  font-size: 23px;
  color: #eb3675;
}

.aimei_hospital_desc_right_dp {
  color: #767676;
  font-size: 12px;
}

.aimei_hospital_desc_right_dp span {
  color: #eb3675;
}

.aimei_hospital_area {
  display: flex;
  font-size: 12px;
  color: #343434;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.aimei_hospital_area_content {
  font-size: 14px;
  width: 80%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.aimei_hospital_area_right ,.aimei_hospital_area_right  a{
  font-size:14px;
  color: #099fc7;
  width: 20%;
  text-align: center;
}

.aimei_hospital_introduce {
  display: flex;
  font-size: 12px;
  padding: 10px 0;
}


.hospital_show_nav ul{
  width: 100%;
  background: #3bbee1;
  box-sizing: border-box;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.hospital_show_nav ul::-webkit-scrollbar {
  display:none;
}
.hospital_show_nav ul li{
  flex: 0 0 18%;
  width: 18%;
  /* padding: 0 4px; */
  box-sizing: border-box;
  position: relative;
}
.hospital_show_nav ul li .hos_nav_i{
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 10px;
  height: 2px;
  background: #fff;
  margin-left: -5px;
}
.hospital_show_nav ul li a{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.hospital_show_nav ul li a.nav_color{
  font-size: 15px;
}

.aimei_hospital_introduce_left {
  width: 80%;
  color: #353535;
}

.aimei_hospital_introduce_right {
  font-size: 14px;
  color: #099fc7;
  width: 20%;
  margin-top: 50px;
  text-align: center;
}
.aimei_mask_content p{
  font-size: 16px;
  text-indent: 2em;
  color: #333;
  margin: 4px 0;

}

.aimei_mask_content h3,.aimei_mask_content h2{
  font-size: 18px;
  color: #333;
  padding: 4px 0;
}

.aimei_mask_content img{
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
}

.aimei_hospital_introduce_left_top{
  font-size: 14px;
  height: 120px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.aimei_hospital_introduce_left_bottom {
  display: flex;
  /* height: 20px;
  overflow: hidden; */
  flex-wrap: wrap;
  margin: 4px 0;
}

.aimei_hospital_introduce_left_bottom div {
  /* display: flex; */
  margin-top: 5px;
}
.aimei_hospital_introduce_left_bottom div span{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.aimei_hospital_introduce_left_bottom div i {
  display: inline-block;
  vertical-align: middle;
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -395.5px -34px;
  background-size: 600px;
  height: 13px;
  width: 13px;
  margin-top: -1px;
}

.aimei_hospital_introduce_left_bottom div .icon3849{
  background-position: -408px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3843{
  background-position: -420.5px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3841{
  background-position: -433px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3844{
  background-position: -445.5px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3845{
  background-position: -458px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3847{
  background-position: -470.5px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3848{
  background-position: -483px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3840{
  background-position: -495.5px -34px;
}
.aimei_hospital_introduce_left_bottom div .icon3846{
  background-position: -508px -34px;
}


.aimei_hospital_departments {
  margin: 0 11px;
}

.aimei_hospital_departments_desc {
  padding: 5px;
  font-size: 14px;
  margin: 4px 0;
  color: #353535;
}


.aimei_hot_yy_left_item{
  position: relative;
}
.aimei_hot_yy_left_item .i_icon{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 3px;
  margin-left:-5px;
  background: #099fc7;
}
.left_item_color{
  color: #099fc7 !important;
}
.aimei_hot_yy_right {
  position: relative;
  height: 27px;
}
.aimei_hot_yy_right i{
  position: absolute;
  right: 4px;
  top: 0;
  background: url(/statics/m_aimei/img/search_icon.png) no-repeat center center;
  width:20px;
  height: 22px;
  background-size: 60%;
}
.departments_right_text a{
  font-size: 12px;
  line-height: 22px;
  color: #767676;
}
.departments_flex{
  display: flex;
  justify-content: space-between;
}

.aimei_hospital_departments_nav {
  width: 80px;
  height: 22px;
  background: #3bbee1;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  border-radius: 0 0 5px 5px;
}

.aimei_hospital_doctor{
  width: 100%;
  display: flex;
}
.doctor_show_wrap{
  position: relative;
  flex: 0 0 25%;
  width: 25%;
  padding: 0 4px;
  box-sizing: border-box;
}

.aimei_hot_yy {
  /* height: 34px; */
  display: flex;
  padding-left: 6px;
  justify-content: space-between;
}

.aimei_hot_yy_left_item {
  font-size: 14px;
  line-height: 34px;
  padding: 0 5px;
}

.aimei_hot_yy_left {
  width: 68%;
  display: flex;
  justify-content: space-betweens;
  flex-wrap: wrap;
}

.aimei_hot_yy_right {
  margin: 5px 10px;
  width: 28%;
  border-radius: 50px;
  border: 1px solid #eeeeee;
}

.add_item_block{
  height: 34px;
  overflow: hidden;
}
.show_more_item{
  padding: 4px;
  font-size:18px;
}

.aimei_hot_yy_right input {
  border-radius: 50px;
  text-indent: 5px;
  font-size: 12px;
  overflow: hidden;
  width: 80%;
  padding: 4px 0;
  /* height: 18px; */
}

.aimei_hot_yy_right input::-webkit-input-placeholder {
  font-size: 12px;
}

.aimei_hot_tablehead {
  text-align: center;
  word-wrap: break-word;
  display: flex;
  font-size: 12px;
  border-top: 1px solid #eeeeee;
}

.aimei_hot_tablehead_item {
  padding: 10px 4px;
  color: #333;
  width: 15%;
  border-left: 1px solid #eeeeee;
}

body .w23 {
  width: 29%;
}

.aimei_hot_tablebody {
  text-align: center;
  word-wrap: break-word;
  display: flex;
  font-size: 12px;
  border-top: 1px solid #eeeeee;
}

.aimei_hot_tablebody_item {
  color: #626262;
  width: 15%;
  padding: 10px 4px;
  border-left: 1px solid #eeeeee;
}

body .w40 {
  width: 40%;
}

body .w17 {
  width: 17%;
}

.aimei_hot_tablebody_item .aimei_hot_tablebody_btn {
  width: 35px;
  height: 16px;
  background: #099fc7;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 16px;
  padding-left: 0px;
  border-radius: 2px;
  display: inline-block;
}

.aimei_hot_tablebody_item span {
  font-size: 12px;
  text-decoration: line-through;
  color: #626262;
}

.aimei_hot_tablebody_price {
  color: #eb3675;
  font-size: 13px;
}

.doctor-box {
  width: 6.5rem !important;
  position: relative;
}

.zy_doctor_img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 10px;
  left: 50%;
  overflow: hidden;
  border-radius: 50%;
  margin-left: -35px;
}

.doctor-img {
  z-index: 100;
  border-radius: 50%;
}

.doctor-desc {
  background: #f7f7f7;
  font-size: 16px;
  text-align: center;
  margin: 2.3rem 0rem 0.5rem 0;
  padding: 3rem 0 0.2rem 0;
  border-radius: 5px;
}

.doctor-desc p:first-of-type {
  font-size: 15px;
  color: #1e1e1e;
}

.doctor-desc p {
  padding-top: 4px;
  font-size: 12px;
  color: #343434;
}

.doctor-desc div {
  font-size: 12px;
  color: #1e1e1e;
  padding-top: 0.2rem;
}

.aimei_hospital_doctor {
  margin-bottom: 10px;
  display: flex;
}

.aimei_hospital_pl_img img {
  width: 92px;
}

.aimei_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000094;
  top: 0;
  z-index: 100;
  display: none;
}

.aimei_mask_box {
  background: #fff;
  height: 80%;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.aimei_mask_close {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #000;
  font-size: 30px;
  position: absolute;
  top: 10px;
  text-indent: 2px;
  right: 10px;
  text-align: center;
  border-radius: 50%;
}

.aimei_mask_title {
  text-align: center;
  font-size: 18px;
  padding: 20px;
}

.aimei_mask_content {
  padding: 10px;
  font-size: 12px;
  line-height: 27px;
  overflow-y: scroll;
  height: 80%;
}

.aimei_index_banner {
  width: 100%;
  background: #666;
  height: 165px;
}

.aimei_index_box {
  background: #f1f1f1;
}

.aimei_index_nav {
  margin: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 5px;
}

.aimei_index_nav_item {
  width: 31%;
  margin-top: 5px;
  height: 55px;
  background: #fff;
  position: relative;
  display: flex;
}

.aimei_eyes {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -101px -24px;
  background-size: 600px;
  height: 35px;
  width: 35px;
  margin-top: 10px;
  margin-left: 5px;
}

.aimei_index_nav_item_right {
  width: 54%;
  font-size: 14px;
  margin-top: 8px;
  margin-left: 3px;
}

.aimei_index_nav_item_right_list {
  white-space: nowrap;
  font-size: 12px;
  color: #656565;
  text-align: center;
}

.aimei_index_nav_item_right_name {
  color: #333232;
  text-align: center;
}

.aimei_nose {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -138px -24px;
  background-size: 600px;
  height: 35px;
  width: 35px;
  margin-top: 10px;
  margin-left: 5px;
}

.aimei_bots {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -175px -24px;
  background-size: 600px;
  height: 35px;
  width: 35px;
  margin-top: 10px;
  margin-left: 5px;
}

.aimei_face {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -211px -24px;
  background-size: 600px;
  height: 35px;
  width: 35px;
  margin-top: 10px;
  margin-left: 5px;
}

.aimei_wal {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -249px -24px;
  background-size: 600px;
  height: 35px;
  width: 35px;
  margin-top: 10px;
  margin-left: 5px;
}

.aimei_mic {
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -287px -24px;
  background-size: 600px;
  height: 35px;
  width: 35px;
  margin-top: 10px;
  margin-left: 5px;
}

.aimei_index_tj {
  position: relative;
  font-size: 14px;
  color: #303030;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.aimei_index_tj span {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.aimei_index_tj span a {
  color: #545454;
}

.aimei_index_product_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 2px;
}

.aimei_index_product_item {
  width: 46%;
  margin-left: 2%;
  border: 1px solid #eeeeee;
  height: 285px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.aimei_index_product_img {
  height: 178px;
  overflow: hidden;
}
.aimei_index_product_img img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /* object-fit: cover; */
}
.aimei_index_product_title {
  color: #2b2b2b;
  font-size: 14px;
  display: -webkit-box;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 1px 5px;
}

.aimei_index_product_name {
  font-size: 12px;
  color: #616161;
  margin: 1px 0px 1px 5px;
}

.aimei_index_product_price {
  font-size: 12px;
  margin: 1px 0px 1px 5px;
  color: #f44180;

}

.aimei_index_product_price span:first-of-type {
  font-size: 21px;
}

.aimei_index_product_price span:nth-of-type(2) {
  color: #616161;
  text-decoration: line-through;
}

.aimei_index_doctor_box {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 3px;
}

.aimei_index_doctor_item {
  width: 30%;
  margin-left: 2%;
  border: 1px solid #eeeeee;
  height: 185px;
  margin-bottom: 10px;
}

.aimei_index_doctor_img {
  height: 130px;
  width: 100%;
  overflow: hidden;
}

.aimei_index_doctor_img img {
  height: 100%;
}


.aimei_index_doctor_name {
  padding-left: 5px;
  margin-top: 1px;
  color: #4c4b4b;
  font-size: 12px;
}

.aimei_index_doctor_hosp,
.aimei_index_doctor_sc {
  font-size: 12px;
  padding-left: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 90%;
  margin-top: 1px;
}
.aimei_index_video{
  display: flex;
  flex-wrap: wrap;
  margin-left: 2px;
  margin-top: 10px;
}
.aimei_index_video_item{
  width: 47%;
  margin-left: 2%;
  height: 162px;
  margin-bottom: 10px;
}
.aimei_index_video_item_img{
  height: 98px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
}
.aimei_index_video_item_name{
  font-size: 14px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 5px;
  color: #0e0e0e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.aimei_index_video_item_look{
  font-size: 12px; 
  display: flex;
}
.aimei_index_video_item_look i{
  background: url(/statics/m_aimei/img/all.png) no-repeat;
  background-position: -320px -35px;
  background-size: 600px;
  height: 11px;
  width: 20px;
  margin-top: 4px;
}
.aimei_ask_item{
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px dashed #eeeeee;
}
.aimei_ask_item_title_right{
  font-size: 16px;
  color: #1c1c1c;
  width: 95%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.aimei_ask_item_title,.aimei_ask_item_answer{
  display: flex;
}
.aimei_ask_item_doctor{
  font-size: 12px;
  color: #7b7b7b;
  margin: 5px 25px;
}
.aimei_ask_item_answer_right{
  color: #616161;
  width: 95%;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.aimei_ask_item_title_left{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  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_ask_item_answer_left{
  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: 2px;
  margin-right: 5px;
}
.mt10{
  margin-top: 10px;
}

/* footer底部 */
footer {
  width: 100%;
  background: #f4f4f4;
  padding: 10px 0;
}
footer .m_aimei_footer_top {
  width: 100%;
}
footer .m_aimei_footer_top ul{
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
footer .m_aimei_footer_top ul li a{
    font-size:14px;
    color:#1e1e1e;
}
.m_aimei_footer_contact{
  padding: 0 3%;
  margin: 10px 0;
}
.m_aimei_footer_contact div {
  padding: 4px 0;
  width: 49%;
  float: left;
  background-color: #FFF;
  border: 1px solid #ebebec;
  box-sizing: border-box;
  text-align: center;
}
.m_aimei_footer_contact div a{
  display: block;
  width: 100%;
  height: 100%;
}
.m_aimei_footer_contact div:first-child {
  margin-right: 2%;
}
.m_aimei_footer_contact .phone {
  display: inline-block;
  width: 24px;
  margin-right: 5px;
  height: 28px;
  background: url(/statics/m_aimei/img/phone.png) no-repeat;
  vertical-align: middle;
  background-size: 24px 28px;
}
.m_aimei_footer_contact .text {
  display: inline-block;
  vertical-align: middle;
}
.m_aimei_footer_contact .weixin {
  display: inline-block;
  width: 24px;
  margin-right: 5px;
  height: 22px;
  background: url(/statics/m_aimei/img/weixin.png)  no-repeat;
  vertical-align: middle;
  background-size: 24px 22px;
}
.m_aimei_footer_contact .tit {
  font-size: 10px;
  color: #9d9c9c;
  font-size: 12px;
}
.m_aimei_footer_contact span {
  display: block;
  line-height: 1.5;
  text-align: left;
  color: #333;
  font-size: 15px;
}
.m_aimei_footer_contact span a{
 color: #333;
}
/* .m_aimei_footer_announce{
padding-bottom: 40px;
} */
.m_aimei_footer_announce p{
  font-size: 12px;
  color:#1e1e1e;
  text-align: center;
  line-height: 20px;
}
.m_aimei_footer_bottom{
width: 100%;
position: fixed;
bottom: 0;
left: 0;
background: #fff;
display: flex;
z-index: 1000;
}
.m_aimei_footer_bottom div{
flex:1;
height: 40px;
background: #099fc7;
line-height: 40px;
text-align: center;
color:#fff;
}
.m_aimei_footer_bottom .footer_book{
margin-right:2px;
}
.m_aimei_footer_bottom .footer_book i{
width: 20px;
height: 20px;
background: url(/statics/m_aimei/img/s_phone.png) no-repeat;
display: inline-block;
vertical-align: middle;
background-size: 16px 16px;
}
.m_aimei_footer_bottom .footer_ask i{
width: 20px;
height: 20px;
background: url(/statics/m_aimei/img/s_weixin.png) no-repeat;
display: inline-block;
vertical-align: middle;
background-size: 16px 16px;
}
.m_aimei_footer_bottom .footer_ask{
margin-left:2px;
}

/* footer底部 */

/*pages翻页*/
#pages{
  text-align: center;
  margin: 20px auto;
}
#pages .a1{
  text-align: center;
  line-height: 24px;
  color: #696969;
  display: inline-block;
  width: auto;
  padding: 0px 8px;
  height: 24px;
}
#pages span{
  text-align: center;
  line-height: 24px;
  border-radius: 5px;
  padding: 0px 14px;
  border: 1px solid #eee;
  background: #099fc7;
  color: #fff;
}
#pages a{
  text-align: center;
  line-height: 24px;
  color: #696969;
  display: inline-block;
  width: auto;
  padding: 0px 14px;
  height: 24px;
  margin: 0 2px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 12px;
}
/* 评论 */
.product_pinglun_content{
  width: 100%;
  padding: 14px 0;
  display: flex;
}
.pinglun_avatar{
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.pinglun_avatar img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
}
.pinglun_text{
  flex: 1;
  margin-left:10px;
}
.pinglun_text_top{
  width: 100%;
  margin: 4px 0;
  display: flex;
  justify-content: space-between;
}
.pinglun_text_top span:nth-child(1){
  color:#099fc7;
  font-size: 14px;
}
.pinglun_text_top span:nth-child(2){
  color:#666;
  font-size: 14px;
}
.pinglun_text_bottom{
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.product_pinglun_textarea{
  width: 100%;
  height: 80px;
}
.product_pinglun_textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border:1px solid #eee;
  resize: none;
  font-size: 16px;
  text-indent: 0.8em;
  padding: 4px;
  box-sizing: border-box;
}
.pinglun_btn_submit{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.pinglun_btn_submit div:nth-child(2){
  padding: 4px 10px;
  background: #099fc7;
  font-size: 14px;
  color: #fff;
  border-radius:4px;
}
.pinglun_text_img{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.pinglun_text_img .img_item{
  flex: 1;
  height: 110px;
}
.pinglun_text_img .img_item img{
  display: block;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.remark .pl{
  display: flex;
  align-items:flex-end;
  padding-left:4px;
  margin-bottom:12px;
}
.remark .pl span {
  font-size: 12px;
  color: #bdbcbc;
  padding-left: 3px;
}
.content-score{
  margin: 10px 0;
}

.dsnone0{
  display: none;
} 
.dsblock0{
  display: block !important;
}

.aimei_hosp_search_button{
  width: 24px;
  height: 24px;
  border: 0;
  opacity:0;
}
.tags_list_info .aimei_community_item_name{
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tags_list_info .item_desc{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}
.tags_list_info .aimei_community_item_img img{
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  object-fit: contain;
}
.tags_list_info .aimei_community_item_all{
  margin-top: 4px;
}
body .tag{
  text-indent: 0;
}
body .tag span{
  margin: 0 5px;
}
.tags_content li{
  display: inline-block;
  padding: 5px;
}
.letter_hot,.recommend_hot{
  padding: 5px 10px;
}
.letter_hot a,.recommend_hot a{
  padding: 5px 10px;
  display: inline-block;
}


/*表格样式*/
table{
  border: 1px solid #ebebeb;
  padding: 5px;
  margin: 0 auto;
}
table tr,table td{
  border: 1px solid #ebebeb;
  padding: 5px;
}
table tbody tr p,table tbody td p{
  text-indent: 0 !important;
}
.more{
  display: block;
  text-align: center;
  line-height: 16px;
  height: 16px;
  padding: 6px 2px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  color: #626262;
}
.dsblock0 .aimei_hot_tablebody:nth-last-child(4) {
  display: none;
}
.text_tips{
  padding: 5px 10px;
}