:root,
:root[data-type="google"] {
  --main-color: #cc1836;
  --main-hover-color: #cc1836cc;
}
/* body {
  background: #202124;
  color: #fff !important;
} */
body,
html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: Inter, -apple-system, Framedcn, Helvetica Neue, Condensed,
    DisplayRegular, Helvetica, Arial, PingFang SC, Hiragino Sans GB,
    WenQuanYi Micro Hei, Microsoft Yahei, sans-serif;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none;
}
a,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
a {
  text-decoration: none;
}
button {
  background: none;
  border: none;
}
body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5f6368;
}
.main-body {
  overflow: hidden;
  background: no-repeat 50%;
  background-size: cover;
}
.iframe-box {
  width: 100%;
  height: 100%;
  overflow: auto;
  border: none;
}
.banner-imgs-box {
  margin: calc(0.07955 * min(100vw, 440px)) 0;
}
.introduce h2,
.introduce h3,
.update-box h2,
.update-box h3 {
  font-size: calc(0.05455 * min(100vw, 440px));
  font-weight: 700;
}
.main-up {
  display: flex;
  align-items: center;
}
.main-up .logo {
  display: none;
}
.meta-block .logo {
  position: relative;
  width: calc(0.16364 * min(100vw, 440px));
  height: calc(0.16364 * min(100vw, 440px));
  border-radius: 35%;
}
.meta-block .logo.ami {
  overflow: hidden;
}
.meta-block .logo img {
  display: block;
  width: 100%;
}
.loading-ci .box,
.meta-block .logo .box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: calc(0.00455 * min(100vw, 440px)) solid transparent;
  border-left: calc(0.00455 * min(100vw, 440px)) solid var(--main-color);
  border-right: calc(0.00455 * min(100vw, 440px)) solid var(--main-color);
  border-radius: 50%;
  animation: turn 1s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes turn {
  to {
    transform: rotate(-1turn);
  }
}
.meta-block .logo.ami img {
  width: 50%;
  margin: calc(0.04091 * min(100vw, 440px)) auto;
  animation: all 0.3;
}
.meta-block .logo.ami .box {
  display: block;
}
.main-up .info h1 {
  color: #fff;
  font-size: calc(0.12273 * min(100vw, 440px));
  font-weight: 900;
}
.main-up .info h2 {
  margin-top: calc(0.01136 * min(100vw, 440px));
  color: var(--main-color);
  font-size: calc(0.03636 * min(100vw, 440px));
}
.information-list,
.main-up .info p {
  font-size: calc(0.03636 * min(100vw, 440px));
  color: #c8c8c8;
}
.information-list {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.information-list li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 calc(0.05682 * min(100vw, 440px));
}
.information-list li img {
  width: calc(0.02727 * min(100vw, 440px));
}
.information-list li img.large {
  width: calc(0.06 * min(100vw, 440px));
}
.information-list li strong {
  display: block;
  height: calc(0.06364 * min(100vw, 440px));
  line-height: calc(0.06364 * min(100vw, 440px));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(0.00682 * min(100vw, 440px));
}
.information-list li p {
  white-space: nowrap;
  font-weight: 300;
}
.information-list li:before {
  background-color: #3c4043;
  content: "";
  display: block;
  height: calc(0.05455 * min(100vw, 440px));
  left: 0;
  position: absolute;
  top: calc(50% - calc(0.02727 * min(100vw, 440px)));
  width: 1px;
}
.information-list li:first-child:before {
  display: none;
}
.information-list .google-material-icons {
  font-size: calc(0.03182 * min(100vw, 440px));
}
.btn-box {
  position: relative;
  overflow: hidden;
}
.shiny:after {
  animation: shiny-btn-anim 4s ease-in-out infinite;
  background-color: #0d0f0e;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: calc(-0.40909 * min(100vw, 440px));
  width: calc(0.06818 * min(100vw, 440px));
}
@keyframes shiny-btn-anim {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  to {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}
.btn {
  display: block;
  width: calc(0.55455 * min(100vw, 440px));
  height: calc(0.11818 * min(100vw, 440px));
  padding: calc(0.02273 * min(100vw, 440px)) calc(0.01818 * min(100vw, 440px));
  background: var(--main-color);
  border-radius: calc(0.01818 * min(100vw, 440px));
  color: #202124;
  font-weight: 700;
  font-size: calc(0.03636 * min(100vw, 440px));
  cursor: pointer;
  transition: all 0.2s;
}
.btn.big {
  padding: calc(0.03409 * min(100vw, 440px)) calc(0.01818 * min(100vw, 440px));
  font-size: calc(0.04091 * min(100vw, 440px));
}
.btn:hover {
  background: var(--main-hover-color);
  color: white;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn:active,
.btn:disabled:hover {
  background: var(--main-color);
}
.btn .con {
  display: flex;
  flex-direction: column;
}
.btn .con p {
  display: flex;
  justify-content: center;
  margin-bottom: calc(0.00682 * min(100vw, 440px));
  gap: calc(0.01136 * min(100vw, 440px));
  font-size: calc(0.03409 * min(100vw, 440px));
  color: #ffe336;
}
.btn .con img {
  width: calc(0.02727 * min(100vw, 440px));
}
.btn + .btn {
  margin-top: calc(0.01818 * min(100vw, 440px));
}
#installing {
  position: relative;
  width: 100%;
  background: none;
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  color: #ffe336;
  text-align: center;
  overflow: hidden;
}
#installing #proess {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--main-color);
}
#installing > * {
  z-index: 1;
  position: relative;
}
.banner-imgs-box {
  overflow-x: auto;
  overflow-y: hidden;
}
.banner-imgs {
  display: flex;
  flex-wrap: nowrap;
}
.banner-imgs li {
  border-radius: calc(0.01818 * min(100vw, 440px));
  margin-right: calc(0.025 * min(100vw, 440px));
  overflow: hidden;
}
.banner-imgs li img {
  display: block;
  width: 100%;
}
.banner-imgs-box.landscape .banner-imgs,
.banner-imgs-box.landscape .banner-imgs li {
  height: calc(0.38182 * min(100vw, 440px));
}
.introduce {
  padding-bottom: calc(0.03636 * min(100vw, 440px));
}
.introduce h2 {
  margin-bottom: calc(0.04545 * min(100vw, 440px));
  color: #202124;
}
.introduce > div {
  /* white-space: pre-wrap; */
}
.introduce li,
.introduce ul {
  list-style: disc;
  list-style-position: inside;
}
#installing,
#loading,
#reInstall {
  display: none;
}
div[data-type="BEFORE_LOADING"] #loading {
  display: block;
}
div[data-type="BEFORE_LOADING"] #installing,
div[data-type="BEFORE_LOADING"] #play,
div[data-type="BEFORE_LOADING"] #reInstall {
  display: none;
}
div[data-type="INSTALL"] #reInstall,
div[data-type="LOADING"] #reInstall {
  display: block;
}
div[data-type="INSTALL"] #installing,
div[data-type="INSTALL"] #loading,
div[data-type="INSTALL"] #play,
div[data-type="LOADING"] #installing,
div[data-type="LOADING"] #loading,
div[data-type="LOADING"] #play {
  display: none;
}
div[data-type="PLAY"] #play {
  display: block;
}
div[data-type="PLAY"] #installing,
div[data-type="PLAY"] #loading,
div[data-type="PLAY"] #reInstall {
  display: none;
}
div[data-type="INSTALLING"] #installing {
  display: block;
}
div[data-type="INSTALLING"] #loading,
div[data-type="INSTALLING"] #play,
div[data-type="INSTALLING"] #reInstall {
  display: none;
}
.show-logo,
.sold-out {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.show-logo img,
.sold-out img {
  display: block;
  width: calc(0.18182 * min(100vw, 440px));
  height: calc(0.18182 * min(100vw, 440px));
  border-radius: calc(0.01818 * min(100vw, 440px));
}
.show-logo p,
.sold-out p {
  margin-top: calc(0.03409 * min(100vw, 440px));
  font-weight: 600;
}
.show-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#loading-box,
#pop-show,
.show-btn {
  display: none;
}
#loading-box,
#pop-show {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
#loading-box .bd,
#pop-show .bd {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: calc(0.03409 * min(100vw, 440px));
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: calc(0.02273 * min(100vw, 440px));
  text-align: center;
}
#loading-box .bd {
  padding: calc(0.06818 * min(100vw, 440px)) calc(0.11364 * min(100vw, 440px));
  text-align: center;
}
#loading-box .bd p {
  margin: calc(0.03409 * min(100vw, 440px)) 0 0;
}
#pop-show .bd {
  width: 70vw;
}
#pop-show .bd strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(0.01136 * min(100vw, 440px));
  font-size: calc(0.04545 * min(100vw, 440px));
  font-weight: 600;
}
#pop-show .bd p {
  display: inline-block;
  margin: calc(0.02273 * min(100vw, 440px)) 0 0;
  padding: 0 calc(0.02273 * min(100vw, 440px));
  font-size: calc(0.03182 * min(100vw, 440px));
  color: #666;
  border: 1px solid #666;
  border-radius: calc(0.00682 * min(100vw, 440px));
}
#pop-show .bd .active-box {
  margin: calc(0.04545 * min(100vw, 440px)) 0;
}
#pop-show .bd .active-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(0.01136 * min(100vw, 440px));
  padding: calc(0.01818 * min(100vw, 440px)) calc(0.04545 * min(100vw, 440px));
  border-radius: calc(0.04545 * min(100vw, 440px));
  background: rgba(119, 250, 73, 0.3);
  color: #ff7700;
  font-weight: 600;
  font-size: calc(0.03636 * min(100vw, 440px));
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.loading-ci {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(0.16364 * min(100vw, 440px));
  height: calc(0.16364 * min(100vw, 440px));
  margin: calc(0.03409 * min(100vw, 440px)) auto 0;
  color: #ff7700;
}
.loading-ci .box {
  display: block;
}
.rotate {
  animation: loadingCircle 1s linear infinite;
}
@keyframes loadingCircle {
  to {
    transform: rotate(-1turn);
  }
}
.template-head {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  transition: box-shadow 0.2s ease-in-out;
}
.template-head.scroll {
  box-shadow: 0 calc(0.00909 * min(100vw, 440px))
      calc(0.01136 * min(100vw, 440px)) 0 rgba(0, 0, 0, 0.14),
    0 1px calc(0.02273 * min(100vw, 440px)) 0 rgba(0, 0, 0, 0.12),
    0 calc(0.00455 * min(100vw, 440px)) calc(0.00909 * min(100vw, 440px)) -1px rgba(0, 0, 0, 0.2);
}
.template-head .box {
  justify-content: space-between;
  width: 100%;
  height: calc(0.12727 * min(100vw, 440px));
  padding: 0 calc(0.05455 * min(100vw, 440px));
  box-sizing: border-box;
}
.template-head .box,
.template-head .box .l,
.template-head .box .r {
  display: flex;
  align-items: center;
}
.template-head .box .l a,
.template-head .box .r a {
  display: flex;
  align-items: center;
  font-size: calc(0.05 * min(100vw, 440px));
  color: #5f6368;
  font-family: Google Sans, Roboto, Arial, sans-serif;
  gap: calc(0.01818 * min(100vw, 440px));
  white-space: nowrap;
}
.template-head .box .l a:hover,
.template-head .box .r a:hover {
  background: #eee;
  border-radius: 100%;
  padding: calc(0.01818 * min(100vw, 440px));
}
.template-head .box .l a:hover img,
.template-head .box .l a:hover svg,
.template-head .box .r a:hover img,
.template-head .box .r a:hover svg {
  width: calc(0.07273 * min(100vw, 440px));
  height: calc(0.07273 * min(100vw, 440px));
}
.template-head .box .l a img,
.template-head .box .l a svg,
.template-head .box .r a img,
.template-head .box .r a svg {
  width: calc(0.09091 * min(100vw, 440px));
  height: calc(0.09091 * min(100vw, 440px));
}
.template-head .box .r a {
  justify-content: center;
  width: calc(0.07273 * min(100vw, 440px));
  height: calc(0.07273 * min(100vw, 440px));
  transition: background 0.2s ease-in-out;
}
.template-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dadce0;
}
.template-footer,
.template-footer ul {
  height: calc(0.12727 * min(100vw, 440px));
}
.template-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-footer ul li {
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.template-footer ul li p {
  width: calc(0.05455 * min(100vw, 440px));
  height: calc(0.05455 * min(100vw, 440px));
  margin: 0 auto calc(0.00455 * min(100vw, 440px));
  overflow: hidden;
}
.template-footer ul li a {
  color: #5f6368;
}
.template-footer ul li a.active,
.template-footer ul li a:hover {
  color: blue;
}
.template-footer ul li a.active img,
.template-footer ul li a:hover img {
  filter: drop-shadow(blue calc(0.18182 * min(100vw, 440px)) 0);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: translateX(calc(-0.18182 * min(100vw, 440px)));
}
.template-footer ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-bd,
.box-head .inner {
  padding: 0 calc(0.09091 * min(100vw, 440px));
}
.box-head {
  background-color: #001422;
  /* background-color: #000; */
  overflow: hidden;
  height: calc(1.43636 * min(100vw, 440px));
}
.box-head .inner {
  /* max-width: calc(2.94545 * min(100vw, 440px)); */
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.box-head .play-block {
  width: calc(2.55682 * min(100vw, 440px));
  height: calc(1.43636 * min(100vw, 440px));
}
.box-head .oiEt0d {
  overflow: hidden;
  width: 100%;
}
.box-head .play-block {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.box-head .jaQz3d {
  background: linear-gradient(0deg, #212123 0, transparent 56%);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(90deg, #212123 0, transparent 56%),
    linear-gradient(0deg, #212123 0, transparent 56%),
    linear-gradient(270deg, #212123 0, transparent 56%);
}
.box-head .oiEt0d {
  object-fit: cover;
  position: absolute;
  right: 0;
}
.box-head .info-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
  width: 100%;
  padding-left: calc(0.09091 * min(100vw, 440px));
  padding-top: 36px;
}
.box-head .meta-block {
  padding-top: calc(0.06818 * min(100vw, 440px));
  padding-bottom: calc(0.06818 * min(100vw, 440px));
  display: flex;
}
.box-head .other-block {
  display: flex;
  gap: calc(0.07955 * min(100vw, 440px));
}
.box-bd {
  max-width: calc(2.94545 * min(100vw, 440px));
  margin: 0 auto;
  font-size: calc(0.03636 * min(100vw, 440px));
  display: flex;
  flex-direction: column;
  gap: calc(0.02273 * min(100vw, 440px));
}
.template-bd {
  padding: 0 0 calc(0.12727 * min(100vw, 440px));
}
.google-share-btns {
  margin-top: calc(0.03409 * min(100vw, 440px));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  gap: calc(0.075 * min(100vw, 440px));
}
.google-share-btns li {
  display: flex;
  align-items: center;
  gap: calc(0.01818 * min(100vw, 440px));
}
.google-share-btns svg {
  fill: var(--main-color);
}
.logo img {
  border-radius: 20%;
  box-shadow: 0 1px calc(0.00455 * min(100vw, 440px)) 0 rgba(60, 64, 67, 0.3),
    0 1px calc(0.00682 * min(100vw, 440px)) 1px rgba(60, 64, 67, 0.15);
}
.update-box {
  margin-bottom: calc(0.06818 * min(100vw, 440px));
}
.update-box h3 {
  font-weight: 500;
  color: #202124;
  font-size: calc(0.03636 * min(100vw, 440px));
}
.update-box p {
  margin-top: calc(0.00909 * min(100vw, 440px));
}
.data-safety-list {
  border: 1px solid #63676b;
  border-radius: calc(0.01818 * min(100vw, 440px));
  padding: calc(0.04545 * min(100vw, 440px));
}
.data-safety-list li {
  display: flex;
  align-items: flex-start;
}
.data-safety-list li + li {
  margin-top: calc(0.04545 * min(100vw, 440px));
}
.data-safety-list li img {
  margin-right: calc(0.04545 * min(100vw, 440px));
}
.data-safety-list li p {
  font-size: calc(0.02727 * min(100vw, 440px));
}
.data-safety-list > p {
  margin-top: calc(0.04545 * min(100vw, 440px));
  color: var(--main-color);
}
.pop-box {
  display: flex;
  flex-direction: column;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.pop-box .pop-top {
  padding: 1px calc(0.02955 * min(100vw, 440px))
    calc(0.02273 * min(100vw, 440px));
  background: #fff;
}
.pop-box .pop-top .template-head {
  position: static;
}
.pop-box .pop-top .btn-box,
.pop-box .pop-top .information-list,
.pop-box .pop-top .main-up {
  margin-top: calc(0.02273 * min(100vw, 440px));
}
.pop-box .pop-bd {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pop-box .pop-bd .closed-btn {
  position: absolute;
  top: calc(0.02273 * min(100vw, 440px));
  right: calc(0.01136 * min(100vw, 440px));
  width: calc(0.06818 * min(100vw, 440px));
}
.pop-box .pop-bd .app-items {
  display: flex;
  margin-top: calc(0.04545 * min(100vw, 440px));
  align-items: center;
  font-size: calc(0.02955 * min(100vw, 440px));
  color: #fff;
  font-weight: 700;
}
.pop-box .pop-bd .app-items img {
  width: calc(0.05682 * min(100vw, 440px));
  margin-left: calc(0.01136 * min(100vw, 440px));
}
.pop-box .pop-bd .intro {
  margin-top: calc(0.04545 * min(100vw, 440px));
  width: 85%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ababab;
}
.CAYEaf {
  margin-left: calc(-0.01364 * min(100vw, 440px));
}
.video-play-block {
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-size: calc(0.03636 * min(100vw, 440px));
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: calc(0.10909 * min(100vw, 440px));
  margin-left: auto;
}
.video-play-block,
.video-play-btn {
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-play-btn {
  margin-left: calc(-0.01364 * min(100vw, 440px));
  width: calc(0.32727 * min(100vw, 440px));
  height: calc(0.11818 * min(100vw, 440px));
  padding: 0;
}
@media (max-width: 1280px) {
  .box-head {
    height: 526px;
  }
  .box-head .play-block {
    width: 932px;
    height: 526px;
  }
}
@media (max-width: 1024px) {
  .box-head {
    height: auto;
  }
  .box-head .play-block {
    width: 100%;
    height: auto;
    min-height: 200px;
    z-index: 1;
    position: relative;
  }
  .box-head .oiEt0d {
    position: relative;
  }
  .box-head .info-block {
    position: absolute;
  }
}
@media (max-width: 750px) {
  .btn {
    width: 100%;
    height: 9vw;
    font-size: 12px;
  }
  .video-play-block {
    width: 112px;
    height: 35px;
    position: absolute;
    top: -30vw;
    left: 36vw;
  }
  .box-head .inner {
    padding: 0;
    flex-direction: column;
  }
  .box-head .info-block {
    margin-top: -5vw;
    padding: 36px 5vw 0 5vw;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .box-head .jaQz3d {
    background: linear-gradient(0deg, #212123 0, transparent);
  }
  .box-head .main-up {
    gap: 20px;
    align-items: center;
  }
  .box-head .main-up .logo {
    display: block;
  }
  .box-head .main-up .logo img {
    width: 65px;
    height: 65px;
    display: block;
  }
  .box-head .main-up .info h1 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
  }
  .box-head .main-up .info h2,
  .box-head .main-up .info p {
    line-height: 1.3;
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
  }
  .box-head .meta-block {
    padding: 20px 0;
  }
  .box-head .meta-block .logo {
    display: none;
  }
  .box-head .info-block {
    padding-bottom: 7vw;
  }
  .box-head .other-block {
    font-size: 12px;
    gap: 16px;
    flex-direction: column;
  }
  .box-bd {
    font-size: 12px;
    padding: 0 5vw;
    gap: 0;
  }
  .banner-imgs-box {
    margin: 5vw 0;
  }
  .banner-imgs {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .banner-imgs li {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .banner-imgs li img {
    display: block;
    min-width: 92px;
    height: 200px;
    width: auto;
  }
  .information-list {
    font-size: 12px;
  }
  .information-list li strong {
    height: 20px;
  }
  .information-list li:first-child {
    padding-left: 0;
  }
  .information-list li img.large {
    width: 15px;
  }
  .introduce h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1vw;
  }
  .google-share-btns li {
    gap: 3px;
  }
  .google-share-btns svg {
    height: 20px;
  }
}

.appImageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}

.appImageModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 16px;
  font-size: 32px;
}

.appImageModal .modal-header button {
  color: #fff;
}

.appImageModal .modal-content {
  position: relative;
  width: 90%;
  height: 80%;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.appImageModal img {
  max-width: 100%;
  max-height: 90%;
  border-radius: 10px;
}
