*{
  padding: 0;
  margin: 0;
  border: 0;
}
a{
  text-decoration: none;
}
ul,ol{
  list-style: none;
}
img{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.top_bg{
  width: 100%;
  background: url(/statics/yk/img/top_bg.png) no-repeat;
  background-size: cover;
  height: 200px;
}
.show_bg{
  height: 150px;
}
.top_bg img{
  width: 120px;
  padding: 20px 0;
  /* height: 139px; */
}
.search_wrap{
  width: 90%;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  margin: 0 auto;
}
.search_wrap .search_icon{
  flex: 0 0 80px;
  width: 80px;
}
.search_wrap .search_icon .icon{
  width: 20px;
  height: 20px;
  background: url(/statics/yk/img/search.png) no-repeat center center;
  background-size: 100%;
  margin: 10px 0 10px 40px;
}
.search_wrap .search_main{
  flex: 1;
}
.search_wrap .search_main input{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-indent: 1em;
  outline: none;
}
.search_wrap .search_main input::placeholder{
   color: #999;
}
.count_wrap{
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
}
.count_wrap .count_item{
  flex: 1;
}
.count_wrap .line{
  width: 1px;
  height: 38px;
  color: #e9e9e9;
  margin: 5px auto;
}
.count_wrap .count_item p{
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.category_td{
  width: 100%;
  padding: 20px 0 10px 0;
  box-sizing: border-box;
}
.category_td ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_td ul li{
  flex: 0 0 25%;
  width: 25%;
  margin-bottom: 12px;
}
.category_td li i{
  display: block;
  height:70px;
  width:70px;
  background: url(/statics/yk/img/img.png) no-repeat;
  background-position: 0 -1px;
  background-size:554px;
  margin: 0 auto;
}
.category_td li .ys{
  background-position: -70px -1px;
}
.category_td li .js{
  background-position: -139px -2px;
}
.category_td li .zh{
  background-position: -207px -1px;
}
.category_td li .hy{
  background-position: -275px -1px;
}
.category_td li .et{
  background-position: -344px -1px;
}
.category_td li .wd{
  background-position: -414px -1px;
}
.category_td li .zx{
  background-position: -484px -1px;
}
.category_td ul li .text{
  font-size: 14px;
  color: #333;
  text-align: center;
}
.category_wrap{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f3f4f5;
}
.ask_input .search_icon{
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: -webkit-linear-gradient(left, #3dd5cd, #5199fa); /* Safari/Chrome */
  background: linear-gradient(to left, #3dd5cd, #5199fa); 
  -webkit-background-clip: text; /* Safari/Chrome */
  background-clip: text;
  color: transparent;
  font-weight: bold;
  position: relative;
}
.ask_input .search_icon::before{
  content:"";
  display: inline-block;
  vertical-align: middle;
  width:2px;
  height: 20px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  top: 10px;
}
.latest_ask a{
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
}
.ad_wrap{
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding-top: 12px;
}
.ad_wrap img{
  width: 100%;
  height: 100px;
}
.hospital_wrap .title_wrap{
  width: 100%;
  height: 24px;
  padding-top: 12px;
}
.hospital_wrap .title_wrap a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hospital_wrap .title_wrap h2{
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.hospital_wrap .title_wrap .more{
  font-size: 14px;
  color: #787777;
  /* margin-top: 4px; */
}
.hospital_wrap .title_wrap h2::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 22px;
  background: linear-gradient(#3dd6cc, #5393ff);
  margin-right: 10px;
  margin-top: -2px;
}
.hospital_main ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hospital_main ul li{
  flex: 0 0 49%;
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 12px;
  margin-top: 12px;
  background: #fff;
}
.hospital_main ul li:nth-child(2n+1){
  margin-right: 1%
}
.hospital_main ul li:nth-child(2n){
  margin-left:1%; 
}
.hospital_main ul li h3{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hospital_main ul li .type{
  font-size: 14px;
  margin:6px 0;
  color: #535252;
}
.hospital_main ul li img{
  width: 100%;
  height: 96px;
  object-fit: cover;
}
.hospital_main ul li .item{
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
}
.hospital_main ul li .item span{
  color: #333;
  font-weight: 500;
}
.news_wrap ol li,.doctor_wrap ol li{
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.news_wrap ol li a,.doctor_wrap ol li a{
  display: block;
  width: 100%;
  display: flex;
}
.news_wrap ol li .news_left{
  flex: 1;
  padding-right: 10px;
  box-sizing: border-box;
}
.news_wrap ol li .news_left h3{
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.news_wrap ol li .news_left .time{
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.news_wrap ol li .news_right{
  flex: 0 0 140px;
  width: 140px;
  height: 90px;
}
.news_wrap ol li .news_right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor_wrap ol li .news_left{
  width: 80px;
  height: 80px;
}
.doctor_wrap ol li .news_left img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.doctor_wrap ol li .news_right{
  width: 60%;
  padding-left: 10px;
  box-sizing: border-box;
}
.doctor_wrap ol li .doctor_name h3{
  display: inline-block;
  vertical-align: middle;
  /* font-weight: 500; */
  font-size: 16px;
  color: #333;
}
.doctor_wrap ol li .doctor_name span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  margin-left: 4px;
}
.doctor_wrap ol li .news_right .hos_name{
  font-size: 14px;
  color: #666;
  margin: 4px 0;
}
.doctor_wrap ol li .news_right .skill{
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doctor_wrap ol li .zx_wrap{
  position: absolute;
  right: 0;
  top: 6px;
  background: url(/statics/yk/img/small_bg.png) no-repeat center center;
  background-size: 100%;
  width: 70px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.yh_content{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.yh_content p{
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
footer{
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #f3f4f5;
}
footer .contact{
  width: 100%;
  display: flex;
}
footer .contact .item{
  flex: 1;
  box-sizing: border-box;
  position: relative;
}
footer .contact .item a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
}
footer .contact .c_left{
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #5393ff , #4aaeea);
  margin-right: 1%;
}
footer .contact .c_left::before{
  content: "";
  position: absolute;
  left: 32px;
  top: 8px;
  background: url(/statics/yk/img/phone.png) no-repeat;
  background-size: 100%;
  width:24px;
  height: 24px;
}
footer .contact .c_right{
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #49b1e9 , #3addc6);
  margin-left: 1%;
}
footer .contact .c_right::before{
  content: "";
  position: absolute;
  left: 32px;
  top: 10px;
  background: url(/statics/yk/img/wechat.png) no-repeat;
  background-size: 100%;
  width:24px;
  height: 24px;
}
footer .notice p{
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
footer .notice p a
{ 
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-left: 12px;
}
/* 列表 */
.lists_bg{
  height:170px ;
}
.tag_wrap{
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  margin-top: 10px;
}
.tag_wrap span,.tag_wrap a{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.hospital_list_wrap{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f3f4f5;
}
.hospital_list_wrap ul li{
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
}
.hospital_list_wrap ul li a{
  display: flex;
  width: 100%;
  align-items: center;
}
.hospital_list_wrap ul li .list_left{
  width: 120px;
  height: 100px;
}
.hospital_list_wrap ul li .list_left img{
  display: block;
  width: 120px;
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
}
.hospital_list_wrap .list_right{
  padding-left: 10px;
}
.hospital_list_wrap .list_right h3{
  font-size: 16px;
  color: #333;
  /* font-weight: normal; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hospital_list_wrap .list_right .type{
  font-size: 14px;
  color: #666;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hospital_list_wrap .list_right .skill{
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 内页 */
.show_wrap,.show_content,.related_news{
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.show_title{
  font-size: 20px;
  color: #333;
  margin-top: 10px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}
.author_wrap{
  margin-top: 10px;
}
.author_wrap span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
 }
 .show_content{
  padding: 10px;
  color: #333;
  line-height: 30px;
  text-indent: 2em;
 }
 .show_content p,.show_content li{
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 2em;
  padding: 5px 0;
 }
.show_content h2{
  font-size: 18px;
  color: #333;
  padding: 8px 0;
}
 .show_content h3,.show_content h4{
  font-size: 16px;
  color: #333;
  padding: 5px 0;
 }
  .show_content img{
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
 }
 .show_content table{
  width: 100%;
  display: block;
  margin: 10px auto;
  border-collapse: collapse;
}
.show_content td{
  border: 1px solid black;
  vertical-align: middle;
  padding: 10px;
}
.related_news ul li{
  width: 100%;
  margin: 10px 0;
}
.related_news ul li a{
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.turn_page{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.turn_page .pre_page, .turn_page .next_page {
  margin: 10px 0;
}
.pre_page a, .next_page a {
  color: #1a79ff;
  width: 72%;
}
.pre_page a, .next_page a, .pre_page span, .next_page span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}
.pre_page span, .next_page span {
  margin-bottom: 10px;
  width: 20%;
}
.pre_page a, .next_page a, .pre_page span, .next_page span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}
.pre_page a, .next_page a {
  color: #1a79ff;
}
.ask_main ul li {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
}
.ask_main ul li .ask_left{
    margin-bottom: 12px;
}
.ask_main ul li .ask_right,.ask_main ul li .ask_left{
  width: 100%;
  display: flex;
}
.ask_main ul li .ask_left span{
  flex: 0 0 20px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5393ff;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ask_main ul li .ask_left h3{
  flex: 1;
  font-size: 16px;
  color: #333;
  margin-left: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ask_main ul li .ask_right span{
  flex: 0 0 20px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3adec6;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ask_main ul li .ask_right .ask_text{
  flex: 1;
  color: #666;
  font-size: 14px;
  margin-left: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ask_box ul{
  margin-top: 10px;
}
.ask_box ul li {
    margin: 0;
    padding: 6px;
    border-radius: 0;
}
.ask_box ul li .flex_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ask_box .answer_text{
  flex: 1;
  padding-right: 4px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ask_box .answer_btn{
  flex: 0 0 70px;
  width: 70px;
  font-size: 14px;
  color: #333;
  background: #eeeeee;
  padding: 4px 0;
  text-align: center;
  border-radius: 4px;
}
.answer_main{
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 10px;
  background: #fff;
}
.answer_left{
  width: 100%;
  display: flex;
}
.answer_left span{
  flex: 0 0 20px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5393ff;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.answer_left h3 {
  flex: 1;
  font-size: 16px;
  color: #333;
  margin-left: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.answer_main textarea{
display: block;
outline: none;
resize: none;
width: 100%;
height: 160px;
border: 1px solid #eee;
padding: 10px;
box-sizing: border-box;
font-size: 16px;
color: #333;
margin: 10px 0;
line-height: 30px;
}
.answer_text .btn{
width: 100%;
display: flex;
justify-content: right;
}
.answer_text .btn .close{
background: #e5e5e5;
font-size: 14px;
color: #535353;
padding: 4px 10px;
border-radius: 4px;
}
.answer_text .btn .publish{
background: #5393ff;
font-size: 14px;
color: #fff;
padding: 4px 10px;
border-radius: 4px;
margin-left: 10px;
}
.pages{
  padding: 20px 0;
  text-align: center;
}
.pages .a1 {
  display: block;
  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 8px;
  height: 24px;
  margin: 0 4px;
  border-radius: 5px;
  border: 1px solid #eee;
  font-size: 12px;
}
.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: #0086f0;
  color: #fff;
}
.img_404_wrap {
  width: 100%;
  margin: 0 auto;
}
.latest_ask{
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@keyframes blink {
  0% {
    opacity: 1; /* 完全可见 */
  }
  50% {
    opacity: 0; /* 完全隐藏 */
  }
  100% {
    opacity: 1; /* 再次完全可见 */
  }
}

.company_info{
  box-shadow: 0px 0px 10px #e1e1e1;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.ifcooperate{
  width: 4.207rem;
  height: 4.207rem;
  background-color: #f75858;
  z-index: 1;
  position: absolute;
  transform: rotate(45deg);
  right: -2.103rem;
  top: -2.103rem;
  font-size: 12px !important;
  line-height: normal !important;
  text-indent: 0 !important;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ifcooperate span {
  position: absolute;
  bottom: 0.18rem;
  text-align: center;
  width: 100%;
  font-size: 0.721rem;
  color: #ffffff;
  padding: 0;
  font-size: 12px;
  line-height: normal;
  text-indent: 0;
}
.com_img img{
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
}
.h_name{
font-size: 18px;
margin-top: 10px;
}
.h_num{
font-size: 14px;
color: #666;
margin: 10px 0;
}
.h_num a{
  color: #666;
}
.intr{
font-size: 14px;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.company_name{
font-size: 14px;
color: #666;
margin-top: 10px;
}
.author_info span{
display: inline-block;
font-size: 14px;
color: #666;
margin-top: 10px;
}
.logo_menu {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_icon {
  width: 24px;
}

.menu_icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.starlist.active {
    left: 0px;
}
.starlist {
    width: 250px;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    bottom: 0;
    margin-left: 0px;
    left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999;
}
.starlist.active li {
    position: relative;
}
.starlist li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.starlist li a {
    display: block;
    color: #333;
    margin: 0 25px;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: auto;
    line-height: 50px;
}
.fademask.active {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.starlist li .eo-second-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    /* height: 0; */
    overflow: hidden;
    position: static;
    /* padding-right: 384px; */
    box-sizing: content-box;
    top: 60px;
    left: 50%;
    margin-left: 0;
    display: none;
}
.menu_active {
    display: block !important;
}
.menu_right{
  width: 20px;
  background: url(/statics/yk/img/right.png) no-repeat;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 99;
  padding: 10px;
}