@charset "utf-8";
/* CSS Document */
@charset "utf-8";

/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background: white;
    color: black;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

/* 要注意表单元素并不继承父级 font 的问题 */

input,
select,
textarea {
    font-size: 100%;
}



a:hover {
    text-decoration: none;
}

/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    color: #000;
}
/* ie bug：th 不继承 text-align */
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
    border: none;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
    border: none;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
    list-style: none;
}

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
    text-align: left;
}

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}

/* 统一上标和下标 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
    text-decoration: none;
}

img{
  width: 100%;
}
.img{
  width: 100%;
  height: 100%;
}
p img{
  width: auto;
  display: block;
  margin: 0 auto;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
    outline: none;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display: none;
}

.block {
    display: block;
}

/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
    display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.aimei_main {
  width: 1200px;
  margin: 0 auto;
}

.aimei_head {
  width: 100%;
}

.aimei_head_top {
  width: 100%;
  height: 35px;
  /* background: #f4f4f4; */
}

.aimei_head_top_list {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}

.aimei_head_top_list span {
  display: inline-block;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  padding: 0 20px;
  color: #595858;
}

.aimei_head_top_list span a {
  color: #595858;
}

.aimei_logo {
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: 0 10px;
  height: 60px;
  width: 210px;
  background-size: 1200px;
  margin-right: 110px;
}

.aimei_head_middle {
  height: 80px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.aimei_search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aimei_search_input {
  width: 390px;
  height: 30px;
  border: 1px solid #099fc7;
  text-indent: 1em;
}

.aimei_search_btn {
  height: 32px;
  border-radius: 0 5px 5px 0;
  width: 75px;
  background: url(/statics/aimei/img/all.png) #099fc7 no-repeat;
  background-position: -232px -11px;
  background-size: 1200px;
  outline: none;
  border: none;
}

.aimei_head_bottom {
  height: 50px;
  background: #099fc7;
  width: 100%;
}

.aimei_nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.aimei_nav_item {
  padding: 0 33px;
  line-height: 50px;
  font-size: 18px;
}

.aimei_nav_index{
  padding-left: 66px;
}

.aimei_nav .active {
  background: #0491b6;
}

.aimei_nav a {
  color: #fff;

}

.aimei_bread {
  height: 33px;
  display: flex;
  padding-top: 10px;
}

.aimei_bread_item {
  line-height: 33px;
  color: #636363;
  padding: 0 3px;
}

.aimei_bread .active {
  color: #18a5cb;
}

/* shaixuan */

.aimei_select {
  border: 1px solid #eee;
  font-size: 14px;
  cursor: pointer;
}

.aimei_select_hot {
  border-bottom: 1px solid #eee;
  display: flex;
}

.aimei_select_hot_left {
  border-right: 1px solid #eee;
  width: 100px;
  height: 65px;
  line-height: 65px;
  font-size: 14px;
  text-align: center;
}

.aimei_select_hot_right {
  display: flex;
  padding-left: 20px;
}

.aimei_select_hot_right_item {
  /* width: 85px; */
  height: 65px;
  padding:0 20px;
  text-align: center;
  line-height: 65px;
  font-size: 14px;
  overflow: hidden;
}

.aimei_select_hot_right_item a {
  color: #3c3c3c;
}

.aimei_select_area_right_top {
  margin-top: 13px;
  margin-left: 20px;
}

.aimei_select_area {
  display: flex;
  border-bottom: 1px solid #eee;
}

.aimei_select_area_right_top {
  display: flex;
}

.aimei_select_area_left {
  border-right: 1px solid #eee;
  width: 100px;
  line-height: 150px;
  font-size: 14px;
  text-align: center;
}

.aimei_select_area_right_top_item {
  line-height: 35px;
  width: 80px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aimei_select_area_right_top_item a{
  font-size: 14px;
  color: #3c3c3c;
}
.aimei_select_area_right_top .active {
  border: 1px solid #eee;
  border-bottom: 0;
  background: #fafafa;
  color: #099fc7;
  width: 98px;
  position: relative;
  top: 1px;
}

.aimei_select_area_right_bottom {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 1055px;
  background: #fafafa;
  margin-bottom: 9px;
  border: 1px solid #eee;
  display: none;
}

.aimei_select_area_right_bottom_item {
  width: 140px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.aimei_select_area_right_bottom_item a {
  color: #3c3c3c;
  font-size: 14px;
}

.aimei_select_area_right {}

.dsblock {
  display: block;
  display: flex;
}

.h105 {
  line-height: 105px;
}

.aimei_select_hospital {
  line-height: 65px;
  padding-left: 20px;
  display: flex;
}

.aimei_select_hospital_all {
  font-size: 24px;
  color: #099fc7;
  margin-right: 5px;
}

.aimei_select_hospital_search {
  width: auto;
  padding-left: 7px;
  height: 25px;
  display: flex;
  border-radius: 2px;
  background: #099fc7;
  color: #fff;
  margin-top: 20px;
  margin-left: 10px;
  line-height: 25px;
}

.hospital_all_wrap{
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}
.aimei_select_box_wrap{
  display: inline-block;
  vertical-align: middle;
  width: 1000px;
}

.aimei_select_hospital_clean {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #099fc7;
  margin-top: 4px;
}

.aimei_select_hospital_search i {
  height: 25px;
  width: 22px;
  margin-left: 5px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -1132px -15px;
  background-size: 1200px;
}



.aimei_hospital_suggest {
  margin-top: 10px;
  display: flex;
}

.aimei_hospital_suggest_left {
  width: 886px;
  margin-right: 10px;
}

.aimei_hospital_box {
  border: 1px solid #eee;

}

.aimei_hospital_suggest_right {
  width: 300px;
  border: 1px solid #eee;
}


/* fenye */

.aimei_pages {
  margin: 50px auto;
  text-align: center;
}

.aimei_pages .a1 {
  display: block;
  text-align: center;
  line-height: 24px;
  color: #696969;
  display: inline-block;
  width: auto;
  padding: 0px 8px;
  height: 24px;
}

.aimei_pages a {
  text-align: center;
  line-height: 24px;
  color: #696969;
  display: inline-block;
  width: auto;
  padding: 0px 8px;
  height: 24px;
  margin: 0 4px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 12px;
}

.aimei_pages span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  border-radius: 5px;
  width: auto;
  padding: 0px 8px;
  height: 24px;
  /* margin: 0 10px; */
  border: 1px solid #eee;
  background: #099fc7;
  color: #fff;
}


/*  */

.aimei_hospital_middle {
  border: 1px solid #eee;
  margin-top: 10px;
  border-bottom: 0;
}

.aimei_hospital_middle_nav {
  display: flex;
}

.aimei_hospital_middle_nav_item {
  width: 12.5%;
  text-align: center;
  background: #fafafa;
  line-height: 55px;
  font-size: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.aimei_hospital_middle_nav .active {
  background: #fff;
  border-top: 3px solid #099fc7;
  margin-top: 0px;
  position: relative;
  top: 0px;
  border-bottom: 0;
  color: #099fc7;
}

.aimei_hospital_middle_chekbox {
  padding: 16px 25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.aimei_hospital_middle_chekbox_items{
  width: 770px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.aimei_hospital_middle_chekbox_item {
  padding: 9px 25px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 12px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}

.aimei_hospital_middle_chekbox .active {
  border: 1px solid #099fc7;
  color: #099fc7;
}

.aimei_hospital_middle_chekbox .active i {
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -332px -11px;
  height: 27px;
  background-size: 1200px;
  position: absolute;
  width: 20px;
  bottom: 0;
  right: 0;
}

.aimei_hospital_middle_chekbox_search {
  width: 335px;
  height: 35px;
  margin-left: 20px;
  display: flex;
}

.aimei_hospital_middle_chekbox_search_left {
  border: 1px solid #eee;
  width: 290px;
}

.aimei_hospital_middle_chekbox_search_right {
  border-radius: 0 5px 5px 0;
  width: 45px;
  background: url(/statics/aimei/img/all.png) #099fc7 no-repeat;
  background-size: 1200px;
  background-position: -247px -9px;
}

.aimei_hospital_middle_intr {
  height: 55px;
}

.w180 {
  width: 180px;
}

.w160 {
  width: 160px;
}

.w375 {
  width: 375px;
}

.aimei_hospital_middle_intr_head {
  display: flex;
}

.aimei_hospital_middle_intr_head_item {
  text-align: center;
  background: #fafafa;
  line-height: 55px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.aimei_hospital_middle_intr_body_item {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 50px;
}

.aimei_hospital_middle_intr_body {
  text-align: center;
  line-height: 50px;
  display: flex;
}

.aimei_hospital_doctor_title .product {
  background-position: -955px -12px;
}

.aimei_hospital_product_item_img {
  display: flex;
  flex-wrap: wrap;
}

.aimei_hospital_product_item_img img {
  width: 197px;
  margin-right: 19px;
  margin-top: 20px;
}

.aimei_hospital_product_item_title {
  color: #262626;
  font-size: 16px;
  margin-top: 20px;
}

.aimei_hospital_product_box {
  display: flex;
  flex-wrap: wrap;
  width: 867px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.aimei_hospital_doctor_title .area {
  background-position: -990px -12px;
}
.aimei_hospital_doctor_title .dianping {
  background-position: -1101px -13px;
  height: 29px;
}

.aimei_hospital_doctor_title .aimei_list_hospital {
  background-position: -513px -46px;
  background-size: 1200px;
  margin-top: 8px;
  width: 35px;
  height: 35px;
}
.aimei_hospital_doctor_title {
  font-size: 22px;
  line-height: 60px;
  /* border-bottom: 1px solid #eee; */
  color: #505050;
  display: flex;
  position: relative;
}

.no_result_text{
  border-bottom: 1px solid #eee;
}
.no_result_text .text_info{
  font-size: 20px;
  line-height: 60px;
  margin-right: 20px;
}
.aimei_hospital_doctor_title i {
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -895px -13px;
  width: 28px;
  height: 26px;
  background-size: 1200px;
  margin-right: 5px;
  display: inline-block;
  margin-top: 15px;
  margin-left: 22px;
}

.aimei_hospital_doctor_title span a {
  font-size: 12px;
  display: block;
  position: absolute;
  right: 15px;
  color: #9a9a9a;
}

.mt10 {
  margin-top: 10px;
}
.mt25 {
  margin-top: 20px;
}
.aimei_select_box {
  display: flex;
  flex-wrap: wrap;
}
.stars_on {
  height: 15px;
  width: 18px;
  margin-right: 5px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -467px -53px;
  background-size: 1200px;
}

.stars_off {
  height: 15px;
  width: 18px;
  margin-right: 5px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -490px -53px;
  background-size: 1200px;
}

.aimei_diary_right_title {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #eee;
  font-size: 22px;
  text-indent: 1em;
}

.aimei_diary_right_item {
  margin: 17px 23px;
}

.aimei_diary_right_item_img {
  width: 250px;
  height: 140px;
  overflow: hidden;
}

.aimei_diary_right_item_title {
  margin-top: 10px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}



::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.aimei_line {
  width: 700px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  margin-bottom: 80px;
}

/* 进度条 */

.circle {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  background: #f36495;
  cursor: pointer;
}

/*这一层的作用主要是控制其中的旋转div，不是其相互遮掩*/
.pie_left,
.pie_right {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: black;//#00aacc*/
}

.left,
.right {
  width: 80px;
  height: 80px;
  background: gainsboro;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  /*transform: rotate(180deg);*/
}

.pie_right,
.right {
  clip: rect(0, auto, auto, 40px);
}

.pie_left,
.left {
  clip: rect(0, 40px, auto, 0);
}

.mask {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  background: #FFF;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #b2b4b9;
  z-index: 10;
}

.aimei_hospital_top_right {
  width: 355px;
}

.mask div span {
  font-size: 24px;
  font-weight: 400;
  color: #f36495;
}

.mask div {
  margin-top: 19px;
  color: #31384d;
  font-size: 14px;
  text-indent: 3px;
}



.aimei_product_item{
  width: 230px;
  margin-right: 10px;
  border: 1px solid #eee;
  height: 428px;
  margin-bottom: 10px;
}
.aimei_product_item_img{
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.aimei_product_item_desc_price{
  color: #fa4180;
  margin-top: 10px;
  margin-left: 10px;
}
.aimei_product_item_desc_price span:first-of-type{
  font-size: 28px;
}
.aimei_product_item_desc_price span:nth-of-type(2){
  text-decoration: line-through;
  color: #464546;
}
.aimei_product_item_desc_title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #111111;
  margin: 0 10px;
}
.aimei_product_item_desc_hospname,.aimei_product_item_desc_time{
  font-size: 14px;
  margin: 5px 10px;
  color: #616161;
}

.aimei_diary_item {
  width: 835px;
  margin: 20px auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.aimei_diary_item_content {
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 25px;
}

.aimei_diary_item_img {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.aimei_diary_item_img img {
  width: 110px;
  /*width: 197px;*/
  margin-right: 10px;
  margin-bottom: 10px;
}

.aimei_diary_item_user {
  width: 827px;
  display: flex;
  line-height: 30px;
  color: #717171;
  font-size: 14px;
  margin-top: 10px;
}

.aimei_diary_item_user_img {
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  height: 30px;
  margin-right: 5px;
}

.aimei_diary_item_user_left {
  display: flex;
  width: 75%;
}

.aimei_diary_item_user_name {
  margin-right: 10px;
}

.aimei_diary_item_user_time {
  margin-left: 10px;
}

.aimei_diary_item_user_item {
  display: flex;
  padding-right: 10px;
  border-right: 1px solid #eee;
  margin-right: 10px;
}

.aimei_diary_item_user_item i {
  height: 25px;
  width: 22px;
  margin-left: 5px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -1162px -13px;
  background-size: 1200px;
}

.aimei_diary_item_user_right {
  display: flex;
}

.aimei_diary_item_user_item .zhuanfa {
  background-position: -380px -46px;
  background-size: 1210px;
}

.aimei_diary_item_user_item .message {
  background-position: -447px -51px;
  background-size: 1314px;
}

.aimei_diary_item_user_item .good {
  background-position: -563px -64px;
  background-size: 1550px;
}

.aimei_community_box{
  display: flex;
  margin-top: 10px;
}
.aimei_community_box_left{
  width: 880px;
  border: 1px solid #eee;
  margin-right: 10px;
}
.aimei_community_box_right{
  width: 305px;
  border: 1px solid #eee;
}
.aimei_community_item{
  display: flex;
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.aimei_community_item_img{
  width: 250px;
  height: 166px;
  overflow: hidden;
}
.aimei_community_item_desc{
  width: 560px;
  height: 136px;
  padding: 15px 20px;
}
.aimei_community_item_title{
  font-size: 22px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aimei_community_item_content{
  margin-top: 15px;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.aimei_community_item_time{
  margin-top: 10px;
  font-size: 14px;
  color: #908f8f;
}

.hospital_right_img {
  flex: 0 0 110px;
  width: 110px;
  height: 110px;
}

.hospital_right_desc {
  flex: 1;
}

.aimei_community_item_time i{
  height: 26px;
  width: 22px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -1162px -9px;
  background-size: 1200px;
  display: inline-block;
  margin-left: 20px;
}


.aimei_dianping_box {
  width: 837px;
  margin: 22px auto;
}

.aimei_dianping_box_top {
  height: 113px;
  display: flex;
}

.aimei_dianping_box_top_score {
  position: relative;
  border-right: 1px solid #eee;
  padding-right: 30px;
}

.mask .font {
  font-size: 14px;
  color: #252525;
  font-weight: 300;
}

.aimei_dianping_box_top_people {
  font-size: 14px;
  color: #252525;
  font-weight: 300;
  font-size: 14px;
  color: #252525;
  font-weight: 300;
  width: 80px;
  text-align: center;
  margin-top: 90px;
}

.aimei_dianping_box_top_yhyx {
  margin-left: 22px;
}

.aimei_dianping_box_top_yhyx_box {
  width: 635px;
  display: flex;
  flex-wrap: wrap;
}

.aimei_dianping_box_top_yhyx_item {
  padding: 2px 13px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f03676;
  color: #f03676;
  margin-right: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.aimei_dianping_box_nav {
  height: 50px;
  background: #f5f5f5;
  width: 100%;
  margin-top: 15px;
  padding-left: 13px;
  display: flex;
}

.aimei_dianping_box_nav_item {
  height: 50px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 50px;
}

.aimei_dianping_box_nav .active {
  color: #f03676;
  height: 48px;
  border-bottom: 2px solid #f03676;
}

.aimei_dianping_item_img {
  display: flex;
  flex-wrap: wrap;
}

.aimei_dianping_item_img img {
  width: 95px;
  margin-right: 10px;
}

.aimei_dianping_item_name {
  font-size: 14px;
  color: #717171;
  margin-top: 15px;
}

.aimei_dianping_item_content {
  font-size: 14px;
  color: #343434;
  line-height: 25px;
  margin: 15px 0;
}

.aimei_dianping_item_name span {
  color: #f03676;
  padding-left: 5px;
}

.aimei_dianping_item {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.aimei_dianping_item_img_lookmore {
  width: 95px;
  line-height: 95px;
  text-align: center;
  background: #f5f5f5;
  font-size: 12px;
}

.aimei_ask_title{
  display: flex;
  font-size: 22px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.aimei_ask_doctor{
  margin-bottom: 10px;
  display: flex;
  color: #7b7b7b;
}
.aimei_ask_answer{
  color: #1c1c1c;
  display: flex;
}
.aimei_ask_item{
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.aimei_ask_title i{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #099fc7;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 2px;
  margin-right: 5px;
}
.aimei_ask_doctor i{
  display: inline-block;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -1021px -49px;
  background-size: 1200px;
  margin-right: 15px;
  height: 22px;
  width: 27px;
}
.aimei_ask_answer i{
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #f2568b;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 2px;
  margin-right: 5px;
}
.aimei_ask_answer_content{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 96%;
  margin-left: 15px;
}

.aimei_product_middle_right_introduce_btn {
  margin: 15px auto;
  width: 230px;
  display: flex;
}

.aimei_product_middle_right_introduce_btn_left {
  width: 105px;
  line-height: 30px;
  color: #fff;
  background: #099fc7;
  text-align: center;
  font-size: 14px;
  display: flex;
  border-radius: 2px;
  margin-right: 20px;
}

.aimei_product_middle_right_introduce_btn_left i {
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -587px -13px;
  width: 23px;
  background-size: 1200px;
  margin-left: 10px;
  height: 30px;
}

.aimei_product_middle_right_introduce_btn_right {
  width: 105px;
  line-height: 30px;
  color: #099fc7;
  border: 1px solid #099fc7;
  text-align: center;
  font-size: 14px;
  display: flex;
  border-radius: 2px;
}

.aimei_product_middle_right_introduce_btn_right i {
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-size: 1200px;
  background-position: -610px -14px;
  width: 23px;
  margin-left: 10px;
  height: 30px;
}
.aimei_community_box_right_title{
  font-size: 22px;
  color: #1c1c1c;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.aimei_community_box_right_item{
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
  display: flex;
}
.aimei_community_box_right_item_img{
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-right: 15px;
}
.aimei_community_box_right_item_img img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #eee;

}

.aimei_community_box_right_item_hospital{
  font-size: 14px;
  margin-top: 5px;
  color: #6f6e6e;
}
.aimei_community_box_right_item_sc span{
  color: #6f6e6e;
  max-height: 38px;
  margin-top: 5px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: normal;
  overflow: hidden;
}
.aimei_community_box_right_item_name{
  font-size: 20px;
  margin-top: 5px;
}
.aimei_community_box_right_item_btn{
  margin-top: 5px;
  border-radius: 5px;
  font-size: 12px;
  background: #099fc7;
  width: 76px;
  line-height: 22px;
  text-align: center;
}
.aimei_community_box_right_item_btn a{
  color: #fff;
}
.aimei_community_box_right{
  height: 100%;
}

.video_imgbox {
  display: flex;
  flex-wrap: wrap;
}

.video_imgbox_item {
  width: 288px;
  margin: 15px 16px 15px 0px;
}

.video_imgbox .video_imgbox_item:nth-child(4n) {
  width: 288px;
  margin-right: 0px;
}

.video_imgbox_item_img {
  width: 100%;
  height: 165px;
  position: relative;
  margin-bottom: 15px;
}

.video_imgbox_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_imgbox_item_content {
  font-size: 16px;
  color: #434343;
  line-height: 25px;
}

.video_imgbox_item_detail {
  width: 263px;
  display: flex;
  justify-content: space-between;
  padding: 0px 15px 0px 10px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 11px;
}

.video_imgbox_item_detail i {
  display: inline-block;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -625px -50px;
  background-size: 1200px;
  height: 12px;
  width: 15px;
  padding-right: 10px;
}
/*点评样式*/
.hosipital_dp .content-pinglun-nav {
  font-size: 18px;
  margin-bottom: 0;
}
.dianping_ico{
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-position: -1100px -13px;
  width: 28px;
  height: 28px;
  background-size: 1200px;
  margin-right: 5px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

.content-pinglun-nav {
  font-size: 20px;
  margin: 20px;
  color: #505050;
  margin-bottom: 0;
}
.content-pinglun-text-area textarea {
  width: 775px;
  height: 120px;
  margin: 20px;
  padding: 10px;
  resize: none;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.border {
  border: 1px solid #f2f2f2;
}

.content-conmint {
  text-align: right;
  margin: 0 20px;
}
.content-conmint-select {
  float: left;
  font-size: 12px;
  user-select: none;
}
.content-conmint-select .content-score-span, .content-score-right-items .content-score-span {
  height: 24px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #757575;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  padding: 4px;
}

.content-score-right-title {
  margin-bottom: 10px;
  font-size: 14px;
}

.content-conmint-btn {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #ee3777;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

.content-score {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 20px;
}

.content-score-left {
  text-align: center;
  width: 135px;
  height: 115px;
  border-right: 1px dotted #7f7e7e;
}
.content-score-right {
  width: 620px;
  height: 115px;
  margin-left: 20px;
}

.content-score-right-items span {
  padding: 4px 10px;
  color: #757575;
  font-size: 14px;
  border: 1px solid #eee;
  margin: 0px 10px 10px 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.content-score-active {
  color: #ee3777 !important;
  border: 1px solid #ee3777 !important;
}

.quanxingxing {
  font-size: 14px;
  margin-top: 10px;
}

.content-tab {
  width: 96%;
  margin: 20px;
  height: 50px;
  background: #f5f5f5;
}

.content-tab-item {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  min-width: 80px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.content-tab-item-active {
  border-bottom: 2px solid #ee3777;
  color: #ee3777;
}

.goods_comment{
  margin: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.lab_zan
{
  color: #ee3777;
  margin-left: 10px;
}
.goods_content
{
  margin-top: 10px;
  line-height: 25px;
  padding-bottom: 10px;
}
.goods_content_img
{
  width: 150px;
  height: 150px;
  display: inline-block;
  padding-right: 5px;
}
.lab_time
{
  font-size: 13px;
  float: right;
  display: inline-block;
}
/*点评样式*/

/* footer 底部样式 */
.footer{
  margin-top: 20px;
  background: #f9f8f8;
}
.footer_top{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.footer .footer_left dl{
  float: left;
  margin-right: 60px;
}
.footer .footer_left dl dt{
  font-size:16px;
  color: #3e3d3d;
  margin-bottom:16px;
  position: relative;
}
.footer .footer_left dl dt i{
  position: absolute;
  left: 4px;
  bottom: -6px;
  width: 6px;
  height: 2px;
  background: #bfbfbf;
}
.footer .footer_left dl dd{
  margin: 8px 0;
}
.footer .footer_left dl dd,
.footer .footer_left dl dd a
{
  font-size:14px;
  color: #535353;
}
.footer .footer_ask i{
  display: inline-block;
  background: url(/statics/aimei/img/all.png) no-repeat;
  width: 90px;
  height: 24px;
  background-size: 1200px;
  background-position: -630px -86.5px;
}
.footer .footer_phone i{
  display: inline-block;
  background: url(/statics/aimei/img/all.png) no-repeat;
  width: 240px;
  height: 51.5px;
  background-size: 1200px;
  background-position: -367px -122px;
  margin-top: 40px;
}
.footer .footer_left .wecha_qr{
  margin-right: 0;
}
.footer .footer_left .wecha_qr dt,
.footer .footer_left .phone_qr dt
{
  text-align: center;
}
.footer .footer_left .wecha_qr i,
.footer .footer_left .phone_qr i
{
  display: inline-block;
  background: url(/statics/aimei/img/all.png) no-repeat;
  width: 92px;
  height: 92px;
  background-size: 1200px;
  background-position: -726px -87px;
}
.footer .footer_bottom{
  background: #099fc7;
  padding: 22px 0;
 }
 .footer .links{
   width: 1200px;
   margin: 0 auto;
 }
 .footer .links div,
 .footer .links div a
 {
   color:#fff;
   font-size: 16px;
 }
 .footer .links div a{
   display: inline-block;
   margin: 0 10px;
 }
 .links .links_content{
   width: 1120px;
 }
 .links .links_title{
   width: 80px;
 }
/* footer 底部样式 */
.aimei_nav_item_all{
  width: 150px;
  background: #f24d86;
  text-align: center;
}
/* 首页案例,案例列表 */
.aimei_case_wrap{
  width: 100%;
  padding: 10px;
  width: 916px;
}
.case_img_wrap{
  display: inline-block;
  vertical-align: middle;
  width: 368px;
  height: 180px;
}
.case_img_wrap img{
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  vertical-align: middle;
  object-fit: contain;
}
.index_case_item img{
  width: 360px;
}
.case_text_wrap{
  display: inline-block;
  vertical-align: middle;
  width:530px;
  margin-left:10px;
}
.case_text_wrap .case_text_top .aimei_case_title{
  font-size: 16px;
  color: #272727;
} 
.case_text_wrap .case_text_top .aimei_case_des{
  font-size: 14px;
  color: #6b6b6b;
  margin: 10px 0 20px 0;
}
.case_text_wrap  .case_text_bottom .avatar_wrap{
  float: left;
}
.case_text_wrap  .case_text_bottom .share_wrap{
  float: right;
}
.case_text_wrap  .case_text_bottom .avatar_wrap img{
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.case_text_wrap  .case_text_bottom .avatar_wrap .case_user_name,
.case_text_wrap  .case_text_bottom .avatar_wrap .case_publish_time
{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #a7a7a7;
}
.case_text_wrap .case_text_bottom .avatar_wrap .case_show_username{
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_text_wrap  .case_text_bottom .avatar_wrap .case_publish_time
{
  margin-left:10px;
}
.case_text_wrap  .case_text_bottom .share_wrap div{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #a7a7a7;
  margin-left:12px;
}
.case_text_wrap  .case_text_bottom .share_wrap .eye_icon{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-size: 1200px;
  background-position: -1161.5px -21.5px;
  margin-top: -2px;
}
.case_text_wrap  .case_text_bottom .share_wrap .message_icon{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14.5px;
  background: url(/statics/aimei/img/all.png) no-repeat;
  background-size: 1200px;
  background-position: -406.5px -52.5px;
  margin-top: -2px;
}
/* 首页案例,案例列表 */
/* 热门项目展示更多 */
.hot_item_wrap{
  width: 100%;
  display: flex;
}
.aimei_select_hot_left {
  border:none;
  flex: 0 0 100px;
  width: 100px;
  height: 65px;
  line-height: 65px;
  font-size: 14px;
  text-align: center;
}
.hot_item_wrap_right{
  flex: 1;
  flex-wrap: wrap;
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
}
.aimei_select_hot_right_items{
  display: inline-block;
  vertical-align: middle;
}
.aimei_show_moreItem{
  flex: 0 0 50px;
  text-align: center;
  font-size:30px;
  margin-top: 12px;
  border-bottom: 1px solid #eee;
}
.aimei_show_moreItem_tog{
  height: 65px;
  overflow: hidden;
}
.edit_name{
  text-align: right;
  font-size: 14px;
  color: #999;
}
/* 医院内页环境图放大 */
.env-box {
  width: 100%;
  height: 1000px;
  position: fixed;
  display: none;
  background-color: #000000a1;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999;
}

.env-left {
  width: 50px;
  background: url(/statics/aimei/img/env-left.png) no-repeat;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
}

.env-right {
  width: 50px;
  background: url(/statics/aimei/img/env-right.png) no-repeat;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
}

.env-count{
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: #fff;
}
.wide {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.img-wraps {
  /*重点从这里开始*/
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
  margin-top: 240px;
}

.img-wraps>div {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-wraps>div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.env-close{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  background: url(/statics/aimei/img/env-close.png) no-repeat;
  z-index: 99999;
}
/* topic */
.topic_img_wrap{
  width: 100%;
  padding: 10px;
  width: 860px;
}
.topic_img_wrap .case_img_wrap{
  width: 180px;
}
.tag span{
    padding: 5px;
}
.aimei_main .tags_list li{
    display: inline-block;
    padding: 10px;
}
.tags_content_head{
    margin: 5px 3px;
}
.tags_content_head a{
    padding: 13px;
}
.tags_left{
    width: 880px;
    margin-right: 10px;
}
.tags_list_content{
    display: flex;
    margin-top: 10px;
}
.tags_list_content .tags_right{
    width: 307px;
}

.recommend_hot, .letter_hot {
    margin: 15px 0;
}
.no_thumb .case_text_wrap{
    width: 785px;
    margin: 59px 0 59px 30px;
}

/*表格样式*/
table{
    border: 1px solid #ebebeb;
    padding: 5px;
    margin: 0 auto;
}
table tr,table td{
    border: 1px solid #ebebeb;
    padding: 5px;

}