html, body, #__nuxt, #__layout {
  min-width: 1366px;
  min-height: 100%;
  /* overflow-x: auto; */
}
.__nuxt-error-page {
  z-index: 99;
}
/** 清除浮动 **/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.icon {
  width: 16px;
  height: 16px;
  vertical-align: -0.15em;
  fill: #848E9C;
  overflow: hidden;
}

.card-white {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
}

.rise {
  /* color: #70a800 !important; */
  color: #02C076 !important;
}
.fall {
  /* color: #ea0070 !important; */
  color: #F84960  !important;
}

.hover-white:hover {
  color: #fff !important;
}
.hover-gold:hover {
  color: #F1B80A !important;
}
.hover-gold:hover .icon {
  fill: #F1B80A !important;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1260 {
  max-width: 1260px;
}

.ani_dot {
  display: inline-block;
  height: 1em;
  line-height: 1;
  text-align: left;
  vertical-align: -0.25em;
  overflow: hidden;
}
.ani_dot::before {
  display: block;
  content: '...\A..\A.';
  white-space: pre-wrap;
  animation: dot 3s infinite step-start both;
}
@keyframes dot {
  33% {
    transform: translateY(-2em);
  }
  66% {
    transform: translateY(-1em);
  }
}

.dropdown-arrow:after {
  content: '';
  position: absolute;
  border-width: 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform-origin: 4px 2px;
  transition: transform .3s;
}

.disabled {
  cursor: not-allowed;
}

/* 拷贝成功 */
.copied {
  position: absolute;
  top: 40px;
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  min-width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-left: -30px;
  padding: 0 10px;
}
.copied:after {
  position: absolute;
  top: -5px;
  left: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}

/* 等宽字体 */
.monospaced-font {
  font-family: DINPro-Medium, IBMPlexSans-Medium, 'Microsoft YaHei', Arial,
    sans-serif;
}

/* 日历 */
.mx-calendar-content .cell.active {
  background-color: #f0b90b !important;
  color: #333 !important;
}
.mx-calendar-content .cell.in-range {
  background-color: #fbda3c !important;
  color: #333 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;/*白色*/
  -webkit-text-fill-color: #323333;/*字体颜色*/
}

/* 滚动条样式 */
.scrollBar {
  -ms-overflow-style: none;
}
.scrollBar::-webkit-scrollbar {
  border-radius: 10px;
  width: 6px;
  height: 6px;
}
.scrollBar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
.scrollBar:hover::-webkit-scrollbar-thumb{
  background: #666666;
}
.scrollBar::-webkit-scrollbar-corner {
  display: none
}

/* override gemini-scrollbar default styles */
/* vertical scrollbar track */
.gm-scrollbar.-vertical {
  background-color: rgb(212, 212, 212);
}
.gm-vertical-hidden .-vertical, .gm-vertical-hidden .thumb {
  display: none;
}
/* horizontal scrollbar track */
.gm-scrollbar.-horizontal {
  background-color: transparent !important;
}
/* scrollbar thumb */
.gm-scrollbar .thumb {
  background-color: #666666 !important;
}
.gm-scrollbar .thumb:hover {
  background-color: #666666 !important;
}
.gemini-scrollbar, .gm-scroll-view {
  width: 100%;
  height: 100%;
}
.gm-scroll-view {
  overflow: auto;
}
/* 响应式 */
/* @media screen and (min-width: 768px) and (max-width: 1136px) {
  html, body, #__nuxt, #__layout {
    min-width: 768px;
  }
}
@media screen and (min-width: 375px) and (max-width: 766px) {
  html, body, #__nuxt, #__layout {
    min-width: 375px;
  }
} */

@media screen and (max-width: 768px){
  html{
    overflow-x: hidden !important;
  }
}
