body{
	background-color: #F9F8FE;
	height: 90%;
}
img{
	width: 100%;
	height: 100%;
}
a {
    color: #353535;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

/* 顶部栏 */
.weui-btn_primary {
    background-color: #FFFFFF;
	color: #353535;
}
.weui-header .weui-header-title, .weui-header h1 ,.weui-header .weui-header-left, .weui-header .weui-header-right ,.weui-btn_primary:not(.weui-btn_disabled):visited {
	color: #353535;
}
/* 中间主体 */
.weui-cells{
	background-color: unset;
	margin-top: unset;
}
.weui-cell {
    padding: 10px 10px;
    margin: 10px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
}

.tabbar{
	position: fixed;
	bottom: 0;
}
.top_title{
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
    color: rgba(255, 255, 255, 0.6);
    background-color: #ffffff;
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i, .weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
    color: #1189ff;
}
.weui-navbar__item.tab-green {
    border-bottom: 3px solid #0066FF;
    color: #0066FF;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #1189ff;
}
.bg-blue {
    background-color: #1189ff;
}
/* 搜索框 */
.weui-search-bar{
	position: unset;
	background-color:unset
}
.weui-search-bar__cancel-btn {
    background: #1189ff;
	width: 60px;
	text-align: center;
	height: 28px;
    color: #ffffff;
    border-radius: 10px;
    position: absolute;
	right: 10px;
}
.weui-search-bar__form {
	background: #ffffff;
    border-radius: 10px;
}
.weui-search-bar__form:after {
    content: unset;
}
.weui-search-bar__box {
	width: 84%;
	z-index: 0;
}
.weui-search-bar__label {
	z-index: 0;
}
.weui-search-bar:after{
	content: none;
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px white inset !important;
}

/* 医生列表 */
.expertlist_map {
  border-radius: 15px;
  box-shadow: 0 0 5px #e0e0e0;
  background: #fff;
  margin: 10px;
  /* padding: 0 10px; */
  position: relative;
}
.expertlist_map_top {
  display: flex;
  padding: 10px;
}
.expertlist_map_img {
  text-align: center;
  color: #f9a821;
}
.expertlist_map_img.color999 {
  color: #999;
}
.expertlist_map_img img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: block;
}
.expertlist_map_top>div.doctor_info {
  flex: 4;
  padding-left: 8px;
}
.doctor_name {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
  line-height: 27px
}
.doctor_name :nth-child(1) {
  background-color: #ECF6FF;
  color: #1189FF;
  width:60px;
  height:19px;
  border-radius:5px;
  font-size: 13px;
  padding: 2px 5px;
  margin: 0 5px;
}
.doctor_name  :nth-child(2) {
  background-color: #FEF8EE;
  color: #ECA02C;
  width:60px;
  height:19px;
  border-radius:5px;
  font-size: 13px;
  padding: 2px 5px;
}
.doctor_name  .isOnline {
  background: rgba(74, 169, 92, 0.08);
  margin: 0 5px;
  color: #4AA95C;
  width:60px;
  height:19px;
  border-radius:5px;
  font-size: 13px;
  padding: 2px 5px;
}
.doctor_name  .noOnline {
  background: rgba(178, 178, 178, 0.08);
  margin: 0 5px;
  color: #B2B2B2;
  width:60px;
  height:19px;
  border-radius:5px;
  font-size: 13px;
  padding: 2px 5px;
}
.age {
  font-size: 14px;
  color: #666;
  margin: 3px 0;
}
.brief_introduction {
    white-space: initial;
    font-size: 15px;
    max-height: 70px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	margin-bottom: 6px;
}
.home_icon_img {
  padding: 10px 0;
  margin: 0 10px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_icon_img div {
	text-align: center;
	font-size: 13px;
	border-radius: 10px;
	width: 30%;
	height: 29px;
	display: inline-block;
}
.home_icon_img div:first-child {
  border: none !important;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1189FF;
}
.home_icon_img div:nth-child(2) {
	background-color: #1189FF;
	color: #fff;
	line-height: 29px;
	margin: 0 4%;
}
.home_icon_img div:nth-child(3) {
	background-color: #1189FF;
	color: #fff;
	line-height: 29px;
}
.home_icon_img div img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.is_online{
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0px;
}