/*
 * =========================================================================
 * APIClud - AUI UI 框架
 * Verson 2.1
 * =========================================================================
 */
/*初始化类*/
@charset "UTF-8";
:root {
  /* 按钮 */
  --primary: #78b428;
  /* 字体 */
  --font: #82c828;
  /* 分隔边框 */
  --bd-c: #f1f2f4;
  --bd: 1px solid var(--bd-c);
  /* 输入边框-深色 */
  --bd-d: 1px solid #ddd;
  /* 菜单宽高 */
  --menu-height: 2.4rem;
  /* 分类宽高 */
  --type-width: 9.2rem;
  --type-height: 17.1rem;
  /* 默认背景 */
  --bg: #f6f6f6;
  /* 金额 */
  --red: #FF3C24;
  /* 间距 */
  --gap: 0.5rem;
}

html {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}

body {
  line-height: 1.5;
  font-size: 0.5rem;
  color: #333436;
  background-color: var(--bg);
  outline: 0;
  height: 100%;
}

html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, hr, time, mark, code, figcaption, figure, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

@media only screen and (min-width: 1000px) {
  html {
    font-size: 20px !important;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 22px !important;
  }
}

@media only screen and (min-width: 1500px) {
  html {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 1900px) {
  html {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 2000px) {
  html {
    font-size: 28px !important;
  }
}

@media only screen and (min-width: 2300px) {
  html {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 2500px) {
  html {
    font-size: 32px !important;
  }
}

@media only screen and (min-width: 3000px) {
  html {
    font-size: 35px !important;
  }
}

p {
  font-size: 0.55rem;
}

a {
  color: #333436;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover {
  color: var(--font);
}

textarea {
  overflow: hidden;
  resize: none;
  border: none;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

/*自动隐藏文字*/
.aui-ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aui-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.aui-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*内外边距类*/
.aui-padded-0 {
  padding: 0 !important;
}

.aui-padded-5 {
  padding: 0.25rem !important;
}

.aui-padded-10 {
  padding: 0.5rem !important;
}

.aui-padded-15 {
  padding: 0.75rem !important;
}

.aui-padded-t-0 {
  padding-top: 0 !important;
}

.aui-padded-t-5 {
  padding-top: 0.25rem !important;
}

.aui-padded-t-10 {
  padding-top: 0.5rem !important;
}

.aui-padded-t-15 {
  padding-top: 0.75rem !important;
}

.aui-padded-b-0 {
  padding-bottom: 0 !important;
}

.aui-padded-b-5 {
  padding-bottom: 0.25rem !important;
}

.aui-padded-b-10 {
  padding-bottom: 0.5rem !important;
}

.aui-padded-b-15 {
  padding-bottom: 0.75rem !important;
}

.aui-padded-l-0 {
  padding-left: 0 !important;
}

.aui-padded-l-5 {
  padding-left: 0.25rem !important;
}

.aui-padded-l-10 {
  padding-left: 0.5rem !important;
}

.aui-padded-l-15 {
  padding-left: 0.75rem !important;
}

.aui-padded-r-0 {
  padding-right: 0 !important;
}

.aui-padded-r-5 {
  padding-right: 0.25rem !important;
}

.aui-padded-r-10 {
  padding-right: 0.5rem !important;
}

.aui-padded-r-15 {
  padding-right: 0.75rem !important;
}

.aui-margin-0 {
  margin: 0 !important;
}

.aui-margin-5 {
  margin: 0.25rem !important;
}

.aui-margin-10 {
  margin: 0.5rem !important;
}

.aui-margin-15 {
  margin: 0.75rem !important;
}

.aui-margin-t-0 {
  margin-top: 0 !important;
}

.aui-margin-t-5 {
  margin-top: 0.25rem !important;
}

.aui-margin-t-8 {
  margin-top: 0.4rem !important;
}

.aui-margin-t-10 {
  margin-top: 0.5rem !important;
}

.aui-margin-t-12 {
  margin-top: 0.6rem !important;
}

.aui-margin-t-15 {
  margin-top: 0.75rem !important;
}

.aui-margin-b-0 {
  margin-bottom: 0 !important;
}

.aui-margin-b-5 {
  margin-bottom: 0.25rem !important;
}

.aui-margin-b-10 {
  margin-bottom: 0.5rem !important;
}

.aui-margin-b-15 {
  margin-bottom: 0.75rem !important;
}

.aui-margin-l-0 {
  margin-left: 0 !important;
}

.aui-margin-l-5 {
  margin-left: 0.25rem !important;
}

.aui-margin-l-10 {
  margin-left: 0.5rem !important;
}

.aui-margin-l-15 {
  margin-left: 0.75rem !important;
}

.aui-margin-r-0 {
  margin-right: 0 !important;
}

.aui-margin-r-5 {
  margin-right: 0.25rem !important;
}

.aui-margin-r-10 {
  margin-right: 0.5rem !important;
}

.aui-margin-r-15 {
  margin-right: 0.75rem !important;
}

.aui-clearfix {
  clear: both;
}

.aui-clearfix:before {
  display: table;
  content: " ";
}

.aui-clearfix:after {
  clear: both;
}

/*文字对齐*/
.aui-text-left {
  text-align: left !important;
}

.aui-text-center {
  text-align: center !important;
}

.aui-text-justify {
  text-align: justify !important;
}

.aui-text-right {
  text-align: right !important;
}

/*文字、背景颜色*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 1.2rem;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 0.8rem;
}

h4 {
  font-size: 0.7rem;
}

h5 {
  font-size: 0.7rem;
  font-weight: normal;
  color: #757575;
}

h6 {
  font-size: 0.7rem;
  font-weight: normal;
  color: #757575;
}

h1 small, h2 small, h3 small, h4 small {
  font-weight: normal;
  line-height: 1;
  color: #757575;
}

h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #757575;
}

h1 small, h2 small, h3 small {
  font-size: 65%;
}

h4 small, h5 small, h6 small {
  font-size: 75%;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.aui-font-size-10 {
  font-size: 0.5rem !important;
}

.aui-font-size-12 {
  font-size: 0.6rem !important;
}

.aui-font-size-14 {
  font-size: 0.7rem !important;
}

.aui-font-size-16 {
  font-size: 0.8rem !important;
}

.aui-font-size-18 {
  font-size: 0.9rem !important;
}

.aui-font-size-20 {
  font-size: 1rem !important;
}

.aui-text-default {
  color: #333 !important;
}

.aui-text-white {
  color: #ffffff !important;
}

.aui-text-primary {
  color: var(--primary) !important;
}

.aui-text-success {
  color: #009688 !important;
}

.aui-text-info {
  color: #03a9f4 !important;
}

.aui-text-warning {
  color: #ffc107 !important;
}

.aui-text-danger {
  color: #e51c23 !important;
}

.aui-text-pink {
  color: #e91e63 !important;
}

.aui-text-purple {
  color: #673ab7 !important;
}

.aui-text-indigo {
  color: #3f51b5 !important;
}

.aui-bg-default {
  background-color: #fff !important;
}

.aui-bg-primary {
  background-color: var(--primary) !important;
}

.aui-bg-font {
  background-color: var(--font) !important;
}

.aui-bg-success {
  background-color: #009688 !important;
}

.aui-bg-info {
  background-color: #03a9f4 !important;
}

.aui-bg-warning {
  background-color: #f1c40f !important;
}

.aui-bg-danger {
  background-color: #e51c23 !important;
}

.aui-bg-pink {
  background-color: #e91e63 !important;
}

.aui-bg-purple {
  background-color: #673ab7 !important;
}

.aui-bg-indigo {
  background-color: #3f51b5 !important;
}

/*警告、成功颜色*/
.aui-warning,
.aui-warning label,
.aui-warning .aui-input,
.aui-warning .aui-iconfont {
  color: var(--red) !important;
}

.aui-success,
.aui-success label,
.aui-success .aui-input,
.aui-success .aui-iconfont {
  color: var(--font) !important;
}

/*对齐,显示，隐藏等*/
.aui-pull-right {
  float: right !important;
}

.aui-pull-left {
  float: left !important;
}

.aui-hide {
  display: none !important;
}

.aui-show {
  display: block !important;
}

.aui-invisible {
  visibility: hidden;
}

.aui-inline {
  display: inline-block;
  vertical-align: top;
}

.aui-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 8;
  visibility: hidden;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
}

.aui-mask.aui-mask-in {
  visibility: visible;
  opacity: 1;
}

.aui-mask.aui-mask-out {
  opacity: 0;
}

.aui-round {
  border-radius: 50%;
}

/*toast*/
.aui-toast {
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  border-radius: 0.5rem;
  color: #ffffff;
  position: fixed;
  z-index: 99;
  top: 45%;
  left: 10%;
  max-width: 80%;
  margin-top: -4rem;
  display: none;
}

.aui-toast .aui-iconfont {
  margin-top: 0.2rem;
  display: block;
  font-size: 2.6rem;
}

.aui-toast-content {
  margin: 0.4rem 0.6rem;
}

.aui-toast-frame {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aui-toast-loading {
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0.75rem 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  height: 2.25rem;
  width: 2.25rem;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 1s 0s linear infinite;
  animation: rotate 1s 0s linear infinite;
}

/*基础动画类*/
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }
  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }
  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@font-face {
  font-family: "aui_iconfont";
  src: url('aui-iconfont.ttf') format('truetype');
}

.aui-iconfont {
  position: relative;
  font-family: "aui_iconfont" !important;
  font-size: 0.7rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aui-icon-menu:before {
  content: "\e6eb";
}

.aui-icon-paper:before {
  content: "\e6ec";
}

.aui-icon-info:before {
  content: "\e6ed";
}

.aui-icon-question:before {
  content: "\e6ee";
}

.aui-icon-left:before {
  content: "\e6f4";
}

.aui-icon-right:before {
  content: "\e6f5";
}

.aui-icon-top:before {
  content: "\e6f6";
}

.aui-icon-down:before {
  content: "\e6f7";
}

.aui-icon-share:before {
  content: "\e700";
}

.aui-icon-comment:before {
  content: "\e701";
}

.aui-icon-edit:before {
  content: "\e6d3";
}

.aui-icon-trash:before {
  content: "\e6d4";
}

.aui-icon-recovery:before {
  content: "\e6dc";
}

.aui-icon-refresh:before {
  content: "\e6dd";
}

.aui-icon-close:before {
  content: "\e6d8";
}

.aui-icon-cart:before {
  content: "\e6df";
}

.aui-icon-star:before {
  content: "\e6e0";
}

.aui-icon-plus:before {
  content: "\e6e3";
}

.aui-icon-minus:before {
  content: "\e62d";
}

.aui-icon-correct:before {
  content: "\e6e5";
}

.aui-icon-search:before {
  content: "\e6e6";
}

.aui-icon-gear:before {
  content: "\e6e8";
}

.aui-icon-map:before {
  content: "\e6d2";
}

.aui-icon-location:before {
  content: "\e6d1";
}

.aui-icon-image:before {
  content: "\e6ce";
}

.aui-icon-phone:before {
  content: "\e6c4";
}

.aui-icon-camera:before {
  content: "\e6cd";
}

.aui-icon-video:before {
  content: "\e6cc";
}

.aui-icon-qq:before {
  content: "\e6cb";
}

.aui-icon-wechat:before {
  content: "\e6c9";
}

.aui-icon-weibo:before {
  content: "\e6c8";
}

.aui-icon-note:before {
  content: "\e6c6";
}

.aui-icon-mail:before {
  content: "\e6c5";
}

.aui-icon-wechat-circle:before {
  content: "\e6ca";
}

.aui-icon-home:before {
  content: "\e706";
}

.aui-icon-forward:before {
  content: "\e6d9";
}

.aui-icon-back:before {
  content: "\e6da";
  cursor: pointer;
}

.aui-icon-laud:before {
  content: "\e64b";
}

.aui-icon-lock:before {
  content: "\e6ef";
}

.aui-icon-unlock:before {
  content: "\e62f";
}

.aui-icon-like:before {
  content: "\e62b";
}

.aui-icon-my:before {
  content: "\e610";
}

.aui-icon-more:before {
  content: "\e625";
}

.aui-icon-mobile:before {
  content: "\e697";
}

.aui-icon-calendar:before {
  content: "\e68a";
}

.aui-icon-date:before {
  content: "\e68c";
}

.aui-icon-display:before {
  content: "\e612";
}

.aui-icon-hide:before {
  content: "\e624";
}

.aui-icon-pencil:before {
  content: "\e615";
}

.aui-icon-flag:before {
  content: "\e6f1";
}

.aui-icon-cert:before {
  content: "\e704";
}