/*  uni-showModal样式  start*/
.uni-modal .uni-modal-body {
  position: fixed;
  z-index: 999;
  width: 80%;
  max-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 0.28rem;
}

.uni-modal .uni-modal__bd {
  padding: 1.3em 1.6em 1.3em;
  min-height: 40px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 0.61rem;
  text-align: left;
}

.uni-modal .uni-modal__bd,
.uni-modal .uni-modal__title {
  word-wrap: break-word;
  word-break: normal;
  white-space: pre-wrap;
}

.uni-modal .uni-modal__ft {
  position: relative;
  line-height: 48px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.uni-modal .uni-modal__btn_default:nth-of-type(2) {
  width: 7.78rem;
  font-weight: 500;
  color: rgb(0, 122, 255) !important;
  /* color: #ff9300;
  background: linear-gradient(90deg, #f145e3 0, #fc1f9b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.uni-modal .uni-modal__btn {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
}

.uni-modal .uni-modal__ft:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #d5d5d6;
  color: #d5d5d6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.uni-modal .uni-modal__btn:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  border-left: 1px solid #d5d5d6;
  color: #d5d5d6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.uni-modal .uni-modal__title {
  padding: 0 10px;
  font-weight: 400;
  font-size: 18px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.uni-modal__hd {
  padding-top: 15px;
}

.uni-modal__btn_default {
  white-space: nowrap;
}

.uni-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: block;
  box-sizing: border-box;
}

.uni-mask {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* end */

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

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

.defaultAvatar {
  background: url('/images/kago.png') no-repeat;
  background-size: 100% 100%;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.loading_box_cont .loading_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.loading_box_cont .loading {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url('https://res.hyaoss.com/web/loading.png') no-repeat;
  background-size: 100% 100%;
}

canvas {
  display: block;
}