page {
  background-color: #f8f9fe;
  color: #2c2c34;
  word-break: break-all;
}
view {
  display: block;
}
scroll-view,
text,
view {
  box-sizing: border-box;
}
image {
  display: block;
  width: 100%;
}
button:after {
  display: none;
}
.default-hover-class {
  opacity: 0.8;
}
.divider {
  background-color: #f7f8fa;
  height: 2px;
  width: 100%;
}
.divider-box {
  background-color: #f8f9fe;
  height: 18rpx;
  width: 100%;
}
.uni-collapse-item__title-arrow {
  margin-right: 0 !important;
}
page::after {
  animation: shadow-preload 0.1s;
  animation-delay: 3s;
  content: "";
  left: -1000px;
  position: fixed;
  top: -1000px;
}
@-webkit-keyframes shadow-preload {
  0% {
    background-image: url(https://cdn1.dcloud.net.cn/img/shadow-grey.png);
  }
  100% {
    background-image: url(https://cdn1.dcloud.net.cn/img/shadow-grey.png);
  }
}
@keyframes shadow-preload {
  0% {
    background-image: url(https://cdn1.dcloud.net.cn/img/shadow-grey.png);
  }
  100% {
    background-image: url(https://cdn1.dcloud.net.cn/img/shadow-grey.png);
  }
}
page {
  --status-bar-height: 25px;
  --top-window-height: 0px;
  --window-top: 0px;
  --window-bottom: 0px;
  --window-left: 0px;
  --window-right: 0px;
  --window-magin: 0px;
}
[data-c-h="true"] {
  display: none !important;
}