﻿/*----------------搜索 + 疾病导医--------------------*/
.result {
  overflow-y: auto;
  padding: 20px;
}

.result_left {
  width: 710px;
  float: left
}

.result_center {
  width: 5px;
  float: left;
  height: 470px;
  background: url(../../Common/images/result_line.jpg) no-repeat center top
}

.result_right {
  width: 220px;
  height: 500px;
  float: left;
  color: #999999;
  margin: 40px 0 0 20px
}

.result_p {
  height: 35px;
  line-height: 35px;
  color: #999999
}

.result_p span {
  color: #A40000
}

.result_btn {
  border-bottom: 1px solid #e5e7eb
}

.result_btn li {
  float: left;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}

.result_btn li a {
  display: block;
  color: #4b5563;
  padding: 8px 16px;
  border-radius: 5px 5px 0 0;
}

.result_btn li a:hover {
  background-color: rgb(164 0 0 / 0.05);
  color: rgb(164 0 0 / var(--tw-text-opacity, 1));
}

.result_btn .result_btn_over,
.result_btn .result_btn_over:hover {
  background: #A40000;
  color: #FFFFFF !important;
}

.result_doctor_head {
  font-size: 18px;
  margin-bottom: 10px;
}

.result_doctor img {
  float: left;
  width: 120px;
  height: 150px;
}

.result_cheng {
  color: #FA5200
}

.result_lv {
  color: #008000
}

.result_detail {
  float: left;
  width: 85%;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
}

.result_detail li {
  line-height: 28px
}

.result_detail .Specialty {
  display: flex;
}

.result_detail a {
  color: #A40000;
  text-decoration: underline
}

.result_detail a:hover {
  color: #FA5200
}

.result_wenzhang {
  margin: 30px 0
}

.result_wenzhang h2 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.result .result_wenzhang h2 a:hover .result_blue {
  text-decoration: underline;
  /* color: #FA5200 */
}

.result_wenzhang p {
  line-height: 26px;
  font-size: 16px;
}

.result_right li {
  line-height: 25px
}

.result_blue {
  /* color: #A40000; */
  font-weight: bold
}

.result_select_01,
.gaoji {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #A40000;
  border: none;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.result_select_01 {
  background: #A40000 url(/Content/Areas/Common/images/fasong.png) no-repeat center;
}

.gaoji a {
  color: #fff;
}

.gaoji a:hover {
  color: #fff;
}

.gaoji:hover {
  background-color: #8a0000;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(164, 0, 0, 0.2);
}

.result_select_01:hover {
  background-color: #8a0000;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(164, 0, 0, 0.2);
}

/*20130428调整*/
.titleHotTitle {
  /* background: #fff; */
  margin-top: 15px;
  padding: 0 20px;
}

.icon_ext {
  float: right;
  margin-right: 10px
}

.titleHot {
  float: left;
  color: #A40000;
  font-size: 15px;
}

.hotWordsBox {}

.hotWordsBox li {
  float: left;
  display: inline;
  margin-right: 15px;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 5px;
}

.hotWordsBox li a {
  color: #666;
}

.hotWordsBox li a:hover {
  display: block;
  color: #A40000;
  text-decoration: underline
}

.hotWordsBox a {
  color: #A40000
}

.hotWordsBox a:hover {
  text-decoration: underline
}

.bor_none {
  border: none
}

.resultBpxRight {
  width: 230px;
  float: right
}

.SearchHistoryTitle {
  background: #f7f7f7;
  line-height: 40px;
  font-size: 14px;
  padding-left: 11px
}

.SearchHistoryUl {
  padding: 10px
}

.SearchHistoryUl li {
  line-height: 22px;
  padding-left: 10px
}

.SearchHistoryUl li a {
  font-size: 14px;
  color: #A40000;
}

.department_rq,
.result_doctor,
.result_disease {
  margin: 30px 0;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-radius: 5px;
}

.department_rq:hover,
.result_doctor:hover,
.result_disease:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(164 0 0 / 0.15), 0 4px 6px -4px rgb(164 0 0 / 0.15);
}

.department_rq .department_l {
  float: left;
  height: auto;
  width: 25%;
}

.department_rq .department_l .pic-name {
  color: #fff;
}

.pic-info {
  text-align: center;
  background: rgb(0 0 0 / 0.5);
  padding: 5px 0;
}

.department_rq .department_l a img {
  height: auto;
  width: 100%;
}

.department_rq .department_r {
  float: right;
  font-size: 16px;
  width: 75%;
  padding: 0 20px;
  box-sizing: border-box;
}

.department_rq .department_r a {
  color: #A40000
}

.department_rq .department_r h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.department_rq .department_r p {
  line-height: 25px
}

.imgZoom {}

.pic-name {}

.pic-handle {
  background: url(../../Doctors/images/pic-handle.jpg) no-repeat;
  display: inline-block;
  float: right;
  height: 14px;
  margin: 5px 15px 0 0;
  width: 13px
}

.height_12 {
  height: 12px;
  clear: both;
  overflow: hidden
}

.result_disease img {
  width: 110px;
  height: 104px;
  float: left
}

.searchValBox {}

.searchDateBox {
  margin-top: 20px;
}

.searchDateBox select {
  padding: 5px;
  height: 32px;
  width: 280px;
}

.searchDateBox .Wdate {
  padding: 5px;
  width: 117px;
}

.searchDateBox2 {
  line-height: 30px;
  height: 43px;
  padding: 4px 0 4px 168px;
  text-align: left;
  margin-bottom: 10px;
  background: none;
}

.resultBpxLeft {
  flex: 1;
  background: linear-gradient(to bottom, #fff5f8, #ffffff);
  display: flex;
  flex-direction: column;
  height: 100vh;
  animation: fadeIn 0.7s ease-out;
}

.fontcolor {
  color: #C00;
  font-weight: 100;
  font-size: 14px
}

#searchTypeIddropdown {
  display: none;
  width: 75px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-family: '微软雅黑', Helvetica, sans-serif;
  float: left;
  margin-left: 5px;
}

select {
  _height: 50px;
}

.search_01 {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
  transition: all 0.3s ease;
  width: 90%;
}

.search_01:focus {
  border-color: #A40000;
  box-shadow: 0 0 0 3px rgba(164, 0, 0, 0.1);
  transform: translateY(-1px);
}

.search_01::placeholder {
  color: #999;
  transition: color 0.3s ease;
}

.searchTypeIddropdown_simulate {
  width: 106px;
  height: 40px;
  position: relative;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}

.searchTypeIddropdown_simulate .controler {
  background: url(../images/search/controler.jpg);
  width: 19px;
  height: 12px;
  right: 6px;
  top: 17px;
  position: absolute
}

.searchTypeIddropdown_simulate .valueBox {
  width: 90px
}

.searchTypeIddropdown_simulate .optionList {
  position: absolute;
  left: 0;
  top: 40px;
  width: 106px;
  background: #FFF;
  z-index: 300;
  border: #ccc solid 1px;
  display: none
}

.searchTypeIddropdown_simulate .optionList li {
  padding-right: 16px
}

.searchTypeIddropdown_simulate .optionList li.on {
  opacity: 0.7
}

.result_detail .btn {
  background: #A40000;
  cursor: pointer;
  margin: 10px 10px 0 0;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 15px;
  float: left;
  color: #fff;
  line-height: inherit;
  font-size: 14px;
  border-radius: 5px;
}


.searchValBox span {
  font-size: 16px;
}

.searchValBox {
  display: flex;
  gap: 10px;
  align-items: center;
}


.sscolor {
  color: #A40000;
  font-size: 14px;
  font-weight: bold;
}

.putong {
  float: left;
  margin-left: 15px;
  line-height: 44px;
  text-align: left;
}

.putong a {
  color: #A40000;
  font-size: 14px
}


.search_head_left {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
}

/*高级搜索新增代码样式*/
.sitename,
.columnname {
  background: #fee2e2;
  color: #A40000;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 8px;
  border-radius: 20px;
}

.sitename:hover,
.columnname:hover {
  background-color: rgb(164 0 0 / 0.2);
  color: rgb(164 0 0 / 0.9);
}

.result_wenzhang a {
  text-decoration: none;
  margin-right: 10px;
}

span.time1 {
  color: #6b7280;
  font-size: 14px;
  font-weight: normal;
}



/* 整体容器 - 左右分栏布局 */
.main {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  animation: fadeIn 0.5s ease-out;
}

.site_banner,
.footer,
.header {
  display: none !important;
}

/* 左侧侧边栏（加宽） */
.left-sidebar {
  width: 530px;
  background: linear-gradient(to bottom, #f8eef8, #ffffff);
  padding: 20px;
  border-right: 1px solid #e0e0e0;
  overflow-y: auto;
  animation: fadeIn 0.6s ease-out;
}

/* 医院头部信息 */
.hospital-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  animation: fadeIn 0.7s ease-out;
}

.hospital-header .logo {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

/* .hospital-header .logo:hover {
   transform: rotate(5deg) scale(1.1);
 } */
.hospital-header .name-cn {
  font-size: 18px;
  font-weight: bold;
  color: #A40000;
  position: relative;
}

.hospital-header .name-cn::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #A40000;
  transition: width 0.3s ease;
}

.hospital-header .name-cn:hover::after {
  width: 100%;
}

.hospital-header .name-en {
  font-size: 12px;
  color: #666;
}

/* 欢迎语 */
.welcome-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 40px;
  margin-top: 40px;
  line-height: 1.5;
  animation: fadeIn 0.8s ease-out;
}

/* 就医服务标题 */
.service-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  animation: fadeIn 0.9s ease-out;
  position: relative;
  padding-left: 10px;
}

.service-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #A40000;
  border-radius: 2px;
}

/* 服务卡片区域 */
.service-cards {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

/* 就医服务卡片（图标在上） */
.medical-service-card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 15px 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease-out;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.medical-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #A40000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.medical-service-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 16px rgba(164, 0, 0, 0.15);
}

.medical-service-card:hover::before {
  transform: translateX(0);
}

.medical-service-card:hover .icon {
  color: #A40000;
  animation: bounce 0.6s ease;
}

.medical-service-card .icon {
  font-size: 24px;
  color: #A40000;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.medical-service-card .name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.medical-service-card .name-en {
  font-size: 12px;
  color: #666;
}

/* 常用服务卡片（图标在左） */
.common-service-card {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  padding: 15px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeIn 1.1s ease-out;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.common-service-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: #A40000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.common-service-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 16px rgba(164, 0, 0, 0.15);
}

.common-service-card:hover::after {
  transform: translateY(0);
}

.common-service-card:hover .icon {
  color: #A40000;
  animation: spin 0.5s ease;
}

.common-service-card .icon {
  font-size: 24px;
  color: #A40000;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.common-service-card .text-content {
  flex: 1;
}

.common-service-card .name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.common-service-card .name-en {
  font-size: 12px;
  color: #666;
}

/* 常用服务标题 */
.common-services .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  animation: fadeIn 1s ease-out;
  position: relative;
  padding-left: 10px;
}

.common-services .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #A40000;
  border-radius: 2px;
}

.result_video {
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  float: left;
  margin-right: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.result_video .video_img .posiImage {
  z-index: 1;
  height: auto;
  left: 50%;
  top: calc(50% - 15px);
  width: 30px;
  opacity: 0;
}

.result_video:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.result_video:hover .video_img .posiImage {
  opacity: 1;
}



.result_video .video_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.result_video .video_img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.result_video .maintitle {
  padding: 12px 15px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
}

.result_video .maintitle a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}

/*---------------------------------------------响应式-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  .header {
  display: block !important;
}
  .result_video {
 width: calc((100% - 30px) / 2);
 margin-right: 15px;
 margin-top: 15px;
 margin-bottom: 15px;
  }

  .department_rq {
 display: flex;
 flex-wrap: wrap;
  }

  .department_rq .department_l {
 float: left;
 height: auto;
 width: 100%;
  }

  .department_rq .department_r {
 width: 100% !important;
 padding: 0;
  }

  .resultBox_a {
 width: 100%;
  }

  .department_rq,
  .result_doctor,
  .result_disease {
 margin: 10px 0;
 padding: 10px;
  }

  .hotWordsBox li {
 width: auto !important;
  }

  .titleHotTitle {
 margin-top: 10px;
 padding: 10px;
 display: flex;
 flex-direction: column;
 gap: 10px;
  }

  .search_head_left {
 padding: 10px;
 width: 100%;
  }

  .common-services .title {
 margin-bottom: 10px;
  }

  .hospital-header .logo {
 margin-right: 0px;
  }

  .hospital-header {
 margin: 0 0 10px 0;
  }

  .main {
 height: auto;
 flex-wrap: wrap;
  }

  .welcome-text {
 margin: 0 0 10px 0;
  }

  .service-title {
 margin-bottom: 10px;
  }

  .service-cards {
 gap: 10px;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 10px;
  }

  .medical-service-card {
 flex: none;
 width: 42%;
 background: #fff;
 border-radius: 8px;
 padding: 10px;
 text-align: center;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 animation: fadeIn 1s ease-out;
 transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 cursor: pointer;
 position: relative;
 overflow: hidden;
  }

  .left-sidebar {
 width: 100%;
 padding: 10px;
  }

  .searchBar {
 display: none;
  }

  .resultBpxRight {
 display: none;
  }

  .resultBpxLeft {
 float: none;
 width: 100%;
 flex-wrap: wrap;
 flex-direction: row;
 height: auto;
  }

  .searchValBox {
 height: auto;
 width: 100% !important;
 justify-content: right !important;
  }



  .search_01 {
 width: 73% !important;
 padding: 0 0 0 20px;
  }

  .result_select_01 {
 width: 19%;
 margin-left: 2%;
 background-size: 100%;
  }

  .result {
 width: 100%;
 padding: 10px;
  }

  .result_btn {
 width: 100%;
  }

  .result_btn ul {
 display: flex;
 overflow-x: auto;
  }

  .result_doctor {
 width: auto;
  }

  .result_detail {
 width: auto;
  }

  .result_btn li {
 width: auto;
 flex-shrink: 0;
 box-sizing: border-box;
 margin-right: 10px;
  }

  .result_btn .result_btn_over {
 width: 100%;
  }

  .result_btn li a {
 width: 100%;
 padding: 10px;
 box-sizing: border-box;
  }

  .department_rq .department_r {
 width: 75%;
 float: left;
  }

  .hotWordsBox {
 width: auto;
  }

  .searchDateBox {
 margin: 0 0 20px;
  }
}

@media only screen and (max-width: 480px) {
  .searchValBox {
 width: 100%
  }

  .searchValBox,
  .searchDateBox {
 height: auto;
  }

  .Wdate {
 width: 26%
  }

  .hotWordsBox li {
 width: 77px;
  }

  .department_rq .department_r {
 width: 50%;
  }

  .search_01 {
 width: 63%;
  }

  .result_select_01 {
 width: 30px;
 height: 30px;
 font-size: 16px;
  }

  .result_select_01,
  .gaoji {
 width: 30px;
 height: 30px;
  }

  .search_form a,
  .search_form {
 font-size: 16px;
  }

  .sscolor {
 font-size: 16px;
  }
} 