
:root {
  --main-color: #01875f;
  --main-hover-color: #01533b;
}
:root[data-type="google"] {
  --main-color: #01875f;
  --main-hover-color: #01533b;
}

@font-face {
  font-family: 'Google-Sans';
  src: url('Google-Sans.woff2') format('woff2'),
       url('/assets/fonts/Google-Sans.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/Google-Sans.woff2') format('woff2'),
       url('/assets/fonts/Google-Sans.ttf') format('truetype'),
       url('/assets/fonts/Google-Sans.svg#Google-Sans') format('svg');
  font-weight: normal;
  font-display: fallback;
  font-style: normal;
}

html, body {
  width: 100%;
  height: 100%;
}
html, body, div, iframe, ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6, em, strong, a {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-weight: 600;
}
a {
  cursor: pointer;
  text-decoration: none;
}
button {
  background: none;
  border: none;
}
body {
  font-family: 'Google-Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #5f6368;
}

.main-body {
  background: #1e2126;
  overflow: hidden;
}
.iframe-box {
  width: 100%;
  height: 100%;
  overflow: auto;
  border: none;
}

.main-up, .information-list, .btn-box, .banner-imgs-box, .introduce {
  margin: 24px 24px 0;
}

.main-up {
  display: flex;
}
.main-up .logo {
  position: relative;
  width: 72px;
  height: 72px;
  margin-right: 24px;
  border-radius: 20%;
}
.main-up .logo.ami {
  overflow: hidden;
}
.main-up .logo img {
  display: block;
  width: 100%;
}
.main-up .logo .box, .loading-ci .box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-left: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  border-radius: 50%;
  animation: turn 1s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes turn {
  100% {
    transform: rotateZ(-1turn);
  }
}
.main-up .logo.ami img {
  width: 50%;
  margin: 18px auto;
  animation: all 0.3;
}
.main-up .logo.ami .box {
  display: block;
}

.title_info{
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_info h1 {
  color: #202124;
  font-size: 1.5rem;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 2rem;
  font-weight: 540;
  white-space: nowrap;
  overflow: hidden ;
  text-overflow: ellipsis ;
  width: 10rem ;
}
.main-up .info h2 {
  color: var(--main-color);
  font-size: 16px;
  font-family: 'Google-Sans', sans-serif;
  margin-top: 15px;
  margin-bottom: 5px;
}
.main-up .info p {
  font-size: 12px;
  float: left;
}

.information-list {
  display: flex;
  align-items: center;
}
.information-list li {
  position: relative;
  flex: 1;
  text-align: center;
}
.information-list li img {
  width: 12px;
}
.information-list li img.large {
  width: 28px;
}
.information-list li strong {
  display: block;
  height: 28px;
  line-height: 28px;
  font-weight: 600;
  color: #202124;
}
.information-list li p {
  font-size: 12px;
}
.information-list li:before {
  background-color: rgb(232, 234, 237);
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: calc(50% - 12px);
  width: 1px;
}
.information-list li:first-child:before {
  display: none;
}

.btn-box {
  position: relative;
  overflow: hidden;
}
.shiny:after {
  animation: shiny-btn-anim 4s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}
@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);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}
.btn {
  display: block;
  width: 100%;
  padding: 10px 8px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.btn.big {
  padding: 15px 8px;
  font-size: 18px;
}
.btn:hover {
  background: var(--main-hover-color);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn:disabled:hover {
  background: var(--main-color);
}
.btn:active {
  background: var(--main-color);
}
.btn .con {
  display: flex;
  flex-direction: column;
}
.btn .con p {
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
  gap: 5px;
  font-size: 15px;
  color: #ffe336;
}

.btn .con img {
  width: 12px;
}

.btn+.btn {
  margin-top: 8px;
}

.prohibit{
  background: #578a79 !important;
  border: 1px solid #578a79 !important;
  color: #e9e9e9;
}
.prohibit:active{
  background: #578a79 !important;
}

.installation {
  display: block;
  position: relative;
  background: var(--main-color);
  border-radius: 10px;
  width: 0%;
}

.banner-imgs-box {
  overflow-x: auto;
  overflow-y: hidden;
}
.banner-imgs {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 240px;
}
.banner-imgs li {
  border-radius: 8px;
  height: 224px;
  margin-right: 11px;
  overflow: hidden;
}
.banner-imgs li img {
  display: block;
  height: 100%;
}
.banner-imgs-box.landscape .banner-imgs, .banner-imgs-box.landscape .banner-imgs li {
  height: 168px;
}
.introduce {
  padding-bottom: 16px;
}
.introduce h2 {
  margin-bottom: 20px;
  color: #202124;
}
.introduce>div {
  line-height: 1.45;
}
#Loading, #Install, #Installing, #Play, #Prohibit {
  display: none;
  font-size: 15px;
  letter-spacing: .0178571429em;
}
body[data-type="LOADING"] #Loading {
  display: block;
}
body[data-type="INSTALL"] #Install {
  display: block;
}
body[data-type="INSTALLING"] #Install {
  display: block;
}
body[data-type="PLAY"] #Play {
  display: block;
}
body[data-type="PROHIBIT"] #Prohibit{
  display: block;
}

.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: 80px;
  height: 80px;
  border-radius: 8px;
}
.show-logo p, .sold-out p {
  margin-top: 3rem;
  font-weight: 600;
  font-size: 2rem;
}
.show-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show-btn, #pop-show, #loading-box {
  display: none;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  transition: box-shadow 0.2s ease-in-out;
}
.header.scroll {
  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 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  padding: 0 13px 0 20px;
  box-sizing: border-box;
}
.header .box.fixed {
  box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.header .box .r {
  display: flex;
  align-items: center;
}
.header .box .r img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 100%;
  transition: background 0.2s ease-in-out;
}
.header .box .r a:hover {
  background: #eee;
}
.play-protect {
  display: block;
  position: relative;
  margin: 0 2px 0 0;
  background: url('play-protect.png') no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  float: left;
  overflow: hidden;
}
.progress {
  display: block;
  margin: 0 0 0.10rem 0;
  position: relative;
  font-weight: 600;
  overflow: hidden;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-top: 1px solid rgb(218, 220, 224);
}
.footer ul {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.footer ul li {
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.footer ul span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer ul li p {
  width: 24px;
  height: 24px;
  margin: 0 auto 2px;
  overflow: hidden;
}
.footer ul li {
  color: rgb(95, 99, 104);
}
.footer ul li.active {
  color: var(--main-color);
}
.footer ul li.active img {
  filter: drop-shadow(var(--main-color) 80px 0);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: translateX(-80px);
}
.body {
  padding: 80px 0;
}
.google-share-btns {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  gap: 20px;
}
.google-share-btns li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.google-share-btns svg {
  fill: var(--main-color);
}
:root[data-type="google"] .banner-imgs-box {
  margin-top: 70px;
}
:root[data-type="google"] .introduce h2 {
  font-size: 18px;
  font-weight: bold;
}
:root[data-type="google"] .main-up .logo img {
  border-radius: 20%;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.update-box {
  margin: 24px 24px 0;
}
.update-box h3 {
  font-weight: bold;
  color: rgb(32, 33, 36);
}
.update-box p {
  margin-top: 4px;
}
.data-safety-list {
  margin: 20px 24px;
  border: rgb(218, 220, 224) 1px solid;
  border-radius: 8px;
  padding: 20px;
}
.data-safety-list li {
  display: flex;
  align-items: flex-start;
}
.data-safety-list li+li {
  margin-top: 20px;
}
.data-safety-list li img {
  margin-right: 20px;
}
.data-safety-list li p {
  font-size: 12px;
}
.data-safety-list li p span {
  text-decoration: underline;
}
.data-safety-list>p {
  margin-top: 20px;
  color: var(--main-color);
}
.copyright {
  display: block;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.copyright a {
  color: cyan;
}

#output {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.info-view {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.view-age {
  border: 1px solid #EFEEEE;
  border-radius: 2px;
  color: #020202;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  line-height: 16px;
  padding: 0 2px
}

.view-age {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  background-color: #EFEEEE;
}



.loading-container{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.3);
  top: 0;
  z-index: 999;
}

.loading-container .loading-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 999;
}

.loading-container .loading-box img{
  width: 60px;
  height: 60px;
  margin-bottom: 4px;
  animation: Rotate 1000ms linear infinite;
}

@keyframes Rotate {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}


/*复制提示*/
.tips-container {
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 999;
}

.tips-container .tips-close{
  position: absolute;
  right: 8%;
  top: 21%;
  width: 34px;
}

.tips-container .google-tips {
  background-color: #fff;
  border-radius: 16px;
  width: 85%;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 10px #b1b1b1;
}

.tips-container .google-tips .gc-icon{
  width: 20px;
  margin-right: 4px;
}

.tips-container .google-tips .tips-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 20px; */
  box-sizing: border-box;
}
.tips-container .google-tips .tips-block span {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 10px 0;
  color: #5c5c5c;
}

.tips-container .google-tips .tips-block button {
  width: 100%;
  height: 40px;
  background: #01533b;
  background-size: 0% 100%;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background-size 1s;
  text-align: center;
  line-height: 40px;
  text-decoration-line: none;
  font-size: 12px;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips-container .google-tips .tips-block .copy-link {
  border: 1px solid #8e8c8c;
  margin: 20px 0;
  padding: 0 10px;
  box-sizing: border-box;
  color: #8e8c8c;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
}
.tips-container .google-tips .tips-block .copy-button {
  background: #fff;
  color: var(--main-color);
}

#onlineServer{
  position: fixed;
  bottom: 14%;
  right: 2%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  background-color: #fff;
}

.score-info{
  padding: 0 24px 20px 24px;
  column-gap: 18px;
  display: grid;
  flex-grow: 1;
  grid-template-columns: max-content auto;
  align-items: center;
}

.score-info .score-left{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.score-info .score-left .total{
  color: rgb(32,33,36);;
  fill: rgb(32,33,36);
  stop-color: rgb(32,33,36);
  font-family: "Google Sans Display",Roboto,Arial,sans-serif;
  line-height: 4rem;
  font-size: 3rem;
  letter-spacing: 0;
  font-weight: 400;
}

.score-info .score-left .rating-content{
  margin: 0 ;
  font-size: 15px;

}

.score-info .score-right{
  flex: 1;
}

.score-info .score-right .line{
  width: 100%;
  height: 10px;
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.score-info .score-right .line div:nth-child(1){
  font-family: Roboto,Arial,sans-serif;
  line-height: 1rem;
  font-size: .75rem;
  letter-spacing: .025em;
  font-weight: 400;
  padding-right: 16px
}

.score-info .score-right .line div:nth-child(2){
  flex: 1;
  height: 100%;
  border-radius: 50px;
  /* border: 1px solid #f3f3f3; */
  background-color: rgb(232,234,237);
}
.score-info .score-right .line div:nth-child(2) span{
  display: block;
  background: var(--main-color);
  height: 100%;
  border-radius: 50px;
}

.comment-list{
  padding: 0 24px;
}

.comment-list .comment-item{
  padding: 16px 0;
}

.comment-list .comment-item .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.comment-list .comment-item .top img{
  width: 26px;
}

.comment-list .comment-item .top .user{
  display: grid;
  align-items: center;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2,max-content);

}


.comment-list .comment-item .top .user span:nth-child(1){
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.comment-list .comment-item .top .user span:nth-child(2){
  color: rgb(32,33,36);
  fill: rgb(32,33,36);
  stop-color: rgb(32,33,36);
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
}

.comment-list .comment-item .remark{
  margin-top: 8px;
  font-size: .875rem;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
}


.rating-content {
  color: var(--main-color);
  display: flex;
  font-size: 12px;

}

.rating-content span {
  display: inline-block;
  position: relative;
  padding-right: 2px;
}

.rating-content[data-rating="0.5"] span:nth-child(n+1),
.rating-content[data-rating="1.5"] span:nth-child(n+2),
.rating-content[data-rating="2.5"] span:nth-child(n+3),
.rating-content[data-rating="3.5"] span:nth-child(n+4),
.rating-content[data-rating="4.5"] span:last-child{
  color: rgb(241,243,244);
}

.rating-content[data-rating="0.5"] span:nth-child(n+1):before,
.rating-content[data-rating="1.5"] span:nth-child(n+2):before,
.rating-content[data-rating="2.5"] span:nth-child(n+3):before,
.rating-content[data-rating="3.5"] span:nth-child(n+4):before,
.rating-content[data-rating="4.5"] span:last-child:before{
  content: "\2605";
  display: block;
  position: absolute;
  width: 50%;
  pointer-events: none;
  overflow: hidden;
  color: var(--main-color);
}

.rating-content[data-rating="0.5"] span:nth-child(n+2),
.rating-content[data-rating="1.0"] span:nth-child(n+2),
.rating-content[data-rating="1.5"] span:nth-child(n+3),
.rating-content[data-rating="2.0"] span:nth-child(n+3),
.rating-content[data-rating="2.5"] span:nth-child(n+4),
.rating-content[data-rating="3.0"] span:nth-child(n+4),
.rating-content[data-rating="3.5"] span:nth-child(n+5),
.rating-content[data-rating="4.0"] span:nth-child(n+5){
  display: none;
}


/* 模版一、二弹框 */
.modal {
  height: 30rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.modal .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal .close img {
  width: 2rem;
  padding: 8px;
}
.modal .box {
  padding: 24px;
  overflow-y: scroll;
  height: 330px;
  box-sizing: border-box;
}
.modal .box img {
  width: 100%;
}