.weapps_chooselocation {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 100%;
  background-color: #fff;
  transition: ease top 0.3s;
}
.weapps_chooselocation_bar {
  display: flex;
  flex: 0 3.57143rem;
  height: 3.57143rem;
  background-color: #ededed;
  color: #090909;
}
.weapps_chooselocation_back {
  flex: 0 1.71429rem;
  position: relative;
  width: 1.14286rem;
  height: 1.07143rem;
  margin-top: 1.07143rem;
}
.weapps_chooselocation_back::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: solid 0.57143rem;
  border-top-color: transparent;
  border-right-color: #090909;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.weapps_chooselocation_back::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0.21429rem;
  border: solid 0.57143rem;
  border-top-color: transparent;
  border-right-color: #ededed;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.weapps_chooselocation_title {
  flex: 1;
  line-height: 3.42857rem;
  padding-left: 0.14286rem;
  font-size: 1rem;
}
.weapps_chooselocation_submit {
  width: 3.57143rem;
  height: 2.14286rem;
  color: #fff;
  background-color: #08bf62;
  border: none;
  font-size: 1.14286rem;
  line-height: 2.14286rem;
  padding: 0;
  border-radius: 0.28571rem;
  margin: 0.71429rem 1.14286rem 0 0;
}
.weapps_chooselocation_frame {
  flex: 1;
}


.disabled {
  opacity: 0.2;
}
.t0 {
  font-size: 2.28571rem;
  line-height: 3.21429rem;
  font-weight: bold;
}
.t1 {
  font-size: 1.71429rem;
  line-height: 2.42857rem;
  font-weight: bold;
}
.t2 {
  font-size: 1.5rem;
  line-height: 2.07143rem;
  font-weight: bold;
}
.t3 {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.t4 {
  font-size: 1.21429rem;
  line-height: 1.64286rem;
}
.t5 {
  font-size: 1.14286rem;
  line-height: 1.57143rem;
}
.t6 {
  font-size: 1.07143rem;
  line-height: 1.42857rem;
}
.t7 {
  font-size: 1rem;
  line-height: 1.35714rem;
}
.t8 {
  font-size: 0.92857rem;
  line-height: 1.28571rem;
}
.bold {
  font-weight: bold;
}
.border {
  border: 0.07143rem solid #EBEBEB;
  border-radius: 0.28571rem;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*:focus {
  outline: none;
}
.form-item__status-message,
.g-form-item__status-message--error,
.g-form-item__status-message--warn {
  font-size: 1.07143rem;
  line-height: 1.42857rem;
  margin-top: 0.35714rem;
}
.g-form-item--layout {
  padding-left: 1.42857rem;
  padding-right: 1.42857rem;
  background-color: transparent;
  color: #000000;
  font-size: 1.07143rem;
  line-height: 1.42857rem;
}
.g-form-item {
  position: relative;
  /* 底部下划线 */
  /* 垂直模式 */
  /* 水平模式 */
}
.g-form-item::after {
  height: 0.07143rem;
  width: 100%;
  transform: scaleY(0.5);
  left: 0;
  right: 0;
  content: '';
  position: absolute;
  background-color: #EBEBEB;
  bottom: 0;
}
.g-form-item--vertical {
  padding-top: 1.28571rem;
  padding-bottom: 1.28571rem;
}
.g-form-item--vertical input.g-input__element {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.g-form-item--vertical .g-input__prepend {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.g-form-item--vertical .g-input__append {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.g-form-item--vertical div .g-form-cell-value {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.g-form-item--vertical div .g-form-cell__placeholder {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.g-form-item--vertical .g-form-cell-action {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.g-form-item--vertical .g-slider.slider--wrapper {
  margin-top: 0.85714rem;
}
.g-form-item--horizontal {
  padding-top: 1.07143rem;
  padding-bottom: 1.07143rem;
}
.g-form-item--horizontal input.g-input__element {
  font-size: 1.07143rem;
  line-height: 1.42857rem;
}
.g-form-item--horizontal .g-form-item__wrap {
  display: flex;
  align-items: center;
}
.g-form-item--horizontal .g-form-item__label {
  min-width: 6rem;
  text-align: left;
  margin-right: 1.42857rem;
  margin-bottom: 0;
}
.g-form-item--horizontal .g-form-item__content {
  flex: 1;
  text-align: right;
}
.g-form-item__label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.21429rem;
}
.g-form-item__label--required {
  color: #f13939;
}
.g-form-item__wrap--disabled {
  opacity: 0.2;
}
.g-form-item__desc {
  margin-top: 0.21429rem;
  font-size: 0.85714rem;
  line-height: 1.57143rem;
  color: #CCC;
}
.g-form-item--error {
  padding-bottom: 0.35714rem;
}
.g-form-item--error::after {
  background-color: #FF483B;
}
.g-form-item--warn {
  padding-bottom: 0.35714rem;
}
.g-form-item--warn::after {
  background-color: #FF9F00;
}
.g-form-item__status-message--error {
  color: #FF483B;
}
.g-form-item__status-message--warn {
  color: #FF9F00;
}
.g-form-item--disabled__mask {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.g-form-item--noLine::after {
  display: none;
}

.disabled {
  opacity: 0.2;
}
.t0 {
  font-size: 2.28571rem;
  line-height: 3.21429rem;
  font-weight: bold;
}
.t1 {
  font-size: 1.71429rem;
  line-height: 2.42857rem;
  font-weight: bold;
}
.t2 {
  font-size: 1.5rem;
  line-height: 2.07143rem;
  font-weight: bold;
}
.t3 {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.t4 {
  font-size: 1.21429rem;
  line-height: 1.64286rem;
}
.t5 {
  font-size: 1.14286rem;
  line-height: 1.57143rem;
}
.t6 {
  font-size: 1.07143rem;
  line-height: 1.42857rem;
}
.t7 {
  font-size: 1rem;
  line-height: 1.35714rem;
}
.t8 {
  font-size: 0.92857rem;
  line-height: 1.28571rem;
}
.bold {
  font-weight: bold;
}
.border {
  border: 0.07143rem solid #EBEBEB;
  border-radius: 0.28571rem;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*:focus {
  outline: none;
}
.g-form-cell {
  position: relative;
  width: 5.71429rem;
}
.g-form-cell-content {
  display: flex;
  justify-content: space-between;
}
.g-form-cell-value {
  flex: 1;
  text-align: left;
  word-break: break-all;
  font-size: 1.07143rem;
  line-height: 1.42857rem;
  padding-right: 0.71429rem;
}
.g-form-cell__placeholder {
  word-break: break-all;
  font-size: 1.07143rem;
  line-height: 1.42857rem;
  color: #CCC;
}
.g-form-cell-action {
  font-size: 1.07143rem;
  line-height: 1.42857rem;
  color: #4293f4;
}
.g-form-cell-arrow::after {
  content: " ";
  display: inline-block;
  box-sizing: border-box;
  height: 0.64286rem;
  width: 0.64286rem;
  border-width: 0.14286rem 0.14286rem 0 0;
  border-color: #C7C7CC;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  right: 0;
  right: 0.21429rem;
}
.g-form-cell-dropdown::after {
  content: "";
  position: absolute;
  right: 0.35714rem;
  top: 50%;
  width: 0;
  height: 0;
  border-right: 0.28571rem solid transparent;
  border-left: 0.28571rem solid transparent;
  border-top: 0.28571rem solid #000000;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
}
.g-picker {
  touch-action: none;
}
.g-picker-panel {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 5000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.g-picker__hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0.64286rem 1.07143rem;
  background-color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.07143rem;
}
.g-picker__hd:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.07143rem;
  border-bottom: 0.07143rem solid #E5E5E5;
  color: #E5E5E5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.g-picker__action {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #4293f4;
}
.g-picker__action:first-child {
  text-align: left;
  color: #888;
}
.g-picker__action:last-child {
  text-align: right;
}
.g-picker__bd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.g-picker__group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.g-picker__group * {
  touch-action: pan-y;
}
.g-picker__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 3;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 102PX;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.g-picker__indicator {
  width: 100%;
  height: 34PX;
  position: absolute;
  left: 0;
  top: 102PX;
  z-index: 3;
}
.g-picker__indicator:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0.07143rem;
  border-top: 0.07143rem solid #EBEBEB;
  color: #EBEBEB;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.g-picker__indicator:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.07143rem;
  border-bottom: 0.07143rem solid #EBEBEB;
  color: #EBEBEB;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.g-picker__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-picker__item {
  padding: 0;
  height: 34PX;
  line-height: 34PX;
  text-align: center;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.g-picker__item_disabled {
  color: #999999;
}
.g-picker__item_active {
  color: #000;
}
.g-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.g-mask_transparent {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.g-animate-slide-up {
  -webkit-animation: slideUp ease 0.3s forwards;
  animation: slideUp ease 0.3s forwards;
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.g-animate-slide-down {
  -webkit-animation: slideDown ease 0.3s forwards;
  animation: slideDown ease 0.3s forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.g-animate-fade-in {
  -webkit-animation: fadeIn ease 0.3s forwards;
  animation: fadeIn ease 0.3s forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.g-animate-fade-out {
  -webkit-animation: fadeOut ease 0.3s forwards;
  animation: fadeOut ease 0.3s forwards;
}

.disabled {
  opacity: 0.2;
}
.t0 {
  font-size: 2.28571rem;
  line-height: 3.21429rem;
  font-weight: bold;
}
.t1 {
  font-size: 1.71429rem;
  line-height: 2.42857rem;
  font-weight: bold;
}
.t2 {
  font-size: 1.5rem;
  line-height: 2.07143rem;
  font-weight: bold;
}
.t3 {
  font-size: 1.28571rem;
  line-height: 1.71429rem;
}
.t4 {
  font-size: 1.21429rem;
  line-height: 1.64286rem;
}
.t5 {
  font-size: 1.14286rem;
  line-height: 1.57143rem;
}
.t6 {
  font-size: 1.07143rem;
  line-height: 1.42857rem;
}
.t7 {
  font-size: 1rem;
  line-height: 1.35714rem;
}
.t8 {
  font-size: 0.92857rem;
  line-height: 1.28571rem;
}
.bold {
  font-weight: bold;
}
.border {
  border: 0.07143rem solid #EBEBEB;
  border-radius: 0.28571rem;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*:focus {
  outline: none;
}
.button,
.g-button.btn-default,
.g-button.btn-primary,
.g-button.btn-warn {
  font-size: 1.21429rem;
  line-height: 1.64286rem;
  position: relative;
  display: inline-block;
  line-height: 3.28571rem;
  border-radius: 0.28571rem;
  text-align: center;
  padding: 0 0.71429rem;
}
.g-button.btn-size-mini {
  font-size: 0.92857rem;
  height: 2.14286rem;
  line-height: 2.14286rem;
  min-width: 5rem;
}
.g-button.btn-block {
  display: block;
}
.g-button.btn-default.btn-type-default {
  background: #fff;
  color: #4293f4;
  border: 0.07143rem solid #DDD;
  outline: none;
  max-width: 100%;
}
.g-button.btn-default.btn-type-default:active {
  opacity: 0.8;
}
.g-button.btn-default.btn-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.g-button.btn-primary.btn-type-primary {
  border: 0.07143rem solid #4293f4;
  background: #4293f4;
  color: #fff;
}
.g-button.btn-primary.btn-type-primary:active {
  opacity: 0.8;
}
.g-button.btn-primary.btn-type-primary.btn-primary-plain {
  background: white;
  color: #4293f4;
}
.g-button.btn-primary.btn-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.g-button.btn-warn.btn-type-warn {
  border: 0.07143rem solid #FF483B;
  background: #FF483B;
  color: #fff;
}
.g-button.btn-warn.btn-type-warn:active {
  opacity: 0.8;
}
.g-button.btn-warn.btn-type-warn.btn-warn-plain {
  background: #fff;
  color: #FF483B;
}
.g-button.btn-warn.btn-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.g-button.btn-default-plain:active,
.g-button.btn-primary-plain:active,
.g-button.btn-warn-plain:active {
  opacity: 0.6;
}
.g-button.btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-button.btn-loading:after,
.g-button.btn-loading:before {
  content: '';
  display: none;
}
.g-button.btn-loading:after {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.07143rem solid rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 0.71429rem;
}
.g-button.btn-loading:before {
  content: " ";
  display: inline-block;
  width: 1.28571rem;
  height: 1.28571rem;
  vertical-align: middle;
  margin-right: 0.35714rem;
  -webkit-animation: btn-loading-animate 1s steps(12, end) infinite;
  animation: btn-loading-animate 1s steps(12, end) infinite;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
  background-size: 100%;
}
@keyframes btn-loading-animate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

page {
  touch-action: pan-y;
}
page image {
  width: auto;
  height: auto;
}
page .wx-button::after {
  border: none;
}
page view,
page element,
page text,
page image {
  box-sizing: border-box;
}
.example-class-name {
  background: blue;
  margin-top: 0.71429rem;
}
.example-class-name .example-nest-class {
  color: #fff;
}

