/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 0.40rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 0.01rem dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -0.02rem; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.remax-button {
  /* prettier-ignore */
  font-size: 18PX;
  /* prettier-ignore */
  height: 47PX;
  /* prettier-ignore */
  line-height: 47PX;
  /* prettier-ignore */
  border-radius: 2PX;
  display: block;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  /* prettier-ignore */
  border-radius: 2PX;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  /* prettier-ignore */
  border: 1PX solid rgb(238, 238, 238);
  width: 100%;
}

.remax-input {
  /* prettier-ignore */
  font-size: 17PX;
  /* prettier-ignore */
  height: 25PX;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  /* prettier-ignore */
  padding: 0.02rem 0.05rem;
  color: rgb(0, 0, 0);
  box-sizing: content-box;
}

.remax-textarea {
  position: relative;
  background-color: rgb(255, 255, 255);
  /* prettier-ignore */
  padding: 0.02rem 0.05rem;
  color: rgb(0, 0, 0);
  /* prettier-ignore */
  font-size: 0.17rem;
  /* prettier-ignore */
  height: 0.42rem;
  line-height: 1.4;
}

.remax-image {
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  /* prettier-ignore */
  width: 300PX;
  /* prettier-ignore */
  height: 225PX;
}

.remax-text-selectable {
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.remax-web-view {
  width: 100%;
  min-height: 100vh;
}

.remax-page.with-tab-bar {
  padding-bottom: 0.96rem;
}

.remax-page {
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 0.32rem;
}

.remax-page.disable-scroll {
  overflow: hidden;
}

.rmc-pull-to-refresh-transition {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rmc-pull-to-refresh-wrapper {
  overflow: hidden;
}

.rmc-pull-to-refresh-indicator {
  color: grey;
  text-align: center;
  height: 1rem;
}

.rmc-pull-to-refresh-indicator {
  margin-top: -1rem;
}

.remax-pull-to-refresh-loading {
  width: 1rem;
  height: 1rem;
}

.remax-tab-bar {
  height: 0.96rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  z-index: 999999;
}

.remax-tab-bar .remax-tab-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}

.remax-tab-bar .remax-tab-item .remax-tab-item-image {
  height: 0.34rem;
  width: 0.34rem;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.remax-tab-bar .remax-tab-item .remax-tab-item-title {
  font-size: 0.12rem;
  color: #333;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.remax-tab-bar .remax-tab-item .remax-tab-item-title.active {
  color: #108ee9;
}

.toast {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.toast_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.toast_box {
  position: relative;
  left: 50%;
  top: 50%;
  width: 2.8rem;
  min-height: 2rem;
  margin: -1rem -1.4rem;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 0.1rem;
  color: #fff;
}
.toast_text {
  text-align: center;
  width: 90%;
  margin: 0 5%;
  font-size: 0.28rem;
}
.toast_iconWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 1.2rem;
}
.toast_icon {
  width: 0.8rem;
  height: 0.8rem;
}
.toast_loading {
  -webkit-animation: loading 1s steps(12, end) infinite;
  animation: loading 1s steps(12, end) infinite;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAENCA8KAgsGDgQMCQUDBwhylaLQAAAL1JREFUOMu9U0kSwyAMK9jsS/T/1zZt2pgEZzq9RBeMZYRGDI/70bO5JptjrOAQVTonIJVK5bW2ma9A7VvpK8OdeQfbZectrDnyU+Oo0b68wGK0muDPdxpOciaizq5pkAgiIPAoew2rBVNYZoM2YHbZDNKz/2Ogam3ff5gMEL8wisfh2KKZiFiGWFkk1B7NSbhNQFy4M2+PghbODNsg7y8THM2njiy8gBgcaEUA9GgNJbxh6fJv+NxiFvYmPAFtCQZNK1qZIAAAAABJRU5ErkJggg==') no-repeat;
  background-size: 100%;
}
.toast_success {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMA8DAQ0GBP4LCggMBwIJBAIttdjAAAAINJREFUOMvdkUsOwyAMBbH5hUCauf9pK1SlohF438x2LPn52f09+8vUfiNb/gighj8FouEjYCUoQDXiBSD7pdcMiK7XC9wCFmlDO3T20Scgx287ne13pwDU89NOJ3g3maCmJDANqIGRtLj8oi1ed1GMdmcB7wXIYX8QdQZJiM5Em3smbyVICDCOrCqSAAAAAElFTkSuQmCC') no-repeat;
  background-size: 100%;
}
.toast_error {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMA0BDAMODwUKBgsCCAQJClzVPvAAAA0UlEQVQoz2MgErAclv9o44Dgc8b/B4KvBTA+t/3XdgeWivjPG6ACbl8ngNXlp0AN+L8IwtD6DzFm2w+Y3v5sMGW/ACbA9Rms9ZsCTIApH2QR608GhoUKQJ4xA8P8AKCAP5CwF2JgUPwIlPwCFDj/AMRRYJIHCnL8AZkJ1AfkAcUYGNhBpso7MICUgBQw8H4EEv/B5ssDFYA4mAKYWjANfd+Aai3CYZ9BDoM63RDkdEGQ0zE9h+l9zADCDEIGt2/wQEZEwwVepGhgYEdEFGZUEgYAW05XI3jSsVwAAAAASUVORK5CYII=') no-repeat;
  background-size: 100%;
}
.toast_info {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMA4CCAwKBAMJBg8NAQUNhWlbcAAAC+SURBVCjPYyASsLfse+1cgOBzyr0DgocXYHwmv4dtCkwZck8UoAJZDydA1C2H8NnexUAYR99BjNF6CtMbtwhM+QUACUUhIMH6BKz14QEgafcYSPDIgSxifMkAE2CYJwAk6gQQAozPgURfA0KAA0T6JSAE2ECm7lNACDC9BhLvGGACIA6GAFyLohBEC9xQqLeeQKwFA4i1EIfBAeNzuNMVhSBOx/AcpvcxAwgzCDEDGTMaGHhhEYWIShN4VBIGAPvRT5YzufhUAAAAAElFTkSuQmCC') no-repeat;
  background-size: 100%;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.van-multi-ellipsis--l2 {
  -webkit-line-clamp: 2;
}
.van-multi-ellipsis--l2,
.van-multi-ellipsis--l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.van-multi-ellipsis--l3 {
  -webkit-line-clamp: 3;
}
.van-clearfix:after {
  display: table;
  clear: both;
  content: '';
}
.van-hairline,
.van-hairline--bottom,
.van-hairline--left,
.van-hairline--right,
.van-hairline--surround,
.van-hairline--top,
.van-hairline--top-bottom {
  position: relative;
}
.van-hairline--bottom:after,
.van-hairline--left:after,
.van-hairline--right:after,
.van-hairline--surround:after,
.van-hairline--top-bottom:after,
.van-hairline--top:after,
.van-hairline:after {
  position: absolute;
  box-sizing: border-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.van-hairline--top:after {
  border-top-width: 0.01rem;
}
.van-hairline--left:after {
  border-left-width: 0.01rem;
}
.van-hairline--right:after {
  border-right-width: 0.01rem;
}
.van-hairline--bottom:after {
  border-bottom-width: 0.01rem;
}
.van-hairline--top-bottom:after {
  border-width: 0.01rem 0;
}
.van-hairline--surround:after {
  border-width: 0.01rem;
}

.alert-confirm-container * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.alert-confirm-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
}
.alert-confirm-mask.alert-confirm-in {
  -webkit-animation: fadeIn 0.2s;
  animation: fadeIn 0.2s;
}
.alert-confirm-mask.alert-confirm-in .alert-confirm-main {
  -webkit-animation: zoomIn 0.2s;
  animation: zoomIn 0.2s;
}
.alert-confirm-mask.alert-confirm-out {
  -webkit-animation: fadeOut 0.2s;
  animation: fadeOut 0.2s;
}
.alert-confirm-mask.alert-confirm-out .alert-confirm-main {
  -webkit-animation: zoomOut 0.2s;
  animation: zoomOut 0.2s;
}

.alert-confirm-main {
  zoom: 1;
  width: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30vh;
  background-color: #fff;
  border-radius: 0.32rem;
  box-shadow: 0 0 0.20rem rgba(0, 0, 0, 0.2);
  max-width: 90vw;
}

.alert-confirm-body {
  padding: 0.48rem;
  min-height: 0.70rem;
}

.alert-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 1.4;
}

.alert-confirm-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.32rem;
  padding-top: 0.10rem;
  text-align: center;
}
.alert-confirm-footer {
  position: relative;
  display: -webkit-flex;
  display: flex;
  border-bottom-left-radius: 0.32rem;
  border-bottom-right-radius: 0.32rem;
  font-size: 0.32rem;
}
.alert-confirm-button {
  -webkit-flex: 1;
          flex: 1;
  border: 0;
  padding: 0.28rem;
  line-height: 0.32rem;
  cursor: pointer;
  color: #5c5c5c;
  border-radius: 0.02rem;
  outline: none;
  background-color: #fff;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s;
  box-shadow: 0 -0.02rem 0.05rem 0 rgba(223, 200, 241, 0.3),
    0 0.01rem 0 0 rgba(223, 224, 241, 0.3), 0 0.01rem 0.01rem 0 rgba(162, 166, 191, 0.5),
    0 0.02rem 0.04rem 0 rgba(228, 229, 242, 0.2);
}

.alert-confirm-button:first-child {
  border-bottom-left-radius: 0.32rem;
}

.alert-confirm-button:last-child {
  border-bottom-right-radius: 0.32rem;
}

.alert-confirm-button.default-button:hover {
  box-shadow: 0 -0.01rem 0.10rem 0 rgba(162, 166, 191, 0.2),
    0 0.02rem 0.04rem 0 rgba(162, 166, 191, 0.2), 0 0.04rem 0.05rem 0 rgba(162, 166, 191, 0.1);
  /* color: #3ba4f9; */
}
.alert-confirm-button.primary-button {
  color: #ff9900;
  /* background: #ff9900; */
}
.alert-confirm-button.primary-button:hover {
  box-shadow: 0 0.01rem 0.10rem 0 rgba(139, 162, 236, 0.2),
    0 0.02rem 0.04rem 0 rgba(86, 112, 216, 0.2), 0 0.04rem 0.05rem 0 rgba(71, 96, 196, 0.3);
}
.alert-confirm-button.danger-button {
  background: linear-gradient(135deg, #e35d5b, #e53935);
  color: #fff;
}
.alert-confirm-button.danger-button:hover {
  box-shadow: 0 0.01rem 0.10rem 0 rgba(209, 129, 129, 0.2),
    0 0.02rem 0.04rem 0 rgba(221, 130, 130, 0.2), 0 0.04rem 0.05rem 0 rgba(206, 85, 85, 0.3);
}
.alert-confirm-button:active {
  -webkit-filter: contrast(85%);
  filter: contrast(85%);
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.6) translateY(-1rem);
            transform: scale(0.6) translateY(-1rem);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.6) translateY(-1rem);
            transform: scale(0.6) translateY(-1rem);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(0.6) translateY(-1rem);
            transform: scale(0.6) translateY(-1rem);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(0.6) translateY(-1rem);
            transform: scale(0.6) translateY(-1rem);
  }
}

