.act-component-button{width:100%;height:100%;display:block;text-align:center}.act-component-button .act-button-a{display:table;width:100%;height:100%;text-decoration:none;cursor:pointer;outline:'none';background-size:cover;background-repeat:no-repeat;background-position:center;line-height:100%}.act-component-button span{display:table-cell;width:100%;height:100%;vertical-align:middle}


.default-inner[data-v-ac23210e] {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.24rem;
  color: #fff;
}
.close-svg[data-v-11ca18f6] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h5-agilepopwrap-leave-active[data-v-35b4549d] {
  -webkit-animation: h5-agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
  animation: h5-agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
}
.h5-agilepop-appear-active[data-v-35b4549d] {
  -webkit-animation: h5-agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilemask-appear-active[data-v-35b4549d] {
  -webkit-animation: h5-agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  animation: h5-agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-appear-active-from-bottom[data-v-35b4549d] {
  -webkit-animation: h5-agile-pop-appear-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-leave-active-from-bottom[data-v-35b4549d] {
  -webkit-animation: h5-agile-pop-leave-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: h5-agile-pop-leave-from-bottom-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.agile-popup-wrapper.h5[data-v-35b4549d] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.h5.from-bottom[data-v-35b4549d] {
  align-items: flex-end;
}
.agile-popup-wrapper.h5 .popup-mask-wrap[data-v-35b4549d] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.h5 .popup-content-wrap[data-v-35b4549d] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.h5 .popup-content-wrap .child-wrap[data-v-35b4549d] {
  position: relative;
  min-height: 1rem;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap[data-v-35b4549d] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-top[data-v-35b4549d],
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-bottom[data-v-35b4549d] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-mid[data-v-35b4549d] {
  width: 100%;
  height: 100%;
  margin: -0.01rem auto;
  flex: auto;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.15s;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-35b4549d] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-35b4549d]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper .close-icon[data-v-35b4549d] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes h5-agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@keyframes h5-agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@-webkit-keyframes h5-agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-appear-from-bottom-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-from-bottom-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-leave-from-bottom-data-v-35b4549d {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@keyframes h5-agile-pop-leave-from-bottom-data-v-35b4549d {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes h5-agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes h5-agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
.pc-agilepopwrap-leave-active[data-v-35b4549d] {
  -webkit-animation: agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
  animation: agile-wrap-disappear-data-v-35b4549d 0.15s linear both 1;
}
.pc-agilepop-appear-active[data-v-35b4549d] {
  -webkit-animation: agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: agile-pop-appear-data-v-35b4549d 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.pc-agilepop-leave-active[data-v-35b4549d] {
  -webkit-animation: agile-pop-disappear-data-v-35b4549d 0.25s ease-in-out both 1;
  animation: agile-pop-disappear-data-v-35b4549d 0.25s ease-in-out both 1;
}
.pc-agilemask-appear-active[data-v-35b4549d] {
  -webkit-animation: agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  animation: agile-mask-appear-data-v-35b4549d 0.35s linear both 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.agile-popup-wrapper.pc[data-v-35b4549d] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.pc .popup-mask-wrap[data-v-35b4549d] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.pc .popup-content-wrap[data-v-35b4549d] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.pc .popup-content-wrap .child-wrap[data-v-35b4549d] {
  position: relative;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap[data-v-35b4549d] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-top[data-v-35b4549d],
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-bottom[data-v-35b4549d] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-mid[data-v-35b4549d] {
  width: 100%;
  height: 100%;
  flex: auto;
  background-repeat: repeat-y;
  transition: all 0.15s;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-35b4549d] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-35b4549d]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper .close-icon[data-v-35b4549d] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@keyframes agile-wrap-disappear-data-v-35b4549d {
to {
    opacity: 0;
}
}
@-webkit-keyframes agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes agile-pop-appear-data-v-35b4549d {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes agile-pop-disappear-data-v-35b4549d {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@keyframes agile-pop-disappear-data-v-35b4549d {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@-webkit-keyframes agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes agile-mask-appear-data-v-35b4549d {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@-webkit-keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@-webkit-keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@-webkit-keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@-webkit-keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
@keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
.agile-func-toast.h5[data-v-9a7fed88] {
  position: fixed;
  display: block;
  padding: 0 0.3rem;
  height: 0.79rem;
  line-height: 0.79rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #fff;
  background: #e83f34;
  border-radius: 0.1rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.h5.center[data-v-9a7fed88] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.h5.center.show[data-v-9a7fed88] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.center.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.show[data-v-9a7fed88] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc[data-v-9a7fed88] {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  padding: 0.1rem 0.2rem;
  line-height: 0.24rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #d8baff;
  background: rgba(32,24,40,0.8);
  border-radius: 0.04rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.pc.center[data-v-9a7fed88] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.pc.center.show[data-v-9a7fed88] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.center.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.show[data-v-9a7fed88] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.hidden[data-v-9a7fed88] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 0.15rem;
  bottom: 0;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 0.15rem;
  right: 0;
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 0.06rem;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 0.06rem;
  bottom: 0.02rem;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 0.06rem;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 0.06rem;
  right: 0.02rem;
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 0.11rem;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 0.11rem;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.my-result-dialog[data-v-d324572c] {
  position: relative;
  width: 7.02rem;
  height: 7.44rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
  background-color: #00cdcd;
}
.my-result-dialog.sm[data-v-d324572c] {
  height: 4.3rem;
}
.my-result-dialog.sm .visible-wrap[data-v-d324572c] {
  height: 1.8rem;
}
.my-result-dialog .title[data-v-d324572c] {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.21rem;
  margin-bottom: 0.4rem;
  text-align: left;
  color: #f9d377;
  font-size: 0.32rem;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #1e90ff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .title .close[data-v-d324572c] {
  position: absolute;
  right: 0.21rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #ff0;
  cursor: pointer;
}
.my-result-dialog .visible-wrap[data-v-d324572c] {
  position: relative;
  width: 6.24rem;
  height: 4.48rem;
  margin: 0 auto;
  overflow: hidden;
}
.my-result-dialog .visible-wrap .list[data-v-d324572c] {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.my-result-dialog .visible-wrap .list.center[data-v-d324572c] {
  text-align: center;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-d324572c] {
  width: 1.44rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-d324572c]:nth-child(4n) {
  margin-right: 0;
}
.my-result-dialog .visible-wrap .list .li-item .icon[data-v-d324572c] {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.08rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .visible-wrap .list .li-item .name[data-v-d324572c] {
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.my-result-dialog .button-wrap[data-v-d324572c] {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  height: 0.8rem;
  text-align: center;
}
.my-result-dialog .button-wrap .button[data-v-d324572c] {
  width: 2.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  margin-right: 0.15rem;
  vertical-align: top;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #1e90ff;
  transition: all 0.15s;
  cursor: pointer;
}
.my-result-dialog .button-wrap .button[data-v-d324572c]:last-child {
  margin-right: 0;
}
.my-result-dialog .button-wrap a.button[data-v-d324572c] {
  text-decoration: none;
}
.my-result-dialog .ps__rail-y {
  left: auto !important;
  right: 0 !important;
}
.my-result-dialog .ps__rail-y .ps__thumb-y {
  width: 0.08rem;
  background-color: rgba(255,255,255,0.2);
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}
.instruct-pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 6rem;
  padding: 0.68rem 0.36rem;
  box-sizing: border-box;
  border-radius: 0.16rem;
  transform-origin: center center;
  z-index: 2;
  font-size: 0.24rem;
}
.instruct-pop-up .close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAkZJREFUSA2llUtP20AQx3fWlVou/UDg5FSBE8fusS1SqcqjINTnN6HqUyLQqpRLK1XCCdhwq7L0Q4HsZcbNJPZm3cTpXmZnmPn9Z2c3BrTWEF1c3oM0uwrbzd/iPxfxehfKJ0yw7J5CP1ZhqrMTCoAUe6HXfEP7eRbCZS9WXS30U6p3pNORqdC3GaYz8frkbLDHfh1rwqkWY1qGnvtLAPwcw/SruiI2OIDodrylWAJAeveOu4r2R1Ekigdvx371rgoeeI1nyNTApZjo9OLBsRbiAccA5Luw5b5k37TT4JQ/EiCnjsgs8AkBFokS9R3VHpJPSwrxPmg3X/z18kZKr4XiNHMeC+fl8aLD+/wkiTpC+4hjSPhwv9V4PmvnXFcaEQfJ2kTw0j4KLRb4nVMexg4Cz92iCyXfXJUClJiLxOobAlfNQvKnwSkHx1u9EJAGLXcNn8KxmTULnGr+KTCEZgi7MgXwdNdmzOZPGxFE56orMr1uK8bY57DV2MUGrPOnmsoTYIcTcMeRBwg7Kojt9BL1iXILsdL2VskbOjY4zdxfXtrCFEAoPYDHlI52G31Au2M7yYRyFbz4FDFHRrH6gvi1YU+ku4+flW1TpCQwC5yBJNJPBoeZFk84ZhMZCdSBM9AmYn4y8kueB04iOI6s4zXWEfp1LCo28U72iZnnzAtnIFk6SfFfZQ7mT0g/ufTTLO2PCiQchivupnlZo79XbGwiEqRf/h3MCR92nOFnZUMgo9gDvV84Pf/TpqC/snhWt/MijPYm7wY8RpcBgDMVSQAAAABJRU5ErkJggg==) center/cover no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.instruct-pop-up .content {
  text-align: left;
  font-size: 0.12rem;
  color: #999;
}
.instruct-pop-up-appear-active[data-v-46ecbac6] {
  -webkit-animation: instruct-pop-up-appear-data-v-46ecbac6 0.15s linear both 1;
  animation: instruct-pop-up-appear-data-v-46ecbac6 0.15s linear both 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.instruct-pop-up-leave-active[data-v-46ecbac6] {
  -webkit-animation: instruct-pop-up-leave-data-v-46ecbac6 0.25s ease-in-out both 1;
  animation: instruct-pop-up-leave-data-v-46ecbac6 0.25s ease-in-out both 1;
}
.purchase-pop-up[data-v-46ecbac6] {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 6.8rem;
  padding: 0.24rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-top[data-v-46ecbac6] {
  margin: 0.16rem;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.purchase-pop-up .content-top .pic[data-v-46ecbac6] {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.purchase-pop-up .content-top .content-info[data-v-46ecbac6] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 0.36rem;
  color: #212121;
  margin-left: 0.3rem;
}
.purchase-pop-up .content-top .content-info .content-info-up[data-v-46ecbac6] {
  max-width: 4rem;
  text-align: left;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.purchase-pop-up .content-top .content-info .content-info-middle[data-v-46ecbac6] {
  opacity: 0.4;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-top .content-info .content-info-down[data-v-46ecbac6] {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-middle[data-v-46ecbac6] {
  width: 100%;
  padding: 0.52rem 0.04rem 0 0.5rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-46ecbac6] {
  width: 100%;
  line-height: 0.56rem;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-46ecbac6]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-info[data-v-46ecbac6] {
  font-size: 0.28rem;
  color: #212121;
  line-height: 0.56rem;
  float: left;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count[data-v-46ecbac6] {
  float: right;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #262626;
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count button[data-v-46ecbac6] {
  background-color: transparent;
  padding: 0;
  font-size: 0.32rem;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub[data-v-46ecbac6] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-right: 0;
  box-sizing: border-box;
  border-radius: 0.04rem 0 0 0.04rem;
  color: #999;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub.clickable[data-v-46ecbac6] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-mount[data-v-46ecbac6] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  padding: 0 0.12rem;
  border: 0.02rem solid #fb7299;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count[data-v-46ecbac6] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  box-sizing: border-box;
  text-align: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add[data-v-46ecbac6] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-left: 0;
  box-sizing: border-box;
  color: #999;
  border-radius: 0 0.04rem 0.04rem 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add.clickable[data-v-46ecbac6] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-46ecbac6] {
  width: 100%;
  height: 0.6rem;
  font-size: 0.28rem;
  margin-top: 0.52rem;
  color: #212121;
  line-height: 0.6rem;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-46ecbac6]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-info[data-v-46ecbac6] {
  float: left;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-amount[data-v-46ecbac6] {
  float: right;
  font-size: 0.36rem;
  color: #fb7299;
}
.purchase-pop-up .content-button[data-v-46ecbac6] {
  margin-top: 0.24rem;
  width: 100%;
  height: 0.88rem;
  background: #fb7299;
  border-radius: 0.08rem;
  line-height: 0.88rem;
  font-size: 0.32rem;
  color: #fff;
}
.purchase-pop-up .content-inst[data-v-46ecbac6] {
  position: relative;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fb7299;
}
.purchase-pop-up .content-inst[data-v-46ecbac6]:after {
  content: '';
  position: absolute;
  right: 2.6rem;
  width: 0.14rem;
  height: 0.14rem;
  top: 0.1rem;
  border-right: 0.02rem solid #fb7299;
  border-bottom: 0.02rem solid #fb7299;
  transform: rotate(-45deg);
}
.purchase-pop-up .close[data-v-46ecbac6] {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  right: 0.28rem;
  top: 0.28rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAKlBMVEUAAACyt8Oyt8O0uMWyt8Oyt8Oyt8Oyt8Oxt8OzuMSxt8O0t8SytsKxtsKKdAdvAAAADXRSTlMAnZpLkaahqZZJVU4/JmjoXQAAAIZJREFUGNNF0M0Jg3AMBfBXSlt6c4E/OEIXELqIIziC4EKOILiCHwc9vF18hCQ+yCH5HUKC7wzP84dpj6ZsGPmH5cETHzoV1kAvMlgBowAjB+UlclBaDgZOR2EFBHEBkgxiOYdsCnncsHSsE6o31wQgyHaIEoIEPgvwYaPKsxuB06kH3a+6ANiEP1xlT5nvAAAAAElFTkSuQmCC) center/cover no-repeat;
}
@-webkit-keyframes instruct-pop-up-appear-data-v-46ecbac6 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes instruct-pop-up-appear-data-v-46ecbac6 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes instruct-pop-up-leave-data-v-46ecbac6 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes instruct-pop-up-leave-data-v-46ecbac6 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.live-ticketing-h5 .button[data-v-2964abc9] {
  display: block;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.live-ticketing-h5 .button.disabled[data-v-2964abc9] {
  cursor: default;
}

.default-inner[data-v-370fd6cb] {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.24rem;
  color: #fff;
}
.close-svg[data-v-2f3da670] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h5-agilepopwrap-leave-active[data-v-902a57ea] {
  -webkit-animation: h5-agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
  animation: h5-agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
}
.h5-agilepop-appear-active[data-v-902a57ea] {
  -webkit-animation: h5-agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilemask-appear-active[data-v-902a57ea] {
  -webkit-animation: h5-agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  animation: h5-agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-appear-active-from-bottom[data-v-902a57ea] {
  -webkit-animation: h5-agile-pop-appear-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: h5-agile-pop-appear-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.h5-agilepop-leave-active-from-bottom[data-v-902a57ea] {
  -webkit-animation: h5-agile-pop-leave-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: h5-agile-pop-leave-from-bottom-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.agile-popup-wrapper.h5[data-v-902a57ea] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.h5.from-bottom[data-v-902a57ea] {
  align-items: flex-end;
}
.agile-popup-wrapper.h5 .popup-mask-wrap[data-v-902a57ea] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.h5 .popup-content-wrap[data-v-902a57ea] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.h5 .popup-content-wrap .child-wrap[data-v-902a57ea] {
  position: relative;
  min-height: 1rem;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap[data-v-902a57ea] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-top[data-v-902a57ea],
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-bottom[data-v-902a57ea] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.h5 .popup-content-wrap .background-wrap .background-mid[data-v-902a57ea] {
  width: 100%;
  height: 100%;
  margin: -0.01rem auto;
  flex: auto;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.15s;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-902a57ea] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper[data-v-902a57ea]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.h5 .popup-content-wrap .close-wrapper .close-icon[data-v-902a57ea] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes h5-agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@keyframes h5-agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@-webkit-keyframes h5-agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-appear-from-bottom-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes h5-agile-pop-appear-from-bottom-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes h5-agile-pop-leave-from-bottom-data-v-902a57ea {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@keyframes h5-agile-pop-leave-from-bottom-data-v-902a57ea {
from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes h5-agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes h5-agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
.pc-agilepopwrap-leave-active[data-v-902a57ea] {
  -webkit-animation: agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
  animation: agile-wrap-disappear-data-v-902a57ea 0.15s linear both 1;
}
.pc-agilepop-appear-active[data-v-902a57ea] {
  -webkit-animation: agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: agile-pop-appear-data-v-902a57ea 0.25s ease-in-out both 1;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.pc-agilepop-leave-active[data-v-902a57ea] {
  -webkit-animation: agile-pop-disappear-data-v-902a57ea 0.25s ease-in-out both 1;
  animation: agile-pop-disappear-data-v-902a57ea 0.25s ease-in-out both 1;
}
.pc-agilemask-appear-active[data-v-902a57ea] {
  -webkit-animation: agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  animation: agile-mask-appear-data-v-902a57ea 0.35s linear both 1;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.agile-popup-wrapper.pc[data-v-902a57ea] {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2000;
}
.agile-popup-wrapper.pc .popup-mask-wrap[data-v-902a57ea] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.agile-popup-wrapper.pc .popup-content-wrap[data-v-902a57ea] {
  position: relative;
  text-align: center;
}
.agile-popup-wrapper.pc .popup-content-wrap .child-wrap[data-v-902a57ea] {
  position: relative;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap[data-v-902a57ea] {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-top[data-v-902a57ea],
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-bottom[data-v-902a57ea] {
  width: 100%;
  flex: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.agile-popup-wrapper.pc .popup-content-wrap .background-wrap .background-mid[data-v-902a57ea] {
  width: 100%;
  height: 100%;
  flex: auto;
  background-repeat: repeat-y;
  transition: all 0.15s;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-902a57ea] {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s;
  z-index: 2001;
  border-radius: 50%;
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper[data-v-902a57ea]:hover {
  transform: rotate(180deg);
}
.agile-popup-wrapper.pc .popup-content-wrap .close-wrapper .close-icon[data-v-902a57ea] {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  fill: #fff;
  transition: all 0.35s;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}
@-webkit-keyframes agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@keyframes agile-wrap-disappear-data-v-902a57ea {
to {
    opacity: 0;
}
}
@-webkit-keyframes agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes agile-pop-appear-data-v-902a57ea {
from {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes agile-pop-disappear-data-v-902a57ea {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@keyframes agile-pop-disappear-data-v-902a57ea {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.9);
}
}
@-webkit-keyframes agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@keyframes agile-mask-appear-data-v-902a57ea {
from {
    opacity: 0;
}
to {
    opacity: 0.5;
}
}
@-webkit-keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@keyframes toast-appear {
from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
}
@-webkit-keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@keyframes toast-disappear {
to {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
}
}
@-webkit-keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@keyframes toast-center-appear {
from {
    opacity: 0;
    transform: translate3d(-50%, 50%, 0);
}
}
@-webkit-keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
@keyframes toast-center-disappear {
to {
    opacity: 0;
    transform: translate3d(-50%, -70%, 0);
}
}
.agile-func-toast.h5[data-v-84423ae4] {
  position: fixed;
  display: block;
  padding: 0 0.3rem;
  height: 0.79rem;
  line-height: 0.79rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #fff;
  background: #e83f34;
  border-radius: 0.1rem;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.h5.center[data-v-84423ae4] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.h5.center.show[data-v-84423ae4] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.center.hidden[data-v-84423ae4] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.show[data-v-84423ae4] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.h5.hidden[data-v-84423ae4] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc[data-v-84423ae4] {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  padding: 0.1rem 0.2rem;
  line-height: 0.24rem;
  text-align: left;
  white-space: nowrap;
  font-size: 0.14rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #d8baff;
  background: rgba(32,24,40,0.8);
  border-radius: 0.04rem;
  box-shadow: 0.05rem 0.05rem 0.1rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
  transition: all 0.35s;
  z-index: 2001;
}
.agile-func-toast.pc.center[data-v-84423ae4] {
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.agile-func-toast.pc.center.show[data-v-84423ae4] {
  -webkit-animation: toast-center-appear 0.35s ease-in-out 1 both;
  animation: toast-center-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.center.hidden[data-v-84423ae4] {
  -webkit-animation: toast-center-disappear 0.35s ease-in-out 1 both;
  animation: toast-center-disappear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.show[data-v-84423ae4] {
  -webkit-animation: toast-appear 0.35s ease-in-out 1 both;
  animation: toast-appear 0.35s ease-in-out 1 both;
}
.agile-func-toast.pc.hidden[data-v-84423ae4] {
  -webkit-animation: toast-disappear 0.35s ease-in-out 1 both;
  animation: toast-disappear 0.35s ease-in-out 1 both;
}
.my-result-dialog[data-v-25d99a58] {
  position: relative;
  width: 7.02rem;
  height: 7.44rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
  background-color: #00cdcd;
}
.my-result-dialog.sm[data-v-25d99a58] {
  height: 4.3rem;
}
.my-result-dialog.sm .visible-wrap[data-v-25d99a58] {
  height: 1.8rem;
}
.my-result-dialog .title[data-v-25d99a58] {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.21rem;
  margin-bottom: 0.4rem;
  text-align: left;
  color: #f9d377;
  font-size: 0.32rem;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #1e90ff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .title .close[data-v-25d99a58] {
  position: absolute;
  right: 0.21rem;
  top: 50%;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #ff0;
  cursor: pointer;
}
.my-result-dialog .visible-wrap[data-v-25d99a58] {
  position: relative;
  width: 6.24rem;
  height: 4.48rem;
  margin: 0 auto;
  overflow: hidden;
}
.my-result-dialog .visible-wrap .list[data-v-25d99a58] {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.my-result-dialog .visible-wrap .list.center[data-v-25d99a58] {
  text-align: center;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-25d99a58] {
  width: 1.44rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
}
.my-result-dialog .visible-wrap .list .li-item[data-v-25d99a58]:nth-child(4n) {
  margin-right: 0;
}
.my-result-dialog .visible-wrap .list .li-item .icon[data-v-25d99a58] {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto 0.08rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my-result-dialog .visible-wrap .list .li-item .name[data-v-25d99a58] {
  width: 100%;
  text-align: center;
  font-size: 0.12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.my-result-dialog .button-wrap[data-v-25d99a58] {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  height: 0.8rem;
  text-align: center;
}
.my-result-dialog .button-wrap .button[data-v-25d99a58] {
  width: 2.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  margin-right: 0.15rem;
  vertical-align: top;
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #1e90ff;
  transition: all 0.15s;
  cursor: pointer;
}
.my-result-dialog .button-wrap .button[data-v-25d99a58]:last-child {
  margin-right: 0;
}
.my-result-dialog .button-wrap a.button[data-v-25d99a58] {
  text-decoration: none;
}
.my-result-dialog .ps__rail-y {
  left: auto !important;
  right: 0 !important;
}
.my-result-dialog .ps__rail-y .ps__thumb-y {
  width: 0.08rem;
  background-color: rgba(255,255,255,0.2);
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}
.instruct-pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 6rem;
  padding: 0.68rem 0.36rem;
  box-sizing: border-box;
  border-radius: 0.16rem;
  transform-origin: center center;
  z-index: 2;
  font-size: 0.24rem;
}
.instruct-pop-up .close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAkZJREFUSA2llUtP20AQx3fWlVou/UDg5FSBE8fusS1SqcqjINTnN6HqUyLQqpRLK1XCCdhwq7L0Q4HsZcbNJPZm3cTpXmZnmPn9Z2c3BrTWEF1c3oM0uwrbzd/iPxfxehfKJ0yw7J5CP1ZhqrMTCoAUe6HXfEP7eRbCZS9WXS30U6p3pNORqdC3GaYz8frkbLDHfh1rwqkWY1qGnvtLAPwcw/SruiI2OIDodrylWAJAeveOu4r2R1Ekigdvx371rgoeeI1nyNTApZjo9OLBsRbiAccA5Luw5b5k37TT4JQ/EiCnjsgs8AkBFokS9R3VHpJPSwrxPmg3X/z18kZKr4XiNHMeC+fl8aLD+/wkiTpC+4hjSPhwv9V4PmvnXFcaEQfJ2kTw0j4KLRb4nVMexg4Cz92iCyXfXJUClJiLxOobAlfNQvKnwSkHx1u9EJAGLXcNn8KxmTULnGr+KTCEZgi7MgXwdNdmzOZPGxFE56orMr1uK8bY57DV2MUGrPOnmsoTYIcTcMeRBwg7Kojt9BL1iXILsdL2VskbOjY4zdxfXtrCFEAoPYDHlI52G31Au2M7yYRyFbz4FDFHRrH6gvi1YU+ku4+flW1TpCQwC5yBJNJPBoeZFk84ZhMZCdSBM9AmYn4y8kueB04iOI6s4zXWEfp1LCo28U72iZnnzAtnIFk6SfFfZQ7mT0g/ufTTLO2PCiQchivupnlZo79XbGwiEqRf/h3MCR92nOFnZUMgo9gDvV84Pf/TpqC/snhWt/MijPYm7wY8RpcBgDMVSQAAAABJRU5ErkJggg==) center/cover no-repeat;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.instruct-pop-up .content {
  text-align: left;
  font-size: 0.12rem;
  color: #999;
}
.instruct-pop-up-appear-active[data-v-7d197f18] {
  -webkit-animation: instruct-pop-up-appear-data-v-7d197f18 0.15s linear both 1;
  animation: instruct-pop-up-appear-data-v-7d197f18 0.15s linear both 1;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.instruct-pop-up-leave-active[data-v-7d197f18] {
  -webkit-animation: instruct-pop-up-leave-data-v-7d197f18 0.25s ease-in-out both 1;
  animation: instruct-pop-up-leave-data-v-7d197f18 0.25s ease-in-out both 1;
}
.purchase-pop-up[data-v-7d197f18] {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 6.8rem;
  padding: 0.24rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-top[data-v-7d197f18] {
  margin: 0.16rem;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.purchase-pop-up .content-top .pic[data-v-7d197f18] {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.purchase-pop-up .content-top .content-info[data-v-7d197f18] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 0.36rem;
  color: #212121;
  margin-left: 0.3rem;
}
.purchase-pop-up .content-top .content-info .content-info-up[data-v-7d197f18] {
  max-width: 4rem;
  text-align: left;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.purchase-pop-up .content-top .content-info .content-info-middle[data-v-7d197f18] {
  opacity: 0.4;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-top .content-info .content-info-down[data-v-7d197f18] {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.purchase-pop-up .content-middle[data-v-7d197f18] {
  width: 100%;
  padding: 0.52rem 0.04rem 0 0.5rem;
  box-sizing: border-box;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-7d197f18] {
  width: 100%;
  line-height: 0.56rem;
}
.purchase-pop-up .content-middle .content-middle-up[data-v-7d197f18]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-info[data-v-7d197f18] {
  font-size: 0.28rem;
  color: #212121;
  line-height: 0.56rem;
  float: left;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count[data-v-7d197f18] {
  float: right;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #262626;
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count button[data-v-7d197f18] {
  background-color: transparent;
  padding: 0;
  font-size: 0.32rem;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub[data-v-7d197f18] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-right: 0;
  box-sizing: border-box;
  border-radius: 0.04rem 0 0 0.04rem;
  color: #999;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-sub.clickable[data-v-7d197f18] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-mount[data-v-7d197f18] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  padding: 0 0.12rem;
  border: 0.02rem solid #fb7299;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count[data-v-7d197f18] {
  min-width: 0.64rem;
  height: 100%;
  font-size: 0.24rem;
  box-sizing: border-box;
  text-align: center;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add[data-v-7d197f18] {
  position: relative;
  width: 0.56rem;
  height: 100%;
  border: 0.02rem solid #fb7299;
  border-left: 0;
  box-sizing: border-box;
  color: #999;
  border-radius: 0 0.04rem 0.04rem 0;
}
.purchase-pop-up .content-middle .content-middle-up .content-middle-count .content-middle-count-add.clickable[data-v-7d197f18] {
  color: #fb7299;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-7d197f18] {
  width: 100%;
  height: 0.6rem;
  font-size: 0.28rem;
  margin-top: 0.52rem;
  color: #212121;
  line-height: 0.6rem;
}
.purchase-pop-up .content-middle .content-middle-down[data-v-7d197f18]:after {
  content: '';
  display: table;
  clear: both;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-info[data-v-7d197f18] {
  float: left;
}
.purchase-pop-up .content-middle .content-middle-down .content-middle-down-amount[data-v-7d197f18] {
  float: right;
  font-size: 0.36rem;
  color: #fb7299;
}
.purchase-pop-up .content-button[data-v-7d197f18] {
  margin-top: 0.24rem;
  width: 100%;
  height: 0.88rem;
  background: #fb7299;
  border-radius: 0.08rem;
  line-height: 0.88rem;
  font-size: 0.32rem;
  color: #fff;
}
.purchase-pop-up .content-inst[data-v-7d197f18] {
  position: relative;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fb7299;
}
.purchase-pop-up .content-inst[data-v-7d197f18]:after {
  content: '';
  position: absolute;
  right: 2.6rem;
  width: 0.14rem;
  height: 0.14rem;
  top: 0.1rem;
  border-right: 0.02rem solid #fb7299;
  border-bottom: 0.02rem solid #fb7299;
  transform: rotate(-45deg);
}
.purchase-pop-up .close[data-v-7d197f18] {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  right: 0.28rem;
  top: 0.28rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAKlBMVEUAAACyt8Oyt8O0uMWyt8Oyt8Oyt8Oyt8Oxt8OzuMSxt8O0t8SytsKxtsKKdAdvAAAADXRSTlMAnZpLkaahqZZJVU4/JmjoXQAAAIZJREFUGNNF0M0Jg3AMBfBXSlt6c4E/OEIXELqIIziC4EKOILiCHwc9vF18hCQ+yCH5HUKC7wzP84dpj6ZsGPmH5cETHzoV1kAvMlgBowAjB+UlclBaDgZOR2EFBHEBkgxiOYdsCnncsHSsE6o31wQgyHaIEoIEPgvwYaPKsxuB06kH3a+6ANiEP1xlT5nvAAAAAElFTkSuQmCC) center/cover no-repeat;
}
@-webkit-keyframes instruct-pop-up-appear-data-v-7d197f18 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes instruct-pop-up-appear-data-v-7d197f18 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes instruct-pop-up-leave-data-v-7d197f18 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes instruct-pop-up-leave-data-v-7d197f18 {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.live-ticketing-h5 .button[data-v-fe71fa92] {
  display: block;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.live-ticketing-h5 .button.disabled[data-v-fe71fa92] {
  cursor: default;
}

