.ui-alert {
  text-align: center;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  -webkit-animation-name: fade-in;
  /* 动画持续时间 */
  -webkit-animation-duration: .3s;
  /* 动画曲线 */
  -webkit-animation-timing-function: ease;
}
.ui-alert .text {
  display: inline-block;
  margin-top: 50%;
  padding: 1em 1.5em;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  color: #fff;
}
@charset "UTF-8";
.ui-searchbar-wrap {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background-color: #ebeced;
  height: 44px;
}
.ui-searchbar-wrap button {
  margin-right: 10px;
}
.ui-searchbar-wrap .ui-searchbar-cancel {
  color: #00a5e0;
  font-size: 16px;
  padding: 4px 8px;
}
.ui-searchbar-wrap .ui-searchbar-input,
.ui-searchbar-wrap button,
.ui-searchbar-wrap .ui-icon-close {
  display: none;
}
.ui-searchbar-wrap.focus {
  -webkit-box-pack: start;
}
.ui-searchbar-wrap.focus .ui-searchbar-input,
.ui-searchbar-wrap.focus button,
.ui-searchbar-wrap.focus .ui-icon-close {
  display: block;
}
.ui-searchbar-wrap.focus .ui-searchbar-text {
  display: none;
}
.ui-searchbar {
  border-radius: 5px;
  margin: 0 10px;
  background: #fff;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 4px;
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  color: #bbb;
  font-size: 14px;
  width: 100%;
}
.ui-searchbar input {
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  color: #000;
  width: 100%;
  padding: 4px 0;
}
.ui-searchbar .ui-icon-search {
  line-height: 30px;
}
.ui-searchbar .ui-icon-close {
  line-height: 30px;
}
.ui-searchbar-input {
  -webkit-box-flex: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-searchbar.ui-border-radius:before {
    border-radius: 10px;
  }
}
.ui-arrowlink {
  position: relative;
}
.ui-arrowlink:before {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .ui-arrowlink:before {
    right: 10px;
  }
}
.ui-arrowlink.active {
  background: #e5e6e7;
}
.ui-border-t {
  border-top: 1px solid #e0e0e0;
}
.ui-border-b {
  border-bottom: 1px solid #e0e0e0;
}
.ui-border-tb {
  border-top: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  background-image: none;
}
.ui-border-l {
  border-left: 1px solid #e0e0e0;
}
.ui-border-r {
  border-right: 1px solid #e0e0e0;
}
.ui-border {
  border: 1px solid #e0e0e0;
}
.ui-border-radius {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border-radius {
    position: relative;
    border: 0;
  }
  .ui-border-radius:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e0e0e0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 1px;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
    pointer-events: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border {
    position: relative;
    border: 0;
  }
  .ui-border-t,
  .ui-border-b,
  .ui-border-l,
  .ui-border-r,
  .ui-border-tb {
    border: 0;
  }
  .ui-border-t {
    background-position: left top;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
  }
  .ui-border-b {
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
  }
  .ui-border-t,
  .ui-border-b,
  .ui-border-tb {
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
  }
  .ui-border-tb {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    background-position: top, bottom;
  }
  .ui-border-l {
    background-position: left top;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
  }
  .ui-border-r {
    background-position: right top;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
  }
  .ui-border-l,
  .ui-border-r {
    background-repeat: repeat-y;
    -webkit-background-size: 1px 100%;
  }
  .ui-border:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    -webkit-background-size: 100% 1px,1px 100%,100% 1px,1px 100%;
    background-size: 100% 1px,1px 100%,100% 1px,1px 100%;
    background-repeat: no-repeat;
    background-position: top,right,bottom,left;
    padding: 1px;
    -webkit-box-sizing: border-box;
    z-index: 10;
    pointer-events: none;
  }
}
.ui-nowrap {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-nowrap-flex {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-flex: 1;
  height: inherit;
}
.ui-nowrap-multi {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@font-face {
  font-family: "iconfont";
  src: url('https://s.yuantutech.com/yuantu/h5-cli/1.1.46/font/iconfont.ttf') format("truetype");
}
.ui-icon,
[class^=ui-icon-] {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
.ui-icon-close:before {
  content: "\F60A";
}
.ui-icon-search:before {
  content: "\F60C";
}
.ui-icon-return:before {
  content: "\F614";
}
.ui-icon-close,
.ui-icon-search {
  color: #8e8e93;
}
.ui-list {
  background-color: #fff;
  width: 100%;
}
.ui-list > li {
  position: relative;
  margin-left: 15px;
  display: -webkit-box;
}
.ui-list-pure > li {
  display: block;
}
.ui-list-text > li,
.ui-list-pure > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  -webkit-box-align: center;
}
.ui-list-text h4,
.ui-list-text p {
  -webkit-box-flex: 1;
}
.ui-list-cover > li {
  padding-left: 15px;
  margin-left: 0;
}
.ui-list > li.ui-border-t:first-child,
.ui-list > li:first-child > .ui-border-t {
  border: 0;
  background-image: none;
}
.ui-list-thumb,
.ui-list-thumb-s,
.ui-list-img,
.ui-list-icon {
  position: relative;
  margin: 10px 10px 10px 0;
}
.ui-list-thumb > span,
.ui-list-thumb-s > span,
.ui-list-img > span,
.ui-list-icon > span {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
}
.ui-list-thumb {
  width: 50px;
  height: 50px;
}
.ui-list-img {
  width: 100px;
  height: 68px;
}
.ui-list-thumb-s {
  width: 28px;
  height: 28px;
}
.ui-list-icon {
  width: 40px;
  height: 40px;
}
.ui-list .ui-avatar,
.ui-list .ui-avatar-s,
.ui-list .ui-avatar-lg {
  margin: 10px 10px 10px 0;
}
.ui-list-info {
  -webkit-box-flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  padding-right: 15px;
}
.ui-list-info p {
  color: #777;
  font-size: 14px;
}
.ui-list-text .ui-list-info {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-list li h4 {
  font-size: 16px;
}
.ui-list:not(.ui-list-text) li > p,
.ui-list li > h5 {
  font-size: 14px;
  color: #777;
}
.ui-list-active > li:active,
.ui-list li.active {
  background-color: #e5e6e7;
  padding-left: 15px;
  margin-left: 0;
}
.ui-list-active > li:active,
.ui-list > li.active,
.ui-list > li.active > .ui-border-t,
.ui-list > li.active + li > .ui-border-t,
.ui-list > li.active + li.ui-border-t {
  background-image: none;
  border-top-color: #e5e6e7;
}
.ui-list-link > li:after {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .ui-list-link > li:after {
    right: 10px;
  }
}
.ui-list-text.ui-list-link > li {
  padding-right: 30px;
}
.ui-list-link .ui-list-info {
  padding-right: 30px;
}
.ui-list-function .ui-list-info {
  padding-right: 75px;
}
.ui-list-function .ui-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
}
.ui-list-function .ui-btn-s {
  margin-top: -12px;
}
.ui-list-function.ui-list-link .ui-list-info {
  padding-right: 90px;
}
.ui-list-function.ui-list-link .ui-btn {
  right: 30px;
}
.ui-list-function li {
  -webkit-box-align: inherit;
}
.ui-list-one > li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
.ui-list-one .ui-list-info {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
}
.ui-list-one h4 {
  -webkit-box-flex: 1;
}
@media (max-width: 320px) {
  .ui-list > li {
    margin-left: 10px;
  }
  .ui-list-text > li,
  .ui-list-pure > li,
  .ui-list-info {
    padding-right: 10px;
  }
  .ui-list-cover > li,
  .ui-list-active > li:active,
  .ui-list li.active {
    padding-left: 10px;
  }
  .ui-list-text.ui-list-link > li {
    padding-right: 25px;
  }
  .ui-list-function .ui-list-info {
    padding-right: 70px;
  }
  .ui-list-function .ui-btn {
    right: 10px;
  }
  .ui-list-function.ui-list-link .ui-list-info {
    padding-right: 85px;
  }
  .ui-list-function.ui-list-link .ui-btn {
    right: 25px;
  }
}
.ui-form {
  background-color: #fff;
}
.ui-form-item-order.active {
  background-color: #e5e6e7;
}
.ui-form-item {
  position: relative;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding-right: 15px;
  padding-left: 15px;
}
.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-radio) {
  width: 95px;
  position: absolute;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-form-item input,
.ui-form-item textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  padding-left: 95px;
}
.ui-form-item input[type=checkbox],
.ui-form-item input[type=radio] {
  padding-left: 0;
}
.ui-form-item .ui-icon-close {
  position: absolute;
  top: 0;
  right: 6px;
}
@media (max-width: 320px) {
  .ui-form-item .ui-icon-close {
    right: 1px;
  }
}
@media (max-width: 320px) {
  .ui-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ui-form-item-textarea {
  height: 65px;
}
.ui-form-item-textarea label {
  vertical-align: top;
}
.ui-form-item-textarea textarea {
  margin-top: 15px;
  border: 0;
}
.ui-form-item-textarea textarea:focus {
  outline: 0;
}
.ui-form-item-link > li:after {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .ui-form-item-link > li:after {
    right: 10px;
  }
}
.ui-form-item-l label,
.ui-form-item-r button {
  color: #00a5e0;
  text-align: center;
}
.ui-form-item-r .ui-icon-close {
  right: 125px;
}
.ui-form-item-l input:not([type=checkbox]):not([type=radio]) {
  padding-left: 115px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-form-item-r {
  padding-right: 0;
}
.ui-form-item-r input:not([type=checkbox]):not([type=radio]) {
  padding-left: 0;
  padding-right: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-form-item-r button {
  width: 110px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
.ui-form-item-r button.disabled {
  color: #bbb;
}
.ui-form-item-r button:not(.disabled):active {
  background-color: #e5e6e7;
}
.ui-form-item-pure input,
.ui-form-item-pure textarea {
  padding-left: 0;
}
.ui-form-item-show label {
  color: #777;
}
.ui-form-item-link:after {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .ui-form-item-link:after {
    right: 10px;
  }
}
.ui-form-item-checkbox,
.ui-form-item-radio,
.ui-form-item-switch {
  display: -webkit-box;
  -webkit-box-align: center;
}
.ui-checkbox,
.ui-checkbox-s {
  display: inline-block;
}
.ui-checkbox input,
.ui-checkbox-s input {
  display: inline-block;
  width: 25px;
  height: 1px;
  position: relative;
  overflow: visible;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
  margin-right: 8px;
  vertical-align: middle;
}
.ui-checkbox input:before,
.ui-checkbox-s input:before {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  content: "\F610";
  color: #18b4ed;
  position: absolute;
  top: -22px;
  left: -4px;
  color: #dedfe0;
}
.ui-checkbox input:checked:before,
.ui-checkbox-s input:checked:before {
  content: "\F601";
  color: #18b4ed;
}
.ui-checkbox-s input:before {
  content: "\F611";
}
.ui-checkbox-s input:checked:before {
  content: "\F602";
}
.ui-switch {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  width: 52px;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 320px) {
  .ui-switch {
    right: 10px;
  }
}
.ui-switch input {
  width: 52px;
  height: 32px;
  position: absolute;
  z-index: 2;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
}
.ui-switch input:before {
  content: '';
  width: 50px;
  height: 30px;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #dfdfdf;
  -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
  box-shadow: #dfdfdf 0 0 0 0 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;
}
.ui-switch input:checked:before {
  border-color: #64bd63;
  -webkit-box-shadow: #64bd63 0 0 0 16px inset;
  box-shadow: #64bd63 0 0 0 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: #64bd63;
}
.ui-switch input:checked:after {
  left: 21px;
}
.ui-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 .2s;
  transition: left 0.2s;
}
.ui-select {
  position: relative;
  margin-right: 6px;
}
.ui-select select {
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  width: 100%;
  padding-right: 14px;
}
.ui-select:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #a6a6a6;
  content: "";
  pointer-events: none;
}
.ui-select-group {
  margin-left: 95px;
  overflow: hidden;
}
.ui-select-group .ui-select {
  float: left;
}
.ui-form-item > .ui-select {
  margin-left: 95px;
}
.ui-radio {
  line-height: 25px;
  display: inline-block;
}
.ui-radio input {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  overflow: visible;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
  margin-right: 8px;
  vertical-align: middle;
}
.ui-radio input:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe0e1;
  border-radius: 13px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-radio input:checked:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #18b4ed;
  border-radius: 7px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.ui-input-wrap {
  background-color: #ebeced;
  height: 44px;
  display: -webkit-box;
  -webkit-box-align: center;
}
.ui-input-wrap .ui-btn,
.ui-input-wrap i {
  margin-right: 10px;
}
.ui-input {
  height: 30px;
  line-height: 30px;
  margin: 7px 10px;
  background: #fff;
  padding-left: 10px;
  -webkit-box-flex: 1;
}
.ui-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
}
.ui-form {
  background-color: #fff;
}
.ui-form-item-order.active {
  background-color: #e5e6e7;
}
.ui-form-item {
  position: relative;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding-right: 15px;
  padding-left: 15px;
}
.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-radio) {
  width: 95px;
  position: absolute;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-form-item input,
.ui-form-item textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  padding-left: 95px;
}
.ui-form-item input[type=checkbox],
.ui-form-item input[type=radio] {
  padding-left: 0;
}
.ui-form-item .ui-icon-close {
  position: absolute;
  top: 0;
  right: 6px;
}
@media (max-width: 320px) {
  .ui-form-item .ui-icon-close {
    right: 1px;
  }
}
@media (max-width: 320px) {
  .ui-form-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ui-form-item-textarea {
  height: 65px;
}
.ui-form-item-textarea label {
  vertical-align: top;
}
.ui-form-item-textarea textarea {
  margin-top: 15px;
  border: 0;
}
.ui-form-item-textarea textarea:focus {
  outline: 0;
}
.ui-form-item-link > li:after {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .ui-form-item-link > li:after {
    right: 10px;
  }
}
.ui-form-item-l label,
.ui-form-item-r button {
  color: #00a5e0;
  text-align: center;
}
.ui-form-item-r .ui-icon-close {
  right: 125px;
}
.ui-form-item-l input:not([type=checkbox]):not([type=radio]) {
  padding-left: 115px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-form-item-r {
  padding-right: 0;
}
.ui-form-item-r input:not([type=checkbox]):not([type=radio]) {
  padding-left: 0;
  padding-right: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-form-item-r button {
  width: 110px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}
.ui-form-item-r button.disabled {
  color: #bbb;
}
.ui-form-item-r button:not(.disabled):active {
  background-color: #e5e6e7;
}
.ui-form-item-pure input,
.ui-form-item-pure textarea {
  padding-left: 0;
}
.ui-form-item-show label {
  color: #777;
}
.ui-form-item-link:after {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .ui-form-item-link:after {
    right: 10px;
  }
}
.ui-form-item-checkbox,
.ui-form-item-radio,
.ui-form-item-switch {
  display: -webkit-box;
  -webkit-box-align: center;
}
.ui-searchbar-wrap {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background-color: #ebeced;
  height: 44px;
}
.ui-searchbar-wrap button {
  margin-right: 10px;
}
.ui-searchbar-wrap .ui-searchbar-cancel {
  color: #00a5e0;
  font-size: 16px;
  padding: 4px 8px;
}
.ui-searchbar-wrap .ui-searchbar-input,
.ui-searchbar-wrap button,
.ui-searchbar-wrap .ui-icon-close {
  display: none;
}
.ui-searchbar-wrap.focus {
  -webkit-box-pack: start;
}
.ui-searchbar-wrap.focus .ui-searchbar-input,
.ui-searchbar-wrap.focus button,
.ui-searchbar-wrap.focus .ui-icon-close {
  display: block;
}
.ui-searchbar-wrap.focus .ui-searchbar-text {
  display: none;
}
.ui-searchbar {
  border-radius: 5px;
  margin: 0 10px;
  background: #fff;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 4px;
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  color: #bbb;
  font-size: 14px;
  width: 100%;
}
.ui-searchbar input {
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  color: #000;
  width: 100%;
  padding: 4px 0;
}
.ui-searchbar .ui-icon-search {
  line-height: 30px;
}
.ui-searchbar .ui-icon-close {
  line-height: 30px;
}
.ui-searchbar-input {
  -webkit-box-flex: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-searchbar.ui-border-radius:before {
    border-radius: 10px;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  background-color: #F0F0F0;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
button {
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
}
a {
  -webkit-touch-callout: none;
  text-decoration: none;
}
:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
em,
i {
  font-style: normal;
}
.ui-list {
  background-color: #fff;
  width: 100%;
}
.ui-list > li {
  position: relative;
  margin-left: 15px;
  display: -webkit-box;
}
.ui-list-pure > li {
  display: block;
}
.ui-list-text > li,
.ui-list-pure > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  -webkit-box-align: center;
}
.ui-list-text h4,
.ui-list-text p {
  -webkit-box-flex: 1;
}
.ui-list-cover > li {
  padding-left: 15px;
  margin-left: 0;
}
.ui-list > li.ui-border-t:first-child,
.ui-list > li:first-child > .ui-border-t {
  border: 0;
  background-image: none;
}
.ui-list-thumb,
.ui-list-thumb-s,
.ui-list-img,
.ui-list-icon {
  position: relative;
  margin: 10px 10px 10px 0;
}
.ui-list-thumb > span,
.ui-list-thumb-s > span,
.ui-list-img > span,
.ui-list-icon > span {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
}
.ui-list-thumb {
  width: 50px;
  height: 50px;
}
.ui-list-img {
  width: 100px;
  height: 68px;
}
.ui-list-thumb-s {
  width: 28px;
  height: 28px;
}
.ui-list-icon {
  width: 40px;
  height: 40px;
}
.ui-list .ui-avatar,
.ui-list .ui-avatar-s,
.ui-list .ui-avatar-lg {
  margin: 10px 10px 10px 0;
}
.ui-list-info {
  -webkit-box-flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  padding-right: 15px;
}
.ui-list-info p {
  color: #777;
  font-size: 14px;
}
.ui-list-text .ui-list-info {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-list li h4 {
  font-size: 16px;
}
.ui-list:not(.ui-list-text) li > p,
.ui-list li > h5 {
  font-size: 14px;
  color: #777;
}
.ui-list-active > li:active,
.ui-list li.active {
  background-color: #e5e6e7;
  padding-left: 15px;
  margin-left: 0;
}
.ui-list-active > li:active,
.ui-list > li.active,
.ui-list > li.active > .ui-border-t,
.ui-list > li.active + li > .ui-border-t,
.ui-list > li.active + li.ui-border-t {
  background-image: none;
  border-top-color: #e5e6e7;
}
.ui-list-link > li:after {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .ui-list-link > li:after {
    right: 10px;
  }
}
.ui-list-text.ui-list-link > li {
  padding-right: 30px;
}
.ui-list-link .ui-list-info {
  padding-right: 30px;
}
.ui-list-function .ui-list-info {
  padding-right: 75px;
}
.ui-list-function .ui-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
}
.ui-list-function .ui-btn-s {
  margin-top: -12px;
}
.ui-list-function.ui-list-link .ui-list-info {
  padding-right: 90px;
}
.ui-list-function.ui-list-link .ui-btn {
  right: 30px;
}
.ui-list-function li {
  -webkit-box-align: inherit;
}
.ui-list-one > li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
.ui-list-one .ui-list-info {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
}
.ui-list-one h4 {
  -webkit-box-flex: 1;
}
@media (max-width: 320px) {
  .ui-list > li {
    margin-left: 10px;
  }
  .ui-list-text > li,
  .ui-list-pure > li,
  .ui-list-info {
    padding-right: 10px;
  }
  .ui-list-cover > li,
  .ui-list-active > li:active,
  .ui-list li.active {
    padding-left: 10px;
  }
  .ui-list-text.ui-list-link > li {
    padding-right: 25px;
  }
  .ui-list-function .ui-list-info {
    padding-right: 70px;
  }
  .ui-list-function .ui-btn {
    right: 10px;
  }
  .ui-list-function.ui-list-link .ui-list-info {
    padding-right: 85px;
  }
  .ui-list-function.ui-list-link .ui-btn {
    right: 25px;
  }
}
.ui-checkbox,
.ui-checkbox-s {
  display: inline-block;
}
.ui-checkbox input,
.ui-checkbox-s input {
  display: inline-block;
  width: 25px;
  height: 1px;
  position: relative;
  overflow: visible;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
  margin-right: 8px;
  vertical-align: middle;
}
.ui-checkbox input:before,
.ui-checkbox-s input:before {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  content: "\F610";
  color: #18b4ed;
  position: absolute;
  top: -22px;
  left: -4px;
  color: #dedfe0;
}
.ui-checkbox input:checked:before,
.ui-checkbox-s input:checked:before {
  content: "\F601";
  color: #18b4ed;
}
.ui-checkbox-s input:before {
  content: "\F611";
}
.ui-checkbox-s input:checked:before {
  content: "\F602";
}
.ui-switch {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  width: 52px;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 320px) {
  .ui-switch {
    right: 10px;
  }
}
.ui-switch input {
  width: 52px;
  height: 32px;
  position: absolute;
  z-index: 2;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
}
.ui-switch input:before {
  content: '';
  width: 50px;
  height: 30px;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #dfdfdf;
  -webkit-box-shadow: #dfdfdf 0 0 0 0 inset;
  box-shadow: #dfdfdf 0 0 0 0 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;
}
.ui-switch input:checked:before {
  border-color: #64bd63;
  -webkit-box-shadow: #64bd63 0 0 0 16px inset;
  box-shadow: #64bd63 0 0 0 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: #64bd63;
}
.ui-switch input:checked:after {
  left: 21px;
}
.ui-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 .2s;
  transition: left 0.2s;
}
.ui-radio {
  line-height: 25px;
  display: inline-block;
}
.ui-radio input {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  overflow: visible;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
  margin-right: 8px;
  vertical-align: middle;
}
.ui-radio input:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe0e1;
  border-radius: 13px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-radio input:checked:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #18b4ed;
  border-radius: 7px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.ui-select {
  position: relative;
  margin-right: 6px;
}
.ui-select select {
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  width: 100%;
  padding-right: 14px;
}
.ui-select:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 6px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #a6a6a6;
  content: "";
  pointer-events: none;
}
.ui-select-group {
  margin-left: 95px;
  overflow: hidden;
}
.ui-select-group .ui-select {
  float: left;
}
.ui-form-item > .ui-select {
  margin-left: 95px;
}
.ui-input-wrap {
  background-color: #ebeced;
  height: 44px;
  display: -webkit-box;
  -webkit-box-align: center;
}
.ui-input-wrap .ui-btn,
.ui-input-wrap i {
  margin-right: 10px;
}
.ui-input {
  height: 30px;
  line-height: 30px;
  margin: 7px 10px;
  background: #fff;
  padding-left: 10px;
  -webkit-box-flex: 1;
}
.ui-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
}
.ui-btn-group {
  display: -webkit-box;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
}
.ui-btn-group button {
  display: block;
  -webkit-box-flex: 1;
  margin-right: 10px;
}
.ui-btn-group button:first-child {
  margin-left: 10px;
}
.ui-btn,
.ui-btn-lg,
.ui-btn-s {
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  min-width: 55px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 15px;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fff), to(#fafafa));
  vertical-align: top;
  color: #00a5e0;
  -webkit-box-sizing: border-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cacccd;
  border-radius: 3px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-btn,
  .ui-btn-lg,
  .ui-btn-s {
    position: relative;
    border: 0;
  }
  .ui-btn:before,
  .ui-btn-lg:before,
  .ui-btn-s:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #cacccd;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 1px;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
    pointer-events: none;
  }
}
.ui-btn:not(.disabled):not(:disabled):active,
.ui-btn-lg:not(.disabled):not(:disabled):active,
.ui-btn-s:not(.disabled):not(:disabled):active,
.ui-btn.active,
.active.ui-btn-lg,
.active.ui-btn-s {
  background: #f2f2f2;
  color: rgba(0, 165, 224, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-btn:after,
.ui-btn-lg:after,
.ui-btn-s:after {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: 0;
  right: 0;
}
.ui-btn-primary {
  background-color: #18b4ed;
  border-color: #0baae4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #1fbaf3), to(#18b4ed));
  color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-btn-primary:not(.disabled):not(:disabled):active,
.ui-btn-primary.active {
  background: #1ca7da;
  border-color: #1ca7da;
  color: rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-btn-danger {
  background-color: #f75549;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fc6156), to(#f75549));
  color: #fff;
  border-color: #f43d30;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-btn-danger:not(.disabled):not(:disabled):active,
.ui-btn-danger.active {
  background: #e2574d;
  border-color: #e2574d;
  color: rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-btn.disabled,
.disabled.ui-btn-lg,
.disabled.ui-btn-s,
.ui-btn:disabled,
.ui-btn-lg:disabled,
.ui-btn-s:disabled {
  border: 0;
  color: #ccc;
  background: #e9ebec;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-btn-lg {
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  display: block;
  width: 100%;
  border-radius: 5px;
}
.ui-btn-wrap {
  padding: 15px 10px;
}
@media (max-width: 320px) {
  .ui-btn-wrap {
    padding: 10px;
  }
}
.ui-btn-s {
  padding: 0;
  width: 55px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-btn-primary:before {
    border: 1px solid #0baae4;
  }
  .ui-btn-danger:before {
    border: 1px solid #f43d30;
  }
  .ui-btn,
  .ui-btn-lg,
  .ui-btn-s {
    border: 0;
  }
  .ui-btn.disabled,
  .disabled.ui-btn-lg,
  .disabled.ui-btn-s,
  .ui-btn:disabled,
  .ui-btn-lg:disabled,
  .ui-btn-s:disabled,
  .ui-btn.disabled:before,
  .disabled.ui-btn-lg:before,
  .disabled.ui-btn-s:before,
  .ui-btn:disabled:before,
  .ui-btn-lg:disabled:before,
  .ui-btn-s:disabled:before {
    border: 1px solid #e9ebec;
  }
  .ui-btn-lg:before {
    border-radius: 10px;
  }
}
.ui-tips {
  color: #999;
  margin: 20px 10px 10px 10px;
  font-size: 12px;
}
.ui-tips.center {
  text-align: center;
}
.popup-body {
  -webkit-overflow-scrolling: touch;
}
.checkbox-wrapper input:checked:before {
  background-image: url(//image.yuantutech.com/i4/69006764608c85f155440b36fb16d49d-40-28.png);
}
.ui-tips {
  color: #999;
  margin: 20px 10px 10px 10px;
  font-size: 12px;
}
.ui-tips.center {
  text-align: center;
}
.y {
  font-size: 80%;
}
.no-block-loading {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding-top: 10px;
}
.no-block-loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -10px;
  background-image: url('//gtms04.alicdn.com/tps/i4/T1hPyYFD0kXXa679Pe-40-40.gif');
  background-size: cover;
  border-radius: 100%;
  height: 20px;
  width: 20px;
}
.render-loading-container {
  border-top: 1px solid #eee;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px;
  font-size: 13px;
  color: #777;
  text-align: center;
}
.render-loading-circle {
  margin: auto;
  width: 18px;
  height: 18px;
}
#root > div {
  height: 100%;
}
#root > div > div {
  height: 100%;
  padding-top: 1px;
  box-sizing: border-box;
  margin-top: -1px;
}
.bill-icon-1 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/49f96749157d40a06ccd65f5a4294501-84-84.png);
}
.bill-icon-2 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/e8d5a052a0c02ac32504c09edbc3dfdd-84-84.png);
}
.bill-icon-3 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/83610a28de97aa54a5cd669d79fe198e-84-84.png);
}
.bill-icon-4 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/961435dd31d7304f1ca8f4006fb0a38f-84-84.png);
}
.bill-icon-5 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/6c322653347177a3895e86417d27ccf6-84-84.png);
}
.bill-icon-6 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/2a1ab9a48e4c1280a6d6059343898711-84-84.png);
}
.bill-icon-7 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/f410f7120bf699f2f0e71e44c8641567-84-84.png);
}
.bill-icon-8 {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/f134c89052525e81f4d9c3a9bf2d6e6e-84-84.png);
}
.page-bill-detail .info {
  padding: 10px;
  background-color: #fff;
}
.page-bill-detail .info .status {
  color: #999;
  font-size: 14px;
}
.page-bill-detail .info .number {
  font-size: 60px;
}
.page-bill-detail .info .opponent {
  padding-top: 10px;
  font-size: 14px;
}
.page-bill-detail .ui-list li h4 {
  font-size: 14px;
  width: 80px;
  -webkit-box-flex: inherit;
}
.page-bill-detail .ui-list {
  margin-top: 10px;
  font-size: 14px;
}
.page-bill-detail .ui-list .ui-txt-info {
  -webkit-box-flex: 1;
}
.evaluate {
  padding: 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
.evaluate .evaluate-text {
  padding: 8px;
  background-color: #f9f9f9;
  color: #666666;
  border-radius: 5px;
  font-size: 13px;
}
.insurance-img {
  width: 100%;
}
.sections-tips {
  background: #CEF2FF;
  line-height: 1.5em;
  padding: 7px 0;
  font-size: 14px;
  color: #22AFE5;
}
.sections-tips .text {
  margin: 0 15px 0 40px;
}
.ui-icon-bugle {
  position: absolute;
  color: #22AFE5;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  /*margin-top:2px;*/
  background-image: url(https://image.yuantutech.com/i4/71ee91b2364b7e0c98eb72534d4ba611-48-48.png);
  background-size: cover;
}
.sections-message {
  background-color: #fefced;
  color: #fd8f01;
  padding: 10px 40px 10px 15px;
  font-size: 14px;
  position: relative;
}
.sections-message span {
  display: inline-block;
}
.sections-message .sections-message-icon {
  background-size: cover;
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/8c5b7dbb373daa8a7619fbdbb1db31b6-64-64.png);
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.sections-message .sections-message-to {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8.5px;
  width: 17px;
  height: 17px;
  background-size: cover;
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/aaed7277cb243e0780084eb0e899f0c1-64-64.png);
}
.modal-input {
  box-sizing: border-box;
  padding: 0 .3em;
  font-size: 16px;
  line-height: 2em;
  height: auto;
}
.icon-yibao {
  background-image: url(//image.yuantutech.com/user/a3ab8a00d7ded4af13c304446051fc7a-92-92.png);
}
.icon-401 {
  background-image: url(https://image.yuantutech.com/i4/b99caa162b639d1c1d00876e4e054f61-84-84.png);
}
.ad-banner {
  width: 100%;
  margin-bottom: 10px;
}
.ad-img {
  width: 100%;
  height: 94px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.register-btn-container button {
  margin: 0 5px;
}
.icon-hook-gray {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/7c8c9dc4f0fd45067ca4c9d17ebeba2e-54-54.png);
}
.icon-data-ready {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/5e1fc99f982b6d7e696569eb7e72487c-54-54.png);
}
.icon-data-y-wait {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/18ac34c44a00937823e11d0cb2923081-54-54.png);
}
.des-info {
  color: #f15a4a;
}
.modal-container {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-main {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.uat-spv-view {
  line-height: 3em;
  background-color: #f30;
  color: #fff;
  text-align: center;
}
.app-confir .msg-rules {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}
.list-pay-msg {
  background-color: #fff;
  font-size: 14px;
  line-height: 46px;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 14px;
}
.list-pay-msg .item-right {
  float: right;
}
input::-webkit-search-cancel-button {
  display: none;
}
.ui-searchbar {
  border-radius: 15px;
}
.ui-searchbar i.ui-icon-search {
  width: 32px;
  height: 30px;
}
.ui-searchbar-wrap {
  background-color: #fff;
}
.ui-searchbar-wrap .ui-searchbar-input {
  display: block;
}
.ui-border-radius {
  background-color: #f5f3f3;
}
.ui-searchbar-wrap button,
.ui-searchbar-wrap .ui-icon-close {
  display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border-radius:before {
    display: none;
  }
}
.search-history-title {
  padding: 20px 0 20px 10px;
}
.search-history {
  margin-top: 20px;
  background-color: white;
}
.search-history .search-history-title .search-history-title-left {
  width: 50%;
  display: inline-block;
  text-align: left;
}
.search-history .search-history-title .search-history-title-right {
  width: 45%;
  display: inline-block;
  text-align: right;
  color: #00a5e0;
}
.search-history .search-history-title .search-history-title-right .delete-btn {
  width: 95px;
  display: inline-block;
  background-image: url(https://image.yuantutech.com/i4/ce59d10cf9d8c2c993e8f4a3a5a59d92-200-200.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.search-history .search-history-title .search-history-title-right i {
  display: inline-block;
  font-size: 1.5em;
  color: #00a5e0;
}
.non-history {
  width: 150px;
  margin: auto;
  margin-top: 60px;
  text-align: center;
  color: #ccc;
}
.non-history-line {
  height: 1px;
  width: 127px;
  margin: 25px auto;
  background-color: #ccc;
}
.non-history-content div {
  width: 50%;
  float: left;
}
.non-history-content .non-history-content-dept {
  height: 50px;
  width: 100%;
  float: none;
  background-image: url(https://image.yuantutech.com/i4/d1ee4e4f7ee6d58558c406e424e4c268-30-38.png);
  background-repeat: no-repeat;
  background-size: 30px 38px;
  margin-bottom: 10px;
  background-position: center;
}
.non-history-content .non-history-content-doct {
  height: 50px;
  width: 100%;
  background-image: url(https://image.yuantutech.com/i4/a2922fe831bb123077921fc9af82f8fe-30-38.png);
  background-repeat: no-repeat;
  background-size: 30px 38px;
  margin-bottom: 10px;
  background-position: center;
}
.search-result > div {
  margin-top: 20px;
}
.search-result .related-title {
  padding: 5px 0 5px 15px;
}
.search-result .related {
  background-color: white;
}
.search-result .related a {
  color: black;
}
.search-result li {
  padding: 5px;
  font-size: 14px;
}
.search-result li.more {
  text-align: center;
  padding: 5px 0;
}
.search-result div.name {
  font-size: 16px;
}
.search-result div.label {
  padding-top: 2px;
  font-size: 13px;
  color: #303030;
}
.search-result div.corp-name {
  font-size: 11px;
  color: #83828a;
  padding-top: 0px;
}
.search-result .img {
  width: 63px;
  height: 63px;
  background-color: white;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
.search-result .img-doct {
  background-image: url(https://image.yuantutech.com/i4/02c19c04746fcb726000ff4d49264288-84-84.png);
}
.search-result .img-dept {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/6df445b910e7bd736c6d97e89a87a5a9-116-116.png);
}
.search-result .content {
  margin-left: 70px;
}
.non-result {
  width: 100%;
  margin-top: 100px;
  text-align: center;
  color: #ccc;
}
.non-result .non-result-details {
  margin-top: 10px;
}
.non-result .non-result-img {
  width: 100%;
  height: 164px;
  background-image: url(https://image.yuantutech.com/i4/4b6927b71327e944ce400212b20f9e2e-130-164.png);
  background-size: 130px 164px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.fast-search {
  height: 50px;
}
.fast-search .icon-history {
  display: inline-block;
  background-image: url(https://image.yuantutech.com/i4/f0e7e7d16e91ca108f4157a5dd0f3c0d-200-200.png) !important;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-origin: content-box;
  height: 24px;
  width: 24px;
}
.fast-search p {
  box-sizing: border-box;
  padding: 10px 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
}
.more {
  text-align: center;
  font-size: 0.8em;
  padding: 5px 0px;
}
#hold {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#J_formInput {
  padding: 0;
  height: 30px;
}
#J_form {
  display: block;
  width: 100%;
  position: relative;
}
#J_form label {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[class^=ui-icon-] {
  font-family: "iconfont" !important;
}
.ui-icon-delete:before {
  content: "\F621";
}
.J_Banner {
  position: relative;
  height: 44px;
  background-color: #ececec;
}
.J_Banner div {
  position: absolute;
  text-align: center;
}
.J_Banner div:nth-child(1) {
  width: 20%;
  height: 44px;
  z-index: 9;
}
.J_Banner div:nth-child(2) {
  line-height: 44px;
  top: 0;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.search-result > div {
  margin-top: 20px;
}
.search-result li {
  padding: 5px;
  font-size: 14px;
}
.search-result div.name {
  font-size: 16px;
}
.search-result div.label {
  padding-top: 2px;
  font-size: 13px;
  color: #303030;
}
.search-result div.corp-name {
  font-size: 11px;
  color: #83828a;
  padding-top: 0px;
}
.search-result .img {
  width: 63px;
  height: 63px;
  background-color: white;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.search-result .img-doct {
  background-image: url(https://image.yuantutech.com/i4/02c19c04746fcb726000ff4d49264288-84-84.png);
}
.search-result .img-dept {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/6df445b910e7bd736c6d97e89a87a5a9-116-116.png);
}
.search-result .content {
  margin-left: 70px;
}
.search-result a {
  color: black;
}
#hold {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.about-page {
  font-size: 14px;
}
.about-page .content {
  padding: 10px;
  color: #333;
}
.about-page .content h2 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.about-page .content h2:first-child {
  margin-top: 10px;
}
.about-page .content p {
  text-indent: 2em;
  padding-bottom: 5px;
}
.img {
  text-align: center;
}
a {
  color: #00a5e0;
}
.qa-page {
  font-size: 14px;
}
.qa-page .content {
  color: #333;
}
.qa-page .content a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-news-detail {
  padding: 10px;
  background: #fafafa;
}
.page-news-detail h1 {
  font-size: 20px;
  font-weight: 700;
}
.page-news-detail .sub {
  margin-top: 3px;
  font-size: 14px;
  color: #666;
}
.page-news-detail .category {
  margin-left: 10px;
}
.page-news-detail .content {
  padding: 10px 0;
  color: #333;
}
.page-news-detail img {
  max-width: 100%;
}
#J_DownloadBar {
  min-height: 60px;
}
.download-bar {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  bottom: 0;
}
.download-bar .logo {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 10px;
  left: 15px;
  background-image: url(//image.yuantutech.com/user/c936351bc324e35000477e5083215907-72-72.png);
  background-size: cover;
}
.download-bar .info {
  line-height: 1.5em;
  margin-left: 47px;
  font-size: 12px;
  display: block;
  color: #fff;
}
.download-bar .info h1 {
  font-size: 16px;
}
.download-bar .ui-btn-lg {
  width: 81px;
  position: absolute;
  right: 45px;
  top: 12px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.download-bar .ui-icon-close-page::before {
  content: "\F60B";
}
.download-bar .ui-icon-close-page {
  position: absolute;
  top: 10px;
  right: 11px;
  font-size: 25px;
  line-height: 33px;
  color: #333;
  cursor: pointer;
  width: 25px;
}
.news-detail-doct_wraper {
  margin: 10px;
  border: 1px dotted #76ACF8;
  border-radius: 6px;
}
.news-detail-doct_detail {
  padding: 15px;
  text-align: justify;
  font-size: 13px;
  color: #999999;
  line-height: 18px;
}
.news-detail-parting_line {
  margin: 0 20px;
  border-top: 1px dotted #76ACF8;
}
.news-detail-doct_wraper .list-extra,
.news-detail-doct_wraper_fixed .list-extra {
  display: flex;
  align-items: center;
}
.news-detail-doct_wraper_fixed {
  width: 100%;
  height: auto;
  display: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.news-detail-doct_wraper_fixed_show {
  background: #fff;
  display: block;
}
.news-detail-doct_wraper .list-icon,
.news-detail-doct_wraper_fixed .list-icon {
  border-radius: 100%;
}
.tab-nav {
  text-align: center;
  height: 48px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
.tab-nav .tab-nav-in {
  position: relative;
  white-space: nowrap;
  margin: 0 6px;
  font-size: 0;
  overflow: hidden;
  height: 60px;
}
.tab-nav ul {
  display: -webkit-box;
}
.tab-nav li {
  display: block;
  -webkit-box-flex: 1;
  cursor: pointer;
}
.tab-nav .on a {
  color: #45a7ff;
}
.tab-nav li a {
  font-size: 16px;
  line-height: 3em;
  display: block;
  color: #888;
  text-decoration: none;
}
.nav-roll-bar {
  height: 3px;
  width: 0;
  background-color: #45a7ff;
  position: relative;
  display: block;
  left: 0px;
  padding: 0;
  margin-top: -3px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-roll-bar.tab-index-0 {
  width: 50%;
}
.nav-roll-bar.tab-index-1 {
  width: 50%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.content .every-month {
  margin-top: 20px;
}
.content .month-title {
  min-height: 60px;
  color: #55d0ff;
  line-height: 60px;
  padding-left: 15px;
  background-color: #fff;
}
.content .notice span {
  width: 40px;
  height: 40px;
}
.content .notice h3 {
  margin: 5px 0;
}
.report-list-title {
  background-color: #FEFAD8;
  color: #FD940B;
  font-size: 14px;
  padding: 10px 15px;
  word-break: break-all;
  margin-bottom: 10px;
}
.not-read {
  position: absolute;
  top: 13px;
  left: 30px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #f7657d;
}
.header {
  background-image: url(//front-images.oss-cn-hangzhou.aliyuncs.com/i4/30917bb183d9f2cc65504bd6799e27f7-750-168.png);
  background-size: cover;
  padding: 15px 15px 15px 30px;
  color: #fff;
  font-size: 16px;
  /* text-align: center; */
}
.header h1 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.header p {
  font-size: 13px;
  margin-bottom: 5px;
}
.j-icon-inspect {
  width: 14px;
  height: 18px;
  background-image: url(//image.yuantutech.com/user/ed2dfe95013d8dcab6836b2be1a3a9d5-46-58.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.j-icon-address {
  display: inline-block;
  width: 14px;
  height: 20px;
  background-image: url(//image.yuantutech.com/user/f4b147a70734e7f877d287c5fb01fa1d-44-60.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
.sub-info {
  text-align: center;
  padding: 15px 0;
  display: flex;
}
.sub-info .info-block {
  font-size: 14px;
  flex-grow: 1;
}
.sub-info .info-block .title {
  color: #939393;
}
.tag-tips {
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 14px;
}
.high-icon {
  color: #f87c7c;
}
.low-icon {
  color: #5ebcc2;
  margin-left: 20px;
}
.report-item-container {
  background-color: #fff;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.report-items {
  width: 100%;
}
.report-items .item {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.report-items .item td {
  padding: 10px;
  word-break: break-all;
}
.report-items .item > td:nth-child(1) {
  width: 30%;
}
.report-items .item > td:nth-child(2) {
  width: 30%;
}
.report-items .item td:nth-last-child(1) {
  width: 40%;
}
.report-items .item:not(.head) > td:nth-last-child(1) {
  color: #939393;
}
.report-items .item span:nth-child(2) {
  text-align: center;
}
.report-items .item.high span:nth-child(-n+2) {
  color: #f87c7c;
}
.report-items .item.low span:nth-child(-n+2) {
  color: #5ebcc2;
}
.report-items .item.high td:nth-child(-n+2) {
  color: #f87c7c;
}
.report-items .item.low td:nth-child(-n+2) {
  color: #5ebcc2;
}
.image-report .image-report-info-block {
  margin: 10px 0;
}
.clear {
  clear: both;
}
.report-info-panel {
  background-color: #fff;
  padding: 10px 15px;
}
.report-info-item {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.report-info-item:first-of-type .report-info-item-time {
  padding-top: 0;
}
.report-info-item:first-of-type .report-info-item-main {
  padding-top: 0;
}
.report-info-item-time,
.report-info-item-main {
  padding: 10px 0;
}
.report-info-item-time {
  width: 80px;
  text-align: center;
  font-size: 12px;
  color: #999;
  position: relative;
  left: 1px;
  border-right: 1px solid #ddd;
}
.report-info-item-time div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.report-info-item-main {
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
  flex: 1;
  font-size: 12px;
  border-left: 1px solid #ddd;
}
.report-info-item-main:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  background-color: #ddd;
}
.status-item-title {
  color: #76acf8;
  font-size: 13px;
}
.status-item-title-off {
  font-size: 13px;
  color: #ccc;
}
.status-item-main {
  color: #999;
}
.report-info-panel-on {
  text-align: center;
}
.report-info-panel-on img {
  width: 10px;
}
.report-info-panel-off {
  text-align: center;
}
.report-info-panel-off img {
  width: 10px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.status-item-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-icon {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.total-evaluate-container {
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.total-evaluate-container > span {
  width: 26px;
  height: 25px;
}
.total-evaluate-container [class^="icon-star"] {
  margin-left: 16px;
}
.total-evaluate-container [class^="icon-star"]:first-of-type {
  margin-left: 0;
}
.evaluate-tips {
  margin-top: 10px;
  font-size: 12px;
  color: #FD8F01;
  margin-bottom: 15px;
}
.evaluate-label {
  border-radius: 2px;
  color: #999;
  margin: 5px;
  font-size: 12px;
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #d9d9d9;
}
.evaluate-textarea {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  height: 105px;
}
.extra-evaluate {
  padding: 5px 0;
  color: #999;
}
.extra-evaluate > span {
  width: 18px;
  height: 17px;
  margin-left: 15px;
}
.no-name {
  margin: 15px;
}
.no-name input {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.evaluate-label-container {
  margin-top: 10px;
}
.extra-evaluate-stars [class^=icon-star] {
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 8px;
  width: 18px;
  height: 17px;
}
.no-name-checkbox::before {
  width: 20px !important;
  height: 20px !important;
}
.extra-evaluate-icon {
  background: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/b8e83e9fda565d076d4e1950a6469df0-32-36.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
}
.pull-up-fresh {
  min-height: 101%;
}
.pull-up-fresh .pull-up-fresh-after {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
}
.pull-up-fresh .icon-h-loading {
  margin-right: 10px;
  vertical-align: middle;
}
.show-evaluate {
  background-color: #fff;
}
.show-evaluate-container {
  padding: 0 15px;
}
.show-evaluate-item {
  padding: 15px 0;
  border-top: solid 1px #EEEEEE;
}
.show-evaluate-information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.show-evaluate-information .icon-star {
  margin-left: 4px;
}
.show-evaluate-person,
.show-evaluate-time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.26px;
}
.show-evaluate-person {
  margin-right: 10px;
}
.show-evaluate-stars {
  flex: 1;
}
.show-evaluate-stars .evaluate-star-item,
.show-evaluate-stars .sevaluate-tar-light {
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #FFF;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  background: no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/97c02757f1ea26db6568fed567c4c21a-32-28.png');
  background-size: 100%;
  background-position: center;
}
.show-evaluate-stars .evaluate-star-light {
  background: no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/8cfdd701d6bef75ad0f9e91815f8613c-30-28.png');
  background-size: 100%;
  background-position: center;
}
.show-evaluate-text {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.3px;
  line-height: 1.5;
}
.show-evaluate-extra .title {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.26px;
}
.show-evaluate-extra .title::before {
  height: 0;
  border-top: 1px dashed #fff;
}
.show-evaluate-extra .title .txt-line {
  background-color: #fff;
}
.show-evaluate-extra .show-evaluate-time {
  text-align: right;
}
.tags-container {
  padding: 16px 15px;
  padding-bottom: 10px;
}
.tags-wrapper {
  margin-right: -10px;
  overflow: hidden;
}
.tag-blue {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  background: rgba(118, 172, 248, 0.1);
  border: none;
  border-radius: 2px;
  font-size: 12px;
  color: #666666;
}
.tab-checked {
  background: #76ACF8;
  color: #fff;
}
.tab-disabled {
  background: #F9F9F9;
  color: #CCCCCC;
}
.tags-more {
  height: 30px;
  display: block;
  background: no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/a3d1e8cacc771731a95723aeb69e0bb8-18-10.png');
  background-position: center;
  background-size: 10px 6px;
}
.page-patient-list .ui-list {
  margin-top: 20px;
}
.page-patient-list .ui-list li {
  display: block;
}
.page-patient-list .ui-txt-info {
  font-size: 13px;
}
.ui-list-link li a {
  color: #000;
}
.page-patient-list .ui-form {
  margin-top: 20px;
}
.ui-list a {
  display: block;
}
.ui-center-link {
  display: block;
  line-height: 3em;
  margin-top: 20px;
  background-color: #fff;
  text-align: center;
}
.ui-notice {
  position: static;
  margin: 20px 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
}
.ui-notice > i {
  display: block;
  margin-bottom: 20px;
}
.ui-notice p {
  font-size: 16px;
  line-height: 20px;
  color: #bbb;
  text-align: center;
  padding: 0 15px;
}
.ui-notice > i:before {
  font-family: iconfont !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  content: "\F609";
  font-size: 100px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.3);
}
.notice-no-patient {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/1439e07f870be79f496905a267235530-120-120.png);
  background-size: cover;
  display: inline-block;
}
.patient-list-item {
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
}
.patient-list-item a {
  text-decoration: none;
  color: #999;
}
.default-patient-icon {
  background: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/e8ba9916dfa5309a1ef52dd45216c21d-56-56.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
.patient-type-label {
  border: 1px solid #76acf8;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #76acf8;
  margin-left: 6px;
}
.patient-no-select {
  border: 1px solid #ddd;
  border-radius: 3px;
  position: absolute;
  margin-top: -9px;
  box-sizing: border-box;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
}
.patient-select {
  position: absolute;
  margin-top: -9px;
  box-sizing: border-box;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
}
.add-patient-btn-icon {
  border: 1px solid #76acf8;
  border-radius: 50%;
  width: 18px;
  font-size: 12px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  vertical-align: 10%;
  margin-right: 5px;
}
.page-add-patient {
  padding-bottom: 70px;
}
.page-add-patient .ui-list li {
  display: block;
}
.page-add-patient .delete-link {
  text-align: center;
  display: block;
}
.icon-ation-info {
  display: inline-block;
  background-image: url(//image.yuantutech.com/user/ab3d86555e44ca453c368c47516dac78-60-60.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -5px;
}
.confirm-title {
  padding: 10px 15px;
  background-color: #fff;
  color: #777;
}
.confirm-tips {
  margin-top: 10px;
}
.confirm-tips ul {
  font-size: 14px;
  color: #333;
  margin: 0 15px;
}
.checkbox-name {
  color: #777;
}
.ui-footer {
  position: fixed;
  bottom: 0;
  height: 56px;
  background-color: #f8f8f8;
}
.page-add-patient {
  padding-top: 20px;
}
#J_idNo input,
#guarderIdNo {
  text-transform: uppercase;
}
.notice-top {
  margin-top: 10px;
}
.patient-notice-msg {
  color: #444;
}
.patient-notice-msg > p {
  margin-bottom: 5px;
}
.add-patient-label {
  padding: 0 15px 15px 15px;
  color: #666;
}
.select-patient-type {
  background-color: #fff;
  padding: 15px 10px;
}
.select-patient-type:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
}
.select-patient-item {
  position: relative;
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #999;
  width: 136px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 8px 0 8px 8px;
}
.select-patient-item img {
  float: left;
  width: 34px;
  height: 34px;
}
.patient-select-icon {
  background: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/8d59e17dc7f5fbea5f4c5daccff6bcea-56-56.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
}
.id-toggle {
  position: absolute;
  right: 14px;
  padding: 16px 10px;
  width: 20px;
}
.card-loading {
  padding: 15px;
  line-height: 16px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.card-loading span {
  margin-top: -2px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/936c6bc9ef79a7381692d5ca31661457-64-64.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  -webkit-animation: card-loading 1s linear infinite;
  -o-animation: card-loading 1s linear infinite;
  animation: card-loading 1s linear infinite;
}
@keyframes card-loading {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.inhos-records .no-patient {
  margin: 0 21px;
  overflow: hidden;
}
.inhos-records .no-patient .alert-span {
  background-color: #fff;
  height: 70px;
  margin: 26px 0;
}
.inhos-records .no-patient .alert-span .p1 {
  font-size: 16px;
  color: #303030;
  line-height: 16px;
  padding: 12px;
}
.inhos-records .no-patient .alert-span .p2 {
  font-size: 13px;
  color: #888888;
  line-height: 13px;
  padding: 0 12px;
}
.inhos-records .inpatient {
  position: relative;
  background-color: #fff;
  padding: 14px;
  display: block;
  overflow: hidden;
}
.inhos-records .inpatient .inpatient-icon {
  background-image: url(//s.yuantutech.com/i4/47f8f9bb6c859be98888b0b13c20364a-92-92.png);
  background-size: 100% 100%;
  width: 46px;
  height: 46px;
  float: left;
}
.inhos-records .inpatient .inpatient-info {
  margin-left: 54px;
  height: 46px;
}
.inhos-records .inpatient .inpatient-info .inpatient-name em {
  font-size: 16px;
  color: #303030;
}
.inhos-records .inpatient .inpatient-info .inpatient-name .inpatient-choice {
  float: right;
  font-size: 13px;
  line-height: 13px;
  margin-top: 7px;
  color: #45a7ff;
}
.inhos-records .inpatient .inpatient-info .inpatient-idNo {
  font-size: 13px;
  padding-top: 2px;
  color: #888888;
}
.inhos-records .line-info {
  font-size: 13px;
  color: #888888;
  line-height: 13px;
}
.inhos-records .hospitalize-list {
  position: relative;
}
.inhos-records .hospitalize-list .hospitalize-item {
  background-color: #fff;
  margin-bottom: 11px;
  height: 105px;
  display: block;
  overflow: hidden;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  color: #888888;
  padding: 0 15px;
}
.inhos-records .hospitalize-list .hospitalize-item .hospitalize-title {
  padding: 8px 0;
  color: #303030;
}
.inhos-records .hospitalize-list .hospitalize-item .hospitalize-status {
  color: #ff9436;
  position: absolute;
  right: 15px;
}
.inhos-records .hospitalize-list .hospitalize-item .hospital-dept {
  padding: 0 0 7px;
}
.inhos-records .hospitalize-list .hospitalize-item .hospital-dept span {
  position: absolute;
  right: 15px;
}
.inhos-records .hospitalize-list .hospitalize-item .hospital-dept span em {
  color: #ff9436;
}
.inhos-records .hospitalize-list .hospitalize-item .hospital-name {
  padding: 15px 0 7px;
  font-size: 16px;
  color: #303030;
}
.inhos-records .hospitalize-list .hospitalize-item .hospital-bed {
  padding: 6px 0 0;
  margin-bottom: 6px;
  white-space: nowrap;
}
.inhos-records .hospitalize-list .hospitalize-item .hospital-bed em {
  margin-right: 10px;
  color: #303030;
}
.m-t-200 {
  margin-top: 200px;
}
.inhos-daily-list .inpatient {
  position: relative;
  background-color: #fff;
  padding: 14px;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
.inhos-daily-list .inpatient .inpatient-icon {
  background-size: 100% 100%;
  background-image: url(//s.yuantutech.com/i4/47f8f9bb6c859be98888b0b13c20364a-92-92.png);
  width: 46px;
  height: 46px;
  float: left;
}
.inhos-daily-list .inpatient .inpatient-info {
  margin-left: 54px;
  height: 46px;
}
.inhos-daily-list .inpatient .inpatient-info .inpatient-name em {
  font-size: 16px;
  color: #303030;
}
.inhos-daily-list .inpatient .inpatient-info .inpatient-idNo {
  font-size: 13px;
  color: #888888;
  padding-top: 2px;
}
.inhos-daily-list .inpatient .inpatient-info .inpatient-choice {
  float: right;
  font-size: 13px;
  line-height: 13px;
  margin-top: 7px;
  color: #45a7ff;
}
.inhos-daily-list .hospitalize-item {
  background-color: #fff;
  height: 232px;
  display: block;
  overflow: hidden;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  color: #888888;
}
.inhos-daily-list .hospitalize-item .hospitalize-title {
  padding: 0;
}
.inhos-daily-list .hospitalize-item .hospitalize-title .row {
  border-top: 0;
  display: flex;
  padding: 10px 14px;
}
.inhos-daily-list .hospitalize-item .hospitalize-title .column {
  display: inline-block;
  width: 6em;
  color: #888888;
}
.inhos-daily-list .hospitalize-item .hospitalize-title .col-black {
  color: #303030;
}
.inhos-daily-list .hospitalize-item .hospitalize-title .hospitalize-status {
  color: #ff9436;
  position: absolute;
  right: 15px;
}
.inhos-daily-list .hospitalize-item .hospital-name {
  padding: 11px 14px 5px 14px;
}
.inhos-daily-list .hospitalize-item .hospital-bed {
  padding: 6px 14px 0 14px;
  margin-bottom: 6px;
  white-space: nowrap;
}
.inhos-daily-list .hospitalize-item .hospital-bed em {
  margin-right: 10px;
  color: #303030;
}
.inhos-daily-list .hospitalize-item .cost-sum {
  color: #ff9436;
}
.inhos-daily-list .line-span {
  position: relative;
}
.inhos-daily-list .line-span .line {
  height: 1px;
  padding-top: 15px;
  margin-bottom: 15px;
  top: 0;
}
.inhos-daily-list .line-span .line-info {
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  top: 9px;
  margin: auto;
  font-size: 13px;
  color: #888888;
  line-height: 13px;
  background-color: #f8f8f8;
  filter: alpha(opacity=100);
  z-index: 10;
}
.inhos-daily-list .m-t-50 {
  margin-top: 50px;
}
.inhos-daily-list .daily-list {
  position: relative;
}
.inhos-daily-list .daily-list .daily-item {
  margin-bottom: 11px;
  background-color: #fff;
  height: 13px;
  display: block;
  overflow: hidden;
  font-size: 13px;
  line-height: 13px;
  padding: 14px;
  position: relative;
  color: #888888;
}
.inhos-daily-list .daily-list .daily-item .date-em {
  color: #888888;
}
.inhos-daily-list .daily-list .daily-item .daily-cost {
  color: #ff9436;
  float: right;
  margin-right: 50px;
}
.inhos-daily-detail .inpatient {
  position: relative;
  background-color: #fff;
  padding: 14px;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
.inhos-daily-detail .inpatient .inpatient-icon {
  background-size: 100% 100%;
  background-image: url(//s.yuantutech.com/i4/47f8f9bb6c859be98888b0b13c20364a-92-92.png);
  width: 46px;
  height: 46px;
  float: left;
}
.inhos-daily-detail .inpatient .inpatient-info {
  margin-left: 54px;
  height: 46px;
}
.inhos-daily-detail .inpatient .inpatient-info .inpatient-name {
  font-size: 16px;
  color: #303030;
}
.inhos-daily-detail .inpatient .inpatient-info .inpatient-name em {
  font-size: 16px;
  color: #303030;
}
.inhos-daily-detail .inpatient .inpatient-info .inpatient-idNo {
  font-size: 13px;
  color: #888888;
  padding-top: 2px;
}
.inhos-daily-detail .inpatient .inpatient-info .inpatient-choice {
  float: right;
  font-size: 13px;
  line-height: 13px;
  margin-top: 7px;
  color: #45a7ff;
}
.inhos-daily-detail .hospitalize-item {
  background-color: #fff;
  height: 13px;
  display: block;
  overflow: hidden;
  padding: 14px;
  font-size: 13px;
  line-height: 13px;
  position: relative;
  color: #303030;
}
.inhos-daily-detail .hospitalize-item .hos-name {
  color: #303030;
  margin-right: 17px;
}
.inhos-daily-detail .hospitalize-item .hos-no {
  color: #888888;
}
.inhos-daily-detail .line-span {
  position: relative;
}
.inhos-daily-detail .line-span .line {
  height: 1px;
  padding-top: 15px;
  margin-bottom: 15px;
  top: 0;
}
.inhos-daily-detail .line-span .line-info {
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  top: 9px;
  margin: auto;
  font-size: 13px;
  color: #888888;
  line-height: 13px;
  background-color: #f8f8f8;
  filter: alpha(opacity=100);
  z-index: 10;
}
.inhos-daily-detail .detail-date {
  background-color: #fff;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 14px;
  text-align: center;
  color: #303030;
}
.inhos-daily-detail .ui-table {
  background-color: #fff;
  line-height: 17px;
  font-size: 13px;
  color: #888888;
}
.inhos-daily-detail .ui-table th,
.inhos-daily-detail .ui-table td {
  white-space: nowrap;
  padding: 6px 14px;
}
.inhos-daily-detail .ui-table td {
  text-align: right;
  color: #303030;
}
.inhos-daily-detail .ui-table .warp {
  white-space: pre-wrap;
  text-align: left;
}
.inhos-daily-detail .cost-span {
  height: 30px;
  background-color: #fff;
}
.inhos-daily-detail .cost-span .daily-cost {
  background-color: #fff;
  font-size: 13px;
  line-height: 13px;
  padding: 8px 20px 7px;
  margin-top: 1px;
  float: right;
}
.inhos-daily-detail .cost-span .daily-cost em {
  color: #ff9436;
}
.inhos-daily-detail .position-fix {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}
.inhos-daily-detail .txt-justify {
  text-align: justify;
}
.m-b-30 {
  margin-bottom: 30px;
}
.no-data-text {
  color: #ccc !important;
  font-size: 14px;
}
.menu {
  height: 100%;
}
.menu-item {
  height: 100%;
}
.sections-page .list-ord {
  padding-bottom: 160px;
}
.search-focus .search-input {
  font-size: 11px;
}
.search-container {
  z-index: 999;
  width: 100%;
  position: relative;
  top: 0;
}
.touch-overflow {
  -webkit-overflow-scrolling: touch;
}
.search-position {
  width: 100%;
  z-index: 999;
}
.search-input-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.1);
}
.cover-header {
  background: no-repeat #4e77fa url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/829f43d8df46a515bee23a5fd695bfcd-750-358.png');
  background-size: cover;
  background-position: center;
  position: relative;
}
.cover-header .page-navbar {
  width: 100%;
  height: 44px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  background: no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/829f43d8df46a515bee23a5fd695bfcd-750-358.png');
  background-size: cover;
}
.cover-header .page-navbar .back,
.cover-header .page-navbar .share {
  width: 64px;
  height: 44px;
  background: no-repeat;
  background-position-y: center;
  background-size: 12px auto;
}
.cover-header .page-navbar .back {
  background-position-x: 15px;
  background-image: url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/f445a890d79728a20aa17cf2d0b1c440-28-26.png');
}
.cover-header .page-navbar .share {
  background-position-x: 37px;
  background-image: url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/eadd77ce9d5ad96e29a256d48a66e06a-28-28.png');
}
.cover-header .cover-wrapper {
  position: relative;
  display: flex;
  min-height: 48px;
  box-sizing: border-box;
  padding-left: 32px;
  padding-bottom: 40px;
}
.cover-header .cover-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
}
.cover-header .cover-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover-header .cover-logo > span {
  width: 60px;
  height: 60px;
  border: solid #fff 2px;
  border-radius: 50%;
  background: no-repeat #ffffff;
  background-size: 100%;
  background-position: center;
}
.cover-header .cover-content {
  font-size: 14px;
  line-height: 18px;
  flex: 1;
  align-self: center;
}
.cover-header .cover-title {
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  vertical-align: text-top;
}
.cover-header .cover-brief {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 3px;
}
.cover-header .cover-link {
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 20px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  background: rgba(7, 52, 206, 0.15);
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}
.cover-header .cover-link:after {
  content: "\E63A";
  font-family: pirosicon !important;
  font-size: 16px;
  position: absolute;
  right: 4px;
  top: 0;
}
.cover-header .btn-follow,
.cover-header .btn-not-follow {
  padding: 0 8px;
  background-image: linear-gradient(-90deg, #F89B11 0%, #FFD82A 100%);
  border-radius: 100px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.5;
  transform: translateY(-2px);
  margin-left: 8px;
}
.cover-header .btn-not-follow {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FED529;
  color: #FED529;
}
.doctor .star-wrapper {
  margin-top: 6px;
}
.doctor .star-item,
.doctor .star-light,
.doctor .star-half-light {
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #FFF;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  background: no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/a99b29afff21ed78af55cb7dc2d0747b-32-28.png');
  background-size: 100%;
  background-position: center;
}
.doctor .star-light {
  background: no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/8cfdd701d6bef75ad0f9e91815f8613c-30-28.png');
  background-size: 100%;
  background-position: center;
}
.doctor .star-half-light {
  background: no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/021c9ff141e7cf28019e46d2b1a1d23d-32-28.png');
  background-size: 100%;
  background-position: center;
}
.doctor .star-text {
  line-height: 14px;
  font-size: 14px;
  color: #FDCB24;
}
.doctor .schedule-title {
  position: relative;
  color: #333;
}
.doctor .schedule-title::before {
  content: '\8BE6\60C5';
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999999;
  line-height: 14px;
}
.doctor .schedule-title.active::before {
  display: none;
}
.doctor .schedule-title:after {
  content: "\E63A";
  font-family: pirosicon !important;
  font-size: 20px;
  width: 15px;
  color: #ccc;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: .5s;
  transform: translateY(-50%) rotate(90deg);
}
.doctor .schedule-title.active:after {
  transform: translateY(-50%) rotate(-90deg);
}
.doctor .listen-doct-article .list-link-wrapper {
  font-size: 15px;
}
.doctor .listen-doct-see-more {
  height: 36px;
  text-align: center;
}
.doctor .listen-doct-see-more span {
  cursor: pointer;
  font-size: 12px;
  color: #999;
  line-height: 36px;
}
.doctor .schedule-content {
  display: none;
  transform: scaleY(0);
}
.doctor .schedule-content.active {
  display: block;
  animation: schedule-active 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation: schedule-active 0.3s;
  -webkit-animation-fill-mode: forwards;
  -o-animation: schedule-active 0.3s;
  -o-animation-fill-mode: forwards;
}
@-webkit-keyframes schedule-active {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@-o-keyframes schedule-active {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.doctor .img-link-wrapper {
  margin-bottom: 10px;
}
.doctor .img-link-wrapper:last-child {
  margin-bottom: 0px;
}
.doctor .img-link-wrapper > img {
  width: 100%;
  max-height: 200px;
}
.doctor .panel a.img-link-wrapper:last-child {
  margin: 0;
}
.doctor .main-footer {
  font-size: 12px;
  line-height: 56px;
}
.paiban-container {
  position: relative;
  margin-left: 10px;
}
.ui-center {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
  height: 150px;
}
.scheduling-module {
  width: 440px;
  margin-left: 43px;
}
.scheduling-module.left {
  position: absolute;
  border-right: 1px solid #e0e0e0;
  z-index: 1;
  width: 44px;
  height: 131px;
  background-color: #fff;
  margin-top: 1px;
  margin-left: 0;
}
.scheduling-module.left .td:first-child {
  width: 33px;
}
.scheduling-module .scheduling-row {
  height: 43px;
  border-bottom: 1px solid #e0e0e0;
}
.scheduling-module .scheduling-row.head {
  background-color: #f4f4f4;
}
.scheduling-module .scheduling-row .td {
  height: 100%;
  width: 43px;
  float: left;
  border-left: 1px solid #e0e0e0;
  text-align: center;
  font-size: 12px;
  line-height: 1.25em;
}
.scheduling-module .scheduling-row .td em {
  display: block;
  font-size: 80%;
  color: #000;
}
.scheduling-module .scheduling-row a {
  background-color: #76acf8;
  color: #fff;
}
.scheduling-module .scheduling-row:last-child {
  border-bottom: none;
}
.scheduling-module .td-new-width {
  background-color: rgba(118, 172, 248, 0.1);
  width: 44px !important;
}
.scheduling-scroll {
  -webkit-overflow-scrolling: touch;
}
.scheduling-head-box {
  background-color: #fff;
}
.head-item-box {
  color: #333;
  background-color: rgba(118, 172, 248, 0.1);
}
.no-rest-box {
  background-color: #f9f9f9;
  color: #ccc;
}
.head-empty-box {
  position: relative;
  width: 44px !important;
}
.head-empty-box:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 30px;
  height: 1px;
  background-color: #eee;
  top: 20px;
  left: 5px;
}
.doctor-profile .be-good-at,
.doctor-profile .introduction {
  background: #fff;
}
.doctor-profile .be-good-at .title,
.doctor-profile .introduction .title {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666666;
  /* 用于修正命名冲突带来的麻烦 */
  z-index: 0;
}
.doctor-profile .be-good-at .content,
.doctor-profile .introduction .content {
  padding: 15px;
}
.doctor-profile .be-good-at .content-text,
.doctor-profile .introduction .content-text {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.3px;
  line-height: 1.5;
}
.hos-info {
  width: 100%;
  padding: 10px 0 10%;
  text-align: center;
  background-color: #47b9bb;
}
.hos-info .hos-img {
  width: 30%;
  padding-bottom: 30%;
  margin: 20px auto 0;
  border: 6px solid #89D8E0;
  border-radius: 50%;
  background-color: #f1f1f1;
  background-size: cover;
}
.hos-info p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
}
.reg-type-page .ui-list li:active a {
  padding-left: 75px !important;
}
@media (max-width: 320px) {
  .reg-type-page .ui-list li:active a {
    padding-left: 70px !important;
  }
}
.reg-type-page .ui-list .ui-list-info {
  position: absolute;
  height: 100%;
  padding: 0;
  width: 100%;
  left: 0;
  padding-left: 60px;
  box-sizing: border-box;
}
.reg-type-page .ui-list .ui-list-info {
  color: #000;
}
.reg-type-page .ui-list-thumb > span {
  background-size: auto 80%;
  background-position: center center;
}
.reg-module {
  margin: 20px 0;
}
.reg-module .title {
  font-size: 14px;
  margin: 5px;
  color: #999;
  font-size: 12px;
}
.reg-module .title strong {
  font-size: 130%;
  color: #000;
}
.reg-module .ui-tips {
  margin: 5px 5px 0 20px;
}
.page-select-doctor .ui-form {
  margin: 10px;
  background: transparent;
}
.page-select-doctor .ui-form .ui-border-radius {
  border: 1px solid #eee;
}
.page-select-doctor .ui-form-item {
  display: block;
}
.page-select-doctor .ui-form-item .doct-Tech {
  /*font-size:12px;
      color:#f30;*/
}
.page-select-doctor .ui-form-item label {
  width: auto !important;
  color: #000;
}
.page-select-doctor .reservation-item:last-child {
  margin-bottom: 0;
}
.page-select-doctor .item-text {
  margin-left: 100px;
}
.page-select-doctor .ui-txt-info {
  float: right;
  position: absolute;
  top: 0;
  right: 7.8%;
  font-size: 14px;
}
.page-select-doctor .ui-form-item,
.page-select-doctor .ui-form-item label {
  color: #999;
}
.reservation-item {
  background: #fff;
  margin-bottom: 20px;
}
.reservation-item .ui-list-action {
  position: absolute;
  top: 0;
  right: 8%;
}
.rili-tag {
  position: relative;
  display: inline-block;
  z-index: 100;
  background: #47b9bb;
  min-width: 60px;
  text-align: center;
  top: 0;
  color: #fff;
  padding: 5px 10px 5px 10px;
}
.rili-tag:after,
.rili-tag:before {
  content: "";
  position: absolute;
  border: 17px solid #47b9bb;
  border-top-width: 30px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  right: -17px;
  top: 0;
}
.rili-tag:before {
  border: 17px solid #47b9bb;
  border-bottom-width: 30px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: auto;
  bottom: 0;
}
.ui-form-item-link:after {
  font-family: iconfont!important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #c7c7c7;
  content: "\F600";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px;
}
.ui-notice {
  position: static;
  -webkit-box-pack: inherit;
  margin: 20px 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  text-align: center;
}
.ui-notice > i {
  display: block;
  margin-bottom: 20px;
}
.ui-notice > i:before {
  font-family: iconfont!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  content: "\F609";
  font-size: 100px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.3);
}
.ui-notice p {
  font-size: 16px;
  line-height: 20px;
  color: #bbb;
  text-align: center;
  padding: 0 15px;
}
.doctor-dept-name {
  margin-right: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doctor-dept-name .doctor-dept-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-img-box {
  width: 100%;
  line-height: 0;
}
.swiper-img-box a {
  padding-bottom: 46.875% !important;
  display: block;
  position: relative;
}
.swiper-img-box img {
  width: 100%;
  position: absolute;
  top: 0;
}
.swiper-container {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 0.4 !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}
.swiper-empty-box {
  width: 100%;
  overflow: visible;
  padding-bottom: 46.875% !important;
  position: relative;
}
.swiper-empty-box img {
  position: absolute;
  top: 0;
  width: 100%;
}
.drop-list .drop-item {
  position: relative;
  margin: 10px 0;
  background-color: #fff;
  padding: 10px;
  display: block;
  overflow: hidden;
}
.drop-list .drop-item .off-line-tag {
  background: url(https://image.yuantutech.com/i4/9660c6e56b5d5b45e2645d658350a3c4-86-86.png);
  background-size: cover;
  text-indent: -999em;
  position: absolute;
  font-size: 10px;
  right: -6px;
  top: -4px;
  width: 70px;
  height: 70px;
}
.drop-list .drop-item .logo {
  background: url(//s.yuantutech.com/i4/32fed382b55a19512d79c29655eafffd.png);
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  float: left;
}
.drop-list .drop-item .info {
  margin-left: 70px;
}
.drop-list .drop-item .info h1 {
  font-size: 16px;
  color: #000;
}
.drop-list .drop-item .info .des {
  font-size: 12px;
  color: #8C8C8C;
}
.drop-list .drop-item .info .honor {
  line-height: 1em;
}
.drop-list .drop-item .info .honor .honor-tag {
  font-size: 12px;
  color: #FD7849;
  padding: 2px 0;
}
.drop-list .drop-item .info .address {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider .slide-items {
  padding-bottom: 46.875%;
}
.slider .slide-items.animation {
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-slides {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.slider-slides img {
  width: 100%;
}
.slider-slides a {
  display: block;
}
.slider-pager {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  height: 7px;
  text-align: center;
}
.slider-pager .slider-pager-page {
  display: inline-block;
  margin: 0 3px;
  width: 7px;
  color: #000;
  text-decoration: none;
  opacity: .3;
}
.slider-pager .slider-pager-page.active {
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  opacity: 1;
}
.slider-pager .slider-pager-page.active .ion-record {
  background: #fff;
}
.slider-pager .slider-pager-page .ion-record {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
}
.patient-notice,
.bind-notice {
  margin-top: 30px;
  border: none !important;
}
.patient-notice > span,
.bind-notice > span {
  background: url("https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/1439e07f870be79f496905a267235530-120-120.png") no-repeat;
  background-size: cover;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
.patient-notice > span {
  background-image: url("https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/1439e07f870be79f496905a267235530-120-120.png");
}
.bind-notice > span {
  background-image: url("https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/3ec1ac7a4735dc605f21ba8583737d75-120-120.png");
}
.patient-notice > p,
.bind-notice > p {
  text-align: center;
  color: #999;
  font-size: 14px;
}
.patient-id-type-tag {
  display: inline-block;
  color: #76acf8;
  border: 1px solid #76acf8;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 3px;
  margin-left: 5px;
}
.popup-up-wrapper {
  height: auto;
  min-height: 360px;
  max-height: 500px;
}
.popup-body {
  height: auto;
  max-height: 450px;
  min-height: 310px;
}
.rule-page {
  padding: 15px;
}
.rule-content h2 {
  font-weight: bold;
  margin: 30px 0 10px;
}
.rule-content h2:first-of-type {
  margin-top: 10px;
}
.rule-content p {
  text-indent: 2em;
}
.hospital-list-container {
  margin-top: 15px;
  background-color: #fff;
}
.hospital-list-container .hospital-list-title {
  padding: 15px;
}
.hospital-list-container .hospital-icon {
  width: 70px;
  height: 70px;
}
.hospital-list-container .hospital-corpname {
  font-size: 16px;
}
.hospital-list-container .hospital-corpname-content {
  width: auto;
  max-width: calc(100% - 40px);
  display: inline-block;
}
.hospital-list-container .hospital-corptag {
  font-size: 14px;
}
.hospital-list-container .corp-list-item {
  overflow: hidden;
  white-space: nowrap;
}
.hospital-list-container .hosptail-tags2 {
  display: inline-block;
  color: #429FFF;
  background: #E7F3FD;
  padding: 1px 4px;
  margin-right: 5px;
  border-radius: 2px;
}
.hospital-list-container .hospital-distance {
  line-height: 18px;
  vertical-align: bottom;
  float: right;
  font-size: 12px;
}
.hospital-list-container .hospital-brief {
  margin-top: 10px;
}
.hospital-list-container .list-item > .off-line-tag {
  background: url(https://image.yuantutech.com/i4/9660c6e56b5d5b45e2645d658350a3c4-86-86.png);
  background-size: cover;
  text-indent: -999em;
  position: absolute;
  font-size: 10px;
  right: -2px;
  top: 0px;
  width: 45px;
  height: 45px;
}
.hospital-list-container .star-hospital {
  width: 40px;
  display: inline-block;
  background: #FFB10B;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.history-doctor-container {
  border-top: 1px solid #eee;
}
.history-doctor-container:after {
  display: block;
  content: "";
  width: 0;
  clear: both;
}
.history-doctor-item {
  overflow: hidden;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
}
.history-doctor-image {
  margin: auto;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 50%;
}
.history-doctor-image > span {
  background: url(https://image.yuantutech.com/i4/02c19c04746fcb726000ff4d49264288-84-84.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.history-doctor-name {
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.history-dept-name {
  font-size: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item-head-circle {
  padding-left: 20px;
  position: relative;
}
.list-item-circle {
  position: absolute;
  top: 20px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}
.attention-content-font,
.attention-title-font,
.attention-time-font {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.attention-title-font {
  font-size: 15px;
}
.attention-content-font {
  font-size: 13px;
  color: #777;
  margin-top: 2px;
  margin-bottom: 3px;
}
.attention-time-font {
  font-size: 11px;
  color: #999;
}
.grid-top-box,
.grid-bottom-box {
  display: block;
  text-decoration: none;
  position: relative;
  color: #000;
}
.grid-top-box .not-online,
.grid-bottom-box .not-online {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(//image.yuantutech.com/user/649b2cbac5aca5edb74dbd6d871374d3-172-174.png);
  width: 40px;
  height: 40px;
  background-size: cover;
}
.grid-top-box .new-online,
.grid-bottom-box .new-online {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(https://image.yuantutech.com/i4/81585fa87ac16e510cbf4f95c367819f-86-88.png);
  width: 40px;
  height: 40px;
  background-size: cover;
}
.grid-top-box:active,
.grid-bottom-box:active {
  color: #000;
  opacity: 0.8;
}
.grid-top-container {
  background-color: #fff;
}
.grid-top-container:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.grid-top-box {
  float: left;
  border-bottom: 1px solid #eee;
  width: 50%;
  height: 85px;
  box-sizing: border-box;
  padding: 20px 15px;
  position: relative;
}
.grid-top-box:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #eee;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
@media screen and (max-width: 350px) {
  .grid-top-box {
    padding: 20px 10px;
  }
}
.grid-container {
  overflow: hidden;
  background-color: red;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
}
.grid-container-title {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-container-value {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-top-box-word {
  margin-right: 30px;
}
.grid-top-logo {
  float: right;
  width: 40px;
  height: 40px;
}
.grid-top-logo > img {
  width: 100%;
}
@media screen and (max-width: 350px) {
  .grid-top-logo {
    width: 30px;
    height: 30px;
  }
}
.grid-bottom-container {
  background-color: #fff;
  margin-top: -1px;
}
.grid-bottom-container:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.grid-bottom-box {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  height: 80px;
  padding: 18px 5px;
  float: left;
  margin-bottom: -1px;
}
.grid-bottom-box > p {
  margin-top: 5px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-bottom-logo {
  margin: auto;
  width: 28px;
  height: 28px;
}
.grid-bottom-logo > img {
  width: 100%;
}
.index-top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(200, 200, 200, 0);
  z-index: 999;
  padding: 10px 0;
}
.search-top-bar {
  width: 76%;
  margin: 0 auto;
  padding-left: 30px;
  border-radius: 20px;
  background: #fff no-repeat url('https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/1e7a4f4c9d7aaa61a24c57184572e887-26-28.png');
  background-size: 14px;
  background-position-y: center;
  background-position-x: 10px;
  font-size: 14px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.tabbar-container {
  width: 100%;
  position: fixed;
  z-index: 999;
  height: 50px;
  border: 1px solid #eee;
  bottom: 0;
  background-color: #fff;
}
.tabbar-container a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  line-height: 50px;
  font-size: 15px;
  color: #727272;
  height: 100%;
  color: #999;
}
.tabbar-container a:first-of-type {
  border-right: 1px solid #f4f4f4;
}
.index .main-header {
  background-color: #ebeced;
}
.index .banner {
  padding-bottom: 34.66666667%;
  background-size: 100% auto;
}
.index .corp-info {
  background: #fff;
}
.index .address-icon {
  width: 12.57px;
  height: 17.14px;
}
.index .tel-icon {
  width: 70px;
  height: 25px;
  position: absolute;
  top: -5px;
  right: -15px;
  background-size: 18px 18px;
  border-left: 1px solid #E5E5E5;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(//image.yuantutech.com/user/759be7d1fd2315152a0fabc23eca9309-50-50.png);
}
.index .gonggao-list {
  min-height: 1em;
  padding-top: 9px;
  padding-bottom: 9px;
}
.index .gonggao-content {
  line-height: 12px;
  font-size: 12px;
  overflow: hidden;
}
.index .gonggao-link-wrapper {
  overflow: hidden;
}
.index .gonggao-icon {
  width: 56px;
  height: 15px;
}
.index .gonggao-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.index .card-row2-wrapper {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.index .card-row2-wrapper:after {
  content: '';
  height: 0;
  clear: both;
}
.index .card-row2-item {
  width: 50%;
  padding: 15px 3%;
  position: relative;
  float: left;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.index a.card-row2-item:hover,
.index a.card-row2-item:visited,
.index a.card-row2-item:link,
.index a.card-row2-item:active {
  text-decoration: none;
}
.index .card-row2-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: cover;
}
.index .card-row2-inner {
  display: block;
  margin-left: 50px;
  color: #000;
}
.index .card-row2-title {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .card-row2-des {
  display: block;
  font-size: 14px;
  color: #9f9f9f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .card-row2-tag {
  width: 45px;
  height: 45px;
  display: block;
  text-indent: -999em;
  background-size: cover;
  position: absolute;
  font-size: 10px;
  right: -2px;
  top: 0;
}
.index .card-row2-tag--new {
  background-image: url('https://image.yuantutech.com/i4/c701ecc27d4362384e0c66b598dec431-172-174.png');
}
.index .card-row2-tag--off-line {
  background-image: url(https://image.yuantutech.com/i4/9660c6e56b5d5b45e2645d658350a3c4-86-86.png);
}
.search-container-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.leaf-corp-title {
  padding: 15px;
  color: #333;
}
iframe {
  width: 0 !important;
  height: 0 !important;
}
.search-history-container {
  margin-top: 10px;
  max-height: 105px;
  overflow: hidden;
}
.search-history-item {
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #999;
  margin: 10px;
}
.hotwords-container {
  margin-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
.search-type-list {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  overflow: auto;
  color: #333;
  overflow-y: hidden;
  height: 55px;
  -webkit-overflow-scrolling: touch;
}
.search-type-list::-webkit-scrollbar {
  display: none;
}
.search-type-list li {
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  line-height: 55px;
  text-align: center;
  box-sizing: border-box;
}
.search-type-list li span {
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.search-detail-overflow-item {
  display: block;
  color: #000;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.search-detail-overflow-item h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.search-detail-overflow-item div {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-block {
  margin-bottom: 10px;
  background-color: #fff;
}
.search-all-msg {
  padding-top: 6px;
  margin-top: -1px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #bbb;
  background-color: #f8f8f8;
  text-align: center;
}
.list-item-txt-overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}
.clear-history {
  display: inline-block;
  width: 110px;
  height: 24px;
  line-height: 24px;
  background-image: url("https://image.yuantutech.com/i4/ce59d10cf9d8c2c993e8f4a3a5a59d92-200-200.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #76acf8;
}
.list-doctor-icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.search-toggle {
  border-top: 1px solid #eee;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #76acf8;
}
.search-no-history {
  margin-top: 30px;
}
.search-no-title {
  text-align: center;
  color: #ccc;
  font-size: 14px;
}
.search-no-content {
  text-align: center;
  margin: 15px 0;
}
.search-no-item {
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  line-height: 0;
}
.search-no-item > img {
  display: block;
  width: 24px;
  height: 27px;
  margin-bottom: 10px;
}
.search-no-item > span {
  font-size: 12px;
  line-height: 12px;
  color: #ccc;
}
.map-container .map-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map-container .map-box #container {
  height: 100%;
}
.map-container .btn-wrapper {
  position: relative;
  top: -70px;
  z-index: 2;
}
.map-container .notice {
  margin-top: 50px;
}
.feedback-query .notice {
  margin-top: 100px;
}
html,
body,
.page,
.detail-list {
  height: 100%;
}
.detail-list .detail-text {
  padding: 20px 0;
}
.detail-list .detail-text p {
  font-size: 12px;
  text-align: center;
}
.detail-list .listview-msg {
  word-break: break-all;
}
.detail-list .listview-img-box {
  box-sizing: border-box;
  float: left;
  width: 46px;
  height: 46px;
  padding: 5px;
}
@media (max-width: 340px) {
  .detail-list .listview-img-box {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 341px) and (max-width: 370px) {
  .detail-list .listview-img-box {
    width: 57px;
    height: 57px;
  }
}
@media (min-width: 371px) and (max-width: 400px) {
  .detail-list .listview-img-box {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 401px) {
  .detail-list .listview-img-box {
    width: 65px;
    height: 65px;
  }
}
.detail-list .listview-img-container {
  margin-left: -5px;
}
.detail-list .listview-img-container:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
}
.detail-list .hide {
  display: none;
}
.detail-list .ticket-reply {
  background: #ffffff;
  padding: 5px 10px;
}
.detail-list .ticket-reply .expandingArea {
  position: relative;
}
.detail-list .ticket-reply .textarea {
  float: left;
  font-size: 16px;
  min-height: 30px;
  max-height: 90px;
  width: 85%;
  padding: 2px 2px 2px 6px;
  background: #eeeeee;
  border-radius: 4px;
  line-height: 30px;
}
.detail-list .ticket-reply textarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 95%;
  font-size: 16px;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 0 0 4px;
  background: #eeeeee;
  border-radius: 4px;
  line-height: 30px;
}
.detail-list .ticket-reply pre {
  display: block;
  visibility: hidden;
}
.detail-list .ticket-reply pre span {
  display: inline-block;
  width: 100%;
  word-break: break-all;
  white-space: normal;
}
.detail-list .ticket-reply .send-reply {
  float: right;
  height: 34px;
  line-height: 34px;
}
.image-view {
  background-color: #000;
  min-height: 100%;
  overflow: auto;
  position: relative;
}
.image-view img {
  position: absolute;
  top: 50%;
  width: 100%;
}
.image-view-box {
  background-color: #000;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*覆盖*/
#J_PullLoading {
  transition: opacity 0s ease;
  /*transition: opacity .35s ease;*/
}
.my-reservation .page-reservation .ui-list {
  margin-bottom: 10px;
}
.my-reservation .page-reservation .ui-list h4 {
  color: #000;
}
.my-reservation .page-reservation .ui-list h5 {
  margin-top: 3px;
  padding-top: 2px;
}
.my-reservation .ui-list .rmb {
  color: #000;
}
.my-reservation .ui-list .rmb,
.my-reservation .ui-list .status {
  float: right;
}
.my-reservation .ui-list .rmb .y {
  font-size: 70%;
}
.my-reservation .ui-tips {
  margin: 10px 0 20px 0;
}
.my-reservation .tag {
  border: 1px solid #ffad35;
  /*box-shadow:0 0 1px #ffad35;*/
  color: #ffad35;
  font-size: 80%;
  padding: 1px 4px;
  margin-right: 3px;
  border-radius: 4px;
}
.my-reservation .ui-notice {
  -webkit-box-pack: inherit;
  position: static;
  margin: 20px 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  text-align: center;
}
.my-reservation .ui-notice i {
  display: block;
  margin-bottom: 20px;
}
.my-reservation .ui-notice i:before {
  font-family: iconfont!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  content: "\F609";
  font-size: 100px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.3);
}
.my-reservation .ui-notice p {
  font-size: 16px;
  line-height: 20px;
  color: #bbb;
  text-align: center;
  padding: 0 15px;
}
.my-reservation .status-list {
  width: 100%;
  position: fixed;
  z-index: 4;
  height: 55px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}
.my-reservation .status-list .status-item {
  width: 25%;
  height: 100%;
  text-align: center;
  line-height: 55px;
  float: left;
  position: relative;
}
.my-reservation .status-list .status-item span {
  display: inline-block;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
}
.my-reservation .status-list .status-item .unread-num {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  background: #F15A4A;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 9px;
  left: 55%;
  transform: translate(1.25em);
}
.my-reservation .status-list:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
}
.my-reservation .appoint-modal {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.my-reservation .appoint-modal-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
}
.my-reservation .reservation-modal-header {
  background-color: #fff;
  overflow: auto;
}
.my-reservation .reservation-modal-header:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
}
.my-reservation .reservation-modal-header div {
  text-align: center;
  line-height: 46px;
  font-size: 15px;
}
.my-reservation .reservation-modal-header .reservation-modal-header-cancel {
  float: left;
  width: 70px;
  color: #999;
  font-size: 14px;
}
.my-reservation .reservation-modal-header .reservation-modal-header-confirm {
  float: right;
  width: 70px;
  color: #76acf8;
  font-size: 14px;
}
.reservation-panel-item {
  position: relative;
  color: #666;
}
.reservation-panel-item:first-letter {
  letter-spacing: 1em;
}
.reservation-panel-item span {
  color: #a3a3a3;
  margin-right: 8px;
}
.reservation-panel-item .suspend-txt {
  color: #fd8f01;
  position: absolute;
  right: 0;
  margin: 0;
}
.reservation-pannel-no-letter {
  color: #666;
}
.reservation-pannel-no-letter span {
  color: #a3a3a3;
  margin-right: 8px;
}
.reservation-item-foot {
  position: relative;
  min-height: 50px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  text-align: right;
}
.reservation-item-foot button:not(:last-of-type) {
  margin-right: 10px;
}
.get-order-number {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  color: #ff3300;
  font-size: 12px;
}
.reservation-item-corp-info {
  position: relative;
  padding-right: 20px;
}
.reservation-item-corp-info .corp-name {
  color: #333;
  position: relative;
  top: 1px;
}
.reservation-item-corp-info .corp-name span {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/2e827131b1c75d51fbc4810ff3e8bc1b-64-64.png) no-repeat;
  background-size: cover;
}
.reservation-item-corp-info .reg-text {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  background-color: #76acf8;
  margin-right: 4px;
  color: #fff;
  border-radius: 50%;
}
.create-consultation .main-footer {
  padding-top: 30px;
}
.pay-page .ui-list {
  margin-bottom: 10px;
}
.pay-page .ui-list h4 {
  color: #000;
}
.pay-page .ui-list h5 {
  margin-top: 3px;
  padding-top: 2px;
}
.pay-page .ui-list .rmb {
  color: #000;
}
.pay-page .ui-list .rmb,
.pay-page .ui-list .status {
  float: right;
}
.pay-page .ui-list .rmb .y {
  font-size: 70%;
}
.pay-page .ui-tips {
  margin: 10px 0 20px 0;
}
.ui-border-tt {
  border: 0;
  background-position: left top;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0));
  background-repeat: repeat-x;
  -webkit-background-size: 100% 1px;
}
.pay-list-title {
  background-color: #FEFAD8;
  color: #FD940B;
  font-size: 14px;
  padding: 10px 15px;
  word-break: break-all;
  margin-bottom: 10px;
}
.pay-list-med-item {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-doctor-item {
  background-color: #fff;
  margin-left: 0px;
  padding: 10px 15px 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-data-container {
  padding-top: 50px;
  box-sizing: border-box;
  text-align: center;
}
.no-data-container > i:before {
  font-family: iconfont!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  display: block;
  content: "\F609";
  font-size: 100px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.3);
}
.no-data-msg {
  color: #777;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
.bind-card-title {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.about-faq {
  font-size: 80%;
  margin: 20px;
  line-height: 1.5em;
}
.about-faq h2 {
  margin-top: 10px;
  color: #303030;
  font-size: 17px;
}
.about-faq p {
  margin-top: 10px;
  color: #888;
  text-indent: 2em;
}
.card-info-header {
  height: 103px;
  box-sizing: border-box;
  padding: 15px 15px 0 15px;
}
.card-info-container {
  border-radius: 8px 8px 0 0;
  background-image: linear-gradient(136deg, #5a95f2 0%, #9fe4f7 100%);
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
}
.card-info-item:first-of-type {
  margin-bottom: 3px;
}
.card-info-item {
  font-size: 16px;
  color: #ffffff;
}
.card-info-item > span {
  background: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/dcd8575204836c25031af124b6f59017-40-32.png) no-repeat;
  background-size: cover;
  vertical-align: -15%;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-right: 7px;
}
.list-header-extra {
  float: right;
  font-size: 12px;
  color: #999999;
}
.card-item-txt {
  font-size: 14px;
  color: #999999;
}
.card-item-extra {
  color: #333333;
}
.card-pay-txt {
  font-size: 16px;
  color: #333;
}
.order-item {
  position: relative;
}
.order-item:after {
  content: "";
  display: block;
  position: absolute;
  background-color: red;
  width: 9px;
  height: 15px;
  margin-top: -4.5px;
  top: 50%;
  right: 15px;
  background: url('https://image.yuantutech.com/i4/59ab5d8deef82a6d649f47a21e68e05b-64-64.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.list-order-container {
  box-sizing: border-box;
  padding-bottom: 40px;
}
.order-list-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 36px;
  line-height: 1.5;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.insurance-item {
  position: relative;
}
.insurance-item:after {
  content: "";
  display: block;
  position: absolute;
  background-color: red;
  width: 9px;
  height: 15px;
  margin-top: -4.5px;
  top: 50%;
  right: 15px;
  background: url('https://image.yuantutech.com/i4/59ab5d8deef82a6d649f47a21e68e05b-64-64.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.list-insurance-container {
  box-sizing: border-box;
  padding-bottom: 40px;
}
.insurance-list-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 36px;
  line-height: 1.5;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.select-type-bar {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.select-type-bar:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
}
.select-type-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: center;
  color: #333;
  font-size: 15px;
}
.select-type-item span {
  display: inline-block;
  padding: 15px 5px;
}
.select-type-item .select-type-active {
  color: #76acf8;
  border-bottom: 2px solid #76acf8;
}
.select-appointment-title {
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
}
/*.select-doctor-topbar {
  background-color: #f8f8f8;
  color: #666;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  top: 0;
  position: fixed;
  z-index: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
}
*/
.select-appointment-title {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f8f8f8;
  z-index: 1;
  top: 0;
}
.icon-no-appointment {
  background: url(https://image.yuantutech.com/i4/daef9471d4d963b628d9c016b3a5fc03-120-120.png);
  background-size: cover;
}
.select-date-bar {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.select-date-bar:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.select-date-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.28%;
  padding: 15px 0 5px;
  float: left;
}
.select-date-item-title {
  text-align: center;
  color: #999;
  font-size: 12px;
}
.select-date-item-value {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  border-radius: 50%;
  font-size: 14px;
  margin: auto;
  text-align: center;
}
.select-date-item-active {
  background-color: #76acf8;
  color: #fff;
}
.doctor-img-radius {
  border-radius: 50%;
}
.select-doctor-flag,
.select-doctor-flag-offline {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #97d35f;
  font-size: 10px;
  width: 46px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.select-doctor-flag-offline {
  background-color: #eee;
  color: #999;
}
.select-doctor-flag:before,
.select-doctor-flag-offline:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 3px transparent;
  bottom: -3px;
  left: 0;
}
.select-doctor-flag:after,
.select-doctor-flag-offline:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 3px transparent;
  right: 0;
  bottom: -3px;
}
.select-doctor-flag:before {
  border-left: solid 23px #97d35f;
}
.select-doctor-flag:after {
  border-right: solid 23px #97d35f;
}
.select-doctor-flag-offline:before {
  border-left: solid 23px #eee;
}
.select-doctor-flag-offline:after {
  border-right: solid 23px #eee;
}
.list-relative {
  position: relative;
}
.date-list {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.date-list-content:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.date-list-title {
  font-size: 14px;
  color: #333;
  margin-right: 50px;
}
.date-list-value {
  font-size: 12px;
  color: #666;
}
.date-list-doctTech {
  margin-right: 50px;
}
.date-list-item {
  margin-left: 15px;
  box-sizing: border-box;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #eee;
}
.date-list-item:last-of-type {
  border: none;
}
.date-list-icon {
  float: left;
  width: 42px;
  height: 42px;
  margin-right: 10px;
}
.appoint-price {
  float: right;
  color: #f15a4a;
}
.appoint-price > span {
  font-size: 10px;
}
.date-btn-group {
  padding: 10px 0;
}
.date-btn-group a {
  border: 1px solid #76acf8;
  text-align: center;
  border-radius: 6px;
  display: block;
  float: right;
  width: 100px;
  height: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #76acf8;
  margin-left: 15px;
}
.date-btn-group .btn-ampm-offline {
  background-color: #eee;
  color: #ccc;
  border: 1px solid #eee;
}
.date-btn-group .btn-am:active {
  color: #76acf8;
}
.date-btn-group .btn-ampm-offline:active {
  color: #ccc;
}
.date-btn-group:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.black-list-top {
  position: relative;
  display: block;
  font-size: 12px;
  color: #fd8f01;
}
.black-list-top:active {
  color: #fd8f01;
}
.icon-warning {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/02e204bcdb9ee7979dd0631b289a667f-28-28.png);
}
.black-list-head {
  padding: 15px;
  background: #fff;
}
.black-list-head:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.black-list-name {
  font-size: 14px;
  color: #5C93F7;
  line-height: 14px;
  float: left;
}
.black-list-times {
  font-size: 12px;
  color: #999;
  float: right;
}
.black-list-date {
  padding: 9px 12px;
  background: #F9F9F9;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
}
.black-list {
  border-top: 1px solid #eee;
}
.black-list > li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.black-list > li:last-of-type {
  margin-bottom: 0;
}
.black-list-title {
  padding: 10px 15px 10px 0;
  margin-left: 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.black-list-title:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.black-list-reason {
  margin-right: 120px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.black-list-btn {
  float: right;
  padding: 0 6px;
  width: 90px;
  height: 24px;
  border: 1px solid;
  font-size: 12px;
  border-radius: 6px;
}
.black-list-more {
  padding: 10px 0;
  background: #fff;
  font-size: 12px;
  text-align: center;
  color: #76ACF8;
  line-height: 16px;
}
.black-list-main {
  padding: 15px;
  position: relative;
}
.black-list-main > p {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}
.black-list-item-name {
  font-size: 12px;
  color: #A3A3A3;
  line-height: 12px;
}
.black-list-btn-on {
  border-color: #fd8f01;
  color: #fd8f01;
}
.black-list-btn-off {
  border-color: #76acf8;
  color: #76acf8;
}
.black-list-doing {
  border-color: #76acf8;
  color: #76acf8;
}
.icon-black-list {
  background-image: url('//image.yuantutech.com/i4/6ccc394e42460d428ef88059195a1a59-120-120.png');
}
.black-detail-wrapped {
  background: #fff;
}
.black-detail-header {
  padding: 16px;
  padding-left: 40px;
  background: #fff no-repeat url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/d63c23fcda60031312f8b1721e1c33a0-54-54.png);
  background-size: 16px;
  background-position: 16px 16px;
}
.black-detail-footer {
  width: 100%;
  height: 62px;
  background: #fff;
  border-top: 1px solid  #DDDDDD;
  position: fixed;
  left: 0;
  bottom: 0;
}
.news-top {
  position: fixed;
  z-index: 99;
  width: 100%;
  color: #45a7ff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 4px #ddd;
  background-color: #fff;
}
.news-top:after {
  display: block;
  clear: both;
  content: "";
  width: 0;
}
.news-top-container {
  position: relative;
  white-space: nowrap;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 0;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.news-top-item {
  display: inline-block;
  margin-left: 20px;
  box-sizing: border-box;
}
.news-top-item a {
  font-size: 16px;
  line-height: 3em;
  display: block;
  color: #888888;
  text-decoration: none;
}
.news-top-item .news-top-on {
  color: #45a7ff;
  border-bottom: 3px solid #45a7ff;
}
.news-top-item:last-of-type {
  margin-right: 20px;
}
.news-page-list {
  padding-top: 50px;
}
.news-page-item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.news-page-item .img {
  width: 100px;
  height: 80px;
  margin-left: 10px;
  position: absolute;
  background-color: #f8f8f8;
  background-image: url(//s.yuantutech.com/i4/7939b31ce29486aa70e7ec2c8f5dc29f.jpg);
  background-position: center center;
  background-size: cover;
}
.news-page-item .text {
  margin-left: 120px;
  height: 80px;
}
.news-page-item .h1 {
  overflow: hidden;
  max-height: 2.6em;
  line-height: 1.3em;
  font-size: 16px;
  color: #303030;
}
.news-page-item .sub {
  color: #888888;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4em;
  max-height: 1.4em;
  overflow: hidden;
  margin-right: 15px;
}
.news-page-item .time {
  position: absolute;
  font-size: 12px;
  right: 15px;
  bottom: 10px;
  color: #ccc;
}
.form-grounp {
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.form-grounp > label {
  width: 90%;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.form-grounp > label > input {
  color: #333;
}
.form-grounp:first-child {
  margin-top: 0;
}
.form-control {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 50px;
  background: no-repeat transparent;
  background-size: auto 70%;
  background-position: 14px 5px;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  position: relative;
}
.again-input {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/057a3e72e3fac3da4ea59aaddd57fbcb-42-42.png);
  background-size: 40%;
  background-position: center;
}
.show-password,
.hide-password {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/3e33b7408605c380fef847f27d8fdbc5-52-52.png);
  background-size: 60%;
  background-position: center;
}
.hide-password {
  background-image: url(https://front-images.oss-cn-hangzhou.aliyuncs.com/i4/c497f92e77973a99ac5e8d9de939557e-52-52.png);
}
.input-btn {
  margin: 0;
  font-size: 12px;
  position: absolute;
  top: 6px;
  right: 4px;
}
.btn-disabled {
  border: none;
}
.sign-in.contrainer {
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.sign-in .main-body {
  min-height: 94%;
}
.sign-in .main-header {
  padding-top: 56px;
  padding-bottom: 18px;
  font-size: 10px;
}
.sign-in .h-logo {
  text-align: center;
}
.sign-in .h-logo > img {
  width: 80px;
}
.sign-in .h-txt {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}
.sign-in .h-or-txt {
  width: 110px;
  margin: 0 auto;
  margin-top: 18px;
}
.sign-in .h-or-txt .txt-line {
  font-size: 14px;
  background: #fff;
}
.sign-in .register-link {
  margin-top: 10px;
  padding: 0 5%;
  display: flex;
  justify-content: flex-end;
}
.sign-in .register-link > a {
  font-size: 12px;
  color: #76acf8;
  letter-spacing: 0;
  line-height: 12px;
}
.sign-in .submit-btn {
  margin-top: 26px;
}
.sign-in .btn-disabled,
.sign-in .btn-disabled:active {
  background: #cccccc;
  color: #ffffff;
}
.sign-in .main-footer {
  padding-bottom: 20px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
}
.sign-in .main-footer a {
  color: #76acf8;
  letter-spacing: 0;
  line-height: 12px;
}
.forget-pwd {
  height: 100%;
  background-color: #fff;
}
.forget-pwd .main-header {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
.my-wraper {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.my-main_header {
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #429FFF;
  overflow: hidden;
  position: relative;
}
.my-main_header:after {
  content: "";
  width: 150%;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.my-main_header .btn {
  width: 85px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.my-main_header .logged_in {
  text-align: center;
  z-index: 1;
}
.my-main_header .logged_in > img {
  width: 65px;
  border: solid #fff 3px;
  border-radius: 50%;
}
.my-main_header .logged_in > p {
  color: #333;
}
.my-main_header .logged_in .login_btn {
  width: 85px;
  height: 29px;
  line-height: 28px;
  margin-top: 8px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
}
.my-main_section {
  padding-bottom: 60px;
}
.my-main_section .grid-item {
  padding-top: 20%;
  color: #333;
}
.my-main_section .grid-item:hover,
.my-main_section .grid-item:active {
  color: #333;
}
.my-main_section .grid-txt {
  font-size: 14px;
  color: #666;
}
.my-main_section .list-ord {
  border-top: none;
  border-bottom: none;
}
.my-main_section .list-extra {
  line-height: 1.5;
}
.my-main_section .list-title {
  font-size: 15px;
}
.my-main_footer {
  min-height: 100px;
}
.my-follow {
  padding-top: 1px;
  box-sizing: border-box;
}
.my-follow .btn-link {
  margin-top: 30px;
}
.my-follow .follow-title {
  font-size: 16px;
}
.my-follow .follow-subtitle {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}
.my-follow .follow-brief {
  font-size: 14px;
}
.my-follow .follow-btn {
  min-width: 4em;
}
.my-follow .registered-doct-title {
  line-height: 52px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.my-follow .list-extra {
  margin: 0;
}
.application-list-panel {
  margin-bottom: 15px;
}
.application-list-title {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.application-list-line {
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.application-input-container {
  position: relative;
  padding: 10px 15px;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.application-input-container input {
  box-sizing: border-box;
  padding: 0 15px 0 30px;
  border-radius: 13px;
  height: 26px;
  background-color: #f8f8f8;
  font-size: 14px;
  width: 100%;
  outline: none;
  border: 1px solid #eee;
}
.input-search-position {
  position: absolute;
  top: 16px;
  left: 25px;
}
.application-list-container {
  position: relative;
}
.application-list-container .not-online {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(//image.yuantutech.com/user/649b2cbac5aca5edb74dbd6d871374d3-172-174.png);
  width: 40px;
  height: 40px;
  background-size: cover;
}
.application-list-container .new-online {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(https://image.yuantutech.com/i4/81585fa87ac16e510cbf4f95c367819f-86-88.png);
  width: 40px;
  height: 40px;
  background-size: cover;
}
.feedback-top-bar {
  background-color: #fff;
  white-space: nowrap;
  height: 60px;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1;
}
.feedback-top-bar::-webkit-scrollbar {
  display: none;
}
.feedback-top-list {
  margin: 0 10px;
}
.feedback-top-list li {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 15px;
  font-size: 15px;
  color: #333;
}
.feedback-top-list li span {
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  display: block;
}
.feedback-top-list:after {
  content: "";
  display: block;
  width: 0;
  clear: both;
}
.feedback-bottom-bar {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 7px 0;
  border-top: 1px solid #eee;
}
.feedback-bottom-bar:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
}
.feedback-bottom-item {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  padding: 12px 0;
  color: #333;
}
.feedback-bottom-item img {
  position: relative;
  top: -1px;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.feedback-bottom-item:first-of-type {
  border-right: 1px solid #eee;
}
.list-title {
  font-size: 14px;
}
.feedback-issue-title {
  font-size: 20px;
  color: #333;
  padding: 15px;
  line-height: 1.3;
}
.feedback-issue-container {
  line-height: 1.5;
  font-size: 14px;
  padding: 15px;
}
.feedback-issue-type {
  padding: 0 15px;
  font-size: 12px;
  color: #999;
}
.evaluate-extra-container {
  width: 100%;
  box-sizing: border-box;
}
.evaluate-extra-container textarea {
  width: 100%;
  border: none;
  height: 100px;
}
.extra-label-container {
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.evaluate-label-active {
  background-color: #f1f6fe;
  color: #76ACF8;
  border: 1px solid #76ACF8;
  border-radius: 2px;
}
.evaluate-extra-value {
  color: #999999;
}
.disease-detail-container {
  padding: 15px;
  background-color: #fff;
}
.disease-detail-block {
  margin-bottom: 30px;
}
.disease-detail-block h2 {
  margin-bottom: 5px;
  font-size: 16px;
}
.disease-detail-block p,
.disease-detail-block strong,
.disease-detail-block span {
  color: #999;
  font-size: 14px;
}
.disease-up-block,
.disease-catalog {
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #76acf8;
  z-index: 2;
  right: 15px;
  background-color: #fff;
  color: #76acf8;
  opacity: 0.8;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.disease-up-block {
  bottom: 160px;
}
.disease-up-block img {
  width: 25px;
}
.disease-catalog {
  bottom: 80px;
}
.slide-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.slide-content {
  width: 240px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  position: absolute;
  right: -240px;
  background-color: #fff;
}
.slide-content a {
  box-sizing: border-box;
  display: block;
  padding: 15px 25px;
  color: #333;
}
.slide-content a:hover {
  background: #F9F9F9;
}
.oauth-login {
  min-height: 100%;
  padding-top: 1px;
  padding-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
.oauth-login .continue-btn {
  margin: 0 auto;
}
.oauth-login .main-footer {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pay-status {
  padding-top: 50px;
}
.pay-status .result-wrapper {
  background: transparent;
}
.title {
  z-index: 999;
  position: relative;
}
.main {
  background: #eee;
  width: 100%;
  height: 1500px;
}
.top {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 30px;
  background: red;
}
.a {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
