@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("./robot.woff2") format("woff2");
}

@font-face {
  font-family: "Sans";
  font-style: normal;
  font-weight: 100;
  src: url("./sans.ttf") format("woff2");
}

* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  outline: none;
}

body,
html {
  font-family: Roboto, Arial, sans-serif;
  background-color: white;
  font-size: 14px;
  font-weight: normal;
  min-height: 100vh;
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  background-color: #fff;
  position: fixed;
  top: 0;
  transition: box-shadow 0.2s ease-in-out;
  justify-content: space-between;
  z-index: 3;
}

.header-shadow {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.header .nav {
  display: flex;
  align-items: center;
  height: 64px;
}

.header .nav .logo {
  display: flex;
  align-items: center;
  color: #5f6368;
  font-size: 1.375rem;
  margin: 0 14px 0 28px;
}

.header .nav .logo svg {
  margin-right: 8px;
  height: 40px;
  width: 40px;
}

.header .nav .logo .title {
  color: #5f6368;
  font-family: Sans;
  line-height: 1.75rem;
  letter-spacing: 0;
  font-weight: 500;
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 1;
  white-space: nowrap;
  font-size: 1.7rem;
}

.header .nav .links {
  display: flex;
  align-items: center;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  height: 100%;
  line-height: 1.25rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  text-transform: none;
  min-width: auto;
}

.header .nav .links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(95, 99, 104);
  text-decoration: none;
  width: 80px;
  height: 100%;
  font-size: 1rem;
}

.header .nav .links a:hover {
  color: rgb(32, 33, 36);
}

.header .nav .links .active,
.header .nav .links .active:hover {
  color: #01875f;
}

.header .nav .links .active::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 0;
  bottom: 0;
  margin-left: 24px;
  content: " ";
  transition: 0.25s transform cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #01875f;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.header .info {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.header .info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}

.header .info .icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header .info .icon svg {
  display: block;
  width: 24px;
  height: 24px;
  color: #5f6368;
}

.header .info .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #8ab4f9;
  color: rgb(95, 99, 104);
  border-radius: 50%;
  font-size: 20px;
  font-style: normal;
}

.container {
  max-width: 1296px;
  width: calc(100% - 144px);
  margin: 64px auto 0;
  padding-top: 48px;
}

.container .install {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container .install .left .title {
  font-family: "Google Sans Display", Roboto, Arial, sans-serif;
  line-height: 4.75rem;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 600;
}

.container .install .left .mobile-logo {
  display: none;
}

.container .install .left .subtitle {
  color: #01875f;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.00625em;
  font-weight: 600;
  margin-top: 16px;
}

.container .install .left .directions {
  color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.container .install .left .score {
  display: flex;
  align-items: center;
  margin: 16px 0 24px 0px;
  color: #5f6368;
}

.container .install .left .score .item {
  padding: 0 16px;
}

.container .install .left .score .item:first-child {
  padding-left: 0;
}

.container .install .left .score .item:nth-child(2) {
  position: relative;
}

.container .install .left .score .item:nth-child(2):before,
.container .install .left .score .item:nth-child(2):after {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  content: "";
  width: 1px;
  height: 24px;
  background-color: rgb(232, 234, 237);
}

.container .install .left .score .item:nth-child(2):after {
  left: 100%;
}

.container .install .left .score .item p {
  color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.045em;
  font-weight: 600;
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  white-space: nowrap;
}

.container .install .left .score .item .bold {
  color: #202124;
}

.container .install .left .score .item p svg {
  width: 12px;
}

.container .install .right {
  position: relative;
  width: 240px;
  height: 240px;
}

.container .install .right .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 240px;
  height: 240px;
  border-radius: 20%;
  background-size: contain;
  user-select: none;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.container .install .right .blur {
  width: 200px;
  height: 200px;
  border-radius: 20%;
  bottom: -16px;
  filter: blur(10px);
  left: 20px;
  opacity: 50%;
  position: absolute;
  z-index: 1;
}

.container .btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .btn-container .btn-install {
  width: 200px;
  height: 48px;
  background-color: #01875f;
  color: #fff;
  border: 0;
  font-size: 1.2rem;
  border-radius: 8px;
  margin-right: 16px;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.container .btn-container .btn-install:hover {
  background-color: #056449;
  box-shadow: 0 1px 2px 0
      var(--gm-fillbutton-keyshadow-color, rgba(60, 64, 67, 0.3)),
    0 1px 3px 1px
      var(--gm-fillbutton-ambientshadow-color, rgba(60, 64, 67, 0.15));
}

.container .btn-container .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #01875f;
  cursor: pointer;
  background-color: transparent;
  border-radius: 4px;
  padding: 0 8px;
}

.container .btn-container .item:hover {
  color: #056449;
  background-color: #f6fafe;
}

.container .btn-container .item:first-child {
  width: 86px;
}

.container .btn-container .item svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #01875f;
  fill: #01875f;
}

.container .device {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  color: #5f6368;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  padding: 4px 0;
  cursor: pointer;
}

.container .device svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.container .content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.container .content .left .swiper {
  width: 860px;
  height: 300px;
}

.container .content .left .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
}

.container .content .left .swiper .swiper-wrapper .swiper-slide img {
  width: 166px;
  height: 296px;
  user-select: none;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-radius: 8px;
  cursor: pointer;
}

.swiper-button-disabled {
  display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 20px !important;
  height: 20px !important;
  color: #5f6368;
}

.swiper-button-prev svg {
  margin-left: 8px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 2px) !important;
  left: auto;
}

.container .content .right {
  width: 388px;
}

.container .content .right .title,
.container .content .left .title {
  display: flex;
  align-items: center;
  color: #202124;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.75rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
}

.container .content .right .title .arrow,
.container .content .left .title .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: all 0.15s linear;
  cursor: pointer;
  margin-left: 4px;
  color: #5f6368;
}

.container .content .right .title .arrow:hover,
.container .content .left .title .arrow:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.container .content .right .title .arrow svg,
.container .content .left .title .arrow svg {
  width: 28px;
  height: 24px;
  margin-left: -2px;
  transition: all 0.15s linear;
}

.container .content .right .title .reverse svg,
.container .content .left .title .reverse svg {
  transform: rotateZ(180deg);
}

.container .content .right .support {
  display: none;
}

.container .content .right .support .item {
  display: flex;
  align-items: center;
  width: calc(100% - 24px);
  height: 44px;
  color: #202124;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: 0.975rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  border-radius: 8px;
  padding: 0 12px;
  user-select: none;
  margin-left: -12px;
}

.container .content .right .support .item .icon {
  margin-right: 16px;
  font-size: 18px;
  color: #5f6368;
}

.container .content .right .link {
  cursor: pointer;
}

.container .content .right .double {
  height: 64px !important;
}

.container .content .right .link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.container .content .right .support .item .info {
  display: flex;
  flex-direction: column;
}

.container .content .right .support .item .info .light {
  color: #5f6368;
}

.container .content .right .about-app {
  padding: 20px 0;
}

.container .content .right .about-app .item {
  display: flex;
  align-items: center;
  padding: 16px 12px;
  margin-left: -12px;
  border-radius: 8px;
  cursor: pointer;
}

.container .content .right .about-app .item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.container .content .right .about-app .item .left img {
  border-radius: 12px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  height: 64px;
  width: 64px;
}

.container .content .right .about-app .item .right {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.container .content .right .about-app .item .right span:first-child {
  line-height: 20px;
}

.container .content .right .about-app .item .right span:nth-child(2) {
  margin: 5px 0;
}

.container .content .right .about-app .item .right span {
  color: #202124;
}

.container .content .right .about-app .item .right .score {
  display: flex;
  align-items: center;
  color: #5f6368;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.container .content .right .about-app .item .right .score svg {
  width: 10px;
  height: 10px;
  margin-left: 2px;
}

.container .content .left .about {
  max-width: 860px;
}

.container .content .left .about .title {
  margin-bottom: 20px;
}

.container .content .left .about .item {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  max-height: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f6368;
}

.container .content .left .about .updated {
  display: flex;
  flex-direction: column;
  margin: 24px 0 0;
}

.container .content .left .about .updated .label,
.container .content .left .about .updated .date {
  color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: 0.975rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
}

.container .content .left .about .updated .date {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  margin-top: 4px;
  color: #5f6368;
}

.container .content .left .about .tags,
.container .content .left .ratings .tags {
  display: flex;
  margin-top: 28px;
}

.container .content .left .about .tags .item,
.container .content .left .ratings .tags .item {
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0 12px;
  border: solid 1px rgb(218, 220, 224);
  color: rgb(95, 99, 104);
  border-radius: 16px;
  user-select: none;
  cursor: pointer;
  margin-right: 12px;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.container .content .left .about .tags .link:hover,
.container .content .left .ratings .tags .link:hover {
  border-color: rgb(218, 220, 224);
  color: rgb(32, 33, 36);
  background-color: rgba(0, 0, 0, 0.04);
}

.container .content .left .data-safety {
  max-width: 860px;
}

.container .content .left .data-safety .title {
  margin-bottom: 20px;
}

.container .content .left .data-safety .item {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  max-height: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f6368;
}

.container .content .left .data-safety .box {
  border-radius: 8px;
  border: 1px solid rgb(218, 220, 224);
  margin-top: 30px;
  padding: 20px 20px 0;
}

.container .content .left .data-safety .box .box-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.container .content .left .data-safety .box .box-item img {
  height: 20px;
  width: 20px;
  margin-right: 20px;
}

.container .content .left .data-safety .box .box-item .words {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.975rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  max-height: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5f6368;
}

.container .content .left .data-safety .box .see-details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  height: 36px;
  color: #01875f;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 16px;
}

.container .content .left .data-safety .box .see-details:hover {
  background-color: #f6fafe;
  color: #056449;
}

.container .content .left .ratings {
  max-width: 860px;
  margin-top: 44px;
}

.container .content .left .ratings .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .content .left .ratings .top .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.975rem;
  font-weight: 400;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 0 8px;
  color: rgb(95, 99, 104);
}

.container .content .left .ratings .top .button:hover {
  color: rgb(32, 33, 36);
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  user-select: none;
}

.container .content .left .ratings .top .button svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.container .content .left .ratings .tags .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .content .left .ratings .tags .item .icon {
  font-size: 16px;
  margin-right: 6px;
}

.container .content .left .ratings .tags .active {
  color: #056449;
  background-color: #e6f3ef;
}

.container .content .left .ratings .tags .active:hover {
  color: #076046;
  background-color: #dee9e6;
}

.container .content .left .ratings .tags {
  margin-bottom: 34px;
}

.container .content .left .ratings .score-chart {
  display: flex;
  justify-content: space-between;
}

.container .content .left .ratings .score-chart .left {
  width: 80px;
  margin-right: 24px;
}

.container .content .left .ratings .score-chart .left .score {
  color: rgb(32, 33, 36);
  font-family: "Google Sans Display", Roboto, Arial, sans-serif;
  line-height: 4rem;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: 500;
}

.container .content .left .ratings .score-chart .left .stars {
  position: relative;
  display: flex;
  width: 100%;
  height: 16px;
}

.container .content .left .ratings .score-chart .left .stars .default {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.container .content .left .ratings .score-chart .left .stars .default svg {
  fill: rgb(241, 243, 244);
}

.container .content .left .ratings .score-chart .left .stars .active {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

.container .content .left .ratings .score-chart .left .stars .active svg {
  fill: #01875f;
}

.container .content .left .ratings .score-chart .left .stars svg {
  width: 16px;
  height: 16px;
  flex: none;
}

.container .content .left .ratings .score-chart .right {
  width: calc(100% - 107px);
  margin-left: 24px;
}

.container .content .left .ratings .score-chart .right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10px;
  margin: 6px 0;
}

.container .content .left .ratings .score-chart .right .item .index {
  display: flex;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #5f6368;
}

.container .content .left .ratings .score-chart .right .item .schedule {
  display: flex;
  width: calc(100% - 20px);
  height: 100%;
  background-color: rgb(232, 234, 237);
  border-radius: 9999px;
}

.container
  .content
  .left
  .ratings
  .score-chart
  .right
  .item
  .schedule
  .progress {
  display: flex;
  height: 10px;
  background-color: #01875f;
  border-radius: 9999px;
}

.container .content .left .ratings .score-chart .left .reviews {
  color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  margin-top: 0.5rem;
}

.container .content .left .comments {
  max-width: 860px;
  margin-top: 40px;
}

.container .content .left .comments .item {
  margin-bottom: 40px;
}

.container .content .left .comments .last {
  margin-bottom: 20px;
}

.container .content .left .comments .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
}

.container .content .left .comments .item .top .left {
  display: flex;
  align-items: center;
}

.container .content .left .comments .item .top .left .avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-size: cover;
  margin-right: 16px;
}

.container .content .left .comments .item .top .left .name {
  color: rgb(32, 33, 36);
  font-size: 0.975rem;
  font-weight: 500;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
}

.container .content .left .comments .item .top .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}

.container .content .left .comments .item .top .right:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.container .content .left .comments .item .top .right span {
  color: #5f6368;
}

.container .content .left .comments .item .score-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
}

.container .content .left .comments .item .score-date .stars {
  position: relative;
  display: flex;
  align-items: center;
  width: 60px;
  height: 20px;
}

.container .content .left .comments .item .score-date .stars .default {
  display: flex;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
}

.container .content .left .comments .item .score-date .stars svg {
  width: 12px;
  height: 12px;
  flex: none;
}

.container .content .left .comments .item .score-date .stars .default svg {
  fill: rgb(241, 243, 244);
}

.container .content .left .comments .item .score-date .stars .active {
  display: flex;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 2;
  overflow: hidden;
}

.container .content .left .comments .item .score-date .stars .active svg {
  fill: #01875f;
}

.container .content .left .comments .item .score-date .date {
  display: flex;
  height: 20px;
  align-items: center;
  color: rgb(95, 99, 104);
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-left: 1ch;
}

.container .content .left .comments .item .comment-item {
  font-size: 0.875rem;
  letter-spacing: 0.0742857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
  color: #5f6368;
  margin: 8px 0 16px;
}

.container .content .left .comments .item .helpful {
  font-size: 0.775rem;
  letter-spacing: 0.0742857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
  color: #5f6368;
}

.container .content .left .comments .item .helpful-choose {
  display: flex;
  align-items: center;
  font-size: 0.775rem;
  letter-spacing: 0.0742857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
  color: #5f6368;
  margin-top: 12px;
}

.container .content .left .comments .item .helpful-choose .btns {
  display: flex;
  margin-left: 24px;
}

.container .content .left .comments .item .helpful-choose .btns .btns-item {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  text-align: center;
  font-size: 14px;
  padding: 0 12px;
  border: solid 1px rgb(218, 220, 224);
  color: rgb(95, 99, 104);
  border-radius: 16px;
  user-select: none;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 0;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.container
  .content
  .left
  .comments
  .item
  .helpful-choose
  .btns
  .btns-item:hover {
  border-color: rgb(218, 220, 224);
  color: rgb(32, 33, 36);
  background-color: rgba(0, 0, 0, 0.04);
}

.container .content .left .comments .see-details {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 40px;
  color: #01875f;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 36px;
}

.container .content .left .comments .see-details:hover {
  background-color: #f6fafe;
  color: #056449;
}

.container .content .left .news .news-words {
  color: rgb(95, 99, 104);
  font-size: 0.975rem;
  font-weight: 400;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 20px 0 48px;
}

.container .flag {
  color: rgb(32, 33, 36);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.25rem;
  font-size: 0.975rem;
  letter-spacing: 0.0178571429em;
  font-weight: 500;
  align-items: center;
  display: flex;
  cursor: pointer;
  margin-bottom: 24px;
}

.container .flag .icon {
  color: #5f6368;
  margin-right: 16px;
}

.container .divider {
  max-width: 100%;
  height: 1px;
  background-color: #e8eaed;
  margin: 36px 0;
}

.container .footer {
  padding-bottom: 16px;
}

.container .footer .links {
  display: flex;
  font-size: 0.975rem;
  letter-spacing: 0.0442857143em;
  line-height: 1.25rem;
  width: max-content;
  color: #5f6368;
}

.container .footer .links .item {
  display: flex;
  flex-direction: column;
}

.container .footer .links .item:first-child {
  width: 266px;
}

.container .footer .links .item span {
  margin-bottom: 10px;
}

.container .footer .links .item a {
  display: flex;
  align-items: center;
  height: 32px;
  color: #5f6368;
  text-decoration: none;
}

.container .footer .links .item a:hover {
  color: #01875f;
}

.container .footer .terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  height: 48px;
}

.container .footer .terms a {
  color: #5f6368;
  text-decoration: none;
  margin-right: 32px;
  font-size: 0.85rem;
  line-height: 48px;
}

.container .footer .terms a:hover {
  color: #01875f;
}

.container .footer .terms .right {
  font-size: 0.85rem;
  line-height: 48px;
  color: #5f6368;
}

.tabbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  display: none;
  border-top: 1px solid rgb(218, 220, 224);
  background-color: #ffffff;
  z-index: 99;
}

.tabbar a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  color: rgb(95, 99, 104);
  text-decoration: none;
}

.tabbar a svg {
  width: 24px;
  height: 24px;
  fill: rgb(95, 99, 104);
}

.tabbar .active {
  color: #01875f;
}

.tabbar .active svg {
  fill: #01875f;
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }

  .tabbar {
    display: flex;
  }

  .header .nav .links {
    display: none;
  }

  .container {
    width: 100%;
  }

  .container .install {
    justify-content: center;
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .container .install .right {
    display: none;
  }

  .container .btn-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .container .btn-container .btn-install {
    height: 36px;
    font-size: 0.975rem;
    flex-basis: 90%;
    margin-right: 0;
  }

  .container .install .left {
    display: flex;
    flex-wrap: wrap;
  }

  .container .install .left .score {
    flex-basis: 100%;
  }

  .container .install .left .mobile-logo {
    display: block;
    margin-left: 16px;
  }

  .container .install .left .title {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 220px;
  }

  .container .install .left .subtitle {
    margin-top: 12px;
  }

  .container .install .left .mobile-logo img {
    width: 72px;
    height: 72px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
      0 1px 3px 1px rgba(60, 64, 67, 0.15);
    margin: 7px 24px 0 0;
    border-radius: 20%;
  }

  .container .device {
    margin: 0 auto;
    width: calc(100% - 48px);
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .container .content {
    flex-direction: column;
  }

  .container .content .left {
    margin: 0 auto;
    width: calc(100% - 48px);
  }

  .container .content .left .swiper {
    max-width: 100%;
    height: 204px;
    padding: 10px 0;
    overflow: hidden;
  }

  .container .content .left .swiper .swiper-wrapper .swiper-slide img {
    min-width: 92px;
    height: 204px;
  }

  .container .content .right .title,
  .container .content .left .title {
    width: 100%;
    justify-content: space-between;
  }

  .container .content .left .ratings .top {
    flex-wrap: wrap;
  }

  .container .content .left .ratings .top .button {
    margin-left: -8px;
    /* flex-basis: 56%; */
  }

  .container .content .left .ratings .tags {
    overflow-x: scroll;
  }

  .container .content .left .ratings .tags::-webkit-scrollbar {
    display: none;
  }

  .container .content .right {
    margin: 0 auto;
    width: calc(100% - 48px);
  }

  .container .content .right .about-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .container .content .right .about-app .item {
    width: calc(50% - 12px);
    font-size: 0.875rem;
  }

  .container .content .right .about-app .item .left {
    width: auto;
  }

  .container .content .right .about-app .item .left img {
    width: 56px;
    height: 56px;
  }

  .container .content .right .about-app .item .right {
    margin-left: 10px;
    width: calc(100% - 66px);
  }

  .container .content .right .about-app .item .right span {
    display: block;
    text-wrap: nowrap;
    overflow: hidden;
  }

  .container .flag {
    margin: 0 auto;
    width: calc(100% - 48px);
  }

  .container .divider {
    margin: 36px auto;
    width: calc(100% - 48px);
  }

  .container .footer {
    margin: 0 auto;
    width: calc(100% - 48px);
  }

  .container .footer .links {
    flex-direction: column;
  }

  .container .footer .links .item:first-child {
    margin-bottom: 24px;
  }

  .container .footer .terms {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
  }
}
