/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
html {
    max-width: 375px;
    margin: 0 auto;
    background-color: #ffffff !important;
}
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}
img {
  display: block;
}
audio {
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
html,
body {
  width: 100%;
  font-size: 0.18667rem;
  background-color: #111111;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
  min-height: -webkit-fill-available;
}
#app {
  font-size: 0.18667rem;
  height: 100%;
}
#root {
  height: 100%;
  width: 100%;
}
/* 大屏滚动条样式 */
@media screen and (min-width: 1400px) {
::-webkit-scrollbar {
    width: 0.08rem;
    height: 0.08rem;
}
::-webkit-scrollbar-track {
    background: #111111;
    border-radius: 0.04rem;
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0.04rem;
    transition: all 0.3s;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-corner {
    background: #ffffff;
}
.van-popup {
    position: sticky !important;
}
}
.container {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.single-line-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-overflow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hide-x-scrollbar {
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.hide-x-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-y-scrollbar {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.hide-y-scrollbar::-webkit-scrollbar {
  display: none;
}
.hairline {
  position: relative;
}
.hairline::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  transform: scale(0.5);
  border-top-width: 0.01333rem;
}
.btn-border {
  position: relative;
  z-index: 1;
}
.btn-border::before {
  content: "";
  position: absolute;
  top: -0.01333rem;
  left: -0.01333rem;
  right: -0.01333rem;
  bottom: -0.01333rem;
  background: linear-gradient(190deg, #ff0000, #ff8601, #ff0000);
  border-radius: 0.58667rem;
  z-index: -1;
}
.btn-border::after {
  content: "";
  position: absolute;
  top: 0.01333rem;
  left: 0.01333rem;
  right: 0.01333rem;
  bottom: 0.01333rem;
  background: #ff5b00;
  border-radius: 0.56rem;
  z-index: -1;
}
.btn-border-cancel {
  position: absolute;
  z-index: 1;
}
.btn-border-cancel::before {
  content: "";
  position: absolute;
  top: -0.01333rem;
  left: -0.01333rem;
  right: -0.01333rem;
  bottom: -0.01333rem;
  background: linear-gradient(190deg, #ff0000, #ff8601, #ff0000);
  border-radius: 0.58667rem;
  z-index: -1;
}
.btn-border-cancel::after {
  content: "";
  position: absolute;
  top: 0.01333rem;
  left: 0.01333rem;
  right: 0.01333rem;
  bottom: 0.01333rem;
  background: #464646;
  border-radius: 0.56rem;
  z-index: -1;
}
#nprogress .bar {
  background: var(--van-primary-color) !important;
}
#nprogress .spinner {
  display: none !important;
}
.van-popup {
  background-color: #2f2f2f !important;
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-right-enter-from,
.slide-left-leave-to {
  transform: translateX(100%);
}
.slide-right-leave-to,
.slide-left-enter-from {
  transform: translateX(-100%);
}
