html,
body {
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'PingFangSC-Regular', 'sans-serif';
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/

  -webkit-user-select: none; /*webkit浏览器*/ /*早起浏览器*/

  -moz-user-select: none; /*火狐浏览器*/ /*IE浏览器*/

  user-select: none; /*用户是否能够选中文本*/
}

button,
input {
  padding: 0;
  border: none;
}
button:disabled {
  transform: none;
}
p,
ul {
  margin: 0;
  padding: 0;
}

#root {
  min-height: 100%;
  /* background-color: #f6f6f6; */
  background-color: rgba(0, 0, 0, 0);
  max-width: 750px;
  margin: 0 auto;
}

.qaIcon {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAeFBMVEUAAAD/vD//vT//vT//vUD/v0H/vUD/w0X/vUD/vT//vkH/vUL/vUD/vED/vT//vUD/vUD/vkP/vT//vT//vT//vT//vUD/vj//vUD/vUL/wEP/wkf/wkP/vUD/vT//vj//vj//vkH/vT//vD//vED/vED/vUL/vD/b1W4gAAAAJ3RSTlMA2vP6gzNVIcjCQj3A7Ourax7v59/WmHxkUSwXD869h4FO0ZFzUDqGaot3AAABBUlEQVQoz11T6ZqCMAxMT+RQLlkEddVdte//hpYmhpb505lMc9B8AMPoSkgpqvsMW0yDYwyPxGpzlyBvV688uA0OJXsKI7/NNI01CkVuhnlHkvMVc7OgdkH03ObShcBu4RZrnjx937TxxxMj1lOBRT07UcigKZjVAGcZpvLEIQxoNptAfvyEZGqokKjmdVzO6wVgJLPClozae4Vy36aSGNX0HkdkYv4tIyvHZlL2DlBGUkC8j5FGJuSgIzW05/iuxkdgqFgYSJr2fdISwCZf8r8qSysjzPR0vDKv99Hdx5fvcdnre3U33RFVBRAKzuU89LAy9eV+GcSwYrWEhS2MzsPvoA2HPh8CSc098ENPAAAAAElFTkSuQmCC) no-repeat center center / 100% 100%;
}

.withWipesAni {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.withWipesAni::after {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 5px;
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  animation: actbtn 2s linear infinite both;
}
.withWipesAni::before {
  z-index: 10;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 30px;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  animation: actbtn 2s linear infinite both;
}

.withWipesAniShort {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.withWipesAniShort::after {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 5px;
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  animation: actbtn 2.5s linear infinite both;
}
.withWipesAniShort::before {
  z-index: 10;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  width: 30px;
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  animation: actbtn 2.5s linear infinite both;
}
@keyframes actbtn {
  0% {
    transform: translateX(0) skewX(-30deg);
  }
  100% {
    transform: translateX(500px) skewX(-30deg);
  }
}

/* 覆盖antd-mobile样式 */
/* .am-list .am-list-body .am-list-item.am-input-item {
  height: 0.9rem;
}
.am-list .am-list-header {
  margin: 0 0 0.4rem 0;
  padding: 0 0 0 0.16rem;
  font-size: 0.32rem;
  color: #888;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  border-left: 0.08rem solid #a2d1f7;
}
.am-list .am-list-body .am-list-item .am-input-error-extra {
  width: 0.32rem;
  height: 0.32rem;
  background-size: 0.32rem auto;
  margin-right: 0.012rem;
}
.am-list .am-list-body .am-list-item .am-input-extra {
  max-height: none;
  margin-left: 0;
}
.am-list .am-list-body .am-list-item .am-list-content {
  font-size: 0.32rem;
}
.am-list .am-list-body .am-list-item .am-input-label {
  font-size: 0.32rem;
  color: #666666;
}
.am-list .am-list-body .am-list-item .am-list-extra {
  font-size: 0.32rem;
  color: #bbb;
} */

/* .am-list .am-list-body .am-list-item .am-list-extra .am-switch {
  transform: scale(0.8);
  opacity: 0;
} */

/* .am-list .am-list-body .am-list-item .am-input-control {
  font-size: 0.32rem;
}
.am-list .am-list-body .am-list-item .am-input-control input {
  font-size: 0.32rem;
  line-height: normal;
}
.am-list .am-list-body .am-list-item .am-list-line {
  border-bottom: 1px solid #eeeeee !important;
}
.am-list
  .am-list-body
  .am-list-item
  .am-input-control
  input::-webkit-input-placeholder
  .am-list
  .am-list-body
  .am-list-item
  .am-input-control
  input::placeholder {
  line-height: normal;
}
.am-card .am-card-header {
  border-bottom: 1px solid #ddd;
} */
/* .am-card .am-card-header .am-card-header-content {
  flex: 1.2 1;
}
.am-card .am-card-header .am-card-header-extra {
  flex: 0.8 1;
} */

/* .am-card .am-card-footer {
  border-top: 1px solid #ddd;
  padding-top: 8px;
} */

.fade-enter {
  opacity: 0;
}
.fade-enter-active {
  opacity: 1;
  transition: opacity 200ms;
}
.fade-exit {
  opacity: 1;
}
.fade-exit-active {
  opacity: 0;
  transition: opacity 200ms;
}

.skeleton {
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e3e3e3 37%, #f2f2f2 63%);
  width: 100%;
  /* height: 0.6rem; */
  list-style: none;
  background-size: 400% 100%;
  background-position: 100% 50%;
  animation: skeleton-loading 1.4s ease infinite;
}

.customerService {
  /* height: calc(100% - 42px); */
  padding-top: 42px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}


/*# sourceMappingURL=umi.c2086c6e.css.map*/