.tcp-h5-install-popup__content.header > .tcp-h5-install-popup__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.tcp-h5-install-popup__content.header > .tcp-h5-install-popup__logo img {
  margin-top: 32px;
  width: 80px;
  height: 80px;
}
.tcp-h5-install-popup__content.header > img,
.tcp-h5-install-popup__content.header .img {
  display: block;
  width: 100%;
}
.tcp-h5-install-popup__content.header .img-radius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tcp-h5-install-popup__content.header .tcp-h5-install-popup__content-inner {
  margin-left: 24px;
  margin-right: 24px;
  overflow: hidden;
}
.tcp-h5-install-popup__content.header .tcp-h5-install-popup__content-inner > .title {
  margin-top: 24px;
  color: #0f294d;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
}
.tcp-h5-install-popup__content.header .tcp-h5-install-popup__content-inner > p {
  margin-top: 12px;
  color: #455873;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 3;
}
.tcp-h5-install-popup__content.header .tcp-h5-install-popup__content-inner > .tcp-h5-install-popup__button {
  margin-top: 24px;
  margin-bottom: 24px;
  box-sizing: border-box;
  width: 100%;
}
.tcp-h5-install-popup__content.bg {
  position: relative;
}
.tcp-h5-install-popup__content.bg > img {
  display: block;
  width: 100%;
}
.tcp-h5-install-popup__content.bg .tcp-h5-install-popup__button {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__sidebar {
  position: fixed;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__sidebar.default {
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.07);
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__sidebar.attached {
  opacity: 0.6;
  transform: translateX(66%);
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__sidebar .tcp-h5-install-popup__sidebar-logo {
  width: 32px;
  height: 32px;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__sidebar .tcp-h5-install-popup__sidebar-text {
  margin-left: 8px;
  max-width: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f294d;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__sidebar .tcp-h5-install-popup__sidebar-custom-icon {
  width: 64px;
  height: 64px;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__sidebar .tcp-h5-install-popup__sidebar-close {
  position: absolute;
  top: -9px;
  right: -6px;
  font-size: 18px;
  line-height: 0;
  color: #90A1B7;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__button {
  display: flex;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__button button {
  flex: 1 1 auto;
  border-radius: 4px;
  padding: 13px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  background-color: #3264ff;
  text-align: center;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main {
  box-shadow: none;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__close_top {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  box-sizing: border-box;
  border-radius: 50%;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__close_top .icon-wrapper {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 1;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__close_top img[alt='icon'] {
  width: 24px;
  height: 24px;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__close_top:active .icon-wrapper {
  background-color: rgba(0, 0, 0, 0.08);
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content {
  background-color: transparent;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner {
  margin: 0;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 0;
  padding: 12px 16px 16px;
  background-color: #4444ff;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body {
  padding: 0 16px;
  background: linear-gradient(-180deg, #4444ff 0%, #ececff 100%);
  position: relative;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::before,
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::after {
  content: '';
  display: block;
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::before {
  top: 0;
  background: linear-gradient(-180deg, #4444ff 0%, rgba(68, 68, 255, 0) 100%);
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::after {
  bottom: 0;
  background: linear-gradient(0, #ececff 0%, rgba(236, 236, 255, 0) 100%);
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body.at-top::before {
  display: none;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body.at-bottom::after {
  display: none;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body > div {
  min-height: 50px;
  max-height: calc(85vh - 370px);
  overflow: auto;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer {
  padding: 12px 16px 16px 16px;
  background-color: #ececff;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer a {
  color: inherit;
  text-decoration: inherit;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info {
  margin-top: 8px;
  color: #455873;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main {
  box-shadow: none;
  max-width: 327px;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content {
  background-color: transparent;
  box-sizing: border-box;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area {
  height: 55px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  position: relative;
  margin-top: 35px;
  flex-shrink: 0;
  margin-bottom: -1px;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area .tcp-h5-install-popup__content-close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 12px;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area .tcp-h5-install-popup__content-close.rtl-mode {
  left: 12px;
  right: unset;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area .tcp-h5-install-popup__content-close:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area .kv1-container {
  height: 87px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area .kv1-container .kv-mid {
  height: 100%;
  box-sizing: border-box;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area .kv2-container {
  width: 147px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: -31px;
  transform: translate(-50%, 0);
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-kv-area .kv2-container .kv-fold {
  width: 100%;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .title-area {
  padding: 13px 0 12px 0;
  background-color: #fff;
  margin-bottom: -1px;
  padding: 16px 24px 0 24px;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .title-area .title {
  color: #0F294D;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .unfold-area {
  margin-top: 0;
  height: 36px;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body {
  padding: 0 24px 0 24px;
  position: relative;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body .tcp-h5-install-pop_reward-body-scroll {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  gap: 8px;
  padding: 16px 0;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body .no-scroll {
  padding-bottom: 10px;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body::before,
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body::before {
  top: 0;
  background: linear-gradient(-180deg, #2346FF 0%, rgba(35, 70, 255, 0) 100%);
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body.at-top::before {
  display: none;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body.at-bottom::after {
  display: none;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .scroll-wrap-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1;
  background: linear-gradient(-180deg, #ffffff, rgba(255, 255, 255, 0));
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .scroll-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-body-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-footer {
  padding: 0 16px 18px 16px;
  background: #fff;
  padding: 0 24px 24px 24px;
  flex-shrink: 0;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-footer .tcp-h5-install-pop_reward-footer_btn {
  display: block;
  background-color: #3264FF;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 21px;
  border-radius: 4px;
  width: 100%;
  padding: 13px;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-footer .tcp-h5-install-pop_reward-footer_btn .btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-footer .tcp-h5-install-pop_reward-footer_btn .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-footer .tcp-h5-install-pop_reward-footer_btn .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-footer .tcp-h5-install-pop_reward-footer_btn .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
}
.tcp-h5-install-pop__reward_new_B .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-pop_reward-footer .tcp-h5-install-pop_reward-footer_btn:active {
  background-color: #0036df;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon svg {
  transform: scaleX(-1);
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon svg {
  transform: scaleX(-1);
}
.tcp-h5-install-pop-counpon {
  box-sizing: border-box;
  min-height: 64px;
  display: flex;
}
.tcp-h5-install-pop-counpon:nth-child(n + 2) {
  margin-top: 8px;
}
.tcp-h5-install-pop-counpon .coupon-left {
  border: 1px solid #fec8d5;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: #fff9ee;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.tcp-h5-install-pop-counpon .coupon-mid {
  display: flex;
  flex-direction: column;
}
.tcp-h5-install-pop-counpon .coupon-mid .half-circle-top,
.tcp-h5-install-pop-counpon .coupon-mid .half-circle-bottom {
  width: 12px;
  height: 6px;
  overflow: hidden;
}
.tcp-h5-install-pop-counpon .coupon-mid .half-circle-top-inner,
.tcp-h5-install-pop-counpon .coupon-mid .half-circle-bottom-inner {
  position: relative;
  left: -10px;
  width: 12px;
  height: 12px;
  border: 10px solid #fff9ee;
  box-shadow: inset 0 0 0 1px #fec8d5;
}
.tcp-h5-install-pop-counpon .coupon-mid .half-circle-top-inner {
  border-radius: 0 0 16px 16px;
  border-top: 0;
  top: -6px;
}
.tcp-h5-install-pop-counpon .coupon-mid .half-circle-bottom-inner {
  border-radius: 16px 16px 0 0;
  border-bottom: 0;
  bottom: 10px;
}
.tcp-h5-install-pop-counpon .coupon-mid .dashed-container {
  flex: 1;
  background: #fff9ee;
  display: flex;
  justify-content: center;
}
.tcp-h5-install-pop-counpon .coupon-mid .dashed-container .dashed-inner {
  border-right: 1px dashed #fec8d5;
  margin: 4px 0;
}
.tcp-h5-install-pop-counpon .coupon-right {
  border: 1px solid #fec8d5;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  flex: 1;
  background: linear-gradient(90deg, rgba(255, 168, 0, 0.08) 0%, rgba(249, 76, 134, 0.12) 100%), url(https://pages.trip.com/images/install-pop/reward/percent.png) right bottom / 60px no-repeat, #fff;
  padding: 12px 20px;
}
.tcp-h5-install-pop-counpon .coupon-right .counpon-title {
  color: #f94c86;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.tcp-h5-install-pop-counpon .coupon-right .counpon-desc {
  color: #f94c86;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.tcp-h5-install-pop-counpon-B {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: nowrap;
  width: 241px;
  height: 64px;
  z-index: 0;
}
.tcp-h5-install-pop-counpon-B .coupon-shadow-wrapper {
  position: absolute;
  z-index: 0;
  box-shadow: 0px 0px 40px 0px rgba(15, 41, 77, 0.08);
  width: calc(100% - 6px * 2);
  height: calc(100% - 6px * 2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tcp-h5-install-pop-counpon-B .coupon-inner {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: nowrap;
  background-color: transparent;
  background: url(https://dimg04.tripcdn.com/images/1o11l12000jg1f9pyC955.png);
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tcp-h5-install-pop-counpon-B .coupon-left {
  box-sizing: border-box;
  border-right: 0;
  height: 100%;
  width: 60px;
  border-radius: 6px 0 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tcp-h5-install-pop-counpon-B .coupon-left img[alt='icon'] {
  width: 24px;
  height: auto;
}
.tcp-h5-install-pop-counpon-B .coupon-left-fold {
  padding: 15px 6px 12px 12px;
}
.tcp-h5-install-pop-counpon-B .coupon-left-fold img[alt='icon'] {
  width: 39px;
  height: auto;
}
.tcp-h5-install-pop-counpon-B .coupon-left-fold img[alt='shadow'] {
  margin-top: -3px;
}
.tcp-h5-install-pop-counpon-B .coupon-mid {
  display: flex;
  flex-direction: column;
  width: 1px;
}
.tcp-h5-install-pop-counpon-B .coupon-mid .half-circle-top,
.tcp-h5-install-pop-counpon-B .coupon-mid .half-circle-bottom {
  width: 12px;
  height: 6px;
  overflow: hidden;
}
.tcp-h5-install-pop-counpon-B .coupon-mid .half-circle-top-inner,
.tcp-h5-install-pop-counpon-B .coupon-mid .half-circle-bottom-inner {
  position: relative;
  left: -1px;
  width: 12px;
  height: 12px;
}
.tcp-h5-install-pop-counpon-B .coupon-mid .dashed-container {
  flex: 1;
  width: 1px;
  display: flex;
  justify-content: center;
}
.tcp-h5-install-pop-counpon-B .coupon-mid .dashed-container .dashed-inner {
  border-right: 1px dashed rgba(249, 76, 134, 0.32);
  margin: 4px 0;
}
.tcp-h5-install-pop-counpon-B .coupon-right {
  border-left: 0;
  height: 100%;
  width: calc(100% - 60px);
  overflow: hidden;
  box-sizing: border-box;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner {
  box-sizing: border-box;
  height: 100%;
  padding: 12px 12px 12px 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-title {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-title .counpon-title-text {
  flex: 1;
  color: #0F294D;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-title .title-overflow {
  font-size: 12px;
  white-space: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-title .fold-title {
  flex: 1;
  color: #0F294D;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  white-space: nowrap;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-title .fold-overflow-title {
  font-size: 14px;
  line-height: 18px;
  white-space: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-desc {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-desc .counpon-desc-text {
  flex: 1;
  color: #455873;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-desc .counpon-desc-text img[alt='icon'] {
  background: unset;
  height: 12.5px;
  width: auto;
  margin-right: 3px;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-desc .desc-overflow {
  white-space: unset;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-desc .fold-desc {
  flex: 1;
  color: #455873;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
  text-wrap: unset;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-desc .fold-desc img[alt='icon'] {
  background: unset;
  height: 12.5px;
  width: auto;
  margin-right: 3px;
}
.tcp-h5-install-pop-counpon-B .coupon-right .coupon-right-inner .counpon-desc .fold-overflow-desc {
  font-size: 9px;
  line-height: 13px;
  text-wrap: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.tcp-h5-install-pop-counpon-B.rtl-mode .coupon-inner {
  background-image: url(https://dimg04.tripcdn.com/images/1o11e12000jg3kn1sE9A2.png);
}
.tcp-h5-install-pop-counpon-B.rtl-mode .coupon-left img {
  transform: scaleX(-1);
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main {
  box-shadow: none;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content {
  background-color: transparent;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner {
  margin: 0;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .title {
  color: var(--title-color, #ffffff);
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 0;
  padding: 12px 16px 16px;
  background-color: var(--bg-from, #4444ff);
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body {
  padding: 0 16px;
  background: linear-gradient(-180deg, var(--bg-from, #4444ff) 0%, var(--bg-to, #ececff) 100%);
  position: relative;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::before,
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::after {
  content: '';
  display: block;
  position: absolute;
  left: 16px;
  right: 16px;
  height: 8px;
  z-index: 1;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::before {
  top: 0;
  background: linear-gradient(-180deg, var(--bg-from, #4444ff) 0%, rgba(255, 255, 255, 0) 100%);
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body::after {
  bottom: 0;
  background: linear-gradient(0, var(--bg-to, #ececff) 0%, rgba(255, 255, 255, 0) 100%);
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body.at-top::before {
  display: none;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body.at-bottom::after {
  display: none;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-body > div {
  min-height: 50px;
  max-height: calc(85vh - 370px);
  overflow: auto;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer {
  padding: 12px 16px 16px 16px;
  background-color: var(--bg-to, #ececff);
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer a {
  color: inherit;
  text-decoration: inherit;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info {
  margin-top: 8px;
  color: var(--info-color, #455873);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer p.info .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon svg {
  transform: scaleX(-1);
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon {
  vertical-align: bottom;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.tcp-h5-install-pop__reward-packge .tcp-h5-install-popup.default[dir='rtl'] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button .tcp-h5-install-popup__icon svg {
  transform: scaleX(-1);
}
.tcp-h5-install-pop-counpon-2 {
  box-sizing: border-box;
  min-height: 64px;
  display: flex;
  color: var(--list-color, #f94c86);
}
.tcp-h5-install-pop-counpon-2:nth-child(n + 2) {
  margin-top: 8px;
}
.tcp-h5-install-pop-counpon-2 .coupon-left {
  border: 1px solid var(--list-border-color, #fec8d5);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: var(--list-bg-from, #fff8eb);
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.tcp-h5-install-pop-counpon-2 .coupon-mid {
  display: flex;
  flex-direction: column;
}
.tcp-h5-install-pop-counpon-2 .coupon-mid .half-circle-top,
.tcp-h5-install-pop-counpon-2 .coupon-mid .half-circle-bottom {
  width: 12px;
  height: 6px;
  overflow: hidden;
}
.tcp-h5-install-pop-counpon-2 .coupon-mid .half-circle-top-inner,
.tcp-h5-install-pop-counpon-2 .coupon-mid .half-circle-bottom-inner {
  position: relative;
  left: -10px;
  width: 12px;
  height: 12px;
  border: 10px solid var(--list-bg-from, #fff8eb);
  box-shadow: inset 0 0 0 1px var(--list-border-color, #fec8d5);
}
.tcp-h5-install-pop-counpon-2 .coupon-mid .half-circle-top-inner {
  border-radius: 0 0 16px 16px;
  border-top: 0;
  top: -6px;
}
.tcp-h5-install-pop-counpon-2 .coupon-mid .half-circle-bottom-inner {
  border-radius: 16px 16px 0 0;
  border-bottom: 0;
  bottom: 10px;
}
.tcp-h5-install-pop-counpon-2 .coupon-mid .dashed-container {
  flex: 1;
  background: var(--list-bg-from, #fff8eb);
  display: flex;
  justify-content: center;
}
.tcp-h5-install-pop-counpon-2 .coupon-mid .dashed-container .dashed-inner {
  border-right: 1px dashed var(--list-border-color, #fec8d5);
  margin: 4px 0;
}
.tcp-h5-install-pop-counpon-2 .coupon-right {
  border: 1px solid var(--list-border-color, #fec8d5);
  border-left: 0;
  border-radius: 0 4px 4px 0;
  flex: 1;
  background: var(--list-img-url) right bottom / 60px no-repeat, linear-gradient(90deg, var(--list-bg-from, #fff8eb) 0%, var(--list-bg-to, #feeaf0) 100%);
  padding: 12px 20px;
}
.tcp-h5-install-pop-counpon-2 .coupon-right .counpon-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.tcp-h5-install-pop-counpon-2 .coupon-right .counpon-desc {
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper {
  background-color: rgba(0, 0, 0, 0.6);
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main {
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 8px;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content {
  background: linear-gradient(-180deg, rgba(255, 176, 0, 0) 0%, rgba(255, 176, 0, 0.32) 99%);
  padding: 24px 15px;
  position: relative;
  overflow: visible;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content > img {
  position: absolute;
  width: 72px;
  left: -16px;
  top: -72.5px;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner {
  margin: 0;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner > img {
  width: 100%;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner div.tcp-h5-install-popup__content-title {
  color: #0f294d;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 12px;
  position: relative;
  z-index: 5;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body > div > span {
  color: #8592a6;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 2px;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body > div > div {
  display: flex;
  align-items: center;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body > div > div img {
  width: 20px;
  margin-right: 4px;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body > div > div span {
  color: #0f294d;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body > div > div span.my-streak-date {
  color: #8592a6;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_coins-body section.tcp-h5-install-pop_coins-body-line {
  height: 41px;
  width: 1px;
  background-color: #dadfe6;
  transform: scaleX(0.5);
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer {
  margin-top: 16px;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content .tcp-h5-install-popup__content-inner .tcp-h5-install-pop_reward-footer button {
  border-radius: 4px;
}
.tcp-h5-install-pop__coins .tcp-h5-install-popup.default[dir="rtl"] .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content > img {
  right: -16px;
  transform: scaleX(-1);
}
.tcp-h5-install-popup.default {
  position: relative;
  z-index: 999;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000073;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main {
  position: relative;
  width: 88%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.07);
  transition: transform 1s;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__content {
  display: flow-root;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__wrapper .tcp-h5-install-popup__main .tcp-h5-install-popup__close {
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.tcp-h5-install-popup.default .tcp-h5-install-popup__icon {
  line-height: 1;
}
.tcp-h5-install-popup.default button {
  appearance: none;
  border: none;
  outline: none;
}
.tcp-h5-install-popup.default p {
  margin: 0;
  padding: 0;
}

