.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon::before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon[tabindex] {
  cursor: pointer;
}

.anticon-spin::before,
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html body{background-color:#f6f6f6;font-size:16px;letter-spacing:1px;-webkit-text-size-adjust:100%!important}.g-page-loader-fail{text-align:center;padding-top:70px;display:none}.g-page-loader-fail img{width:190px;height:119.14px;margin-bottom:20px}.g-page-loader-fail .l1{font-weight:700;font-size:18px;margin-bottom:2px}.g-page-loader-fail .l2{color:#999;font-size:16px;margin-bottom:24px;letter-spacing:1px}.g-page-loader-fail button{display:flex;justify-content:center;align-items:center;width:160px;height:40px;letter-spacing:1px;margin:auto;border-radius:26px;color:#fff;font-size:20px;letter-spacing:2px;font-weight:600;background:linear-gradient(225deg,#ff3c61 0,#ff9435 100%);box-shadow:0 3px 17px -11px #ff001d;text-align:center;cursor:pointer}.g-page-loader-fail button:active{background:-webkit-linear-gradient(225deg,#de2246,#e07d24);background:linear-gradient(225deg,#de2246,#e07d24)}.g-page-loader{position:fixed;left:0;right:0;top:50%;text-align:center;color:#999;height:100px;font-size:0;margin-top:-70px}.g-page-loader .load-icon{width:40px;height:40px;animation:loading 1.5s infinite linear;background-color:#f6f6f6}.g-page-loader .loader-text{font-size:17px;margin-top:20px;line-height:24px}@keyframes loading{0%{transform:rotate(0);-webkit-transform:rotate(0)}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
body,
pre,
input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  color: #333;
  border: none;
  outline: none;
}
pre {
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
}
li {
  list-style: none;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}
.g-page {
  min-height: 100vh;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  transition: 0.5s opacity;
  max-width: 480PX;
  margin: 0 auto;
  overflow-x: hidden;
}
@keyframes g-page {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
b {
  font-weight: bold;
}
.g-abs-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g-normal-a {
  color: #333;
  text-decoration: none;
}
.g-fixed-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480PX;
  left: 0;
  right: 0;
  margin: auto;
}
.g-page-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transition: all 0.5s;
  text-align: center;
  color: #999;
  height: 100PX;
  font-size: 0;
  margin-top: -70PX;
}
.g-page-loader .load-icon {
  width: 40PX;
  height: 40PX;
  animation: loading 1.5s infinite linear;
}
.g-page-loader .loader-text {
  font-size: 17PX;
  margin-top: 20PX;
  line-height: 24PX;
}
.g-page-loader-fail {
  text-align: center;
  padding-top: 0.7rem;
  display: none;
}
.g-page-loader-fail img {
  width: 1.9rem;
  height: 1.1914rem;
  margin-bottom: 0.2rem;
}
.g-page-loader-fail .l1 {
  font-weight: bold;
  font-size: 0.18rem;
  margin-bottom: 0.02rem;
}
.g-page-loader-fail .l2 {
  color: #999;
  font-size: 0.16rem;
  margin-bottom: 0.24rem;
  letter-spacing: 0.01rem;
}
.g-page-loader-fail button {
  width: 1.6rem;
  margin: auto;
  border-radius: 0.26rem;
  color: #fff;
  height: 0.48rem;
  font-size: 0.2rem;
  letter-spacing: 0.02rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5db756;
  box-shadow: 0 0.03rem 0.17rem -0.11rem #265123;
  text-align: center;
  cursor: pointer;
}
.g-page-loader-fail button:active {
  background: #479941;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
img {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@keyframes anm-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm-fade-in {
  opacity: 0;
  animation: anm-fade-in 0.5s forwards linear;
}
@keyframes anm-tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.anm-tada {
  animation: anm-tada 1.5s infinite;
}
.anm-breathe {
  animation: anm-breathe 1.5s infinite;
}
@keyframes anm-breathe {
  0% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
.anm-breathe1 {
  animation: anm-breathe1 1.5s infinite;
}
@keyframes anm-breathe1 {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
.anm-zoomin {
  animation: anm-zoomin 0.3s;
}
@keyframes anm-zoomin {
  0% {
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.anm-rotate {
  animation: anm-rotate 1s infinite linear;
  animation-fill-mode: forwards;
}
.anm-rotate.reverse {
  animation-direction: reverse;
}
@keyframes anm-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'iconfont';
  src: url(../images/iconfont.268248bb.ttf) format('truetype');
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconmap:before {
  content: '\e65d';
}
.g-hidden {
  display: none !important;
}
.g-smooth-scroll {
  -webkit-overflow-scrolling: touch;
}
.g-word-break {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.g-full {
  width: 100%;
}
.g-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.g-flex {
  display: flex;
}
.g-flex.row-center {
  justify-content: center;
}
.g-flex.col-center {
  align-items: center;
}
.g-flex.row-between {
  justify-content: space-between;
}
.g-flex.row-end {
  justify-content: flex-end;
}
.g-flex .flex-1 {
  flex: 1;
}
.g-flex .shrink-0 {
  flex-shrink: 0;
}
.g-flex-align-center {
  display: flex;
  align-items: center;
}
.g-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-safe-bottom {
  padding-bottom: constant(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
.g-img-full img,
.g-full-img img {
  width: 100%;
}
.g-text-left {
  text-align: left !important;
}
.g-text-center {
  text-align: center !important;
}
.g-text-right {
  text-align: right !important;
}
.g-text-justify {
  text-align: justify !important;
}
.g-push {
  cursor: pointer;
}
.g-push-in {
  transition: transform 0.2s;
  cursor: pointer;
}
.g-push-in:active {
  transform: scale(0.95);
}
.g-disabled,
.g-push:active {
  opacity: 0.7;
}
.g-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.g-block {
  display: block;
}
.g-rlt {
  position: relative;
}
.g-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480PX;
}
.g-fixed-center {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}
.g-abs {
  position: absolute;
}
.g-center-abs,
.g-abs-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.g-fixed {
  position: fixed;
}
.g-letter-spacing {
  letter-spacing: 0.01rem;
}
.g-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.g-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  max-width: 480PX;
  margin: 0 auto;
}
.g-mask.is-opacity {
  background: rgba(0, 0, 0, 0);
}
.g-mask.is-deep {
  background: rgba(0, 0, 0, 0.85);
}
.g-bg-white {
  background-color: #fff !important;
}
.g-radius {
  border-radius: 0.06rem;
}
.g-margin-b {
  margin-bottom: 0.1rem !important;
}
.g-margin-b-15 {
  margin-bottom: 0.15rem !important;
}
.g-margin-b-20 {
  margin-bottom: 0.2rem !important;
}
.g-margin-b-30 {
  margin-bottom: 0.3rem !important;
}
.g-margin-t-10 {
  margin-top: 0.1rem;
}
.g-margin-t-16 {
  margin-top: 0.16rem;
}
.g-font-12 {
  font-size: 0.12rem;
}
.g-font-14 {
  font-size: 0.14rem;
}
.g-font-16 {
  font-size: 0.16rem;
}
.g-font-18 {
  font-size: 0.18rem;
}
.g-font-20 {
  font-size: 0.2rem;
}
.g-text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.g-text-cut-1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.g-text-cut-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.g-text-cut-3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.g-text-cut-4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.g-color-white {
  color: #fff !important;
}
.g-color-grey {
  color: #999 !important;
}
.g-color-deepgrey {
  color: #666 !important;
}
.g-color-lightgrey {
  color: #ccc !important;
}
.g-color-red {
  color: red;
}
.g-color-green {
  color: green;
}
.sub-empty-page {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-empty-page img {
  width: 2.3rem;
  height: 1.5rem;
  margin: 0.72rem 0 0.2rem 0;
}
.sub-empty-page p {
  margin-top: 0.04rem;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.24rem;
}
.sub-empty-page span {
  margin-top: 0.04rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0.22rem;
}
.jd-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.8rem;
}
.jd-success img {
  height: 0.8rem;
  width: 0.8rem;
  margin-top: 0.08rem;
}
.jd-success p {
  font-size: 0.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.28rem;
  margin-top: 0.37rem;
}
