/* 基础样式设置 */
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;
}
.dropload-down .dropload-load {
  color: #94a3b8;
}
.dropload-down .dropload-load .loading {
  border: 2px solid #94a3b8;
  border-bottom-color: transparent;
}
.dropload-down .dropload-noData,
.dropload-down .dropload-refresh {
  color: #94a3b8;
}
#hui-load-more {
  position: absolute;
  bottom: 16vw;
  width: 100%;
}
#hui-toast {
  bottom: 50vh;
}
.bg {
  background: linear-gradient(#6db1fa, #00a5ed);
  height: 56vw;
  position: absolute;
  width: 100vw;
}
#app {
  width: 100vw;
}
#app .panel {
  width: 95vw;
  margin: 4vw 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  border-radius: 1.6vw;
}
#app .panel-profile {
  flex-direction: column;
}
#app .panel-profile .profile-top {
  height: 13vw;
  display: flex;
  margin: 2.5vw 4vw 4vw;
}
#app .panel-profile .profile-top .profile-avatar {
  height: 13.5vw;
  width: 13.5vw;
  border-radius: 50%;
  border: 0.5vw solid #ffffff;
}
#app .panel-profile .profile-top .name-wrapper {
  margin-left: 2.5vw;
  display: flex;
  flex-direction: column;
  height: 13.5vw;
  width: 70vw;
  height: 13vw;
}
#app .panel-profile .profile-top .name-wrapper .profile-name {
  color: #475569;
  display: block;
  font-size: 4.8vw;
  height: 8vw;
  line-height: 8vw;
  text-align: left;
  white-space: nowrap;
  /*强制文本一行显示*/
  overflow: hidden;
  /*超出元素默认宽度内容隐藏*/
  text-overflow: ellipsis;
  /*使用省略号代表有内容未显示*/
}
#app .panel-profile .profile-top .name-wrapper .yiban-id {
  color: #475569;
  display: block;
  font-size: 3.5vw;
  height: 5vw;
  line-height: 5vw;
  text-align: left;
  white-space: nowrap;
  /*强制文本一行显示*/
  overflow: hidden;
  /*超出元素默认宽度内容隐藏*/
  text-overflow: ellipsis;
  /*使用省略号代表有内容未显示*/
}
#app .panel-profile .profile-bottom {
  height: 12vw;
  line-height: 12vw;
  display: flex;
}
#app .panel-profile .profile-bottom .label {
  width: 20vw;
  padding-left: 4vw;
  color: #94a3b8;
  font-size: 4vw;
  text-align: right;
}
#app .panel-profile .profile-bottom .value {
  color: #475569;
  width: 50vw;
  font-size: 4vw;
  text-align: left;
  white-space: nowrap;
  /*强制文本一行显示*/
  overflow: hidden;
  /*超出元素默认宽度内容隐藏*/
  text-overflow: ellipsis;
  /*使用省略号代表有内容未显示*/
}
#app .panel-profile .profile-bottom .link-btn {
  width: 18vw;
  height: 8vw;
  background-color: #38f;
  border-radius: 6px;
  margin-top: 2vw;
  display: flex;
}
#app .panel-profile .profile-bottom .link-btn img {
  width: 8vw;
  height: 8vw;
  padding: 2vw;
}
#app .panel-profile .profile-bottom .link-btn span {
  height: 8vw;
  line-height: 8vw;
  font-size: 3.5vw;
  color: #fff;
}
#app .panel-statistic {
  display: flex;
  justify-content: space-around;
}
#app .panel-statistic .statistic-item {
  width: 33%;
  height: 20vw;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 6vw;
}
#app .panel-statistic .statistic-item p {
  color: #94a3b8;
}
#app .panel-statistic .statistic-item p:nth-child(1) {
  font-weight: 600;
  color: #475569;
  font-size: 16px;
  line-height: 12vw;
}
#app .panel-statistic .statistic-item:nth-child(2)::before {
  content: '';
  width: 1px;
  height: 10vw;
  background-color: #e2e8f0;
  position: absolute;
  top: 5vw;
  left: 30.5vw;
}
#app .panel-statistic .statistic-item:nth-child(2)::after {
  content: '';
  width: 1px;
  height: 10vw;
  background-color: #e2e8f0;
  position: absolute;
  top: 5vw;
  left: 63.5vw;
}
#app .hui-tab {
  width: 95vw;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.6vw;
}
#app .hui-tab .hui-tab-title .tab-title-item {
  width: 25%;
  color: #64748b;
}
#app .hui-tab .hui-tab-title .hui-tab-active {
  color: #38f;
}
#app .hui-tab .hui-tab-body {
  padding: 2vw 0;
}
#app .hui-tab .hui-tab-body .hui-list {
  border: none;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text {
  display: flex;
  height: 16vw;
  border-color: #f1f5f9;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text .pic {
  width: 12vw;
  height: 12vw;
  padding: 1.1vw;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text .pic img {
  width: 10vw;
  height: 10vw;
  border-radius: 1.2vw;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text a .box-name {
  width: 60vw;
  height: 6vw;
  line-height: 6vw;
  padding: 0 2vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #475569;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text a .gift-name {
  color: #94a3b8;
  font-size: 3vw;
  line-height: 6vw;
  width: 60vw;
  height: 6vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text .status {
  width: 20vw;
  height: 16vw;
  line-height: 16vw;
  color: #38f;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text .received {
  color: #cbd5e1;
}
#app .hui-tab .hui-tab-body .hui-list .hui-list-text:nth-last-child(1) {
  border: none;
}
footer {
  position: relative;
  width: 100vw;
  height: 26vw;
}
.footer-bar {
  padding: 0;
  justify-content: space-around;
  width: 100%;
  height: 44px;
  background: #fcfcfc;
  padding: 3px 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  box-shadow: 1px -1px 3px #d1d1d1;
  display: flex;
}
.footer-bar .hui-footer-icons {
  height: 24px;
  line-height: 20px;
}
.footer-bar .hui-footer-text {
  height: 18px;
  line-height: 10px;
}
.footer-bar #nav-exchange {
  position: fixed;
  bottom: 8px;
  z-index: 11;
  background-color: #fcfcfc;
  border-radius: 50%;
  width: 16vw;
  height: 16vw;
}
.footer-bar #nav-exchange .center-icon img {
  width: 13vw;
  height: 13vw;
  margin: 0.6vw 1.6vw;
}
.footer-bar .hui-footer-text {
  font-size: 12px;
}
.center-icon-bg {
  content: '';
  width: 16vw;
  height: 16vw;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fcfcfc;
  z-index: 9;
  box-shadow: 0px -1px 3px #d1d1d1;
  border-radius: 50%;
}
.popwindow {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0vw;
  z-index: 999;
}
.popwindow .popwindow-content {
  background-color: #fff;
  height: 68vw;
  width: 68vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}
.popwindow .popwindow-content .colse-btn {
  width: 6vw;
  height: 6vw;
  line-height: 5vw;
  font-size: 6vw;
  text-align: center;
  position: absolute;
  top: 2vw;
  right: 2vw;
  border: 1px solid #64748b;
  border-radius: 50%;
  color: #64748b;
}
.popwindow .popwindow-content .content-text {
  width: 68vw;
  height: 68vw;
  padding: 5vw;
  padding-top: 10vw;
  overflow: scroll;
  -webkit-touch-callout: auto;
  /* iOS Safari */
  -webkit-user-select: auto;
  /* Chrome/Safari/Opera */
  -khtml-user-select: auto;
  /* Konqueror */
  -moz-user-select: auto;
  /* Firefox */
  -ms-user-select: auto;
  /* Internet Explorer/Edge */
  user-select: auto;
  /* Non-prefixed version, currently not supported by any browser */
}
.popwindow .qr-code-content .QR-code-bg {
  height: 100%;
  width: 100%;
}
.popwindow .qr-code-content .QR-code-bg .title {
  width: 100%;
  line-height: 12vw;
  text-align: center;
  color: #64748b;
}
.popwindow .qr-code-content .QR-code-bg .QR-code {
  position: absolute;
  height: 52vw;
  width: 52vw;
  border-radius: 1.5vw;
  margin-bottom: 4vw;
  left: 8vw;
}
.popwindow .qr-code-content .QR-code-bg .QR-code-logo {
  position: relative;
  width: 12vw;
  height: 12vw;
  background-color: #fff;
  border-radius: 1.5vw;
  left: 28vw;
  top: 20vw;
  border: 1px solid #2962ff;
}
