.index__out-app-header--3_qAG .index__header-placeholder--29ITr {
  width: 100vw;
  height: 16vmin;
}
.index__out-app-header--3_qAG .index__experience-group--1F7u_ {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0;
  overflow: hidden;
  max-height: 16vmin;
}
.index__out-app-header--3_qAG .index__experience-group-header--3-pH_ {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 3.2vmin 4.26667vmin;
  align-items: center;
}
.index__out-app-header--3_qAG .index__experience-group-header--3-pH_ .index__left--37m9O {
  display: flex;
  align-items: center;
}
.index__out-app-header--3_qAG .index__experience-group-header--3-pH_ .index__left--37m9O .index__logo--2ElQc {
  width: 9.6vmin;
  height: 9.6vmin;
  border-radius: 2.13333vmin;
  margin-right: 2.13333vmin;
}
.index__out-app-header--3_qAG .index__experience-group-header--3-pH_ .index__left--37m9O .index__title--KXnq- {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  font-weight: 500;
}
.index__out-app-header--3_qAG .index__experience-group-header--3-pH_ .index__left--37m9O .index__desc--386Pd {
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  color: #aeaeae;
  letter-spacing: 0;
  font-weight: 400;
}
.index__out-app-header--3_qAG .index__experience-group-header--3-pH_ .index__right--27mOb {
  font-family: PingFangSC-Medium;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0;
  text-align: right;
  font-weight: 500;
  background: #36b3b5;
  border-radius: 3.73333vmin;
  padding: 1.6vmin 3.2vmin;
}
.index__out-app-header--3_qAG .index__open-app--3rgQw,
.index__out-app-header--3_qAG .index__open-app-slide--2N5G0 {
  position: fixed;
  bottom: 11.73333vmin;
  width: 32vmin;
  left: 50%;
  z-index: 9999;
  margin-left: -15.73333vmin;
  text-align: center;
  font-family: PingFangSC-Medium, serif;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 9.6vmin;
}
.index__out-app-header--3_qAG .index__open-app--3rgQw img,
.index__out-app-header--3_qAG .index__open-app-slide--2N5G0 img {
  width: 100%;
}

.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 22px;
  height: 22px;
}
.am-icon-xxs {
  width: 15px;
  height: 15px;
}
.am-icon-xs {
  width: 18px;
  height: 18px;
}
.am-icon-sm {
  width: 21px;
  height: 21px;
}
.am-icon-md {
  width: 22px;
  height: 22px;
}
.am-icon-lg {
  width: 36px;
  height: 36px;
}
.am-icon-loading {
  -webkit-animation: cirle-anim 1s linear infinite;
          animation: cirle-anim 1s linear infinite;
}
@-webkit-keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 14px;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 60px;
  border-radius: 3px;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 9px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 5px;
  padding: 15px 15px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 6px;
}

