.page {
  padding-top: .48rem;
  background-color: #f8f8f8;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding-bottom: .5rem;
}
.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;
  text-align: center;
}
.image_3 {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.image_8{
  width: .12rem;
  height: .12rem;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.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;
}

.doctor-list{
  padding: 5px;
  background-color: #f8f8f8;
}
.doctor-list li{
  padding: 5px;
}
.doctor-item{
  display: flex;
  padding: 0.15rem 0.1rem;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
}
.image-box{
  margin-right: .1rem;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
}
.image-box img{
  max-width: 100%;
}
.d-info{
  flex: 1;
  font-size: 14px;
  width: 0;
}
.d-title{
  color: #333;
}
.font_1{
  font-size: 0.16rem;
  font-family: 'PingFang SC';
  line-height: 0.22rem;
  font-weight: 500;
  color: #333333;
}
.font_3 {
  margin: 0.02rem 0 0.03rem 0.05rem;
  font-size: 0.12rem;
  font-family: 'PingFang SC';
  line-height: 0.17rem;
  color: #3b6dff;
}
.h-desc{
  margin-top: .05rem;
  font-size: 12px;
  color: #999;
}
