#root {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.text_center {
  text-align: center;
}
.placeholder {
  font-size: 0.9rem;
}

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: -apple-system-font, "Helvetica Neue", Helvetica, sans-serif;
}
ul {
  list-style: none;
}
body,
.page {
  background-color: #f8f8f8;
}
.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.page__hd {
  padding: 40px;
}
.page__bd_spacing {
  padding: 0 15px;
  margin-bottom: 10px;
}
.page__ft {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}
.page__ft img {
  height: 19px;
}
.page__ft.j_bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.page__title {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}
.page__desc {
  margin-top: 5px;
  color: #888;
  font-size: 14px;
  text-align: left;
}
.page.article,
.page.loadmore,
.page.actionsheet,
.page.dialog,
.page.msg_warn,
.page.msg_success,
.page.msg,
.page.toast,
.page.toptips,
.page.popup,
.page.gallery {
  /* background-color: #fff; */
}
.page.infinite {
  position: relative;
}
.page.flex .placeholder,
.page.swiper .placeholder {
  height: 2.3em;
  margin: 5px;
  color: #cfcfcf;
  background-color: #ebebeb;
  line-height: 2.3em;
  text-align: center;
}
.page.icons {
  text-align: center;
}
.page.icons .page__bd {
  /* padding: 0 40px; */
  text-align: left;
}
.page.icons .icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.page.icons .icon-box i {
  margin-right: 18px;
}
.page.icons .icon-box__ctn {
  flex-shrink: 100;
}
.page.icons .icon-box__title {
  font-weight: normal;
}
.page.icons .icon-box__desc {
  margin-top: 6px;
  color: #888;
  font-size: 12px;
}
.page.icons .icon_sp_area {
  margin-top: 10px;
  text-align: left;
}
.page.icons .icon_sp_area i::before {
  margin-bottom: 5px;
}
.react-weui-ptr {
  overflow: hidden;
}
.react-weui-ptr__loader {
  display: flex;
  align-content: stretch;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}
.page-hr {
  border: none;
  border-bottom: 1px dashed #f44336;
}
.ipt_b {
  border: 1px solid #ccc;
}

.global_navs .icon_nav {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 0.7em;
}
.page.home .page__category {
  overflow: hidden;
}
.page.home .page__category-content {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
}
.page.home .weui-flex {
  align-items: center;
  padding: 20px;
  transition: 0.3s;
}
.page.home .page__intro-icon {
  width: 16px;
  height: 16px;
  margin-top: -0.2em;
  margin-left: 5px;
  vertical-align: middle;
}
.page.home .page__title {
  margin-bottom: 15px;
  font-size: 30px;
}
.page.home .page__bd img {
  width: 30px;
  height: 30px;
  border: 0;
}
.page.home .page__bd li {
  border-radius: 2px;
  margin: 10px 0;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.page.home .page__bd li.js_show .weui-flex {
  opacity: 0.4;
}
.page.home .page__bd li.js_show .page__category {
  height: auto;
}
.page.home .page__bd li.js_show .page__category-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page.home .page__bd li:first-child {
  margin-top: 0;
}
.page.home .weui-cells {
  margin-top: 0;
}
.page.home .weui-cells::before,
.page.home .weui-cells::after {
  display: none;
}
.page.home .weui-cell {
  padding-right: 20px;
  padding-left: 20px;
}
.page.home .weui-cell::before {
  right: 20px;
  left: 20px;
}
.slide-appear {
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
.slide-appear.slide-appear-active {
  opacity: 1;
}
.slide-enter {
  max-height: 0;
  transition: all 0.3s ease-in;
}
.slide-enter.slide-enter-active {
  max-height: 1000px;
}
.slide-exit {
  max-height: 1000px;
  transition: all 0.1s ease-out;
}
.slide-exit.slide-exit-active {
  max-height: 0;
}
.home-jsapi a {
  color: #2196f3;
}

.button-sp-area {
  width: 60%;
  /* padding: 15px 0; */
  margin: 0 auto;
}
.button-sp-area__item {
  text-align: center;
}

.page.icons {
  background: #f9e9e9;
  text-align: center;
}
.page.icons i {
  /* padding: 0 5px 10px; */
}
.page .weui-grid__icon {
  width: auto;
  height: auto;
  text-align: center;
}
.icon_sp_area {
  margin-top: 20px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.react-weui-swiper__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.react-weui-swiper__wrapper {
  overflow: hidden;
}
.react-weui-swiper__pagination {
  position: absolute;
  text-align: center;
  transition: all 0.3s;
  z-index: 10;
}
.react-weui-swiper__pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #eee;
}
.react-weui-swiper__pagination-bullet.active {
  background: #1aad19;
}
.react-weui-swiper__container.react-weui-swiper__container-horizontal .react-weui-swiper__pagination {
  bottom: 10px;
  width: 100%;
}
.react-weui-swiper__container.react-weui-swiper__container-horizontal .react-weui-swiper__pagination-bullet {
  margin: 0 5px;
}
.react-weui-swiper__container.react-weui-swiper__container-vertical .react-weui-swiper__pagination {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.react-weui-swiper__container.react-weui-swiper__container-vertical .react-weui-swiper__pagination-bullet {
  display: block;
  margin: 5px 0;
}

.global_navs .icon_nav {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 0.7em;
}
.page.home .page__intro-icon {
  width: 16px;
  height: 16px;
  margin-top: -0.2em;
  margin-left: 5px;
  vertical-align: middle;
}
.page.home .page__title {
  margin-bottom: 15px;
  font-size: 30px;
}
.page.home .page__category {
  overflow: hidden;
}
.page.home .page__category-content {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
}
.page.home .weui-flex {
  align-items: center;
  padding: 20px;
  transition: 0.3s;
}
.page.home .page__bd img {
  width: 30px;
  height: 30px;
  border: 0;
}
.page.home .page__bd li {
  border-radius: 2px;
  margin: 10px 0;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.page.home .page__bd li.js_show .weui-flex {
  opacity: 0.4;
}
.page.home .page__bd li.js_show .page__category {
  height: auto;
}
.page.home .page__bd li.js_show .page__category-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page.home .page__bd li:first-child {
  margin-top: 0;
}
.page.home .weui-cells {
  margin-top: 0;
}
.page.home .weui-cells::before,
.page.home .weui-cells::after {
  display: none;
}
.page.home .weui-cell {
  padding-right: 20px;
  padding-left: 20px;
}
.page.home .weui-cell::before {
  right: 20px;
  left: 20px;
}
.slide-appear {
  opacity: 0;
  transition: opacity 0.7s ease-in;
}
.slide-appear.slide-appear-active {
  opacity: 1;
}
.slide-enter {
  max-height: 0;
  transition: all 0.3s ease-in;
}
.slide-enter.slide-enter-active {
  max-height: 1000px;
}
.slide-exit {
  max-height: 1000px;
  transition: all 0.1s ease-out;
}
.slide-exit.slide-exit-active {
  max-height: 0;
}
.up-to-down-appear {
  opacity: 0;
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
}
.up-to-down-appear.up-to-down-appear-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: opacity 150ms linear, -webkit-transform 200ms ease-out;
  transition: opacity 150ms linear, transform 200ms ease-out;
  transition: opacity 150ms linear, transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.section_bottom {
  margin-bottom: 60px;
}

#showTips.weui-popedom-box {
  position: relative;
}

.refresh-demo {
  height: 100vh;
}
.refresh-demo .pull-to-refresh-txt {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.App {
  text-align: center;
}
.App-logo {
  margin: 20px 0;
}
.App-header {
  height: 150px;
  padding: 20px;
}
.App-title {
  font-size: 1.5em;
}
.App-intro {
  font-size: large;
}

