body {
  line-height: 1.5;
  font-family: ROBOTO-REGULAR, -apple-system-font, "Helvetica Neue", sans-serif;
  font-size: 0.7rem;
  background-color: #F8F8F8;
  color: #000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-break: break-all;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  min-height: 100%;
}
html {
  font-size: 20px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 17.2px;
  }
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 19.2px;
  }
}
@media only screen and (min-width: 375px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33px;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px;
  }
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
}
::-webkit-input-placeholder {
  color: #cccccc;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
textarea,
select,
button {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
i,
s {
  font-style: normal;
}
/* css dialog
-----------------------------------------------------------------------------*/
.c-alert-box {
  max-width: 85%;
  min-width: 3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  position: fixed;
  border-radius: 0.35rem;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  z-index: 10010;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  word-break: break-all;
  line-height: 1.6;
}
.c-load-box {
  max-width: 70%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.9rem 1.5rem;
  font-size: 0.75rem;
  color: #fff;
  position: fixed;
  border-radius: 0.35rem;
  box-shadow: 0px 0px 3px #000;
  z-index: 10009;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
}
.loadgif {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  font-size: 0;
  text-indent: -999em;
  color: #666;
}
.loadgif::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  margin: 14.5px 0 0 0;
  border-radius: 100%;
  box-shadow: 0 -10px 0 1px #ccc, 10px 0 #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
  -webkit-transform: rotate(360deg);
  -webkit-animation: local-loading 1.5s infinite linear;
  transform: rotate(360deg);
  animation: local-loading 1.5s infinite linear;
}
@-webkit-keyframes local-loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes local-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-al-screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 10008;
  top: 0;
  left: 0;
}
.c-conf-box {
  width: 88%;
  background: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 6%;
  border-radius: 0.35rem;
  z-index: 10005;
  padding-top: 0.85rem;
  animation: confbox 0.2s ease;
  -webkit-animation: confbox 0.2s ease;
}
@keyframes confbox {
  0% {
    transform: translateY(-50%) scale(0.5);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes confbox {
  0% {
    -webkit-transform: translateY(-50%) scale(0.5);
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
.conftitle {
  text-align: center;
  padding: 0 0.75rem 0 0.75rem;
  line-height: 1.1rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.confcontent {
  text-align: center;
  padding: 0.85rem 0.85rem 1.7rem 0.85rem;
  line-height: 1.1rem;
  font-size: 0.8rem;
}
.c-conf-box .c-confbtn {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
.c-conf-box .c-confbtn a {
  display: block;
  box-flex: 1;
  -webkit-box-flex: 1;
  width: 1px;
  height: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #9B4141;
  border-left: 1px solid #f2f2f2;
}
.c-conf-box .c-confbtn a:first-child {
  border-left: none;
}
#popcanclebtn {
  color: #a6a6a6;
}
.c-conf-screen {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
.c-scence {
  text-align: center;
  padding: 8rem 0.75rem 3rem 0.75rem;
  font-size: 0.75rem;
  color: #B3B3B3;
}
.c-scence img {
  width: 10rem;
  vertical-align: middle;
}
.c-scence h4 {
  font-size: 0.8rem;
  color: #000;
}
.c-scence .scence-bot {
  margin-top: 1rem;
  text-align: center;
}
.c-scence .scence-bot .c-btn {
  display: inline-block;
  vertical-align: top;
  min-width: 6.5rem;
  height: 1.85rem;
  line-height: 1.75rem;
  padding: 0 1rem;
}
/* 
-----------------------------------------------------------------------------*/
.input-group-switch {
  position: relative;
  font-size: 16px;
  width: 1.75rem;
  height: 1rem;
  line-height: 1em;
}
.input-group-switch input {
  width: 1.75rem;
  height: 1rem;
  position: absolute;
  z-index: 10;
  border: none;
  background: none;
  -webkit-appearance: none;
  outline: none;
}
.input-group-switch input:before {
  content: '';
  width: 1.75rem;
  height: 1rem;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #dfdfdf;
  -webkit-box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, box-shadow 0.4s;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.input-group-switch input:checked:before {
  border-color: #58AB9F;
  -webkit-box-shadow: #58AB9F 0px 0px 0px 16px inset;
  box-shadow: #58AB9F 0px 0px 0px 16px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, background-color 1.2s;
  background-color: #58AB9F;
}
.input-group-switch input:checked:after {
  left: 21px;
}
.input-group-switch input:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.input-group-switch input.thread:before {
  content: '';
  width: 1.75rem;
  height: 1rem;
  border: 1px solid #e5e5e5;
  background-color: #e5e7ea;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #dfdfdf;
  -webkit-box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  box-shadow: #dfdfdf 0px 0px 0px 0px inset;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s;
  transition: border 0.4s, box-shadow 0.4s;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.input-group-switch input.thread:checked:before {
  border-color: #58AB9F;
  -webkit-box-shadow: #58AB9F 0px 0px 0px 16px inset;
  box-shadow: #58AB9F 0px 0px 0px 16px inset;
  transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
  -webkit-transition: border 0.4s, -webkit-box-shadow 0.4s, background-color 1.2s;
  background-color: #58AB9F;
}
.input-group-switch input.thread:checked:after {
  left: calc(100% - .75rem);
}
.input-group-switch input.thread:after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 2px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  margin-top: -0.25rem;
}
.bgc-fff {
  background-color: #fff;
}
.c-hide {
  display: none;
}
.c-btn {
  display: block;
  height: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  border-radius: 2rem;
  font-size: 0.9rem;
  color: #fff;
}
.c-btn.btn-default {
  background: #9B4141;
}
.c-btn.btn-white {
  background: #fff;
  color: #9B4141;
}
.c-btn.btn-white-line {
  border: 1px solid #9B4141;
  background: #fff;
  color: #9B4141;
}
.h60 {
  height: 3rem;
}
.mt10 {
  margin-top: 0.5rem;
}
.mt20 {
  margin-top: 1rem;
}
.mt40 {
  margin-top: 2rem;
}
.mb10 {
  margin-bottom: 0.5rem;
}
.mb15 {
  margin-bottom: 0.75rem;
}
.mb40 {
  margin-bottom: 1rem;
}
.ptb10 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.plr10 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.plr15 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.p15 {
  padding: 0.75rem;
}
/* 
-----------------------------------------------------------------------------*/
.index-wrapper {
  background: #F2F4F6;
}
.page-state-row {
  height: 2.2rem;
}
.page-state-row .state-position {
  position: fixed;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2.2rem;
  background: #fff;
  padding: 0 2rem;
}
.page-state-row .state-title {
  height: 100%;
  line-height: 2.2rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-state-row .state-back {
  position: absolute;
  left: 0.85rem;
  top: 0;
  z-index: 1;
  width: 1rem;
  height: 100%;
  background: url('../images/icon-back.png') no-repeat left center;
  background-size: 0.425rem 0.85rem;
}
.page-end {
  line-height: 1.5;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.65rem;
  color: #999999;
}
.page-footer {
  height: 2.8rem;
  height: calc(2.8rem + constant(safe-area-inset-bottom));
  height: calc(2.8rem + env(safe-area-inset-bottom));
}
.page-footer .ft-main {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 2.8rem;
  height: calc(2.8rem + constant(safe-area-inset-bottom));
  height: calc(2.8rem + env(safe-area-inset-bottom));
  background: #fff;
}
.page-footer .ft-menu {
  display: flex;
  justify-content: space-between;
  height: 2.8rem;
  padding: 0 0.5rem;
}
.page-footer .ft-col {
  display: block;
  width: 28%;
  height: 100%;
  padding-top: 0.4rem;
  text-align: center;
}
.page-footer .ft-col.curr .ico1 {
  background-image: url('../images/ft-menu-1-curr.png');
}
.page-footer .ft-col.curr .ico2 {
  background-image: url('../images/ft-menu-2-curr.png');
}
.page-footer .ft-col.curr .ico3 {
  background-image: url('../images/ft-menu-3-curr.png');
}
.page-footer .ft-col.curr .tit {
  color: #9B4141;
}
.page-footer .ft-col > i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  margin: 0 auto 0.15rem;
}
.page-footer .ft-col > i.ico1 {
  background-image: url('../images/ft-menu-1.png');
}
.page-footer .ft-col > i.ico2 {
  background-image: url('../images/ft-menu-2.png');
}
.page-footer .ft-col > i.ico3 {
  background-image: url('../images/ft-menu-3.png');
}
.page-footer .ft-col .tit {
  line-height: 1.2;
  font-size: 0.5rem;
  color: #555555;
}
.page-box {
  background-color: #fff;
  border-radius: 0.5rem;
}
.intro-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
}
.intro-pop {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 40;
  border-radius: 1rem 1rem 0 0;
  padding-top: 0.9rem;
  -webkit-animation: intropop 0.3s ease;
  animation: intropop 0.3s ease;
}
@-webkit-keyframes intropop {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes intropop {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0;
  }
}
.intro-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url('../images/icon-close.png') no-repeat center;
  background-size: 0.6rem 0.6rem;
}
.intro-title {
  font-size: 0.85rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.intro-box {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 10rem);
  min-height: 10vh;
  margin-top: 0.5rem;
  line-height: 1.5;
  padding: 0 0.75rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  font-size: 0.75rem;
  color: #666666;
}
.index-header {
  position: relative;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.index-header .translate-btn {
  position: absolute;
  left: 0;
  top: 0.25rem;
  z-index: 2;
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0 0.3rem 0 0.15rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 2rem 2rem 0;
  color: #fff;
  font-size: 0.65rem;
}
.index-user {
  position: relative;
  background: url('../images/index-user-bot.png') no-repeat left bottom;
  background-size: 100% 0.85rem;
  padding-bottom: 0.85rem;
}
.index-user .user-row {
  display: flex;
  align-items: center;
  background: url('../images/index-user.png') no-repeat 0 0;
  background-size: 100% 100%;
  height: 8.75rem;
  padding: 5rem 2rem 0.75rem;
}
.index-user .user-row .r-lt {
  flex: 1 1 1px;
  font-size: 0.75rem;
  color: #E5D8C6;
}
.index-user .user-row .r-lt .tit {
  line-height: 1.3;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.index-user .user-row .r-lt .des {
  line-height: 1.35rem;
}
.index-user .user-row .r-lt .info {
  font-size: 0.65rem;
}
.index-user .user-row .r-lt .info > span {
  font-size: 0.8rem;
}
.index-user .user-row .r-rt {
  margin-left: 0.5rem;
}
.index-user .user-row .r-btn {
  display: block;
  width: 3.75rem;
  height: 1.35rem;
  line-height: 1.35rem;
  background: linear-gradient(to right, #c9b89d 0%, #f0e3cf 100%);
  border-radius: 2rem;
  text-align: center;
  font-size: 0.65rem;
  color: #3C271C;
}
.index-user .user-row .r-toChoose {
  display: block;
  line-height: 1.1rem;
  margin-bottom: 0.5rem;
  text-align: right;
  font-size: 0.75rem;
  color: #F0E6E3;
}
.index-user .user-info {
  background: url('../images/index-user-mid.png') repeat-y 0 0;
  background-size: 100% auto;
  padding: 0 2.125rem 0 2rem;
}
.index-user .user-info .info-cont {
  background: #F6F1E8;
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  transition: all 0.3s linear;
}
.index-user .user-info .info-cont.up {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.index-user .user-info .info-cont .tit {
  line-height: 1.3;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #9B4141;
}
.index-user .user-info .info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.65rem;
}
.index-user .user-info .info-list li:last-child {
  margin-bottom: 0;
}
.index-user .user-info .info-list li .lt {
  width: 3.75rem;
  color: #666666;
}
.index-user .user-info .info-list li .rt {
  flex: 1;
  width: 1px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-user .user-info .info-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0.25rem;
  font-size: 0.65rem;
  color: #F0E6E3;
}
.index-user .user-info .info-arrow.up {
  padding-top: 0;
}
.index-user .user-info .info-arrow.up > i {
  transform: rotate(180deg);
}
.index-user .user-info .info-arrow > i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/indx-arrow.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 0.35rem;
  transition: transform 0.3s linear;
}
.index-nav {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 0.5rem;
}
.index-nav .nav-col {
  display: block;
  width: 30%;
  text-align: center;
}
.index-nav .nav-col > img {
  display: block;
  width: 3.05rem;
  margin: 0 auto 0.6rem;
}
.index-nav .nav-col > p {
  line-height: 1.2;
  font-size: 0.75rem;
  color: #000000;
}
.index-adv.swiper-container {
  border-radius: 0.4rem;
  margin-bottom: 0.75rem;
}
.index-adv .swiper-slide img {
  width: 100%;
  height: 5rem;
  vertical-align: middle;
}
.index-adv > .swiper-pagination {
  bottom: 0 !important;
}
.index-adv .swiper-pagination-bullet {
  background: #fff;
  width: 0.15rem !important;
  height: 0.15rem !important;
  margin: 0 0.1rem !important;
  border-radius: 2rem;
  opacity: 1;
}
.index-adv .swiper-pagination-bullet-active {
  width: 0.4rem !important;
  background: #9B4141;
  opacity: 1;
}
.index-box {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
}
.index-tab {
  display: flex;
  padding: 0 0.25rem;
  margin-bottom: 0.75rem;
}
.index-tab li {
  position: relative;
  display: block;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.6rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  color: #000000;
  cursor: pointer;
}
.index-tab li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.1rem;
  height: 0.2rem;
  background: transparent;
  border-radius: 1rem;
  margin-left: -0.55rem;
}
.index-tab li.curr {
  font-weight: bold;
  font-size: 0.9rem;
}
.index-tab li.curr::after {
  background: #9B4141;
}
.index-hospital-list {
  margin: 0 0.75rem;
}
.index-hospital-list li {
  display: block;
  margin-bottom: 0.65rem;
}
.index-hospital-list .hospital-box {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  padding: 0.75rem;
}
.index-hospital-list .hospital-box .h-ico {
  width: 3.05rem;
  height: 3.05rem;
  background: url('../images/map.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 0.5rem;
}
.index-hospital-list .hospital-box .h-cont {
  flex: 1 1 1px;
  width: 1px;
}
.index-hospital-list .hospital-box .h-title {
  display: flex;
  align-items: center;
}
.index-hospital-list .hospital-box .h-title > i {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  background: url('../images/icon-hospital.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 0.25rem;
}
.index-hospital-list .hospital-box .h-title > p {
  line-height: 1.1;
  font-size: 0.8rem;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-hospital-list .hospital-box .h-des {
  line-height: 1.1;
  margin-top: 0.25rem;
  font-size: 0.65rem;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.login-wrapper {
  background: #fff;
  padding: 0 1.25rem;
}
.login-header {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.login-header .hd-col {
  position: relative;
  display: block;
  width: 50%;
  line-height: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #646669;
}
.login-header .hd-col::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1rem;
  height: 0.2rem;
  background: transparent;
  border-radius: 1rem;
  margin-left: -0.5rem;
}
.login-header .hd-col.curr {
  font-weight: bold;
  color: #000000;
}
.login-header .hd-col.curr::after {
  background: #9B4141;
}
.login-div {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  color: #000000;
  margin-bottom: 0.75rem;
}
.login-pre {
  position: relative;
  flex: 1 1 1px;
  width: 1px;
  display: flex;
  align-items: center;
  padding: 0.85rem 0;
}
.login-pre > i {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-right: 0.65rem;
}
.login-pre > i.icon-email {
  background-image: url('../images/icon-email.png');
}
.login-pre > i.icon-tel {
  background-image: url('../images/icon-tel.png');
}
.login-pre > i.icon-password {
  background-image: url('../images/icon-password.png');
}
.login-pre > i.icon-code {
  background-image: url('../images/icon-code.png');
}
.login-pre .def-tel {
  font-size: 0.8rem;
  color: #000000;
  margin-right: 0.25rem;
  cursor: pointer;
}
.login-warn {
  position: absolute;
  left: 1.7rem;
  top: 100%;
  z-index: 1;
  line-height: 1.1;
  padding-top: 0.35rem;
  font-size: 0.65rem;
  color: #DE5252;
}
.login-text {
  display: block;
  flex: 1 1 1px;
  width: 1px;
  height: 1.1rem;
  font-size: 0.8rem;
}
.input-clear {
  display: none;
  width: 1.05rem;
  height: 1.05rem;
  background: url('../images/icon-del.png') no-repeat center;
  background-size: 0.85rem 0.85rem;
  margin-left: 0.4rem;
}
.input-eyes {
  width: 1.05rem;
  height: 1.05rem;
  background-image: url('../images/icon-eyes.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.85rem 0.85rem;
  margin-left: 0.4rem;
}
.input-eyes.open {
  background-image: url('../images/icon-eyes-on.png');
}
.login-rule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  margin-bottom: 1.5rem;
}
.login-rule .rule-main {
  display: flex;
  align-items: center;
}
.login-rule .rule-main .rule-ico {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #C9CCD1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6rem 0.5rem;
  margin-right: 0.3rem;
  cursor: pointer;
}
.login-rule .rule-main .rule-ico.check {
  background-image: url('../images/icon-hook.png');
  background-color: #58AB9F;
  border-color: #58AB9F;
}
.login-rule .rule-main > p {
  line-height: 1.2;
  font-size: 0.7rem;
  color: #646669;
}
.login-rule .rule-main > p > span {
  cursor: pointer;
  color: #9B4141;
}
.login-forget {
  display: block;
  font-size: 0.75rem;
  color: #9B4141;
}
.login-getcode {
  display: block;
  align-self: center;
  width: 4.1rem;
  height: 1rem;
  line-height: 1rem;
  border-left: 1px solid #e1e1e1;
  text-align: center;
  font-size: 0.7rem;
  color: #9B4141;
}
.forget-title {
  padding: 1rem 0 1.2rem;
}
.forget-title > h1 {
  line-height: 1.2;
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
}
.forget-title > p {
  line-height: 1.2;
  font-size: 0.65rem;
  color: #999999;
}
.forget-user {
  margin-bottom: 0.25rem;
}
.forget-user .u-tit {
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  color: #333333;
}
.forget-user .u-row {
  display: flex;
  align-items: center;
}
.forget-user .u-row .num {
  flex: 1 1 1px;
  width: 1px;
  font-size: 0.85rem;
  font-weight: bold;
  color: #000000;
}
.patient-list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 4.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.patient-list li.checked .list-radio {
  background-color: #58AB9F;
  border-color: #58AB9F;
}
.patient-list .list-radio {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid #C9CCD1;
  border-radius: 50%;
  background: url('../images/icon-hook.png') no-repeat center;
  background-size: 0.5rem 0.35rem;
  background-color: #fff;
  margin-right: 0.85rem;
}
.patient-list .list-head {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin-right: 0.7rem;
}
.patient-list .list-head img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.patient-list .list-info {
  flex: 1;
  font-size: 0.65rem;
  color: #666666;
  line-height: 1.2;
  position: relative;
}
.patient-list .list-info > h4 {
  margin-bottom: 0.25rem;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 500;
}
.patient-list .list-arrow {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url('../images/arrow-rt.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.form-list {
  line-height: 1.5rem;
  border-radius: 0;
}
.form-list.list-done .f-tit {
  color: #555555;
}
.form-list li {
  display: flex;
  padding: 0.65rem 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 0.8rem;
  color: #000000;
}
.form-list li:last-child {
  border-bottom: none;
}
.form-list li.islink {
  padding-right: 0.85rem;
  background: url(../images/icon-arrow.png) no-repeat right center;
  background-size: 0.3rem 0.5rem;
}
.form-list .f-tit {
  width: 35%;
}
.form-list .f-tit span {
  color: #DD0000;
  margin-left: 0.3rem;
}
.form-list .f-flex {
  flex: 1 1 1px;
  width: 1px;
  display: flex;
}
.form-list .f-flex.wrap {
  flex-wrap: wrap;
}
.form-list .f-flex.wrap .f-tit {
  width: 100%;
}
.form-list .f-flex input {
  display: block;
  flex: 1 1 1px;
  width: 1px;
  height: 100%;
}
.form-sex {
  display: block;
  align-self: center;
  padding-right: 1rem;
  line-height: 1.2rem;
}
.form-sex.curr .s-boy {
  background-image: url('../images/icon-boy-curr.png');
}
.form-sex.curr .s-girl {
  background-image: url('../images/icon-girl-curr.png');
}
.form-sex > i {
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
.form-sex > i.s-boy {
  background-image: url('../images/icon-boy.png');
}
.form-sex > i.s-girl {
  background-image: url('../images/icon-girl.png');
}
.form-sex > span {
  font-size: 0.8rem;
  color: #646669;
}
.user-wrapper {
  background: url('../images/user-bg.png') no-repeat 0 0 #F8F8F8;
  background-size: 100% auto;
  padding: 0 0.75rem;
}
.user-header {
  display: flex;
  align-items: center;
  padding: 1.25rem 0.25rem;
}
.user-header .hd-avatar {
  width: 3.6rem;
  height: 3.6rem;
  border: 0.2rem solid #DEC3A5;
  border-radius: 50%;
  margin-right: 0.75rem;
  text-align: center;
}
.user-header .hd-avatar > img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-header .hd-cont {
  flex: 1;
  width: 1px;
}
.user-header .hd-cont .h-name {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: bold;
  color: #000000;
}
.user-header .hd-cont .h-info {
  line-height: 1.1;
  font-size: 0.75rem;
  color: #666666;
}
.user-nav {
  min-height: 60vh;
  padding: 0 0.75rem;
}
.user-nav li {
  border-bottom: 1px solid #e1e1e1;
}
.user-nav .nav-row {
  display: flex;
  align-items: center;
  height: 3.25rem;
}
.user-nav .nav-row .tit {
  flex: 1;
  width: 1px;
  font-size: 0.8rem;
  color: #000000;
}
.user-nav .nav-ico {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.user-nav .nav-arrow {
  display: block;
  width: 0.25rem;
}
.user-out-btn {
  background: #fff;
  border: 1px solid #e1e1e1;
  margin: 0.75rem 0;
  color: #000000;
}
.userinfo-box .form-list li {
  padding: 0.75rem 0;
}
.userinfo-box .form-list .f-tit {
  color: #000000;
}
.userinfo-box .form-list .f-tit.tit-center {
  align-self: center;
}
.userinfo-box .form-list .f-flex {
  justify-content: flex-end;
  color: #666666;
}
.userinfo-box .form-list .ui-btn {
  font-size: 0.7rem;
  color: #9B4141;
}
.userinfo-box .form-list .ui-avatar {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
}
.doc-lab {
  display: flex;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background-color: #fff;
}
.doc-lab.fixed {
  position: fixed;
  left: 0;
  z-index: 20;
}
.doc-lab a {
  display: block;
  flex: 1;
  width: 1px;
  text-align: center;
  font-size: 0.8rem;
  color: #646669;
}
.doc-lab a.curr {
  color: #000000;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
}
.doc-lab a.curr:before {
  content: '';
  display: block;
  width: 1rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #9B4141;
  position: absolute;
  left: 50%;
  margin-left: -0.5rem;
  bottom: 0;
}
.record-tabCont {
  padding: 0.5rem 0.75rem;
}
.record-list li {
  background: #fff;
  border-radius: 0.4rem;
  margin-bottom: 0.5rem;
}
.record-list .list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.25rem;
  border-bottom: 1px solid #E6EAF2;
  padding: 0 0.75rem;
}
.record-list .list-head .hd-tit {
  font-weight: bold;
  font-size: 0.85rem;
  color: #000000;
}
.record-list .list-head .hd-res {
  font-size: 0.75rem;
  color: #B3B3B3;
}
.record-list .list-head .hd-res.resred {
  color: #9B4141;
}
.record-list .list-bd {
  display: block;
  padding: 0.5rem 0.75rem 0.25rem;
}
.record-list .list-row {
  display: flex;
  line-height: 1.5;
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}
.record-list .list-row:last-child {
  margin-bottom: 0;
}
.record-list .list-row .tit {
  width: 4rem;
  color: #999999;
}
.record-list .list-row .des {
  flex: 1;
  width: 1px;
  color: #000000;
}
.record-list .list-bot {
  display: flex;
  justify-content: flex-end;
  padding: 0 0.75rem 1rem;
}
.record-list .list-bot > a {
  display: block;
  min-width: 4.2rem;
  height: 1.7rem;
  line-height: 1.7rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 0 0.6rem;
  text-align: center;
  font-size: 0.75rem;
}
.record-list .list-bot > a.btn-def {
  border-color: #C9CCD1;
  color: #999999;
}
.record-list .list-bot > a.btn-red {
  border-color: #9B4141;
  color: #9B4141;
}
.record-textarea {
  display: block;
  width: 100%;
  line-height: 1.5;
  background: #F8F8F8;
  border-radius: 0.25rem;
  padding: 0.7rem 0.75rem;
  font-size: 0.75rem;
  color: #000000;
}
.record-footer {
  height: 3.5rem;
  height: calc(3.5rem + constant(safe-area-inset-bottom));
  height: calc(3.5rem + env(safe-area-inset-bottom));
  box-sizing: content-box;
}
.record-footer .ft-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 3.5rem;
  height: calc(3.5rem + constant(safe-area-inset-bottom));
  height: calc(3.5rem + env(safe-area-inset-bottom));
  box-sizing: content-box;
  background: #fff;
}
.record-footer .ft-main {
  display: flex;
  align-items: center;
  height: 3.5rem;
  padding: 0 0.75rem;
  box-sizing: border-box;
}
.record-footer .ft-main .c-btn {
  width: 100%;
}
.yydetail-wrapper {
  padding: 0.75rem;
}
.yydetail-wrapper .user-out-btn {
  color: #999999;
}
.yydetail-header {
  display: flex;
  align-items: center;
  padding: 1rem 0.75rem;
}
.yydetail-header .yh-avatar {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
}
.yydetail-header .yh-avatar img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.yydetail-header .yh-cont {
  flex: 1;
  width: 1px;
}
.yydetail-header .yh-cont .c-name {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000000;
}
.yydetail-header .yh-cont .c-job {
  line-height: 1.1;
  font-size: 0.65rem;
  color: #666666;
}
.yydetail-header .yh-link {
  display: block;
  line-height: 1.5rem;
  background: url('../images/icon-arrow.png') no-repeat right center;
  background-size: 0.25rem 0.45rem;
  padding-right: 0.75rem;
  font-size: 0.65rem;
  color: #9B4141;
}
.yydetail-box {
  padding: 0.65rem 0.75rem 0.75rem;
}
.yydetail-box .box-address {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #000000;
}
.yydetail-box .box-map {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 6rem;
  border-radius: 0.5rem;
}
.yydetail-box .box-tips {
  line-height: 1.4;
  font-size: 0.75rem;
  color: #666666;
}
.yydetail-box-tit {
  line-height: 1.5;
  margin-bottom: 0.35rem;
  font-weight: bold;
  font-size: 0.85rem;
  color: #000000;
}
.yydetail-box-tit.tit-red {
  color: #9B4141;
}
.yydetail-list .list-row {
  display: flex;
  line-height: 1.5;
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}
.yydetail-list .list-row:last-child {
  margin-bottom: 0;
}
.yydetail-list .list-row .tit {
  width: 4rem;
  color: #999999;
}
.yydetail-list .list-row .des {
  flex: 1;
  width: 1px;
  color: #000000;
}
.result-box {
  padding: 0.5rem 0;
  text-align: center;
}
.result-box .res-ico {
  display: block;
  width: 4rem;
  margin: 0 auto;
}
.result-box .res-tit {
  line-height: 1.2;
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  color: #000000;
}
.result-box .res-des {
  line-height: 1.4;
  font-size: 0.65rem;
  color: #999999;
}
.result-box .res-bot {
  margin-top: 0.65rem;
}
.result-box .res-btn {
  display: inline-block;
  vertical-align: top;
  width: 6.5rem;
  height: 1.85rem;
  line-height: 1.75rem;
  border: 1px solid #9B4141;
  border-radius: 2rem;
  margin: 0 0.25rem;
  font-size: 0.75rem;
  color: #9B4141;
}
.pop-map-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 39;
  width: 100%;
  height: 100%;
}
.pop-map-wrapper .map-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.pop-map-wrapper .map-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 80%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.8rem 0 1.5rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-map-wrapper .map-close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  background: url('../images/icon-close.png') no-repeat center;
  background-size: 0.6rem 0.6rem;
}
.pop-map-wrapper .map-title {
  line-height: 1.5;
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  color: #000000;
}
.pop-map-wrapper .map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  border-top: 1px solid #EBEFF7;
  border-bottom: 1px solid #EBEFF7;
  font-weight: bold;
  font-size: 1.1rem;
  color: #000000;
}
.pop-map-wrapper .map-link .m-ico {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: url('../images/icon-map.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
.notice-main {
  overflow: hidden;
  padding: 0 1.25rem 0.5rem;
}
.notice-main .n-time {
  line-height: 1.2;
  padding-top: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.6rem;
  color: #999999;
}
.notice-box {
  display: block;
  background: #fff;
  border-radius: 0.5rem;
  margin-bottom: 0.8rem;
}
.notice-box .nb-cont {
  padding: 0.6rem;
}
.notice-box .nb-cont .tit {
  line-height: 1.2;
  margin-bottom: 0.35rem;
  font-weight: 500;
  font-size: 0.8rem;
  color: #000000;
}
.notice-box .nb-cont .des {
  line-height: 1.5;
  font-size: 0.65rem;
  color: #999999;
}
.notice-box .nb-bot {
  height: 1.85rem;
  line-height: 1.85rem;
  border-top: 1px solid #E6EAF2;
  background: url(../images/icon-arrow.png) no-repeat calc(100% - .6rem) center;
  background-size: 0.3rem 0.5rem;
  padding: 0 0.6rem;
  font-size: 0.65rem;
  color: #333333;
}
.notice-detail {
  padding: 0.8rem;
  font-size: 0.75rem;
  color: #666666;
}
.notice-detail h4 {
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.35rem;
}
.notice-detail h6 {
  font-size: 0.6rem;
  color: #999999;
  margin-bottom: 0.5rem;
}
.notice-detail p {
  margin-bottom: 0.5rem;
}
.notice-detail img {
  vertical-align: top;
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.doct-box {
  overflow: hidden;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0 0.5rem;
}
.doct-info-row {
  display: flex;
  padding: 0.75rem 0;
}
.doct-info-row .info-avatar {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.65rem;
}
.doct-info-row .info-avatar > img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.doct-info-row .info-cont {
  flex: 1;
  width: 1px;
}
.doct-info-row .info-name {
  line-height: 1rem;
  margin-bottom: 0.35rem;
}
.doct-info-row .info-name > b {
  color: #000000;
  font-size: 0.85rem;
}
.doct-info-row .info-name .tap {
  display: inline-block;
  height: 0.9rem;
  line-height: 0.85rem;
  background: #FFFCF0;
  border: 1px solid #D6B28F;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  margin-left: 0.5rem;
  font-size: 0.6rem;
  color: #D6B28F;
}
.doct-info-row .info-des {
  line-height: 1.4;
  font-size: 0.65rem;
  color: #666666;
}
.doct-date-title {
  height: 1rem;
  line-height: 1rem;
  background: url('../images/icon-date.png') no-repeat left center;
  background-size: 0.75rem 0.75rem;
  padding-left: 1.25rem;
  margin-bottom: 0.35rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: #000000;
}
.doct-date-list {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.doct-date-list .data-list {
  flex: 1;
  width: 1px;
}
.doct-date-list .data-list > li {
  display: flex;
  align-items: center;
  font-size: 0.65rem;
  margin-bottom: 0.25rem;
}
.doct-date-list .data-list > li:last-child {
  margin-bottom: 0;
}
.doct-date-list .data-list > li > i {
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  background: #9B4141;
  border-radius: 50%;
  margin-right: 0.4rem;
}
.doct-date-list .data-list > li .depart {
  width: 4rem;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.doct-date-list .data-list > li .day {
  flex: 1;
  width: 1px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.doct-date-list .date-btn {
  width: 3.6rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-left: 1.1rem;
  background: #9B4141;
  border-radius: 2rem;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}
.search-header {
  height: 3.5rem;
}
.search-header.hd-relative .sh-main {
  position: relative;
}
.search-header .sh-main {
  position: fixed;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3.5rem;
  background: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 0.7rem 0;
}
.search-holder {
  display: flex;
  padding: 0 0.75rem;
}
.search-box {
  flex: 1;
  width: 1px;
  background: #F8F8F8;
  height: 2.1rem;
  border-radius: 2rem;
  position: relative;
  padding: 0 1.5rem 0 2rem;
}
.search-box .icon-sousuo {
  position: absolute;
  left: 0.7rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background: url('../images/icon-search.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-top: -0.5rem;
}
.search-box .input-clear {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 2rem;
  height: 2.1rem;
  background: url('../images/icon-del.png') no-repeat center;
  background-size: 1rem 1rem;
}
input.search-input {
  display: block;
  width: 100%;
  height: 2.1rem;
  line-height: normal;
  background: none;
  box-sizing: border-box;
  font-size: 0.75rem;
  color: #000000;
}
.search-cancel {
  display: block;
  line-height: 2.1rem;
  color: #B3B3B3;
  padding-left: 0.75rem;
}
.search-cancel.c-hide {
  display: none;
}
.search-nodata {
  padding-top: 1.1rem;
  padding-bottom: 2rem;
}
.search-nodata-tit {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.8rem;
  color: #000000;
}
.hospital-wrapper {
  background: url('../images/hospital-bg.png') no-repeat 0 0;
  background-size: 100% auto;
}
.hospital-header {
  padding: 1rem 0.75rem 1.25rem;
}
.hospital-header .hd-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.hospital-header .hd-avatar {
  width: 3rem;
  height: 3rem;
  margin-right: 0.7rem;
  text-align: center;
}
.hospital-header .hd-avatar > img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
  object-fit: cover;
}
.hospital-header .hd-cont {
  flex: 1;
  width: 1px;
}
.hospital-header .hd-cont .tit {
  line-height: 1.3;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #000000;
}
.hospital-header .hd-cont .des {
  display: flex;
  align-items: center;
}
.hospital-header .hd-cont .des > span {
  max-width: calc(100% - 1.55rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.7rem;
  color: #666666;
}
.hospital-header .hd-cont .des > i {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  background: url('../images/icon-map.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: 0.5rem;
}
.hospital-header .hd-introbox {
  display: flex;
  overflow: hidden;
  font-size: 0.7rem;
}
.hospital-header .hd-introbox .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  max-height: 3.25rem;
  line-height: 1.1rem;
  color: #666666;
  word-wrap: break-word;
  word-break: break-all;
}
.hospital-header .hd-introbox .intro:before {
  content: '';
  float: right;
  width: 0;
  height: 100%;
  margin-bottom: -0.9rem;
}
.hospital-header .hd-introbox .intro > span {
  color: #000000;
}
.hospital-header .hd-introbox .des-more {
  position: relative;
  float: right;
  clear: both;
  line-height: 1;
  color: #9B4141;
  padding: 0 0.25rem 0 1rem;
}
.hospital-header .hd-introbox .des-more::before {
  content: '...';
  position: absolute;
  left: 0.75rem;
  color: #000;
  transform: translateX(-100%);
}
.hospital-header .hd-introbox .des-more::after {
  content: '';
  display: inline-block;
  vertical-align: 0.2rem;
  width: 0.25rem;
  height: 0.25rem;
  border: 1px solid #9B4141;
  border-top: 0;
  border-right: 0;
  margin-left: 0.25rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transform-origin: 0.15rem 0.2rem;
}
.hospital-main {
  background-color: #fff;
  border-radius: 0.75rem 0.75rem 0 0;
}
.hospital-title {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding-left: 0.75rem;
  border-bottom: 1px solid #e1e1e1;
}
.hospital-title > i {
  display: block;
  width: 0.2rem;
  height: 1rem;
  background: #9B4141;
  border-radius: 1rem;
  margin-right: 0.4rem;
}
.hospital-title > p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000000;
}
.depthold {
  display: flex;
  height: calc(100% - 2.5rem);
  font-size: 0.75rem;
  color: #666666;
}
.depthold .dep-lt {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  width: 7.5rem;
  height: 100%;
  border-right: 1px solid #e1e1e1;
}
.depthold .dep-lt li {
  display: block;
  padding: 0.75rem;
  cursor: pointer;
}
.depthold .dep-lt li > p {
  line-height: 1.2rem;
}
.depthold .dep-lt li.curr {
  background: #F9F5F2;
}
.depthold .dep-lt li.curr > p {
  font-size: 0.85rem;
  font-weight: bold;
  color: #000000;
}
.depthold .dep-lt li.curr > p::before {
  content: '';
  display: inline-block;
  vertical-align: -0.1rem;
  width: 0.95rem;
  height: 0.95rem;
  background: url('../images/hospital-curr.png') no-repeat left top;
  background-size: 100% 100%;
  margin-right: 0.35rem;
}
.depthold .dep-rt {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  flex: 1;
  width: 1px;
  height: 100%;
}
.depthold .dep-rt li {
  display: block;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.depthold .dep-rt li.curr {
  font-size: 0.85rem;
  color: #9B4141;
}
.appoin-tabCont {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.appoin-time {
  display: none;
  background: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 0.75rem 0 1rem;
}
.appoin-time .time-list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  display: flex;
  padding: 0 0.25rem 0 0.75rem;
}
.appoin-time .time-list::-webkit-scrollbar {
  display: none;
}
.appoin-time .time-list:-webkit-scrollbar-thumb,
.appoin-time .time-list :-webkit-scrollbar-track {
  display: none;
}
.appoin-time .time-list a {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3.5rem;
  height: 3.75rem;
  background-color: #F9F5F2;
  text-align: center;
  margin-right: 0.4rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  color: #000000;
}
.appoin-time .time-list a.curr {
  background: #9B4141;
}
.appoin-time .time-list a.curr > p {
  color: #fff;
}
.appoin-time .time-list a.time-all {
  margin-right: 0.6rem;
}
.appoin-time .time-only {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0.75rem 0;
  font-size: 0.75rem;
  color: #000000;
}
.appoin-go {
  display: block;
}
.doct-plan-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.25rem;
}
.doct-plan-list.planeven {
  margin-top: 0.6rem;
}
.doct-plan-list.planeven li {
  width: 50%;
}
.doct-plan-list.planeven li:nth-child(3n) {
  padding-right: 0.75rem;
}
.doct-plan-list.planeven li:nth-child(2n) {
  padding-right: 0;
}
.doct-plan-list.planeven .plan-col {
  height: 3.75rem;
}
.doct-plan-list.planeven .plan-col p {
  font-size: 0.8rem;
}
.doct-plan-list.planeven .plan-col p.p-tap {
  font-size: 0.55rem;
}
.doct-plan-list li {
  width: 33.3%;
  padding-right: 0.375rem;
  margin-bottom: 0.5rem;
}
.doct-plan-list li:nth-child(3n) {
  padding-right: 0;
}
.doct-plan-list li.full .plan-col {
  background: #F0F6FA;
}
.doct-plan-list li.full .plan-col .p-tap {
  background: #4278A0;
}
.doct-plan-list li.disabled .plan-col {
  background: #F0F0F0;
}
.doct-plan-list li.disabled .plan-col .p-tap {
  background: #999999;
  color: #fff;
}
.doct-plan-list li.disabled .plan-col p {
  color: #999999;
}
.doct-plan-list .plan-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: #F9F5F2;
  cursor: pointer;
}
.doct-plan-list .plan-col .p-tap {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #9B4141;
  border-radius: 0 0.5rem 0 0.5rem;
  padding: 0 0.3rem;
  font-size: 0.55rem;
  color: #fff;
}
.doct-plan-list .plan-col p {
  line-height: 1.5;
  font-size: 0.65rem;
  color: #000000;
  text-align: center;
}
.doct-wrapper {
  background: url('../images/doct-bg.png') no-repeat 0 0;
  background-size: 100% auto;
  background-color: #F8F8F8;
}
.doct-wrapper .hospital-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.doct-wrapper .hospital-header .hd-avatar {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.25rem solid #EFE1D4;
  border-radius: 50%;
}
.doct-wrapper .hospital-header .hd-cont .sml {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  font-weight: normal;
}
.doc-mess {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}
.doc-mess .doc-head {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.25rem solid #EFE1D4;
  border-radius: 50%;
  margin-right: 1rem;
}
.doc-mess .doc-head > img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.doc-mess .doc-info {
  line-height: 1.3;
  font-size: 0.7rem;
  color: #666666;
}
.doc-mess .doc-info h4 {
  margin-bottom: 0.35rem;
  color: #000000;
}
.doc-mess .doc-info h4 > b {
  margin-right: 0.35rem;
  font-size: 0.9rem;
}
.doct-intro-tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.doct-intro-tit > i {
  display: block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  margin-right: 0.4rem;
}
.doct-intro-tit > i.icon-excel {
  background-image: url('../images/icon-excel.png');
}
.doct-intro-tit > i.icon-intro {
  background-image: url('../images/icon-intro.png');
}
.doct-intro-tit > b {
  font-size: 0.8rem;
  color: #000000;
}
.outpatient-list {
  background: #F8F8F8;
}
.outpatient-list > li {
  overflow: hidden;
  background-color: #fff;
  padding: 0.75rem 0.75rem 0;
  margin-bottom: 0.5rem;
}
.outpatient-hospital {
  display: flex;
  margin-bottom: 0.5rem;
}
.outpatient-hospital.curr .arrow {
  transform: rotate(180deg);
}
.outpatient-hospital .cont {
  flex: 1;
  width: 1px;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #000000;
}
.outpatient-hospital .arrow {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url('../images/arrow-down.png') no-repeat right center;
  background-size: 0.45rem 0.225rem;
  margin-top: 0.2rem;
  transform: rotate(0);
  transition: transform 0.3s linear;
  transform-origin: 0.8rem center;
}
.outpatient-box {
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
}
.outpatient-box.open {
  height: auto;
}
.outpatient-box > li .box-tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}
.outpatient-box > li .box-tit .b-ico {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background: url('../images/hospital-curr.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 0.35rem;
}
.outpatient-box > li .box-tit > p {
  font-weight: bold;
  font-size: 0.9rem;
  color: #000000;
}
.chostime-info {
  background: #F8F8F8;
  border-radius: 0.5rem;
  padding: 0.7rem 0.5rem;
  margin-bottom: 1rem;
}
.chostime-info .info-row {
  font-size: 0;
  margin-bottom: 0.2rem;
}
.chostime-info .info-row:last-child {
  margin-bottom: 0;
}
.chostime-info .info-row > span {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 4rem);
  line-height: 1.5;
  font-size: 0.75rem;
  color: #000000;
}
.chostime-info .info-row .tit {
  width: 4rem;
  color: #666666;
}
.chostime-tit {
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  color: #000000;
}
.addapply-btn-row {
  padding-bottom: 0.75rem 0;
  padding: 0.75rem 0 calc(.75rem + constant(safe-area-inset-bottom));
  padding: 0.75rem 0 calc(.75rem + env(safe-area-inset-bottom));
  border-top: 1px solid #e1e1e1;
}
.form-textarea {
  flex-basis: 100%;
}
.form-textarea textarea {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 0.8rem;
  color: #000000;
}
.word-count {
  margin-top: 0.5rem;
  line-height: 1rem;
  text-align: right;
  font-size: 0.65rem;
  color: #666666;
}
.word-count span {
  font-size: 0.75rem;
  color: #000000;
}
