#rb-layer {
  display: block !important;
}
#rb-layer img {
  max-height: none;
  max-width: none;
}
#rb-layer .animation-dialog {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0;
  visibility: hidden;
}
#rb-layer .animation-dialog.dialog-visible {
  animation-name: rb-fade-in;
}
#rb-layer .animation-dialog.dialog-hidden {
  animation-duration: 0.15s;
  animation-name: rb-fade-out;
}
#rb-layer .rb-mask {
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
#rb-layer .rb-mask p {
  display: none;
  font-size: 0;
}
#rb-layer .rb-mask-show {
  animation-name: rb-fade-in;
}
#rb-layer .rb-mask-hide {
  animation-name: rb-fade-out;
}
#rb-layer .rb-toast {
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  left: 50%;
  line-height: 36px;
  max-width: 90%;
  min-width: 48px;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  white-space: pre;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
}
#rb-layer .rb-toast-show {
  animation-name: rb-fade-in;
}
#rb-layer .rb-toast-hide {
  animation-name: rb-fade-out;
}
#rb-layer .rb-toast span {
  color: #fff;
  font-size: 16px;
}
#rb-layer .rb-loading {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 70%;
  min-height: 100px;
  opacity: 0;
  overflow: hidden;
  padding: 16px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  visibility: hidden;
  white-space: pre-wrap;
  width: 100px;
  z-index: 1005;
}
#rb-layer .rb-loading--show {
  opacity: 1;
  visibility: visible;
}
#rb-layer .rb-loading__text {
  min-height: 0;
  min-width: 100px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
#rb-layer .rb-loading__icon {
  animation: loading-rotate 2s linear infinite;
  display: flex;
  height: 30px;
  margin-bottom: 8px;
  width: 30px;
}
#rb-layer .rb-loading__icon svg {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
#rb-layer .rb-loading__icon svg circle {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  animation: loading-circular 1.5s ease-in-out infinite;
}
#rb-layer .rb-install-now-dialog {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 32px 24px 24px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 325px;
  z-index: 1000;
}
#rb-layer .rb-install-now-dialog[data-type='ACTIVED'] .install-now__actived,
#rb-layer .rb-install-now-dialog[data-type='LOADING'] .install-now__loading {
  display: flex;
}
#rb-layer .rb-install-now-dialog .install-now__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}
#rb-layer .rb-install-now-dialog .install-now__header-title {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}
#rb-layer .rb-install-now-dialog .install-now__header-title img {
  margin-right: 7px;
  width: 28px;
}
#rb-layer .rb-install-now-dialog .install-now__header-title span {
  color: #666;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
}
#rb-layer .rb-install-now-dialog .install-now__header-msg {
  align-items: center;
  border: 1px solid #747475;
  border-radius: 3px;
  color: #666;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 25px;
  padding: 0 10px;
}
#rb-layer .rb-install-now-dialog .install-now__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 108px;
  justify-content: center;
  width: 100%;
}
#rb-layer .rb-install-now-dialog .install-now__loading {
  align-items: center;
  color: #028760;
  display: none;
  height: 100px;
  justify-content: center;
  position: relative;
  width: 100px;
}
#rb-layer .rb-install-now-dialog .install-now__loading svg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#rb-layer .rb-install-now-dialog .install-now__loading svg circle {
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  animation: loading-circular 1.5s ease-in-out infinite;
}
#rb-layer .rb-install-now-dialog .install-now__loading span {
  font-size: 16px;
  font-weight: 600;
}
#rb-layer .rb-install-now-dialog .install-now__actived {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#rb-layer .rb-install-now-dialog .install-now__actived-tag {
  align-items: center;
  background: rgba(2, 135, 96, 0.1);
  border: 1px solid #028760;
  border-radius: 14px;
  display: flex;
  height: 28px;
  justify-content: center;
  margin-bottom: 34px;
  padding: 0 11px;
}
#rb-layer .rb-install-now-dialog .install-now__actived-tag img {
  margin-right: 5px;
  width: 15px;
}
#rb-layer .rb-install-now-dialog .install-now__actived-tag span {
  color: #028760;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
#rb-layer .rb-install-now-dialog .install-now__actived-btn {
  align-items: center;
  background: #028760;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  width: 100%;
}
#rb-layer .rb-install-dialog {
  background-color: #fff;
  border-radius: 18px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 353px;
  z-index: 1000;
}
#rb-layer .rb-install-dialog .install__title {
  color: #111;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 28px;
}
#rb-layer .rb-install-dialog .install__main {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
  width: 100%;
}
#rb-layer .rb-install-dialog .install__main--icon {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  height: 37px;
  margin-right: 12px;
  width: 37px;
}
#rb-layer .rb-install-dialog .install__main--title {
  color: #111;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}
#rb-layer .rb-install-dialog .install__main--url {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
#rb-layer .rb-install-dialog .install__foot {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  width: 100%;
}
#rb-layer .rb-install-dialog .install__foot div {
  color: #3f80ed;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  width: 94px;
}
#rb-layer .rb-back-dialog {
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 25px 20px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 85%;
  z-index: 1000;
}
#rb-layer .rb-back-dialog .back__logo {
  width: 166px;
}
#rb-layer .rb-back-dialog .back__title {
  font-size: 17px;
  line-height: 24px;
  margin-top: 32px;
  text-align: center;
}
#rb-layer .rb-back-dialog .back__mark {
  color: #028760;
  font-weight: 500;
}
#rb-layer .rb-back-dialog .back__block {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  display: flex;
  margin: 15px 0;
  padding: 20px;
  width: 100%;
}
#rb-layer .rb-back-dialog .back__icon {
  border-radius: 20%;
  height: 70px;
  margin-right: 20px;
  width: 70px;
}
#rb-layer .rb-back-dialog .back__info-title {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
#rb-layer .rb-back-dialog .back__info-title img {
  height: 20px;
  margin-left: 5px;
  width: 20px;
}
#rb-layer .rb-back-dialog .back__info-description {
  color: #028760;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
}
#rb-layer .rb-back-dialog .back__info-play {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 14px;
}
#rb-layer .rb-back-dialog .back__info-play .ic_dun {
  margin-right: 4px;
  width: 10px;
}
#rb-layer .rb-back-dialog .back__detail {
  align-items: center;
  display: flex;
  font-size: 14px;
}
#rb-layer .rb-back-dialog .back__detail p {
  line-height: 18px;
  margin: 10px 0;
}
#rb-layer .rb-back-dialog .back__detail img {
  width: 89px;
}
#rb-layer .rb-back-dialog .back__btn {
  align-items: center;
  background-color: #028760;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}
@keyframes rb-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes rb-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.comments {
  margin-top: 34px;
}
.comments__title {
  color: #222;
  font-size: 19px;
  font-weight: 500;
}
.comments__tips {
  color: #444;
  font-size: 13px;
  margin: 20px 0 10px;
}
.comments__type {
  display: flex;
  flex-flow: wrap;
  margin: 40px 0 20px;
}
.comments__type-item {
  align-items: center;
  border: 1px solid #dadce0;
  border-radius: 15.5px;
  color: #5f6368;
  display: flex;
  font-size: 13px;
  height: 31px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.comments__type-item img {
  margin-right: 10px;
  width: 13px;
}
.comments__type-active {
  background-color: #e6f3ef;
  border: 1px solid #e6f3ef;
  color: #028760;
}
.comments__scoring {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.comments__scoring-points {
  font-size: 58px;
  font-weight: 400;
}
.comments__scoring-icon {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}
.comments__scoring-star {
  display: flex;
}
.comments__scoring-people {
  color: #444;
  font-size: 12px;
  margin-top: 13px;
}
.comments__scoring-content {
  flex: 1;
  margin-left: 10px;
  max-width: 180px;
}
.comments__scoring-item {
  align-items: center;
  color: #444;
  display: flex;
  font-size: 11px;
  margin-bottom: 6.5px;
}
.comments__br {
  background-color: #dadce0;
  height: 0.5px;
  margin: 40px 0 10px;
  width: 100%;
}
.comments__list-item {
  margin: 30px 0;
}
.comments__list-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.comments__list-avatar {
  border-radius: 50%;
  height: 32px;
  margin-right: 16px;
  -o-object-fit: fill;
  object-fit: fill;
  width: 32px;
}
.comments__list-name {
  color: #222;
  font-size: 14.5px;
  margin-right: auto;
}
.comments__list-icon {
  height: 16px;
  width: 4px;
}
.comments__list-stars span {
  color: #444;
  font-size: 12px;
  margin-left: 8px;
}
.comments__list-detail {
  color: #444;
  font-size: 14px;
  margin-top: 10px;
  overflow-wrap: break-word;
  white-space: break-spaces;
}
.progress {
  background-color: #e3e3e3;
  border-radius: 5px;
  flex: 1;
  height: 9px;
  margin-left: 14.5px;
  max-width: 166px;
  overflow: hidden;
  width: 100%;
}
.progress-bar {
  border-radius: 5px;
  height: 100%;
}
#rb-layer {
  display: block !important;
}
#rb-layer img {
  max-height: none;
  max-width: none;
}
#rb-layer .animation-dialog {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0;
  visibility: hidden;
}
#rb-layer .animation-dialog.dialog-visible {
  animation-name: rb-fade-in;
}
#rb-layer .animation-dialog.dialog-hidden {
  animation-duration: 0.15s;
  animation-name: rb-fade-out;
}
#rb-layer .rb-mask {
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
#rb-layer .rb-mask p {
  display: none;
  font-size: 0;
}
#rb-layer .rb-mask-show {
  animation-name: rb-fade-in;
}
#rb-layer .rb-mask-hide {
  animation-name: rb-fade-out;
}
#rb-layer .rb-toast {
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  left: 50%;
  line-height: 36px;
  max-width: 90%;
  min-width: 48px;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  white-space: pre;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
}
#rb-layer .rb-toast-show {
  animation-name: rb-fade-in;
}
#rb-layer .rb-toast-hide {
  animation-name: rb-fade-out;
}
#rb-layer .rb-toast span {
  color: #fff;
  font-size: 16px;
}
#rb-layer .rb-loading {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 70%;
  min-height: 100px;
  opacity: 0;
  overflow: hidden;
  padding: 16px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  visibility: hidden;
  white-space: pre-wrap;
  width: 100px;
  z-index: 1005;
}
#rb-layer .rb-loading--show {
  opacity: 1 !important;
  visibility: visible !important;
}
#rb-layer .rb-loading__text {
  min-height: 0;
  min-width: 100px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
#rb-layer .rb-loading__icon {
  animation: loading-rotate 2s linear infinite;
  display: flex;
  height: 30px;
  margin-bottom: 8px;
  width: 30px;
}
#rb-layer .rb-loading__icon svg {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
#rb-layer .rb-loading__icon svg circle {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  animation: loading-circular 1.5s ease-in-out infinite;
}
#rb-layer .rb-install-now-dialog {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 32px 24px 24px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 325px;
  z-index: 1000;
}
#rb-layer .rb-install-now-dialog[data-type='ACTIVED'] .install-now__actived,
#rb-layer .rb-install-now-dialog[data-type='LOADING'] .install-now__loading {
  display: flex;
}
#rb-layer .rb-install-now-dialog .install-now__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
#rb-layer .rb-install-now-dialog .install-now__header-title {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}
#rb-layer .rb-install-now-dialog .install-now__header-title img {
  margin-right: 7px;
  width: 28px;
}
#rb-layer .rb-install-now-dialog .install-now__header-title span {
  color: #666;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
}
#rb-layer .rb-install-now-dialog .install-now__header-msg {
  align-items: center;
  border: 1px solid #747475;
  border-radius: 3px;
  color: #666;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 25px;
  padding: 0 10px;
}
#rb-layer .rb-install-now-dialog .install-now__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 108px;
  justify-content: center;
  width: 100%;
}
#rb-layer .rb-install-now-dialog .install-now__loading {
  align-items: center;
  color: #028760;
  display: none;
  height: 100px;
  justify-content: center;
  position: relative;
  width: 100px;
}
#rb-layer .rb-install-now-dialog .install-now__loading svg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#rb-layer .rb-install-now-dialog .install-now__loading svg circle {
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  animation: loading-circular 1.5s ease-in-out infinite;
}
#rb-layer .rb-install-now-dialog .install-now__loading span {
  font-size: 16px;
  font-weight: 600;
}
#rb-layer .rb-install-now-dialog .install-now__actived {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#rb-layer .rb-install-now-dialog .install-now__actived-tag {
  align-items: center;
  background: rgba(2, 135, 96, 0.1);
  border: 1px solid #028760;
  border-radius: 14px;
  display: flex;
  height: 28px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 11px;
}
#rb-layer .rb-install-now-dialog .install-now__actived-tag img {
  margin-right: 5px;
  width: 15px;
}
#rb-layer .rb-install-now-dialog .install-now__actived-tag span {
  color: #028760;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
#rb-layer .rb-install-now-dialog .install-now__actived-btn {
  align-items: center;
  background: #028760;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  width: 100%;
  display: none;
}
#rb-layer .rb-install-dialog {
  background-color: #fff;
  border-radius: 18px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 353px;
  z-index: 1000;
}
#rb-layer .rb-install-dialog .install__title {
  color: #111;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 28px;
}
#rb-layer .rb-install-dialog .install__main {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
  width: 100%;
}
#rb-layer .rb-install-dialog .install__main--icon {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  height: 37px;
  margin-right: 12px;
  width: 37px;
}
#rb-layer .rb-install-dialog .install__main--title {
  color: #111;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}
#rb-layer .rb-install-dialog .install__main--url {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
#rb-layer .rb-install-dialog .install__foot {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  width: 100%;
}
#rb-layer .rb-install-dialog .install__foot div {
  color: #3f80ed;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  width: 94px;
}
#rb-layer .rb-back-dialog {
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 25px 20px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 85%;
  z-index: 1000;
}
#rb-layer .rb-back-dialog .back__logo {
  width: 166px;
}
#rb-layer .rb-back-dialog .back__title {
  font-size: 17px;
  line-height: 24px;
  margin-top: 32px;
  text-align: center;
}
#rb-layer .rb-back-dialog .back__mark {
  color: #028760;
  font-weight: 500;
}
#rb-layer .rb-back-dialog .back__block {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  display: flex;
  margin: 15px 0;
  padding: 20px;
  width: 100%;
}
#rb-layer .rb-back-dialog .back__icon {
  border-radius: 20%;
  height: 70px;
  margin-right: 20px;
  width: 70px;
}
#rb-layer .rb-back-dialog .back__info-title {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
#rb-layer .rb-back-dialog .back__info-title img {
  height: 20px;
  margin-left: 5px;
  width: 20px;
}
#rb-layer .rb-back-dialog .back__info-description {
  color: #028760;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
}
#rb-layer .rb-back-dialog .back__info-play {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 14px;
}
#rb-layer .rb-back-dialog .back__info-play .ic_dun {
  margin-right: 4px;
  width: 10px;
}
#rb-layer .rb-back-dialog .back__detail {
  align-items: center;
  display: flex;
  font-size: 14px;
}
#rb-layer .rb-back-dialog .back__detail p {
  line-height: 18px;
  margin: 10px 0;
}
#rb-layer .rb-back-dialog .back__detail img {
  width: 89px;
}
#rb-layer .rb-back-dialog .back__btn {
  align-items: center;
  background-color: #028760;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}
@keyframes rb-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes rb-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.progress {
  background-color: #e3e3e3;
  border-radius: 5px;
  flex: 1;
  height: 9px;
  margin-left: 14.5px;
  max-width: 166px;
  overflow: hidden;
  width: 100%;
}
.progress-bar {
  border-radius: 5px;
  height: 100%;
}
#rb-layer .rb-install-now-dialog .install-now__loading {
  display: flex;
}
.install-progress {
  position: relative;
  background-color: yellowgreen;
  width: 80%;
  height: 40px;
  border-radius: 30px;
  overflow: hidden;
  display: none;
}
.progress-percent {
  display: inline-block;
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 0;
  height: 100%;
  background-color: #028760;
}
.progress-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-pwa {
  display: block;
  height: 40px;
  width: 150px;
  border-radius: 30px;
  background: yellowgreen;
  color: #fff;
  font-weight: 800;
  display: none;
}
