@charset "utf-8";

/*默认750px*/
html {
  font-size: 100px;
}

body, html {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 0;
  background: #F2F6F8;
  font-family: PingFang TC-Regular, PingFang TC;
  -webkit-text-size-adjust: 100% !important; /*iOS阻止微信修改字体大小通过css，安卓通过js*/
}

* {
  outline: none;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

*::-webkit-scrollbar {
  display: none;
}

.no-data {
  background-color: #fff;
  font-size: 0.28rem;
  padding: 0.064rem;
  font-weight: bold;
  color: #B4C3DA;
  text-align: center;
}

.sub-title {
  margin-bottom: 0.1024rem;
  color: #1F2129;
  font-weight: bold;
  line-height: 0.76rem;
  font-size: 0.4rem;

}

/*富文本样式*/
.tinymce-content img {
  max-width: 100%;
  display: block;
  height: auto;
}

.tinymce-content a {
  text-decoration: none;
}

.tinymce-content iframe {
  width: 100%;
}

.tinymce-content p {
  line-height: 1.6;
  margin: 0;
}

.tinymce-content table {
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
  border: none;
}

.tinymce-content .mce-object-iframe {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.tinymce-content ul, .tinymce-content ol {
  list-style-position: inside;
}

body .van-popup:not(.van-dialog) {
  /*background-color: #ffffff;*/
  padding: 0.32rem 0.16rem 0.24rem 0.16rem;
  font-size: 16px;
}

/*常用颜色*/
.green {
  color: #44B979;
}

.grain {
  color: #9096AB;
}

.red {
  color: #FF3837;
}

.yellow {
  color: #FF961F;
}

/*上下居中 上下左右居中*/
.top-bottom-left-right {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*上下居中*/
.top-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.left-right {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*两行省略*/
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9096AB;
  font-family: "Microsoft Yahei", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Arial", "Verdana", "sans-serif";
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #9096AB;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9096AB;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9096AB;
}

.form-icon {
  width: 0.32rem;
  height: 0.32rem;
}

.read-text {
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #9096AB;
  margin-top: 0.16rem;
}

.condition-description {
  line-height: 0.5rem;
  color: #1F2129;
  font-size: 0.32rem;
  margin: 0.32rem 0;
}

.return-top {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  right: 0.16rem;
  bottom: 1.56rem;
  z-index: 10004;
}

/*vant弹出提示框样式*/
.van-popup .van-dialog__content .van-dialog__message{
  font-size: 16px;
}
.van-popup .van-hairline--top .van-button{
  font-size: 14px;
}

/*按钮激活*/
.btn-active:hover {
  filter: brightness(1.05);
  cursor: pointer;
}
.btn-active:active {
  filter: grayscale(0.1);
}

.clipic-body .clipic-operation-bar{
  font-size: 0.32rem!important;
}
.clipic-body .clipic-frame{
  top: 1.2rem;
}

.doctor-write-article .tox-tinymce, .tox-toolbar {
  border: none !important;
  background: none !important;
}
.doctor-write-article .tox-toolbar__group {
  background: #F7F8FA;
  border-radius: 0.28rem;
}

.tox-dialog{
  top: 0.88rem;
}

.van-cell-group--inset{
  margin: 0 !important;
  border-radius: 0;
}

.backend-title{
  font-size: 16px;
  color: #2E3131;
  line-height: 19px;
}


.backend-sub-title{
  font-weight: 500;
  color: #6F7374;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  position: relative;
}

.backend-sub-title .name{
  padding-left: 6px;
}

.backend-sub-title::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background: #00B272;
  border-radius: 18px 18px 18px 18px;
  opacity: 1;
}
.unbind-device-dialog{
  border-radius: 0.16rem!important;
}

.unbind-device-dialog .van-dialog__content .van-dialog__message{
  font-size: 0.28rem;
  color: #8592A6;
  padding: 0.32rem 0.36rem!important;
  white-space: inherit!important;
}
.unbind-device-dialog .van-dialog__cancel,  .unbind-device-dialog .van-dialog__confirm{
  width: calc(50% - 8px)!important;
  flex: auto!important;
  height: 0.88rem!important;
}
.unbind-device-dialog .van-button{
  border-radius: 0.08rem;
  font-size: 0.32rem;
}

.unbind-device-dialog .van-dialog__footer{
  margin:0 0.32rem 0.32rem;
}

.unbind-device-dialog .van-dialog__cancel{
  border: 0.02rem solid #C9CDD4;
  color: #8592A6;
  margin-right: 0.32rem!important;
}

.unbind-device-dialog .van-dialog__confirm{
  background: #44C6FC;
  color: #fff!important;
}

/*ai*/
/* 通用状态颜色 */
.common-status-green {
  color: #A0D914 !important;
}
.common-status-blue {
  color: #198BFD !important;
}
.common-status-orange {
  color: #F79652 !important;
}
.common-status-yellow {
  color: #f7c852 !important;
}
.common-status-red {
  color: #F5222D !important;
}

.show-exit-btn{
  padding: 0!important;
  font-size: 0.16rem;
  left: 11.4rem!important;
}

.show-exit-btn .van-popover__action{
  width: 1.28rem;
  height: 0.44rem;
  padding: 0 0.16rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
}