@import url("/static/css/download.css");

:root {
  --main-color: #01875f;
  --main-hover-color: #01533b;
}

.template-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  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;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 56px;
  padding: 0 24px;
}

.template-head .box .l a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(95, 99, 104);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 22px;
  white-space: nowrap;
}

.template-head .box .l a svg,
.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-bd {
  padding: 56px 0;
}

.google-share-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
  color: var(--main-color);
}

.google-share-btns li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.google-share-btns svg {
  fill: var(--main-color);
}

html[data-type="google"] .banner-imgs-box,
html[data-template="google"] .banner-imgs-box {
  margin-top: 70px;
}

html[data-type="google"] .introduce h2,
html[data-template="google"] .introduce h2 {
  font-size: 18px;
  font-weight: bold;
}

html[data-type="google"] .main-up .logo img,
html[data-template="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 {
  color: rgb(32, 33, 36);
  font-weight: bold;
}

.update-box p {
  margin-top: 4px;
}

.data-safety-list {
  margin: 20px 24px;
  padding: 20px;
  border: rgb(218, 220, 224) 1px solid;
  border-radius: 8px;
}

.data-safety-list li {
  display: flex;
  align-items: flex-start;
}

.data-safety-list li + li {
  margin-top: 20px;
}

.data-safety-list li img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.data-safety-list li p,
.data-safety-list li div {
  font-size: 12px;
}

.data-safety-list > p {
  margin-top: 20px;
  color: var(--main-color);
}

.template-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 56px;
  border-top: 1px solid rgb(218, 220, 224);
  background-color: #fff;
}

.template-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}

.template-footer ul li {
  flex: 1;
  text-align: center;
  overflow: hidden;
}

.template-footer ul span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-footer ul li p {
  width: 24px;
  height: 24px;
  margin: 0 auto 2px;
  overflow: hidden;
}

.template-footer ul li a {
  color: rgb(95, 99, 104);
}

.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);
}
