/* 基础样式设置 */
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%;
}
.swipe-wrap {
  padding: 10px;
}
.swipe-wrap .hui-swipe {
  height: 41vw;
  border-radius: 6px;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.swipe-wrap .hui-swipe .hui-swipe-items {
  border-radius: 6px;
}
.swipe-wrap .hui-swipe .hui-swipe-items .hui-swipe-item {
  border-radius: 6px;
}
.swipe-wrap .hui-swipe .hui-swipe-items .hui-swipe-item img {
  border-radius: 6px;
}
.scroll-news-wrap {
  background: #fff;
  padding: 0px 15px;
  margin: 10px;
  border-radius: 6px;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
}
.scroll-news-wrap .hui-scroll-news .hui-scroll-news-items {
  color: #64748b;
}
.list-wrap {
  position: relative;
  width: 95vw;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
}
.list-wrap .list-item {
  margin: 2vw 0;
  box-sizing: border-box;
  width: 95vw;
  border-radius: 6px;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  display: flex;
}
.list-wrap .list-item img {
  width: 38vw;
  height: 38vw;
  border-radius: 6px 0 0 6px;
}
.list-wrap .list-item .tag {
  width: 19vw;
  height: 6vw;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  left: 19vw;
  line-height: 6vw;
  padding: 0 1vw;
  color: #e2e8f0;
  font-size: 3.5vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0 0 0 4px;
}
.list-wrap .list-item .hui-img-list-content {
  border-radius: 0 6px 6px 0;
  height: 38vw;
  width: 63vw;
}
.list-wrap .list-item .hui-img-list-content h1 {
  color: #475569;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-wrap .list-item .hui-img-list-content p {
  color: #94a3b8;
  font-size: 12px;
  padding: 2vw 0;
}
.list-wrap .list-item .hui-img-list-content .center-wrap {
  display: flex;
  height: 8vw;
  margin-bottom: 1vw;
}
.list-wrap .list-item .hui-img-list-content .center-wrap .wangxin {
  width: 36vw;
  height: 8vw;
  display: flex;
}
.list-wrap .list-item .hui-img-list-content .center-wrap .wangxin img {
  width: 5vw;
  height: 5vw;
  margin-top: 1.6vw;
  margin-right: 2vw;
}
.list-wrap .list-item .hui-img-list-content .center-wrap .wangxin span {
  line-height: 8vw;
  color: #94a3b8;
}
.list-wrap .list-item .hui-img-list-content .center-wrap .remaining {
  line-height: 8vw;
  font-size: 3.5vw;
}
.list-wrap .list-item .hui-img-list-content .bottom-wrap {
  width: 52vw;
  height: 10vw;
}
.list-wrap .list-item .hui-img-list-content .bottom-wrap .swiper-wrapper {
  display: flex;
  position: relative;
  overflow: visible;
}
.list-wrap .list-item .hui-img-list-content .bottom-wrap .swiper-wrapper img {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  border-radius: 0;
}
.list-wrap .list-item .hui-img-list-content .bottom-wrap .swiper-wrapper .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#hui-toast {
  bottom: 50vh;
}
.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%;
}
footer {
  position: relative;
  width: 100vw;
  height: 20vw;
}
