* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
}
.home-bg {
  background: #fff;
  color: #5f6368;
  display: flex;
  font-size: 3.6vw;
  font-weight: 400;
  line-height: 1;
  overflow-y: auto;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  height: 100dvh;
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto;
}
@supports (-webkit-touch-callout: none) {
  .home-bg {
    height: -webkit-fill-available;
  }
}
.page-max-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.066667vw;
  margin: 0 auto;
  padding: 6vw 0;
  width: calc(100% - 12.26667vw);
}
.header-top {
  display: flex;
  gap: 6.133333vw;
  align-items: center;
  width: 100%;
}
.header-top .logo {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 18.4vw;
}
.header-top .header-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 3.066667vw;
  line-height: 4vw;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.header-top .info-title {
  color: #000;
  display: block;
  flex: 1;
  font-size: 5.333333vw;
  line-height: 1.4;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  -webkit-overflow-scrolling: touch;
}
.header-top .info-subtitle {
  color: #01875f;
  font-size: 5.12vw;
  line-height: normal;
}
.home-score-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-score-wrap .score-item {
  flex: 1;
  font-size: 3.066667vw;
  line-height: 4vw;
  text-align: center;
}
.home-score-wrap .score-item .item-title {
  color: #000;
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 5.2vw;
}
.home-score-wrap .score-item:not(:last-child) {
  position: relative;
}
.home-score-wrap .score-item:not(:last-child):after {
  background: #e8eaed;
  content: "";
  height: 6.133333vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.266667vw;
}
.home-download-btn {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #01875f;
  border-radius: 2.133333vw;
  color: #fff;
  font-size: 3.066667vw;
  line-height: 4vw;
  min-height: 14.666667vw;
  overflow: hidden;
  transition: all 0.15s ease;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.home-download-btn:active {
  background: #01875fd9;
}
.home-download-btn .btn-title {
  display: flex;
  gap: 1.066667vw;
  align-items: center;
  color: #ffe336;
}
.home-download-btn .btn-title svg {
  height: 4.133333vw;
  width: 3.066667vw;
}
.share-group {
  display: flex;
  gap: 6.133333vw;
  align-items: center;
  justify-content: center;
}
.share-group .share-item {
  display: flex;
  align-items: center;
  color: #01875f;
  gap: 3.066667vw;
}
.share-group .share-item svg {
  height: 6.133333vw;
  width: 6.133333vw;
}
.home-feature-banner {
  height: 57.333333vw;
}
.home-feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.066667vw;
}
.home-feature-wrap .feature-title {
  color: #202124;
  display: block;
  font-size: 4.613333vw;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  padding-right: 1em;
  position: relative;
  text-overflow: ellipsis;
  white-space: break-spaces;
  -webkit-overflow-scrolling: touch;
}
.home-feature-wrap .feature-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #5f6368;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.home-feature-wrap .feature-info {
  line-height: 5.128vw;
  overflow-wrap: break-word;
}
.home-feature-wrap .feature-update {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-top: 2vw;
}
.home-feature-wrap .feature-update .update-title {
  color: #202124;
  font-weight: 700;
}
.home-feature-wrap .feature-group {
  display: flex;
  flex-direction: column;
  border: 0.266667vw solid #e5e7eb;
  border-radius: 2vw;
  gap: 4vw;
  padding: 9.466667vw 6.4vw 6.4vw;
}
.home-feature-wrap .feature-group-item {
  display: flex;
  gap: 4vw;
  line-height: 5.128vw;
}
.home-feature-wrap .feature-group-item .item-title {
  flex: 1;
}
.home-feature-wrap .media-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2.533333vw 4vw;
  margin-top: 2.533333vw;
}
.home-feature-wrap .media-group-item {
  border: 0.266667vw solid #dadce0;
  border-radius: 3.845333vw;
  display: flex;
  gap: 0.933333vw;
  height: 5.6vw;
  padding: 0 3.333333vw;
  align-items: center;
  justify-content: center;
}
.home-feature-wrap .media-group-item:first-child {
  background: #e6f3ef;
  border: 0.266667vw solid #dadce0;
  color: #028760;
}
.home-feature-wrap .media-group-item svg {
  width: 3.333333vw;
}
.star-item {
  display: flex;
  gap: 0.533333vw;
  margin-top: 0.533333vw;
}
.star-item svg {
  height: 3.733333vw;
  width: 3.733333vw;
}
.rating-wrapper {
  display: flex;
  gap: 9.333333vw;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.066667vw;
}
.rating-wrapper .number-item {
  color: #202124;
  font-size: 14.88vw;
  line-height: 18.666667vw;
}
.rating-wrapper .people-item {
  flex: 1;
  font-size: 3.066667vw;
  line-height: 6.133333vw;
  margin-top: 1.333333vw;
}
.rating-wrapper .progress-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.333333vw;
  align-items: flex-end;
}
.rating-wrapper .progress-wrap .progress-item {
  display: flex;
  flex: 1;
  gap: 3.6vw;
  align-items: center;
  width: 100%;
}
.rating-wrapper .progress-wrap .progress-num {
  font-size: 2.826667vw;
}
.rating-wrapper .progress-wrap .progress-value-wrap {
  flex: 1;
  background: #e3e3e3;
  border-radius: 1.538667vw;
  height: 2.266667vw;
  min-width: 40vw;
}
.rating-wrapper .progress-wrap .progress-value {
  animation: load 3s normal forwards;
  background: #028760;
  border-radius: 1.538667vw;
  height: 100%;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  to {
    width: var(--progress-width);
  }
}
.feedback-wrap {
  border-bottom: 0.266667vw solid #dadce0;
  display: flex;
  flex-direction: column;
  gap: 6.133333vw;
  margin: 3.066667vw 0 0;
  padding-bottom: 10.266667vw;
}
.feedback-wrap .feedback-item {
  display: flex;
  flex-direction: column;
  gap: 3.066667vw;
}
.feedback-wrap .feedback-item .user-wrap {
  display: flex;
  position: relative;
  flex: 1;
  gap: 3.066667vw;
  align-items: center;
}
.feedback-wrap .feedback-item .user-wrap:after {
  content: "⋮";
  height: 6.4vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6vw;
}
.feedback-wrap .feedback-item .user-wrap img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  width: 8.133333vw;
}
.feedback-wrap .feedback-item .rating-wrap {
  display: flex;
  gap: 2vw;
  align-items: center;
  font-size: 3.066667vw;
  margin-top: 0.4vw;
}
.group-wrap,
.help-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.6vw;
}
.group-wrap .group-title,
.help-wrap .group-title {
  font-weight: 500;
}
.other-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6.133333vw 5.066667vw;
}
.other-wrap .other-item {
  max-width: 42.266667vw;
}
.user-name {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
  width: 78%;
  -webkit-overflow-scrolling: touch;
}
.item-title {
  line-height: 5.128vw;
  overflow-wrap: break-word;
}
.nuxt-icon {
  height: 1em;
  margin-bottom: 0.125em;
  vertical-align: middle;
  width: 1em;
}
.nuxt-icon--fill,
.nuxt-icon--fill * {
  fill: currentColor;
}
.home-bg {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.page-max-wrap {
  zoom: 1 !important;
}
.home-bg::-webkit-scrollbar {
  width: 8px;
}
.home-bg::-webkit-scrollbar-thumb {
  background: darkgrey;
}
.home-bg {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgb(245, 243, 243);
}
@keyframes load {
  0% {
    width: 0;
  }
  to {
    width: var(--progress-width);
  }
}
.feature-group {
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.home-download-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
.home-download-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 15px -3px rgba(1, 135, 95, 0.3);
}
.share-item {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.share-item:hover {
  opacity: 0.8;
}
.feedback-item .user-wrap img {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: 2px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.star-item svg {
  fill: #01875f;
}
.simple-slider {
  width: 100%;
  height: 250px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
.slider-track {
  display: flex;
  height: 100%;
  gap: 12px;
  animation: slide 18s infinite ease-in-out;
}
.slide {
  width: 25%;
  height: 100%;
  flex-shrink: 0;
}
.slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.home-download-btn {
  text-decoration: none;
}
@keyframes slide {
  0%,
  15% {
    transform: translateX(0);
  }
  20%,
  35% {
    transform: translateX(-25%);
  }
  40%,
  55% {
    transform: translateX(-50%);
  }
  60%,
  75% {
    transform: translateX(-75%);
  }
  80%,
  95% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .simple-slider {
    height: 200px;
  }
  .slide {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .page-max-wrap[data-v-c90e0834],
  .page-max-wrap,
  [class*="page-max-wrap"] {
    zoom: 1 !important;
    transform: none !important;
  }
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
  }
  .home-bg {
    max-width: 700px !important;
    width: 700px !important;
    overflow: hidden !important;
    background: #fff !important;
    position: relative !important;
    margin: 0 auto !important;
  }
  .page-max-wrap {
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto !important;
    padding: 30px 16px 20px 16px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    background: #fff !important;
  }
  .header-top {
    gap: 16px !important;
  }
  .header-top .logo {
    width: 10vw;
  }
  .header-top .info-title {
    font-size: 3vw;
    line-height: 1.3 !important;
  }
  .header-top .info-subtitle {
    font-size: 2.8vw;
  }
  .header-top .info-desc {
    font-size: 16px;
  }
  .home-score-wrap .score-item .item-title {
    font-size: 1.8vw;
    line-height: 20px !important;
  }
  .home-score-wrap .score-item .item-info {
    font-size: 16px;
  }
  .home-download-btn {
    min-height: 7vw;
    font-size: 1.5vw;
    line-height: 1.4;
  }
  .home-download-btn .btn-title svg {
    width: 30px !important;
    height: 30px !important;
  }
  .share-group {
    gap: 24px !important;
  }
  .share-group .share-item {
    gap: 8px !important;
  }
  .share-group .share-item svg {
    width: 24px !important;
    height: 24px !important;
  }
  .share-group .share-item .item-title {
    font-size: 14px !important;
  }
  .home-feature-banner {
    height: 180px !important;
    background: #f5f5f5;
    border-radius: 12px;
  }
  .home-feature-wrap .feature-title {
    font-size: 2vw;
  }
  .home-feature-wrap .feature-update .update-title {
    font-size: 1.8vw;
  }
  .home-feature-wrap .feature-info,
  .update-item,
  .item-title,
  .user-name {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-feature-wrap .feature-update {
    gap: 1vw;
  }
  .home-feature-wrap,
  .home-feature-wrap .feature-group,
  .home-feature-wrap .feature-group-item,
  .feedback-wrap .feedback-item,
  .group-wrap,
  .help-wrap {
    gap: 2vw;
  }
  .rating-wrapper,
  .feedback-wrap {
    gap: 4vw;
  }
  .media-group-item {
    height: 32px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    border-radius: 16px !important;
  }
  .media-group-item svg {
    width: 16px !important;
  }
  .rating-wrapper .number-item {
    font-size: 48px !important;
    line-height: 1 !important;
  }
  .star-item svg {
    width: 2vw;
    height: 2vw;
  }
  .star-item {
    gap: 0;
  }
  .progress-value-wrap {
    min-width: 120px !important;
    height: 8px !important;
  }
  .progress-num {
    font-size: 12px !important;
  }
  .feedback-wrap .feedback-item .user-wrap img {
    width: 40px !important;
    height: 40px !important;
  }
  .feedback-wrap .feedback-item .user-wrap:after {
    width: 6px !important;
    height: 24px !important;
  }
  .feedback-wrap .feedback-item .rating-wrap {
    font-size: 12px !important;
  }
  .star-item {
    margin-top: 0;
  }
  .help-item,
  .group-item,
  .other-item {
    font-size: 14px !important;
    padding: 4px 0;
  }
  .other-wrap {
    gap: 16px !important;
  }
  .feedback-wrap {
    padding-bottom: 5vw;
  }
  .home-feature-wrap .feature-group {
    padding: 40px;
  }
}
@media screen and (min-width: 1900px) {
  .header-top .info-title {
    font-size: 2vw;
    line-height: 1.3 !important;
  }
  .header-top .info-subtitle {
    font-size: 1.8vw;
  }
  .home-score-wrap .score-item .item-title {
    font-size: 1.2vw;
    line-height: 20px !important;
  }
  .home-feature-wrap .feature-title {
    font-size: 1.4vw;
  }
  .home-feature-wrap .feature-update .update-title {
    font-size: 1.2vw;
  }
  .home-feature-wrap .feature-update {
    gap: 1vw;
  }
  .home-feature-wrap,
  .home-feature-wrap .feature-group,
  .home-feature-wrap .feature-group-item,
  .feedback-wrap .feedback-item,
  .group-wrap,
  .help-wrap {
    gap: 1.5vw;
  }
  .rating-wrapper,
  .feedback-wrap {
    gap: 2vw;
  }
  .star-item svg {
    width: 1.5vw;
    height: 1.5vw;
  }
  .feedback-wrap {
    padding-bottom: 3vw;
  }
}
