@charset "UTF-8";
body, body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, body:before, body:after {
  font-family: Product Sans, serif;
}
body button {
  user-select: none;
  border: none;
  background: none;
}
body .flex {
  display: flex;
}
body .ai-c {
  align-items: center;
}
body .cp {
  cursor: pointer;
}

.container {
  /* 隐藏水平滚动条 */
  padding-top: 45px;
  max-width: 1296px;
}
.container .container::-webkit-scrollbar-horizontal {
  display: none;
}
@media screen and (min-width: 1280px) {
  .container {
    margin: 0 max((100% - 1296px) / 2, 72px);
  }
}
@media screen and (min-width: 840px) and (max-width: 1279px) {
  .container {
    width: calc(100% - 96px);
    margin: 0 72px;
  }
}
@media screen and (min-width: 600px) and (max-width: 839px) {
  .container {
    width: calc(100% - 96px);
    margin: 0 48px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    width: calc(100% - 48px);
    margin: 0 24px;
    padding-bottom: 50px;
  }
}
.container .header {
  height: 64px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 100;
}
.container .header .logo {
  cursor: pointer;
  height: 36.71px;
  display: flex;
  align-items: center;
  margin: 0 14px 0 28px;
}
.container .header .logo svg {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.container .header .logo span {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #5f6368;
}
.container .header .menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 599px), (min-width: 600px) and (max-width: 839px) {
  .container .header .menu {
    display: none;
  }
}
.container .header .menu .menu-item {
  padding: 0 12px;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #606367;
  text-align: left;
  position: relative;
}
.container .header .menu .menu-item:hover {
  color: #202124;
}
.container .header .menu .menu-item.active {
  color: #02875F;
}
.container .header .menu .menu-item.active:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #02875F;
  border-radius: 2px 2px 0 0;
  position: absolute;
  bottom: 0;
}
.container .content {
  width: 100%;
}
.container .content .app-summary {
  width: 100%;
  max-width: 1296px;
  display: flex;
  margin: 66px auto 0;
}
.container .content .app-summary .left-content {
  width: 100%;
}
.container .content .app-summary .left-content .head-line {
  display: flex;
}
.container .content .app-summary .left-content .head-line .app-icon {
  width: 72px;
  height: 72px;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 840px) and (max-width: 1279px), (min-width: 1280px) {
  .container .content .app-summary .left-content .head-line .app-icon {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 839px) {
  .container .content .app-summary .left-content .head-line .app-icon {
    margin-top: 7px;
  }
}
.container .content .app-summary .left-content .head-line .app-title .app-name {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #202124;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1280px) {
  .container .content .app-summary .left-content .head-line .app-title .app-name {
    font-size: 64px;
  }
}
@media screen and (min-width: 600px) and (max-width: 839px), (min-width: 840px) and (max-width: 1279px) {
  .container .content .app-summary .left-content .head-line .app-title .app-name {
    font-size: 44px;
  }
}
@media screen and (min-width: 600px) and (max-width: 839px) {
  .container .content .app-summary .left-content .head-line .app-title .app-name {
    font-size: 44px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .container .content .app-summary .left-content .head-line .app-title .app-name {
    font-size: 24px;
    margin-bottom: 2px;
    letter-spacing: normal;
  }
}
.container .content .app-summary .left-content .head-line .app-title .app-synopsis {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #028760;
  font-style: normal;
  letter-spacing: 0.1px;
}
.container .content .app-summary .left-content .statistics {
  display: flex;
  margin: 28px 0 36px 0;
  overflow-x: scroll;
}
.container .content .app-summary .left-content .statistics::-webkit-scrollbar {
  display: none;
}
.container .content .app-summary .left-content .statistics .statistics-item {
  font-family: "Google Sans", Roboto, Arial, serif;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.container .content .app-summary .left-content .statistics .statistics-item:nth-child(1) {
  padding-right: 16px;
}
.container .content .app-summary .left-content .statistics .statistics-item:nth-child(2) {
  padding: 0 24px;
}
.container .content .app-summary .left-content .statistics .statistics-item:nth-child(3) {
  padding: 0 24px;
}
.container .content .app-summary .left-content .statistics .statistics-item:nth-child(3)::before {
  display: none;
}
.container .content .app-summary .left-content .statistics .statistics-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #E7EAED;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.container .content .app-summary .left-content .statistics .statistics-item .statistics-item-title {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .app-summary .left-content .statistics .statistics-item .statistics-item-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-size: 12px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #5f6368;
  text-align: center;
  font-style: normal;
}
.container .content .app-summary .left-content .statistics .statistics-item .google-material-icons {
  font-family: "Google Material Icons", serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.container .content .app-summary .left-content .action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .container .content .app-summary .left-content .action {
    justify-content: center;
  }
}
.container .content .app-summary .left-content .action .download-button {
  width: 200px;
  height: 36px;
  margin: 6px 0;
  background: #01875f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .container .content .app-summary .left-content .action .download-button {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 839px), (min-width: 840px) and (max-width: 1279px) {
  .container .content .app-summary .left-content .action .download-button {
    width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .container .content .app-summary .left-content .action .download-button {
    height: 44px;
  }
}
.container .content .app-summary .left-content .action .download-button:hover {
  background: #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 .content .app-summary .left-content .action .share-collection-box {
  display: flex;
  gap: 8px;
  height: 48px;
}
@media screen and (max-width: 599px) {
  .container .content .app-summary .left-content .action .share-collection-box {
    height: 52px;
  }
}
@media screen and (min-width: 600px) and (max-width: 839px), (min-width: 840px) and (max-width: 1279px) {
  .container .content .app-summary .left-content .action .share-collection-box .text {
    display: none;
  }
}
.container .content .app-summary .left-content .action .share-collection-box .share-button {
  margin-left: 16px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #01875F;
}
@media screen and (min-width: 1280px) {
  .container .content .app-summary .left-content .action .share-collection-box .share-button {
    width: 117px;
  }
}
@media screen and (min-width: 600px) and (max-width: 839px), (min-width: 840px) and (max-width: 1279px) {
  .container .content .app-summary .left-content .action .share-collection-box .share-button {
    width: 48px;
  }
}
@media screen and (max-width: 599px) {
  .container .content .app-summary .left-content .action .share-collection-box .share-button {
    padding: 0 8px;
  }
}
.container .content .app-summary .left-content .action .share-collection-box .share-button:hover {
  background: #F6FAFE;
}
.container .content .app-summary .left-content .action .share-collection-box .share-button .icon {
  fill: #01875F;
}
.container .content .app-summary .left-content .action .share-collection-box .share-button .text {
  margin-left: 8px;
  font-size: 14px;
}
.container .content .app-summary .left-content .action .share-collection-box .collection-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 839px), (min-width: 840px) and (max-width: 1279px) {
  .container .content .app-summary .left-content .action .share-collection-box .collection-block {
    width: 48px;
  }
}
@media screen and (max-width: 599px) {
  .container .content .app-summary .left-content .action .share-collection-box .collection-block {
    padding: 0 8px;
  }
}
.container .content .app-summary .left-content .action .share-collection-box .collection-block .icon {
  flex-shrink: 0;
  fill: #9AA0A6;
}
.container .content .app-summary .left-content .action .share-collection-box .collection-block .text {
  margin-left: 8px;
  font-size: 14px;
  color: rgba(60, 64, 67, 0.3803921569);
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .container .content .app-summary .right-content .app-icon {
    width: 240px;
    height: 240px;
  }
}
@media screen and (min-width: 840px) and (max-width: 1279px) {
  .container .content .app-summary .right-content .app-icon {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 599px), (min-width: 600px) and (max-width: 839px) {
  .container .content .app-summary .right-content .app-icon {
    display: none;
  }
}
.container .content .app-banner {
  margin-top: 60px;
  position: relative;
  overflow: scroll;
  max-width: 895px;
}
@media screen and (min-width: 1280px) {
  .container .content .app-banner {
    width: max(100% - 436px + 56px, 790px);
  }
}
.container .content .app-banner::-webkit-scrollbar {
  display: none;
}
.container .content .app-banner .banner {
  display: flex;
}
.container .content .app-banner .banner .banner-item {
  flex-shrink: 0;
  border: none;
  margin-right: 12px;
  width: 99px;
  height: 165px;
}
@media screen and (min-width: 1280px) {
  .container .content .app-banner .banner .banner-item {
    width: 178px;
    height: 296px;
  }
}
@media screen and (min-width: 1280px) {
  .container .content .app-banner .banner .banner-item {
    margin-right: 16px;
  }
}
.container .content .app-banner .right-arrow {
  width: 56px;
  height: 56px;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  right: 2px;
  z-index: 10;
  top: calc(50% - 31px);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px), (min-width: 600px) and (max-width: 839px), (min-width: 840px) and (max-width: 1279px) {
  .container .content .app-banner .right-arrow {
    display: none;
  }
}
.container .content .app-banner .right-arrow:hover {
  background: #F7F8F8;
}
.container .content .app-banner .right-arrow:focus {
  border: 2px solid #4285f4;
}
.container .content .app-banner .right-arrow img {
  width: 20px;
  height: 20px;
}
.container .content .app-details {
  margin-top: 35px;
}
@media screen and (min-width: 1280px) {
  .container .content .app-details {
    width: calc(100% - 436px);
  }
}
.container .content .app-details .policy {
  margin-top: 30px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DADCE0;
  padding: 20px 20px 0 20px;
}
.container .content .app-details .policy .policy-item {
  display: flex;
  margin-bottom: 20px;
}
.container .content .app-details .policy .policy-item .policy-icon {
  width: 20px;
  height: 20px;
  margin-right: 24px;
}
.container .content .app-details .policy .policy-item .text {
  min-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #606368;
  line-height: 20px;
}
.container .content .app-details .policy .policy-item .text.deputy {
  font-size: 12px;
}
.container .content .app-details .policy .detalles-button {
  min-width: 80px;
  padding: 0 8px;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  color: #00875F;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.container .content .app-details .policy .detalles-button:hover {
  background: #F6FAFE;
}
.container .content .app-details .policy .detalles-button:active {
  background: #DBE9FB;
}
.container .content .app-details .score .title {
  padding-right: 20px;
  margin-bottom: 68px;
}
.container .content .app-details .score .title span:first-child {
  font-size: 22px;
  font-weight: 500;
}
.container .content .app-details .score .score-graphics {
  display: flex;
  gap: 24px;
}
.container .content .app-details .score .score-graphics .score-graphics-left {
  width: 100px;
  flex-shrink: 0;
}
.container .content .app-details .score .score-graphics .score-graphics-left .num {
  height: 64px;
  line-height: 64px;
  font-family: "Google Sans Display", Roboto, Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
}
.container .content .app-details .score .score-graphics .score-graphics-right {
  width: 100%;
}
.container .content .app-details .score .score-graphics .score-graphics-right > div {
  height: 16px;
  display: flex;
  align-items: center;
}
.container .content .app-details .score .score-graphics .score-graphics-right > div > span {
  font-size: 12px;
  color: #5F6328;
  flex-basis: 23px;
}
.container .content .app-details .score .score-graphics .score-graphics-right .progress {
  width: 100%;
  height: 10px;
  background: #E8EAED;
  position: relative;
  border-radius: 9999px;
}
.container .content .app-details .score .score-graphics .score-graphics-right .progress .progress-data {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 9999px;
  background: #01875F;
}
.container .content .app-details .comments .comments-item {
  font-size: 14px;
  color: #616468;
  line-height: 22px;
  margin-top: 68px;
}
.container .content .app-details .comments .comments-item .user-data {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 15px;
  color: #2A2A2E;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.container .content .app-details .comments .comments-item .user-data img {
  width: 36px;
  height: 36px;
  margin-right: 18px;
}
.container .content .app-details .comments .comments-item .star {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #616468;
  line-height: 14px;
}
.container .content .app-details .comments .comments-item .star img {
  width: 79px;
  height: 10px;
  margin-right: 6px;
}
.container .content .app-details .comments .comments-item .comment-text {
  margin-top: 8px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5F6368;
}
.container .content .app-details .comments .comments-item .help-text {
  font-family: Roboto, Arial, sans-serif;
  margin: 16px 0 10px 0;
  font-size: 12px;
  color: #5F6368;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
}
.container .content .app-details .comments .comments-item .help-intent span {
  margin-right: 23px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
}
.container .content .app-details .comments .comments-item .help-intent button {
  min-width: 40px;
  padding: 0 10px;
  height: 27px;
  border-radius: 14px;
  border: 1px solid #DADCDF;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #606367;
  line-height: 27px;
  margin-right: 14px;
  cursor: pointer;
}
.container .content .app-details .comments .comments-item .help-intent button:hover {
  background: #F7F8F8;
}
.container .content .app-details .comments .comments-item .help-intent button:active {
  background: #D7D7D7;
}
.container .content .app-details .comments .see-all-button {
  margin-top: 44px;
  padding: 0 5px;
  height: 40px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  color: #01875f;
  cursor: pointer;
}
.container .content .app-details .comments .see-all-button:hover {
  background: #E3EEFC;
}
.container .content .app-details .flag {
  display: none;
  align-items: center;
  margin-top: 40px;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .container .content .app-details .flag {
    display: flex;
  }
}
.container .content .app-details .flag img {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.container .content .app-details .title {
  height: 30px;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 44px;
  font-weight: 500;
  font-size: 22px;
  color: #1F2124;
  line-height: 29px;
  text-align: left;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .container .content .app-details .title {
    height: 76px;
    flex-wrap: wrap;
  }
  .container .content .app-details .title span:first-child {
    width: 100%;
  }
}
.container .content .app-details .text {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #5f6368;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.container .content .app-details .grey-button {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #5f6368;
  cursor: pointer;
  font-size: 12px;
  height: 48px;
  padding: 0 4px;
  line-height: 48px;
  border-radius: 8px;
}
@media screen and (min-width: 1280px) {
  .container .content .app-details .grey-button {
    font-size: 14px;
  }
}
.container .content .app-details .grey-button:hover {
  background: #F7F8F8;
}
.container .content .app-details .grey-button:active {
  background: #DADCDC;
}
.container .dividing-line {
  margin: 45px 0 36px 0;
  width: 100%;
  height: 1px;
  background: #e8eaed;
}
.container .tail .promotion {
  display: flex;
  margin-bottom: 61px;
}
@media screen and (max-width: 599px), (min-width: 600px) and (max-width: 839px) {
  .container .tail .promotion {
    flex-wrap: wrap;
  }
}
.container .tail .promotion .promotion-item {
  width: 244px;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
}
@media screen and (max-width: 599px), (min-width: 600px) and (max-width: 839px) {
  .container .tail .promotion .promotion-item {
    width: 100%;
  }
  .container .tail .promotion .promotion-item:first-child {
    margin-bottom: 20px;
  }
}
.container .tail .promotion .promotion-item div {
  font-weight: 500;
  font-size: 14px;
  color: #5f6368;
  height: 32px;
}
.container .tail .promotion .promotion-item a {
  font-weight: 400;
  font-size: 14px;
  color: #606368;
  line-height: 20px;
  letter-spacing: 1px;
  display: block;
  height: 32px;
  text-decoration: none;
}
.container .tail .promotion .promotion-item a:hover {
  color: #01875f;
}
.container .tail .additional-promotions {
  display: flex;
  flex-wrap: wrap;
}
.container .tail .additional-promotions .additional-promotions-item {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  margin-right: 32px;
  height: 48px;
  font-size: 12px;
  color: #5F6567;
  line-height: 48px;
  font-weight: 400;
  text-decoration: none;
}
.container .tail .additional-promotions .additional-promotions-item:hover {
  color: #01875f;
}
.container .mobile-action {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  border-top: 1px solid #DADCE0;
  height: 55px;
}
@media screen and (min-width: 840px) and (max-width: 1279px), (min-width: 1280px) {
  .container .mobile-action {
    display: none;
  }
}
.container .mobile-action .mobile-action-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  font-family: "Google Sans", Helvetica, Arial, sans-serif;
  flex: 1;
  flex-direction: column;
  font-size: 14px;
  color: #616569;
  line-height: 14px;
}
.container .mobile-action .mobile-action-item img {
  width: 24px;
  height: 24px;
}

/*# sourceMappingURL=styles.css.map */
