.tcp-h5-install-banner.image {
  position: relative;
}
.tcp-h5-install-banner.image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.tcp-h5-install-banner.classic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px 8px 12px;
  background: #f5f7fa;
}
.tcp-h5-install-banner.classic.container-closable {
  padding-left: 24px;
}
.tcp-h5-install-banner.classic > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}
.tcp-h5-install-banner.classic > .tcp-h5-install-banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tcp-h5-install-banner.classic > img + div {
  margin-left: 8px;
}
.tcp-h5-install-banner.classic > div + button {
  margin-left: 12px;
}
.tcp-h5-install-banner.text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px 8px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#ffe7e4), to(#ffffff));
  background: linear-gradient(90deg, #ffe7e4 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tcp-h5-install-banner.text > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.tcp-h5-install-banner.text > .tcp-h5-install-banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tcp-h5-install-banner.text > .tcp-h5-install-banner__content h2 {
  color: #f5594a;
  font-style: italic;
}
.tcp-h5-install-banner.text > img + div {
  margin-left: 8px;
}
.tcp-h5-install-banner.text > button {
  background-color: #f5594a;
  color: #fff;
}
.tcp-h5-install-banner.text > div + button {
  margin-left: 12px;
}
.tcp-h5-install-banner__close {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
}
.tcp-h5-install-banner__close-triangle {
  position: absolute;
  display: inline-block;
  border-top: 28px solid #0f294d;
  border-right: 28px solid transparent;
  border-bottom: 0;
  border-left: 0;
  vertical-align: middle;
  opacity: 0.2;
}
.tcp-h5-install-banner__close-icon {
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 8px;
  line-height: 1;
  color: #fff;
}
.tcp-h5-install-banner__close.dark .tcp-h5-install-banner__close-triangle {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.tcp-h5-install-banner__close.dark .tcp-h5-install-banner__close-icon {
  color: #0f294d;
}
.tcp-h5-install-banner__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4px;
  font-size: 10px;
  line-height: 10px;
}
.tcp-h5-install-banner__rate-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tcp-h5-install-banner__rate-list .tcp-h5-install-banner__rate-item {
  position: relative;
  width: 10px;
  height: 10px;
}
.tcp-h5-install-banner__rate-list .tcp-h5-install-banner__rate-item-bg {
  color: #dadfe6;
  line-height: 0;
}
.tcp-h5-install-banner__rate-list .tcp-h5-install-banner__rate-item-fr {
  position: absolute;
  top: 0;
  left: 0;
  color: #FF9500;
  overflow: hidden;
  line-height: 0;
}
.tcp-h5-install-banner__rate-list .tcp-h5-install-banner__rate-item + .tcp-h5-install-banner__rate-item {
  margin-left: 2px;
}
.tcp-h5-install-banner__rate-score {
  margin-left: 4px;
  color: #8592a6;
}
.tcp-h5-install-banner__carousel {
  position: relative;
  overflow: hidden;
}
.tcp-h5-install-banner__carousel-window {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.tcp-h5-install-banner__carousel-window > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcp-h5-install-banner__carousel-window > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0.3;
  }
  100.0% {
    opacity: 1;
  }
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0.3;
  }
  100.0% {
    opacity: 1;
  }
}
.skeleton {
  font-size: 0;
}
/* 灰底白呼吸块 */
/* 白底灰呼吸块 */
.install-skeleton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 8px 24px;
  background-color: #DADFE6;
}
.install-skeleton div,
.install-skeleton span {
  display: inline-block;
  overflow: hidden;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: breathing;
          animation-name: breathing;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background: #ffffff;
}
.install-skeleton-1 {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  background-color: #DADFE6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.install-skeleton-1 div,
.install-skeleton-1 span {
  display: inline-block;
  overflow: hidden;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: breathing;
          animation-name: breathing;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background: #ffffff;
}
.install-skeleton-2 {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin-left: 8px;
  background-color: #DADFE6;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.install-skeleton-2 div,
.install-skeleton-2 span {
  display: inline-block;
  overflow: hidden;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: breathing;
          animation-name: breathing;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background: #ffffff;
}
.install-skeleton-3 {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54px;
  height: 32px;
  margin-left: 12px;
  background-color: #DADFE6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.install-skeleton-3 div,
.install-skeleton-3 span {
  display: inline-block;
  overflow: hidden;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: breathing;
          animation-name: breathing;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  background: #ffffff;
}
.tcp-h5-install-banner {
  border: 1px solid #dadfe6;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(15, 41, 77, 0.08);
          box-shadow: 0px 1px 0px 0px rgba(15, 41, 77, 0.08);
}
.tcp-h5-install-banner .tcp-h5-install-banner__content h2 {
  color: #0f294d;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
}
.tcp-h5-install-banner .tcp-h5-install-banner__content p {
  color: #455873;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 1;
}
button.tcp-h5-install-banner__download {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #3264ff;
  border-radius: 4px;
  padding: 7px 12px;
  height: 32px;
  max-width: 120px;
  min-width: 54px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tcp-h5-install-banner__icon {
  display: inline-block;
  line-height: 0;
}
.tcp-h5-install-banner__icon svg {
  display: inline-block;
  line-height: 1;
}
.tcp-h5-install-banner button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}
.tcp-h5-install-banner h2,
.tcp-h5-install-banner p {
  margin: 0;
}
.tcp-h5-install-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tcp-h5-install-banner li {
  display: block;
  margin: 0;
  padding: 0;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner.classic.container-closable {
  padding-right: 24px;
  padding-left: 12px;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner.classic > img + div {
  margin-right: 8px;
  margin-left: 0;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner.classic > div + button {
  margin-right: 12px;
  margin-left: 0;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner.text > img + div {
  margin-right: 8px;
  margin-left: 0;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner.text > div + button {
  margin-right: 12px;
  margin-left: 0;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner__close {
  right: 0;
  left: auto;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner__close-triangle {
  border-left: 28px solid transparent;
  border-right: none;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner__close-icon {
  right: 4px;
  left: auto;
}
.h5-install-banner[dir="rtl"] .tcp-h5-install-banner__rate .tcp-h5-install-banner__rate-item-fr {
  left: auto;
  right: 0;
}
.h5-install-banner-stick-top-container {
  position: sticky;
  top: 0;
  z-index: 99999;
}

.ui-text-ellipsis {
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.ui-text-ellipsis.expanded .ui-text-ellipsis__action {
  float: right;
}
.ui-text-ellipsis.expanded .ui-text-ellipsis__action::before {
  opacity: 0;
}
.ui-text-ellipsis__action {
  position: relative;
  cursor: pointer;
  color: #3264ff;
}
.ui-text-ellipsis__action::before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(88.68%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 88.68%);
  top: 0;
  bottom: 0;
  width: 28px;
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ui-text-ellipsis__action:active {
  opacity: 0.6;
}

.product-card-tnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -webkit-box-shadow: 0 4px 16px 0 rgba(15, 41, 77, 0.08);
          box-shadow: 0 4px 16px 0 rgba(15, 41, 77, 0.08);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #f0f2f5;
}
.product-card-tnt ::-webkit-backdrop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-card-tnt *,
.product-card-tnt ::after,
.product-card-tnt ::before,
.product-card-tnt ::backdrop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-card-tnt .card-image {
  position: relative;
  width: 112px;
  min-height: 112px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.product-card-tnt .card-image .image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.product-card-tnt .card-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  margin: 0 auto;
}
.product-card-tnt .card-image .image-overlay {
  position: absolute;
  z-index: 2;
  height: 52px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(47.92%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 47.92%, rgba(0, 0, 0, 0.6) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 6px;
}
.product-card-tnt .card-image .image-overlay .overlay-text {
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  font-weight: medium;
  line-height: 16px;
  white-space: pre-wrap;
}
.product-card-tnt .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5.5px;
  gap: 5.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.product-card-tnt .card-content .card-title {
  font-size: 16px;
  font-weight: bold;
  color: #0f294d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 22px;
}
.product-card-tnt .card-content .card-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-card-tnt .card-content .card-rating .score {
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
  color: #1136a6;
}
.product-card-tnt .card-content .card-rating .score-separator {
  line-height: 21px;
  font-family: 13px;
  font-weight: 700;
  color: #acb4bf;
  margin-right: 4px;
}
.product-card-tnt .card-content .card-rating .review-count,
.product-card-tnt .card-content .card-rating .booked-count {
  font-size: 13px;
  line-height: 18px;
  color: #455873;
}
.product-card-tnt .card-content .card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
}
.product-card-tnt .card-content .card-tags .prefix-icon {
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
}
.product-card-tnt .card-content .card-tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 6px;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-card-tnt .card-content .card-tags .tag .tag-icon {
  font-size: 8px;
  color: #1a365d;
  line-height: 1;
}
.product-card-tnt .card-content .card-tags .tag .tag-text {
  font-size: 12px;
  font-weight: 500;
  color: #1a365d;
  letter-spacing: 0.2px;
}
.product-card-tnt .separator {
  width: 1px;
  height: 8px;
  background: #acb4bf;
  margin: 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-card-tnt-show-more {
  height: 36px;
  color: #3264ff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f0f2f5;
  border-radius: 8px;
  margin-top: -8px;
  background-color: #fff;
  margin-bottom: 12px;
  grid-gap: 4px;
  gap: 4px;
}
@media (min-width: 768px) {
  .product-card-tnt {
    padding: 16px;
    grid-gap: 16px;
    gap: 16px;
  }
  .product-card-tnt .card-image {
    width: 166px;
    min-height: 124px;
  }
  .product-card-tnt .card-image .image-overlay {
    height: 66px;
  }
  .product-card-tnt .card-image .image-overlay .overlay-text {
    -webkit-transform: none;
            transform: none;
    font-size: 14px;
  }
  .product-card-tnt .card-content {
    grid-gap: 8px;
    gap: 8px;
  }
  .product-card-tnt .card-content .card-title {
    font-size: 18px;
  }
  .product-card-tnt .card-content .card-rating .score,
  .product-card-tnt .card-content .card-rating .score-separator {
    line-height: 18px;
    font-size: 14px;
  }
  .product-card-tnt .card-content .card-rating .score-separator {
    margin-right: 8px;
  }
  .product-card-tnt .card-content .card-rating .review-count,
  .product-card-tnt .card-content .card-rating .booked-count {
    line-height: 18px;
    font-size: 14px;
  }
  .product-card-tnt .card-content .card-tags .prefix-icon {
    font-size: 16px;
  }
  .product-card-tnt .card-content .card-tags .tag .tag-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.tcp-online-adq.default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcp-online-adq.default .tcp-online-adq__qrcode-wrapper {
  position: relative;
  border-radius: 4px;
  line-height: 0;
  padding: 3.75%;
  background-color: #fff;
}
.tcp-online-adq.default .tcp-online-adq__qrcode-wrapper .tcp-online-adq__qrcode {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tcp-online-adq.default .tcp-online-adq__qrcode-wrapper .tcp-online-adq__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tcp-online-adq.default > p {
  margin-top: 3px;
  color: #0f294d;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.tcp-online-adq.default p {
  margin: 0;
  padding: 0;
}

.oh-pwa {
  position: fixed;
  top: 16px;
  right: 16px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dadfe6;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(15, 41, 77, 0.16);
          box-shadow: 0px 12px 24px 0px rgba(15, 41, 77, 0.16);
  border-radius: 8px;
  width: 376px;
  padding: 16px;
  z-index: 100;
}
.oh-pwa__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.oh-pwa__close > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.oh-pwa__main {
  margin-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oh-pwa__install {
  width: 40px;
  height: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAUKADAAQAAAABAAAAUAAAAAAx4ExPAAAEgUlEQVR4Ae2bTWgTQRTHZyZNbaFNAyLqxYP40VR7KqKCeBVtExDxUFCqHkQUDx4E8SDFiwgigiIiHloULFawNcWPkz0JInqzqV83wYMHm7R40GSf723aze7W7u5kE3XTt4fmzfua+f+6m2xnUyH4YAJMgAkwASbABJgAE2ACTIAJMAEmwASYABNgApEhIKtZadvW3pQy1GUJYgfWr6qmh04NCHGqkMveDFLT3rlvk5Kx9/ZcA0qbZ6effLD7amU36TZKpjK7oQTPsa5Ft7YR85WWqJ7jcRBwl+FVqGkB7PjxtRtL11XK2dK7hBWsF4bjbfN7Sald9cYYU8Wv9Z6j2v56AEEhPXxLrxzFuXfjU5Xh8rO0LuHlh8dfMQP0Z+SZwQA98fgHGaA/I88MBuiJxz/IAP0ZeWYwQE88/kEG6M/IMyNSANs796/sSKVfJjp793iq0ghSL+pJvTXKrNTIAGzbsHeVksUXuPKdUqrxRKpvn6WiSoN6UC/qSb1pDt1WkQBIwpriTZMojjYz6FghhXyU3JLJlIf6P6mWelCv+epumkMXYiQAzq1oy+MexmcXpmYw4GEy1bff5fcdUg3VYmKzPZnmoLnsPj87EgDFu9Gfhda1B1DMmEsQ7k/KBx1dmYMu/5JDyqUaTIi7ksbMOXAul99zGA2AJOHN7V/51bMHBUg6c+xHkwC4n+hM99udf7LNHMzFmHMXCnuavXGOP9V5+aIDkFRMThbzawoICkZcomJSiruJrswhl98aJlLpw5SDjpjlNA0YMXtib6c/2ChaAEkTQcy1HsKNyXsuiTEJMKxU7KjLL8iH+UPod8CjHtSLerprgo6jB9BUNlqayfUMgDSh2LUq3O89Z3eYdtnn0Eq11EOI0dKifA2Ho6lG3X+QOmgUprLHcCF3qljMnXLtoFFFraMkwgBNHZDPZY8LIW85VHkO5K1yjfPZhGeJRzDqAEkaQnx8Ukq44aHTDFEO5VKNX27QeCMAJK0wMzVxGqlcW0o4xSiHcpfKqcbfKABN7fj1jzOI58oiEOgzY4sC4R0NBZBw5KezZ4WESxYatE2f5ait4bwjr23vf9YtPzVxPplKm/d2eNleqOdCGhIgAZvJZQOB6+jqOyFBti5ANgRMFHITHxfGfq8NC9BPuBUHeRE/Vax9QNwf/IKxwAAb7j3QAvOXDAYYEjQDZIAhCYQs5zOQAYYkELKcz0AGGJJAyHKtG2kwSgW80bRPmcSnXM/sjsjZAEn7mkmjfexnawE0isbbWFzRdhA+TjCPOD4Rq9nXLOZ7/ssXII06C3CcTn6Fc5+efkN0V/3yIhtHbaZGDQFaAKlvXracx3/xuo5mTTcmNdZcj1QgTaRNt/nCpahbJ/CLORuFVNsVgPWHeNAmAKIfz+RtQfMD5YF4jc996aG51mFI+U2A8UpnB8Y+QdUA7U10bXzIPYQTD+jWeeXj5TCMu85HvHLqEdO+hOuxiCj3ZIAhf3sMkAGGJMDlTIAJMAEmwASYABNgAkyACTABJsAEmAATYAJMYPkQ+A0rFCitK5jO6QAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 100%;
}
.oh-pwa__install.is-edge {
  background-image: url(data:image/png;base64,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);
}
.oh-pwa__main > .oh-pwa__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 14px;
}
.oh-pwa__text > h3 {
  color: #0f294d;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.oh-pwa__text > p {
  margin-top: 8px !important;
  color: #455873;
  font-size: 14px;
  line-height: 18px;
}
.oh-pwa__footer {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.oh-pwa__footer > button {
  padding: 6px 16px;
  background: #3264ff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  border: none;
  outline: none;
}

