.page{
  padding-top: .48rem;
  background-color: #f8f8f8;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-bottom: .5rem;
  -webkit-overflow-scrolling: touch;
}
.menu-box{
  display: flex;
  background-color: #ffffff;
  border-bottom: solid 1px #eeeeee;
}
.menu-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  font-size: .14rem;
  height: .4rem;
}
.menu-item:first-child{
  border-right: 1px solid #ddd;
}
.font_2 {
  font-size: 0.14rem;
  font-family: 'PingFang SC';
  line-height: 0.2rem;
  color: #333333;
}
.image_2 {
  margin-left: 2px;
  width: 0.1rem;
  height: 0.06rem;
}
.image-box{
  height: 1.7rem;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}
.image_3 {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.image_8{
  width: .12rem;
  height: .12rem;
}
.hospital-list{
  padding: 5px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.hospital-list li{
  float: left;
  width: 50%;
  padding: 5px;
}
.hospital-list li .hospital-item{
  display: block;
  box-shadow: 0px 0.04rem 0.1rem 0px #0000000d;
  border-radius: 4px;
  overflow: hidden;
}
.hospital-list li .hospital-item .image-box{
  width: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
}

.h-info{
  padding: 0 .1rem .1rem;
  background-color: #fff;
  overflow: hidden;
}
.h-title{
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: .08rem;
}
.font_3{
  flex: 1;
  width: 0;
  margin-right: 2px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.h-desc{
  margin-top: .08rem;
  font-size: 14px;
  color: #999;
}
.h-desc .font_4{
  color: #999;
  font-size: 12px;
}
.h-desc .font_5{
  color: #999;
  font-size: 12px;
}

.section_5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.text-wrapper_2 {
  padding: 0.14rem 0;
  flex: 1 1 1.87rem;
  background-color: #f26767;
  height: 0.5rem;
}
.font_10 {
  font-size: 0.16rem;
  font-family: 'PingFang SC';
  line-height: 0.22rem;
  color: #ffffff;
}
.text-wrapper_3 {
  padding: 0.14rem 0;
  flex: 1 1 1.87rem;
  background-color: #6783f2;
  height: 0.5rem;
}

.dialog-address{
  display: none;
  position: absolute;
  top: 1.01rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000004d;
  z-index: 999;
  outline: none;
}
.dialog-address-body{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background-color: #fff;
  overflow: hidden;
  outline: none;
}
.address-province,.address-city{
  float: left;
  width: 50%;
  font-size: 14px;
  color: #333;
  line-height: .4rem;
  text-align: center;
}
.address-province a,.address-city a{
  display: block;
}
.address-province{
  height: 100%;
  background-color: #f8f8f8;
  overflow: auto;
}
.address-province .active{
  background-color: #fff;
}
.address-province .active a{
  color: #6783f2;
}
.address-city{
  height: 100%;
  overflow: auto;
}

.dialog-project{
  display: none;
  position: absolute;
  top: 1.01rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000004d;
  z-index: 999;
  outline: none;
}
.dialog-project-body{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 80%;
  background-color: #fff;
  overflow: hidden;
  outline: none;
}
.project-list{
  padding: 5px;
  font-size: 14px;
  overflow: hidden;
  background-color: #f8f8f8;
}
.project-list li{
  width: 33.33%;
  float: left;
  padding: 5px;
}
.project-list li a{
  display: block;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}
.project-list li.active a{
  background-color: #6783f2;
  color: #fff;
}

