html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  min-height: 100vh;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #111;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  padding: 15px;
  margin: 0;
  font-family: Google Sans, sans-serif;
  line-height: inherit;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
@media screen and (max-width: 768px) {
  body {
    background-position: left center;
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
body blockquote, body dd, body dl, body fieldset, body figure, body h1, body h2, body h3, body h4, body h5, body h6, body hr, body p, body pre {
  margin: 0;
}
body img,
body video {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-width: 100%;
}
body .text-white {
  color: #ffffff;
}
body .min-vh-80 {
  min-height: 80vh;
}

section .container {
  max-width: 768px;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
section .container .rb-topbar {
  height: 70px;
  max-height: 108px;
}
section .container .rb-topbar .topbar {
  height: 70px;
  max-height: 108px;
  background-color: #ffffff;
  left: 0;
  margin: 0 auto;
  max-width: 768px;
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
section .container .rb-topbar .topbar.active {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
  -o-object-fit: contain;
     object-fit: contain;
}
section .container .app-section {
  display: flex;
  margin-bottom: 28px;
}
section .container .app-section .app-icon {
  align-items: center;
  display: flex;
  height: 74px;
  justify-content: center;
  position: relative;
  width: 74px;
  margin-right: 22px;
}
section .container .app-section .app-icon .app-icon-loading {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
section .container .app-section .app-icon .app-icon-img {
  border-radius: 20%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.35s;
  width: 100%;
}
section .container .app-section .icon-info {
  flex: 1;
  overflow: hidden;
}
section .container .app-section .icon-info .icon-info-title {
  line-height: 32px;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
section .container .app-section .icon-info .icon-info-title span {
  color: #111;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
section .container .app-section .icon-info .icon-info-title .icon-info-title-tag {
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
  margin-left: 3px;
}
section .container .app-section .icon-info .icon-info-description {
  color: #028760;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 5px;
}
section .container .app-section .icon-info .icon-info-progress {
  color: #333;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 3px;
}
section .container .app-section .icon-info .icon-info-play {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  height: 14px;
}
section .container .app-section .icon-info .icon-info-play img {
  width: 10px;
  margin-right: 4px;
}
section .container .app-info {
  margin-bottom: 38px;
  overflow-x: auto;
  overflow-y: hidden;
}
section .container .app-info .info-view-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
section .container .app-info .info-view-wrap .info-view {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 100px;
  padding: 0 10px;
  position: relative;
}
section .container .app-info .info-view-wrap .info-view:before {
  background: #ebebeb;
  bottom: 0;
  content: "";
  height: 24px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
  left: 0;
}
section .container .app-info .info-view-wrap .info-view:first-child::before {
  display: none;
}
section .container .app-info .info-view-wrap .info-view .info-view-value {
  align-items: center;
  color: #111;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
}
section .container .app-info .info-view-wrap .info-view .info-view-value img {
  display: block;
  width: 11px;
  margin-left: 2px;
}
section .container .app-info .info-view-wrap .info-view .info-view-label {
  color: #606569;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
section .container .app-info .info-view-wrap .info-view .info-view-choice {
  height: 18px;
  margin-bottom: 6px;
  width: 18px;
}
section .container .install-btn {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
section .container .install-btn .install-btn-ing {
  align-items: center;
  display: none;
  flex-direction: column;
  height: auto;
  padding: 8px;
}
section .container .install-btn .install-btn-ing .install-btn-ing-rapid {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 21px;
}
section .container .install-btn .install-btn-view {
  color: #ffffff;
}
section .container .install-btn .install-btn-ing,
section .container .install-btn .install-btn-view {
  align-items: center;
  border-radius: 8px;
  color: #ffffff;
  display: none;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  z-index: 1;
  background: #028760;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  outline: none;
  border: none;
}
section .container .install-btn .install-btn-ing:disabled,
section .container .install-btn .install-btn-view:disabled {
  background: #ccc;
}
section .container .share-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
section .container .share-row .share-row-item {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 12px;
  max-width: 220px;
}
section .container .share-row .share-row-item img {
  flex: 0 0 17px;
  height: 20px;
  width: 17px;
  margin-right: 10px;
}
section .container .img-scroll {
  margin-bottom: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
section .container .img-scroll .img-scroll-list {
  display: flex;
  flex-wrap: nowrap;
  height: 224px;
  width: -moz-max-content;
  width: max-content;
}
section .container .img-scroll .img-scroll-list .img-scroll-view {
  border-radius: 8px;
  height: 224px;
  overflow: hidden;
  margin-right: 11px;
}
section .container .img-scroll .img-scroll-list .img-scroll-view img {
  display: block;
  height: 100%;
  width: auto;
}
section .container .description {
  position: relative;
}
section .container .description .description-title {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
section .container .description .description-right-arrow {
  height: 15px;
  position: absolute;
  top: 4px;
  width: 15px;
  right: 0;
}
section .container .description .description-content {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}
section .container .description .description-content[data-value=app_desc] {
  margin-top: 35px;
}
section .container .description .description-content[data-value=data_safety] {
  margin-bottom: 35px;
}
section .container .description .description-title {
  margin-bottom: 5px;
  font-size: 14px;
}
section .container .description .description-label {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 15px;
}
section .container .description .description-label-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 15px;
  color: #5f6368;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  padding: 0 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 11px 16px 0;
}
section .container .description .description-data-safety {
  border: 1px solid #dadce0;
  border-radius: 7px;
  padding: 24px 26px 8px;
}
section .container .description .description-data-safety .description-data-safety-item {
  display: flex;
  margin-bottom: 16px;
}
section .container .description .description-data-safety .description-data-safety-item .item-icon {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
  margin-right: 16px;
}
section .container .description .description-data-safety .description-data-safety-item .item-content {
  flex: 1;
  overflow: hidden;
  word-break: break-all;
}
section .container .description .description-data-safety .description-data-safety-item .item-content p {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
section .container .comments {
  margin-top: 34px;
}
section .container .comments .comments-title {
  color: #222;
  font-size: 19px;
  font-weight: 500;
}
section .container .comments .comments-tips {
  color: #444;
  font-size: 13px;
  margin: 20px 0 10px;
}
section .container .comments .comments-type {
  display: flex;
  flex-flow: wrap;
  margin: 40px 0 20px;
}
section .container .comments .comments-type .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;
  padding: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
}
section .container .comments .comments-type .comments-type-item img {
  width: 13px;
  margin-right: 10px;
}
section .container .comments .comments-type .comments-type-active {
  background-color: #e6f3ef;
  border: 1px solid #e6f3ef;
  color: #028760;
  margin: 0 10px 10px 0;
}
section .container .comments .comments-list-item {
  margin: 30px 0;
}
section .container .comments .comments-list-item .comments-list-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
section .container .comments .comments-list-item .comments-list-header .comments-list-avatar {
  border-radius: 50%;
  height: 32px;
  -o-object-fit: fill;
  object-fit: fill;
  width: 32px;
  margin-right: 16px;
}
section .container .comments .comments-list-item .comments-list-header .comments-list-name {
  color: #222;
  font-size: 14.5px;
  margin-right: auto;
}
section .container .comments .comments-list-item .comments-list-header .comments-list-icon {
  height: 16px;
  width: 4px;
}
section .container .comments .comments-list-item .comments-list-stars {
  display: flex;
}
section .container .comments .comments-list-item .comments-list-stars span {
  color: #444;
  font-size: 12px;
  margin-left: 8px;
}
section .container .comments .comments-list-item .comments-list-stars img {
  width: 11px;
  height: 11px;
  margin-right: 2px;
}
section .container .comments .comments-list-item .comments-list-detail {
  color: #444;
  font-size: 14px;
  margin-top: 10px;
  overflow-wrap: break-word;
}
section .container .comments .comments-scoring {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
section .container .comments .comments-scoring .comments-scoring-points {
  font-size: 58px;
  font-weight: 400;
}
section .container .comments .comments-scoring .comments-scoring-star {
  display: flex;
}
section .container .comments .comments-scoring .comments-scoring-star img.star {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
section .container .comments .comments-scoring .comments-scoring-people {
  color: #444;
  font-size: 12px;
  margin-top: 13px;
}
section .container .comments .comments-scoring .comments-scoring-content {
  flex: 1;
  max-width: 180px;
  margin-left: 10px;
}
section .container .comments .comments-scoring .comments-scoring-item {
  align-items: center;
  color: #444;
  display: flex;
  font-size: 11px;
  margin-bottom: 6.5px;
}
section .container .comments .comments-list-item {
  margin: 30px 0;
}
section .container .comments .comments-br {
  background-color: #dadce0;
  height: 0.5px;
  margin: 40px 0 10px;
  width: 100%;
}
section .container .footer .footer-section {
  padding-top: 15px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  section .container .footer .footer-section {
    width: 100%;
  }
}
section .container .footer .footer-section .footer-section-title {
  color: #5f6368;
  font-size: 14px;
  font-weight: 600;
  padding-top: 14px;
}
section .container .footer .footer-section .footer-section-item {
  color: #606468;
  font-size: 14px;
  padding-top: 14px;
}
section .container .footer .footer-bottom {
  color: #606468;
  font-size: 13px;
  margin-top: 53px;
}
section .container .footer .footer-tips {
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
}
section .container .footer .footer-tips .contact_each_other {
  color: rgba(96, 100, 104, 0.3);
  margin-top: 16px;
  text-decoration: underline;
}
section .container .rb-menus .menus-placeholder {
  height: 54px;
  width: 100%;
}
section .container .rb-menus .menus-body {
  background-color: #ffffff;
  border-top: 1px solid #dadce0;
  bottom: 0;
  display: flex;
  left: 0;
  margin: 0 auto;
  max-width: 768px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
}
section .container .rb-menus .menus-body .menus-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 54px;
  justify-content: center;
}
section .container .rb-menus .menus-body .menus-item img {
  display: block;
  height: 24px;
  width: 24px;
}
section .container .rb-menus .menus-body .menus-item .title {
  color: #5f6368;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 2px;
}
section .container .rb-menus .menus-body .menus-item.active .title {
  color: #028760;
}

.container:not(.container-data-safetylanding-page)[data-type=INSTALL] .install-btn-install {
  display: flex;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.mr-22 {
  margin-right: 22px;
}

.progress {
  background-color: #e3e3e3;
  border-radius: 5px;
  flex: 1;
  height: 9px;
  max-width: 166px;
  overflow: hidden;
  width: 100%;
  margin-left: 14.5px;
}

.progress-bar {
  background: #028760;
  border-radius: 5px;
  height: 100%;
}

.progress-container {
  position: relative;
  display: inline-block;
}

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #028760;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */