.msg-rules {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  margin-bottom: 90px;
}
.list-pay-msg {
  background-color: #fff;
  font-size: 14px;
  line-height: 46px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 15px;
}
.list-pay-msg .item-right {
  float: right;
}
.message-wrapper + .step {
  border-bottom: 1px solid #eeeeee;
}
.confir-pay-right {
  font-size: 14px;
  line-height: 14px;
  float: right;
}
.pay-time {
  background: #fff;
  text-align: center;
  padding: 24px 0;
}
.pay-time-msg {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  margin-bottom: 6px;
}
.pay-time .time {
  font-size: 24px;
  line-height: 24px;
}
.pay-number {
  font-size: 12px;
  color: #666;
  margin-left: 5px;
}
.pay-manner-panel .message-title {
  font-size: 16px;
  line-height: 16px;
}
.pay-manner-panel .message-title .pay-number {
  font-size: 12px;
  color: #666;
  margin-left: 5px;
}
.pay-manner-panel .only-title {
  line-height: 38px;
}
.pay-manner-panel .message {
  padding: 16px 15px;
  padding-left: 0;
}
.pay-manner-panel .message-icon {
  top: 16px;
}
.pay-manner-panel .message .radio-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}
.panel .message-wrapper + .list {
  border-top: 0;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝v1.0.7删除＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.doc-description .message-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e0f4fc;
}
.doc-description .message-content {
  margin-left: 65px;
}
.doc-description .message-content p {
  font-size: 13px;
}
.pay-manner-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.pay-manner-wrapper .pay-manner-panel {
  background-color: #fff;
  height: 440px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: abc 0.5s both;
          animation: abc 0.5s both;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pay-manner-wrapper .pay-manner-title {
  font-size: 17px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: -1px;
}
.pay-manner-wrapper .pay-manner-title .icon-fork {
  position: absolute;
  left: 15px;
  top: 15px;
}
.pay-manner-wrapper .method-btn {
  position: absolute;
  bottom: 0;
}
@-webkit-keyframes abc {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes abc {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝二级科室＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.menu-nosearch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-top: 1px solid #eeeeee;
}
.menu-nosearch-content {
  margin-top: -150px;
  text-align: center;
}
.menu-nosearch-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.menu-nosearch-text {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}
.hide {
  display: none;
}
