/* 基础样式设置 */
body,
html {
  height: 100%;
  width: 100vw;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: theme('borderColor.DEFAULT', currentColor);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
  border: none;
}
body {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  font-size: 15px;
  color: #64748b;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  font-family: PingFangSC-Regular, Helvetica Neue, Helvetica, Arial, sans-serif, Tahoma, 'Lucida Grande', Verdana, 'Microsoft Yahei';
}
/* 定义屏幕尺寸 */
/* 定义颜色 */
/* 定义阴影 */
/* 定义圆角 */
/* 定义全局尺寸变量 */
/* 定义"添加"按钮背景色 */
/* 定义模态框背景色 */
.color-active {
  color: #00a5ed;
}
.color-normal {
  color: #475569;
}
.color-disabled {
  background-color: #e2e8f0 !important;
  color: #cbd5e1 !important;
}
#hui-dialog #hui-dialog-in {
  border-radius: 6px;
}
#hui-dialog #hui-dialog-in #hui-dialog-msg {
  color: #475569;
}
#hui-toast {
  bottom: 60vh;
}
.top .bg {
  width: 150vw;
  height: 90vw;
  background: linear-gradient(#6db1fa, #00a5ed);
  border-radius: 0 0 100% 100%;
  transform: translateX(-25vw);
  box-shadow: 0 -1px 6px -1px rgba(0, 0, 0, 0.9);
}
.top .bg img {
  width: 150vw;
  height: 150vw;
  opacity: 0.3;
  position: absolute;
  top: -40vw;
}
.top .box-inside {
  width: 70vw;
  height: 70vw;
  position: absolute;
  top: 2vw;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  grid-template-rows: repeat(3, 33.33%);
  justify-items: center;
  align-items: center;
}
.top .box-inside img {
  width: 20vw;
  height: 18vw;
  clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
  -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
}
.label {
  width: 50vw;
  height: 14vw;
  line-height: 7vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  position: relative;
  top: -17.5vw;
  left: 50%;
  transform: translateX(-50%);
}
.label div {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.describe {
  width: 90vw;
  height: 36vw;
  padding: 5vw;
  overflow: scroll;
  color: #64748b;
  background-color: #f1f5f9;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  position: relative;
  top: -10vw;
  left: 50%;
  transform: translateX(-50%);
}
.tag {
  width: 100vw;
  height: 14vw;
  display: flex;
  position: relative;
  top: -8vw;
}
.tag .wangxin,
.tag .remain {
  width: 60vw;
  height: 14vw;
  line-height: 14vw;
  display: flex;
  justify-content: center;
}
.tag .wangxin img,
.tag .remain img {
  width: 5vw;
  height: 5vw;
  margin: 4.3vw 0;
}
.tag .wangxin span,
.tag .remain span {
  padding: 0 2vw;
  color: #94a3b8;
}
.tag .wangxin .num,
.tag .remain .num {
  width: 20vw;
  color: #64748b;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tag .remain {
  width: 40vw;
}
.btn-list {
  position: relative;
  width: 90vw;
  left: 5vw;
  display: flex;
  top: -10vw;
}
.btn-list button {
  width: 40vw;
  margin: 15px 5vw 0 5vw;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
}
.btn-list .btn-back {
  color: #64748b;
}
