:root {
  --main-color: #01875f;
  --main-hover-color: #01533b;
}
:root[data-type="google"] {
  --main-color: #01875f;
  --main-hover-color: #01533b;
}
.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);
  }
}
.show-btn,
#pop-show,
#loading-box {
  display: none;
}
#pop-show,
#loading-box {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
#pop-show .bd,
#loading-box .bd {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 15px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
#loading-box .bd {
  padding: 30px 50px;
  text-align: center;
}
#loading-box .bd p {
  margin: 15px 0 0;
}
#pop-show .bd {
  width: 70vw;
}
#pop-show .bd strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 600;
}
#pop-show .bd p {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  border: #666 1px solid;
  border-radius: 3px;
}
#pop-show .bd .active-box {
  margin: 20px 0;
}
#pop-show .bd .active-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 20px;
  border-radius: 20px;
  background: rgba(119, 250, 73, 0.3);
  color: #01875f;
  font-weight: 600;
  font-size: 16px;
}
.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: 72px;
  height: 72px;
  margin: 15px auto 0;
  color: #01875f;
}
.loading-ci .box {
  display: block;
}
.rotate {
  animation: loadingCircle 1s infinite linear;
}
@keyframes loadingCircle {
  100% {
    transform: rotate(-360deg);
  }
}
.template-head {
  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 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);
}
.template-head .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  box-sizing: border-box;
}
.template-head .box .l a {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #5f6368;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  gap: 8px;
  white-space: nowrap;
}
.template-head .box .l a svg {
  width: 40px;
  height: 40px;
}
.template-head .box .l img {
  width: 40px;
  height: 40px;
}
.template-head .box .r {
  display: flex;
  align-items: center;
}
.template-head .box .r a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 100%;
  transition: background 0.2s ease-in-out;
}
.template-head .box .r a:hover {
  background: #eee;
}
.template-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-top: 1px solid #dadce0;
}
.template-footer ul {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.template-footer ul li {
  flex: 1;
  text-align: center;
  overflow: hidden;
}
.template-footer ul span {
  display: block;
}
.template-footer ul li p {
  width: 24px;
  height: 24px;
  margin: 0 auto 2px;
  overflow: hidden;
}
.template-footer ul li a {
  color: #5f6368;
}
.template-footer ul li a:hover,
.template-footer ul li.active a {
  color: var(--main-color);
}
.template-footer ul li a:hover img,
.template-footer ul li.active a img {
  filter: drop-shadow(var(--main-color) 80px 0);
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: translateX(-80px);
}
.template-bd {
  padding: 0;
}
.h3YV2d {
  margin-top: 8px;
  font-size: 0.875rem;
  letter-spacing: 0.0142857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
}
.btn {
  display: block;
  width: 100%;
  padding: 15px 8px;
  background: var(--main-color);
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}
.comments__tips img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
.answer,
.comment-footer {
  padding-top: 10px;
}

.answer-text {
  padding-right: 20px;
  margin-left: 0 !important;
  font-size: 12px;
}
.answer-a {
  color: #5f6368;
  font-weight: 400;
  font-size: 12px;
}
.answer-btn {
  border: 1px solid #dadce0;
  height: 18px;
  padding: 0 15px;
  line-height: 18px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.page-comment-link {
  color: #01875f;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
}

.page-news {
  flex-direction: column;
}

.page-news h2 {
  color: #202124;
  padding-bottom: 20px;
  margin: 0;
}

.page-news-conetent {
  letter-spacing: 0.5px;
  line-height: 22px;
  fill: #5f6368;
  color: #5f6368;
  font-size: 14px;
  font-weight: 300;
}
.page-game {
  margin-top: 20px;
  flex-direction: column;
}
.game-list {
  padding-top: -20px;
  display: flex;
  flex-wrap: wrap;
}

.game-item {
  display: flex;
  width: 145px;
  height: 56px;
  padding: 10px;
  box-sizing: content-box;
}

.game-logo,
.game-logo img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
}

.game-logo {
  margin-right: 15px;
}


.game-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #5f6368;
  font-weight: 400;
}
.score-desc {
  color: #5f6368;
  font-size: 14px;
  font-weight: 300
}
.page-message {
  padding-top: 20px;
  border-bottom: 1px solid #e8eaed;
  flex-direction: column
}

.message-content {
  display: flex;
  font-size: 14px;
  color: #202124;
  align-items: center;
  padding-bottom: 52px
}

.qizhi {
  width: 16px;
  height: 16px;
  margin-right: 20px
}

