* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3 {
  font-weight: normal;
}

body {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  font-family: '΢���ź�';
  font-size: 100%;
}

.top_bg {
  width: 100%;
  height: 360px;
  background: url("/statics/skin/m/images/bg.png") no-repeat;
  background-size: cover;
  padding: 0 10px;
  box-sizing: border-box;
}

.logo_wrap {
  width: 100%;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.logo img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.menu {
  width: 47px;
}

.menu img {
  display: block;
  width: 50%;
  margin: 12px auto;
}

.search_wrap form {
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.search_wrap .input_wrap {
  flex: 1;
  position: relative;
}

.search_wrap .input_wrap input {
  width: 100%;
  outline: none;
  border: 0;
  padding: 12px 0;
  border-radius: 20px 0 0 20px;
  text-indent: 3em;
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, .4);
}

.search_wrap .input_wrap input::placeholder {
  color: #fff;
  font-size: 15px;
}

.search_wrap .input_wrap .search_icon {
  position: absolute;
  left: 10px;
  top: 6px;
  width: 28px;
  height: 28px;
  background: url(/statics/skin/m/images/search_icon.png) no-repeat center center;
  background-size: 60%;
}

.search_wrap .btn {
  flex: 0 0 70px;
  width: 70px;
  background: rgba(255, 255, 255, .4);
  border-radius: 0 20px 20px 0;
}

.search_wrap .btn .btn_text {
  width: 100%;
  height: 20px;
  margin: 10px auto;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background: none;
  outline: none;
  border: none;
  border-radius: 0 20px 20px 0;
  border-left: 1px solid rgba(255, 255, 255);
}

.quick_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.quick_wrap .quick_item {
  flex: 0 0 50%;
  width: 50%;
  padding: 6px 4px 6px 4px;
  box-sizing: border-box;
}

.quick_wrap .quick_item img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}

.quick_wrap .quick_item:nth-child(3) img,
.quick_wrap .quick_item:nth-child(4) img {
  box-shadow: 0px 8px 10px #f7dbe1;
}

.item_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.item_wrap .item_content {
  flex: 0 0 20%;
  width: 20%;
  margin-bottom: 4px;
}

.item_wrap .item_content a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.item_wrap .item_content i {
  display: block;
  width: 73px;
  height: 73px;
  background: url(/statics/skin/m/images/img.png) no-repeat center center;
  background-size: 730px;
  background-position: -146px 0;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
}

.item_wrap .zx i {
  background-position: -292px 0;
}

.item_wrap .pf i {
  background-position: -219px 0;
}

.item_wrap .kq i {
  background-position: -438px 0;
}

.item_wrap .yy i {
  background-position: -365px 0;
}

.item_wrap .fx i {
  background-position: -511px 0;
}

.item_wrap .ys i {
  background-position: -657px 0;
}

.item_wrap .zp i {
  background-position: -584px 0
}

.item_wrap .lc i {
  background-position: -73px 0;
}

.item_wrap .yw i {
  background-position: 0 0;
}

.item_wrap .item_content span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #424242;
  text-align: center;
}

.today_news {
  position: relative;
  margin-top: 40%;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 5px solid #e9e8e9;
  border-bottom: 5px solid #e9e8e9;
  display: flex;
}

.today_news .news_img_wrap {
  flex: 0 0 56px;
}

.today_news .news_img_wrap img {
  display: block;
  width: 56px;
  /* height: 66px; */
  margin: 0 auto;
}

.today_news .news_content {
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
}

.scrollNews {
  height: 52px;
  overflow: hidden;
}

.today_news .news_content li {
  width: 100%;
  height: 26px;
}

.today_news .news_content li a {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hospital_wrap {
  width: 100%;
  padding: 14px 10px;
  box-sizing: border-box;
  border-bottom: 5px solid #e9e8e9;
}

.small_title {
  padding: 0 6px 10px 6px;
  border-bottom: 1px solid #f0f0f0;
}

.small_title a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.small_title .title {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 700;
}

.small_title .more {
  font-size: 14px;
  color: #888787;
  /* margin-top: 2px; */
}

.hospital_wrap ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.hospital_wrap ul li {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.hospital_wrap ul li .img_wrap {
  width: 100%;
  height: 110px;
}

.hospital_wrap ul li .img_wrap img {
  display: block;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  object-fit: cover;
}

.hospital_wrap ul li .text_wrap h3 {
  font-size: 16px;
  color: #2b2b2b;
  margin: 6px 0 4px 0;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hospital_wrap ul li .text_wrap h3 .zc {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin-left: 4px;
}

.hospital_wrap ul li .text_wrap .skill {
  font-size: 14px;
  color: #595858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* .hospital_wrap ul li .text_wrap .skill a{
  color: #595858;
} */
.doctor_wrap ul {
  padding-top: 10px;
}

.doctor_wrap ul li {
  flex: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.doctor_wrap ul li .doctor_content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.doctor_wrap ul li .doctor_content .img_wrap {
  flex: 0 0 80px;
  height: 80px;
}

.doctor_wrap ul li .doctor_content .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 50%;
}

.doctor_wrap ul li .doctor_content .text_wrap {
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
}

.doctor_wrap ul li .text_wrap h3 {
  color: #333;
  font-weight: 700;
}

.doctor_wrap ul li .text_wrap .jl {
  display: inline-block;
  color: #fd5468;
  border: 1px solid #fd5468;
  padding: 1px 2px;
  font-size: 12px;
  margin-left: 4px;
  border-radius: 3px;

}

.doctor_wrap ul li .text_wrap .description {
  font-size: 14px;
  margin: 2px 0;
  color: #3a3a3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.doctor_wrap ul li .text_wrap .description .xg {
  margin-right: 8px;
  color: #666;
}

.item_zx {
  font-size: 14px;
  color: #595858;
}

.zx_content {
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #595858;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.doctor_wrap ul li .text_wrap .description .xg i {
  font-style: normal;
  color: #fd5468;
}

/* .hospital_wrap ul li .text_wrap .zx_time{
  color: #666;
} */
.news_wrap ul li .news_content .img_wrap {
  flex: 0 0 120px;
  height: 94px;
}

.news_wrap ul li .news_content .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

/* .news_wrap ul li .text_wrap .description{
  margin: 6px 0;
} */
.news_wrap {
  padding: 10px 10px;
  border-bottom: none;
}

.footer_wrap {
  width: 100%;
  background: #f6f5f5;
  padding: 20px 10px;
  box-sizing: border-box;
}

.footer_top {
  width: 100%;
  display: flex;
}

.footer_top .top_left {
  flex: 1;
  margin: 0 4px;
  padding: 2px 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f36889;
}

.top_left span {
  display: block;
}

.footer_top .top_left a {
  color: #fff;
}

.footer_top .top_left .text p {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.footer_top .top_right p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 4px auto;
}

.footer_top .top_right {
  flex: 1;
  margin: 0 4px;
  padding: 2px 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #71b2f6;
}

.footer_top .top_right a {
  color: #fff;
}

.footer_top .top_left::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 40px;
  background: url(/statics/skin/m/images/phone.png) no-repeat center center;
  margin: 0 0px 0 16px;
  background-size: 70%;
}

.footer_top .top_left p {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  color: #fff;
  font-size: 14px;
}

.footer_top .top_right p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url(/statics/skin/m/images/chat.png) no-repeat center center;
  margin-right: 4px;
  background-size: 75%;
}

.footer_bottom {
  margin-top: 10px;
}

.footer_bottom p {
  font-size: 13px;
  color: #4b4a4a;
  margin: 6px 0;
}

.footer_bottom p a {
  color: #4b4a4a;
}

/* ҽԺ��ҳ */
.hospital_header {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
}

.hospital_header .left img {
  width: 26%;
}

.hospital_header .middle {
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 20px;
}

.hospital_info {
  width: 100%;
  background: #fff;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 6px;
}

.hospital_info h1 {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hospital_info .address a,
.hospital_info .phone,
.hospital_info .doctor_num,
.hospital_info .updatetime {
  display: block;
  font-size: 14px;
  color: #595858;
  margin: 8px 0;
}

.hospital_info .address i,
.hospital_info .phone i,
.hospital_info .doctor_num i,
.hospital_info .updatetime i {
  font-style: normal;
  color: #1e1e1e;
  font-weight: 700;
}

.hospital_info .phone a {
  color: #595858;
}

.hospital_info .address .text {
  display: inline-block;
  vertical-align: middle;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hospital_info .address .map {
  display: inline-block;
  vertical-align: middle;
  color: #fd5468;
  margin: 0 4px;
}

.hospital_info .item {
  width: 100%;
  margin-top: 10px;
}

.hospital_info .item .item_title {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 4px 2px;
  /* height: 40px; */
  background: #fd5468;
  color: #fff;
  font-size: 14px;
  text-align: center;
  /* line-height: 40px; */
  border-radius: 20px;
}

.hospital_info .item .item_show {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  max-height: 60px;
  overflow: hidden;
}

.doctor_index_show .item .item_show {
  height: auto;
}

.hospital_info .item .item_show span {
  font-size: 14px;
  color: #1e1e1e;
}

.hospital_all {
  position: relative;
  width: 96%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  box-sizing: border-box;
  margin: -70px auto 0;
}

.hospital_nav {
  width: 100%;
  height: 40px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
}

.hospital_all .hospital_nav ul {
  width: 100%;
  height: 100%;
  display: flex;
}

.index_hos .hospital_nav ul {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
}

.index_hos .hospital_nav ul::-webkit-scrollbar {
  display: none;
}

.hospital_all .hospital_nav ul li {
  flex: 1;
  position: relative;
}

.hospital_all .hospital_nav ul li {
  flex: 0 0 22%;
  position: relative;
}

.hospital_all .hospital_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 700;
}

.hospital_all .hospital_nav ul li.on a {
  color: #fd5468;
}

.hospital_all .hospital_nav ul li i.line {
  width: 32px;
  height: 4px;
  background: #f36889;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}

.hospital_box {
  padding: 24px 10px 10px 10px;
  border-bottom: none;
}

.hospital_box .title {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 700;
}

.hospital_box .title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 15px;
  background: url(/statics/skin/m/images/arraw.png) no-repeat;
  background-size: 90%;
  margin: 4px 4px 0 0;
}

.doctor_wrap ul li .text_wrap .sh {
  display: inline-block;
  color: #fd5468;
  border: 1px solid #fd5468;
  padding: 1px 2px;
  font-size: 12px;
  margin-left: 4px;
  border-radius: 3px;
}

.hospital_env ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.hospital_env ul li {
  flex: 0 0 50%;
  width: 50%;
  height: 100px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0;
}

.hospital_env ul li:nth-child(2n+1) {
  padding-right: 4px;
}

.hospital_env ul li:nth-child(2n) {
  padding-left: 4px;
}

.hospital_env ul li img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.zx_wrap ul li {
  padding: 10px 0;
}

.zx_wrap ul li a {
  display: block;
  width: 100%;
  color: #565656;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .zx_wrap ul li a:visited{
  color: #fd5468;
} */
.bottom_text p {
  text-align: center;
  font-size: 14px;
  color: #777777;
}

.bottom_text .b_btn {
  width: 60%;
  height: 40px;
  line-height: 40px;
  background: #f36889;
  color: #fff;
  margin: 10px auto;
  text-align: center;
  border-radius: 4px;
}

/* ҽԺ��ҳ���� */
/* ����ҽ�� */
.aks_title {
  width: 100%;
  display: flex;
  justify-items: center;
  background: #fff;
  padding: 8px 4px;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto 10px;
}

.ask_item {
  margin: 8px auto;
}

.ask_t {
  flex: 0 0 50px;
  width: 50px;
  font-size: 16px;
  color: #393939;
  font-weight: 700;
}

.ask_name {
  flex: 0 0 90px;
  width: 90px;
  height: 32px;
  line-height: 32px;
}

.ask_s {
  flex: none;
  width: 100%;
}

.ask_t span {
  display: inline-block;
  vertical-align: middle;
  color: #fd5468;
  margin-right: 2px;
}

.aks_title input {
  border: 0 none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.ask_item select {
  width: 70%;
  border: 1px solid #eee;
}

.ask_item input {
  border: 1px solid #eee;
  width: 70%;
  text-indent: 1em;
  padding: 6px 0;
  border-radius: 4px;
}

.ask_item label {
  margin-top: 4px;
}

.ask_item label.nv {
  margin-left: 14px;
}

.ask_item label input {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.ask_item label span {
  display: inline-block;
  vertical-align: top;
  /* width: 10px; */
}

.ask_des,
.customer_info {
  width: 100%;
  padding: 10px 4px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 10px #f7dbe1;
}

.ask_step1 textarea {
  display: block;
  width: 100%;
  height: 120px;
  outline: none;
  resize: none;
  border: none;
  font-size: 16px;
  color: #393939;
  margin: 10px 0;
  line-height: 24px;
  text-indent: 2em;
}

.ask_step1 .step2_text {
  height: 100px;
}

.share_content .share_t {
  margin-top: 10px;
}

.share_content .step2_text {
  height: 240px;
}

.customer_info {
  margin: 10px 0;
}

.notice {
  width: 90%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff5f7;
}

.notice p {
  font-size: 12px;
  margin: 4px 0;
  color: #1e1e1e;
}

.ask_wrap {
  position: relative;
  /* margin-top: -260px; */
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}

.ask_last {
  display: block;
  outline: none;
  border: none;
  width: 80%;
  background: #fd5468;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 20px auto;
  border-radius: 6px;
}

/* ����ҽ������ */
/* ҽԺ�б� */
.hos_list_nav {
  margin-top: 20px;
}

.hos_list_nav ul {
  width: 100%;
  display: flex;
}

.hos_list_nav ul li {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 15px;
  position: relative;
}

.hos_list_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
}

.hos_list_nav ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 7px;
  background: url(/statics/skin/m/images/small_arraw.png) no-repeat;
  background-size: 80%;
  margin-left: 4px;
}

.hospital_list {
  padding: 0;
}

.hospital_list .address {
  font-size: 14px;
  margin: 2px 0;
  color: #3a3a3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hospital_list ul li .news_content .img_wrap {
  flex: 0 0 140px;
  height: 100px;
}

.hospital_list ul li .text_wrap .skill {
  color: #3a3a3a;
  margin: 2px 0;
}

/* .hospital_list ul li .text_wrap .skill a{
  color: #3a3a3a;
} */

.item_absolute {
  background: #fff;
  width: 100%;
  /* height:400px; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.items_list {
  display: block;
}

.item_absolute .top {
  font-size: 18px;
  color: #2b2b2b;
  padding: 12px 0 12px 10px;
}

.item_absolute .top a {
  display: inline-block;
  font-size: 18px;
  color: #fd5468;
  margin-left: 6px;
}

.area {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.area li {
  flex: 0 0 80px;
  width: 80px;
  background: #f5f6fa;
  height: 30px;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  border-radius: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.area li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #2b2b2b;
}

.nav_item {
  width: 100%;
  display: flex;
}

.nav_item .nva_left {
  width: 25%;
  background: #f5f6fa;
  height: 400px;
  border: 1px solid #f5f6fa;
}

.items_list .nav_item .nva_left {
  background: #f5f6fa;
}

.items_list .nav_item .nva_left,
.items_list .nav_item .nva_left .nav_left_item,
.items_list .nav_item .nva_right {
  height: auto;
}

/* .nav_item .nva_right{
  height: 398px;
  width: 75%;
  border-bottom: 1px solid #eeeeee;
  overflow-y: scroll;
  padding-bottom: 20px;
} */
.arraw_show {
  transform: rotate(180deg);
}

.nav_left_item {
  height: 43px;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.now {
  color: #fd5468 !important;
}

.nav_left_item li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #373737;
  font-size: 14px;
}

.left_nav_fixed {
  position: fixed;
  left: 10px;
  top: 24%;
  max-height: 500px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.nva_left .active {
  background: #fff;
  color: #f36889;
}

.nav_item .nva_right {
  width: 100%;
  height: 402px;
  background: #fff;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.nva_right ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.nva_right ul li {
  flex: 0 0 33.33%;
  width: 33.33%;
  /* height: 30px; */
  padding: 0 10px 10px 0;
  box-sizing: border-box;
  border-radius: 2px;
}

.nva_right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f6fa;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #2b2b2b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.nav_color {
  color: #ffee5c !important;
}

.nav_color a {
  color: #ffee5c !important;
}

.end_btn {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  display: flex;
}

.end_btn .btn_select {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  margin: 0 20px;
  height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
}

.end_btn .btn_select a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.end_btn .cancle a {
  color: #2b2b2b;
}

.end_btn .sure {
  background: #f36889;
  border: 1px solid #f36889;
  ;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

.ee {
  color: #f00 !important;
}

/* ҽԺ�б����� */
/* ҽ���б� */
.doctor_list {
  padding: 0;
  border-bottom: none
}

.doctor_list ul li .text_wrap h3 .zc {
  color: #666;
}

.ask_type {
  width: 100%;
  display: flex;
  justify-content: right;
}

.ask_type .ask_zixun {
  background: #fff;
  border: 1px solid #f36889;
  padding: 6px 10px;
  margin-left: 6px;
  border-radius: 4px;
}

.ask_type .ask_ly {
  background: #f36889;
}

.ask_type .ask_zixun a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #f36889;
}

.ask_type .ask_ly a {
  color: #fff;
}

.hos_bg {
  height: 150px;
}

.item_bg {
  height: 120px;
}

/* ҽ���б����� */
/* ҽ����ҳ */
.doctor_ask_btn {
  width: 90%;
  display: flex;
  margin: 16px auto;
}

.doctor_ask_btn .ask_yy {
  border: 1px solid #fd5468;
  padding: 8px 6px;
  margin: 0 6px;
  flex: 1;
  border-radius: 4px;
}

.doctor_ask_btn .ask_yy a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fc576a;
  text-align: center;
}

.doctor_ask_btn .ask_right {
  background: #f36889;
}

.doctor_ask_btn .ask_right a {
  color: #fff;
}

.doctor_all {
  margin: 0 auto;
  border-top: 1px solid #eee;
}

/* ҽ����ҳ���� */
/* ��Ƭ�Ա� */
.duibi_bg {
  height: 90px;
}

.photo_db {
  border-bottom: 0;
  background: #fff;
}

.photo_db ul {
  padding-top: 0;
}

.photo_db ul li .text_wrap h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.photo_db_nav ul {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  padding: 12px 0;
  -webkit-overflow-scrolling: touch;
}

.photo_db_nav ul::-webkit-scrollbar {
  display: none;
}

.photo_db_nav ul li {
  position: relative;
  flex: 0 0 30%;
  order: 2;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box; */
}

.oredr_test {
  order: 1 !important;
}

.photo_db_nav ul li i {
  position: absolute;
  left: 50%;
  margin-left: -9.5px;
  bottom: -20px;
  width: 19px;
  height: 14px;
  background: url(/statics/skin/m/images/top_arraw.png) no-repeat;
  background-size: 100%;
}

.photo_db_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

/* ��Ƭ�ԱȽ��� */
/* ǰ���鱨 */
.qb_wrap ul li .news_content .img_wrap {
  height: 100px;
}

.qb_wrap ul li .text_wrap h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ������ҳ */
.shwo_bg {
  height: 45px;
}

.show_content {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
}

.show_content h1 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.show_time {
  margin: 10px 0;
}

.doc_from {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.doc_from a {
  font-size: 14px;
  color: #fd5468;
}

.show_time span {
  font-size: 14px;
  color: #666;
  margin-right: 6px;
}

.show_content p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 5px 0;
  text-indent: 2em;
}

.show_content img,
.show_content video {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.show_content table {
  border-collapse: collapse;
  display: table;
  border: 1px solid #ebebeb;
  padding: 5px;
  margin: 10px auto;
}

.show_content table tr th {
  padding: 5px;
}

.show_content table tr,
.show_content table td {
  border: 1px solid #ebebeb;
  padding: 5px;
}

.show_content h2,
.show_content h3 {
  font-size: 16px;
  color: #333;
  padding: 4px 0;
  font-weight: 700;
}

/* ���δ�ȫ */
.item_main {
  width: 80px;
  font-size: 15px;
  background: #bfbfbf;
  color: #fff;
  border-radius: 14px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
  text-align: center;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.item_active {
  background: #fc6679;
  color: #fff;
}

.rank_wrap {
  width: 100%;
  padding: 0 10px;
  margin-top: -250px;
  box-sizing: border-box;
  position: relative;
}

.rank_content {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}

.rank_top h3 {
  font-size: 18px;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.rank_top p {
  font-size: 16px;
  color: #595858;
  line-height: 30px;
  text-indent: 2em;
}

.rank_top span {
  color: #fc6679;
}

.rank_nav {
  position: relative;
  border: 1px solid #fd5468;
  height: 36px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.rank_nav .pm_ul li {
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
}

.rank_nav ul li.rank_color {
  background: #fd5468;
  color: #fff;
  border-radius: 20px;
}

.rank_item {
  border: 1px solid #fdedf2;
}

.rank_item ul li {
  width: 100%;
  padding: 10px 0;
  background: #fdedf2;
}

.rank_item ul li:nth-child(2n) {
  background: #fff;
}

.rank_item .pm_wrap {
  width: 100%;
  display: flex;
}

.rank_item .pm_wrap .pm {
  flex: 0 0 100px;
  width: 100px;
  color: #605f5f;
  text-align: center;
  font-size: 16px;
}

.rank_item .pm_wrap .pm_name {
  flex: 1;
  color: #605f5f;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.rank_item ul li:nth-child(1) .pm_wrap .pm,
.rank_item ul li:nth-child(2) .pm_wrap .pm,
.rank_item ul li:nth-child(3) .pm_wrap .pm {
  color: #fd5468;
}

.rank_item ul li:nth-child(1) .pm_wrap .pm_name,
.rank_item ul li:nth-child(2) .pm_wrap .pm_name,
.rank_item ul li:nth-child(3) .pm_wrap .pm_name {
  color: #fd5468;
}

.rank_nav .item_absolute {
  top: 40px;
}

.rank_nav .nva_right ul li {
  flex: 0 0 70px;
  font-weight: normal;
}

.hospital_list_wrap {
  margin: 20px 0;
}

.hospital_list_wrap ul li {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #fdedf2;
  margin-bottom: 12px;
}

.hospital_list_wrap ul li .title {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 700;
}

.hospital_list_wrap ul li .num_wrap i {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 29px;
  /* background: url(/statics/skin/m/images/nw.png) no-repeat; */
  background-size: 100%;
  margin: 0 12px 0 0;
  text-align: center;
  line-height: 29px;
  font-style: normal;
  font-size: 15px;
  color: #1e1e1e;
}

.hospital_list_wrap ul li .num_wrap {
  text-align: center;
  width: 100%;
}

.hospital_list_wrap ul li .des {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #595858;
  line-height: 26px;
  margin: 10px 0;
}

.hospital_list_wrap ul li .des_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hospital_list_wrap ul li .des span {
  color: #fc6679;
  margin-left: 4px;
}

.hospital_list_wrap ul li .info .address {
  margin: 8px 0;
}

.hospital_list_wrap ul li .info .address span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 2px;
  color: #595858;
}

.hospital_list_wrap ul li .info .address .item {
  width: 20%;
  height: 20px;
  background: #fc6679;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
}

.hospital_list_wrap ul li .info .address .item_r {
  width: 70%;
}

.hospital_list_wrap ul li .info .address .item_address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hospital_list_wrap ul li .info .address .item_r i {
  font-style: normal;
  color: #1e1e1e;
}

.go_index {
  width: 100%;
  text-align: center;
  color: #fc6679;
  font-size: 17px;
  padding: 4px 0;
  padding-top: 14px;
  border-top: 1px solid #fdedf2;
}

.hide_text {
  display: none;
}

.doctor_list_wrap ul li:nth-child(1) .title::before,
.doctor_list_wrap ul li:nth-child(2) .title::before,
.doctor_list_wrap ul li:nth-child(3) .title::before {
  left: 60px;
}

.hospital_list_wrap ul li .des .des_left {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}

.hospital_list_wrap ul li .des .des_left img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.hospital_list_wrap ul li .des .des_right {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 14px;
}

.hospital_list_wrap ul li .des .des_right .right_text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.a_style {
  display: block;
  width: 100%;
  height: 100%;
}

.open_text {
  display: block;
  padding: 20px 0;
  color: #fc6679;
}

/* ��Ŀ���� */
.pj_price {
  font-size: 14px;
  margin: 10px 0;
}

.pj_price span {
  color: #fd5468;
  font-size: 18px;
}

.item_jj .jj_title {
  font-size: 14px;
  margin-bottom: 6px;
}

.jj_content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.item_jj .jj_content a {
  display: block;
  font-size: 14px;
  color: #595858;
  line-height: 24px;
}

.jl_wrap ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.jl_wrap h3 {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 700;
}

.jl_wrap .base_info {
  margin: 6px 0;
}

.jl_wrap .base_info span,
.jl_wrap .jl_name {
  color: #747474;
  font-size: 14px;
}

.jl_wrap .jl_des {
  color: #101010;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.jl_wrap .jl_img img {
  display: block;
  width: 200px;
  height: 120px;
  margin: 10px 0;
  object-fit: cover;
}

.jl_hospital {
  margin: 0;
}

.jl_hospital ul li {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.jl_hospital h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.jl_hospital .num_wrap .title::before {
  background: none;
}

.jl_hospital li .des {
  color: #595858;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ��Ŀ����ҳ */
.item_js h1 {
  text-align: center;
  font-size: 18px;
  margin-top: 16px;
  font-weight: 700;
}

.js_wrap table {
  margin: 10px 0;
}

.js_wrap table,
.js_wrap table tbody {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
}

.js_wrap table tr {
  width: 100%;
  display: flex;
}

.js_wrap table tr:nth-child(2n+1) {
  background: #fff1f5;
}

.js_wrap table tr td {
  flex: 1;
  font-size: 14px;
  color: #595858;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-indent: 0.5em;
}

.pt0 {
  padding-top: 0;
}

.text_center {
  text-align: center;
}

.doctor_pf table tr.bg_f {
  background: #fff;
}

.doctor_pf table tr td p {
  font-size: 14px;
  color: #595858;
  line-height: 24px;
}

.item_intro,
.item_al_wrap {
  width: 100%;
  display: flex;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.item_intro .js_img {
  flex: 0 0 40%;
  width: 40%;
}

.item_intro .js_img img {
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  object-fit: cover;
}

.item_intro .js_img .name {
  text-align: center;
  color: #595858;
  font-size: 14px;
  margin: 4px 0;
}

.item_intro .js_text {
  flex: 1;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  color: #595858;
}

.item_dj {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.item_dj p {
  font-size: 14px;
  color: #595858;
  line-height: 24px;
}

.item_al_wrap .item_al {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.item_al_wrap {
  flex-wrap: wrap;
}

.item_al_wrap .item_al img {
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  object-fit: cover;
}

/* �ർ�� */
.mobile-menu {
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  right: -2000px;
  top: 0;
  width: 100%;
  z-index: 500;
}

nav.mobile-menu,
nav.mobile-menu.open {
  right: -2000px;
  transition: right .6s;
  -webkit-transition: right .6s;
}

nav.mobile-menu.open {
  right: 0;
}

.accordionOpen {
  display: block !important;
}

.mobile-menu .mobile-menu-toggle {
  display: inline-block;
  padding: 0.5rem;
  border: 0;
  background: none;
}

.mm-top-bar {
  background: #f5f5fa;
  height: 55px;
  padding: 0.75rem;
  width: 100%;
  box-sizing: border-box;
}

.mm-list li {
  border-bottom: solid 1px #dddee6;
  margin: 0;
}

.mm-list li a,
.mm-list li button {
  color: #0a0a0a;
  display: block;
  font-weight: 500;
  letter-spacing: .4px;
  padding: 0.875rem 1.5rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.menu_ul {
  display: none;
}

.menu2 {
  position: relative;
}

.menu-wafer-toggle {
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 6px;
}

.menu_ul {
  margin: 0 0 1.25rem 1.25rem;
  padding-left: 0;
}

.item_color {
  color: #fd5468 !important;
}

/* ��ҳ */
#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 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;
  margin-bottom: 6px;
}

#pages span {
  text-align: center;
  line-height: 24px;
  border-radius: 5px;
  padding: 0px 14px;
  border: 1px solid #eee;
  background: #fc6679;
  color: #fff;
}

/* ������ѯ��ҳ */
.zixun_content {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.zixun_content h1 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-top: 20px;
  padding: 0 4px;
}

.zx_type {
  font-size: 14px;
  color: #666;
  margin: 8px 0;
  margin-bottom: 0;
}

.zx_type .yellow,
.suqiu .yellow {
  font-size: 14px;
  color: #ff8400
}

.user_question .question {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(254, 237, 247, 0.4);
}

.user_question .question h3 {
  font-size: 16px;
  padding: 0;
}

.question .suqiu {
  font-size: 14px;
  margin: 10px 0;
  color: #666;
}

.question .q_con {
  padding-left: 2em;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.q_time {
  font-size: 12px;
  text-align: right;
  margin: 10px 0;
  color: #999;
}

.exp_name a {
  font-size: 16px;
  color: #0099cc;
  font-weight: 700;
}

.content_topp,
.zx_score {
  width: 100% !important;
}

.zx_score h2 {
  background-repeat: no-repeat !important;
}

.zx_score dl {
  width: 100%;
  padding: 0 10px !important;
  box-sizing: border-box;
}

.content_topp p,
.zx_score p {
  width: 100% !important;
  padding: 0 10px !important;
  box-sizing: border-box;
}

.img_l,
.img {
  display: block !important;
  margin: 0 auto !important;
  float: none !important;
}

.img_l {
  display: block;
  width: 100% !important;
  margin: 0 auto !important;
}

.at,
.at ul,
.disat ul {
  width: 50% !important;
  float: none !important;
}

.at ul li {
  width: 100% !important;
}

.para {
  width: 100% !important;
  float: none !important;
}

.item_js h2,
.para h2 {
  width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
}

.para_list,
.vote_result {
  width: 100% !important;
  float: none !important;
}

.para_list span {
  width: 48% !important;
  text-align: left !important;
}

@media screen and (min-width:640px) {

  /* .mobile-menu,.mobile-menu-toggle {
      display: none
  }
  .today_news{
    margin-top: 280px;
  } */
  .item_wrap .item_content i {
    margin-left: 24px;
  }

  .left_nav_fixed {
    position: fixed;
    left: 50%;
    top: 32%;
    max-height: 500px;
    margin-left: -15%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.show_content ul {
  font-size: 16px;
  color: #333;
  line-height: 1.5em;
  padding: 5px 0;
  text-indent: 2em;
}