.app-container {
  font-size: 16.8px;
  color: rgb(95, 99, 104);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
}

a {
  text-decoration: none;
}

.f12 {
  font-size: 12px;
}

.custom-list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
  box-shadow: 0 4.8px 6px 0 rgba(0, 0, 0, 0.14),
    0 1.2px 12px 0 rgba(0, 0, 0, 0.12), 0 2.4px 4.8px -1.2px rgba(0, 0, 0, 0.2);
}

header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56.4px;
  width: 100%;
  padding: 0 10px 0 19px;
}

header nav .l-box {
  display: flex;
  align-items: center;
}

header nav .l-box .logo {
  height: 56.4px;
  margin-right: 19.2px;
}

header nav .r-box {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

header nav .r-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 57.6px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}

header nav .r-box li:hover {
  background-color: #eee;
}

header nav .r-box li svg {
  width: 19.2px;
  height: 19.2px;
}

header nav .r-box li img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.content {
  padding-top: 91.2px;
  margin: 0 19.2px;
}

.games {
  display: flex;
  flex-direction: column;
}

.games .info {
  display: flex;
  align-items: center;
  margin-top: 21.6px;
  position: relative;
}

.games .info img {
  width: 72px;
  margin-right: 28.8px;
  border-radius: 19.2px;
  box-shadow: 0 1.2px 2.4px 0 rgba(60, 64, 67, 0.3),
    0 1.2px 3.6px 1.2px rgba(60, 64, 67, 0.15);
}

.games .info h1 {
  margin: 0 0 4.8px;
  font-size: 22.8px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}

.games .info a {
  font-size: 15.6px;
  color: #01875f;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.games .assess {
  display: flex;
  margin-top: 25.2px;
  margin-bottom: 37.2px;
  justify-content: space-between;
}

.games .assess .item {
  position: relative;
  flex-grow: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}

.games .assess .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1.2px;
  background-color: #eee;
}

.games .assess .item:last-child::after {
  width: 0;
}

.games .assess .item > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 14.4px;
}

.games .assess .item svg {
  margin: -2.4px 2.4px 0;
  width: 12px;
  height: 12px;
}

.games .assess img {
  width: 19.2px;
  height: 14.4px;
}

.games .assess span {
  display: block;
  margin-top: 7.2px;
  font-size: 12px;
  color: rgb(95, 99, 104);
}

.games .download {
  display: flex;
  flex-direction: column;
}

.games .download .install {
  display: block;
  height: 37.2px;
  line-height: 37.2px;
  border-radius: 9.6px;
  color: #fff;
  background-color: #01875f;
  text-align: center;
  font-weight: bold;
  font-size: 14.4px;
}

.games .download .install:hover {
  color: #095943;
}

.games .download ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  color: #01875f;
}

.games .download ul li {
  display: flex;
  align-items: center;
  padding: 19.2px;
  font-weight: 600;
}

.games .download ul li span {
  font-size: 14.4px;
  margin-left: 9.6px;
}

.my-swipe img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.main {
  display: flex;
  flex-direction: column;
}

.main .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.87);
}

.main .tit h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.main .tit svg {
  width: 33.6px;
  height: 33.6px;
}

.main .about p {
  font-size: 14.4px;
  line-height: 20.4px;
  color: #5f6368;
}

.main .about .on {
  font-size: 14.4px;
}

.main .about .on b {
  padding-bottom: 6px;
  display: block;
  font-weight: 600;
  font-size: 14.4px;
  color: rgba(0, 0, 0, 0.87);
}

.main .about .btn {
  margin-top: 22px;
  height: 32.4px;
  padding: 0 12px;
  border-radius: 24px;
  font-size: 14.4px;
  font-weight: 600;
  color: #5f6368;
  border: 1.2px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

.main .about .btn:hover {
  background-color: #eee;
}

.main .data p {
  margin-top: 0;
  font-size: 14.4px;
  line-height: 20.4px;
  color: #5f6368;
}

.main .data .card {
  margin-top: 30px;
  padding: 24px;
  border-radius: 7.2px;
  border: 0.6px solid rgb(218, 220, 224);
}

.main .data .card span {
  font-weight: 400;
  font-size: 12px;
}

.main .data .card .bottom_line {
  border-bottom: 0.6px solid #5f6368;
}

.main .data .card li {
  display: flex;
  margin-bottom: 21px;
  font-size: 13.2px;
  font-weight: 700;
  color: #7f8387;
}

.main .data .card li:last-child {
  margin-bottom: 0;
}

.main .data .card li .icon {
  margin-right: 24px;
}

.main .data .card li svg {
  width: 17.4px;
  height: 17.4px;
}

.main .data .card li a {
  font-size: 15.6px;
  color: #01875f;
}

.main .score {
  display: flex;
  margin-top: 36px;
}

.main .score .l-box .num {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1;
}

.main .score .l-box svg {
  margin-right: 2.4px;
  color: rgb(241, 243, 244);
}

.main .score .l-box svg.active {
  color: #01875f;
}

.main .score .l-box span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
}

.main .score .r-box {
  margin-left: 24px;
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.2;
}

.main .score .r-box li {
  display: flex;
  align-items: center;
}

.main .score .r-box li span {
  font-size: 13.2px;
  font-weight: 400;
}

.main .score .r-box li .progress {
  position: relative;
  margin-left: 12px;
  flex-grow: 1;
  height: 9.6px;
  background-color: rgb(232, 234, 237);
  border-radius: 9.6px;
}

.main .score .r-box li .progress div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #01875f;
  border-radius: 12px;
}

.main .assess .item {
  padding: 18px 0 12px;
}

.main .assess .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57.6px;
}

.main .assess .t div {
  display: flex;
  align-items: center;
  font-size: 14.4px;
  color: #323436;
}

.main .assess .t img {
  width: 28.8px;
  margin-right: 12px;
  border-radius: 100%;
}

.main .assess .star {
  display: flex;
  align-items: center;
  margin: 12px 0;
}

.main .assess .star svg {
  width: 9.6px;
  height: 9.6px;
  margin-right: 4.8px;
  color: rgb(241, 243, 244);
}

.main .assess .star svg.active {
  color: #01875f;
}

.main .assess .star span {
  margin-left: 12px;
  font-size: 14.4px;
}

.main .assess p {
  font-size: 14.4px;
  line-height: 20.4px;
  color: #5f6368;
}

.main .assess .use {
  margin-top: 12px;
  display: flex;
  align-items: center;
  font-size: 14.4px;
}

.main .assess .use button {
  margin-left: 24px;
  padding: 2.4px 19.2px;
  border: 1.2px solid #ccc;
  border-radius: 24px;
  font-size: 13.2px;
  font-weight: bold;
  background-color: #fff;
  color: rgb(95, 99, 104);
  cursor: pointer;
}

.main .assess .use button:hover {
  background-color: #eee;
}

.main .assess .all {
  display: inline-block;
  margin-top: 12px;
  color: #01875f;
  font-weight: bold;
  font-size: 13.2px;
}

.main .support .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.main .support .t h2 {
  color: #202124;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.main .support ul li {
  display: flex;
  margin-bottom: 16px;
}

.main .support ul li div {
  margin-left: 16px;
  font-size: 14.4px;
  color: rgba(44, 42, 42, 0.87);
  font-weight: bold;
}

.main .support ul li div span {
  display: block;
  color: rgb(95, 99, 104);
  font-weight: 100;
}

.main .support ul li .address {
  color: rgba(44, 42, 42, 0.87);
  margin-left: 0;
}

.main .support ul li .address span {
  font-weight: 700;
  padding-top: 4px;
  color: rgb(144, 145, 153);
}

footer {
  margin: 16px 13px 0;
  padding: 18px 0;
  border-top: 1px solid #eee;
}

footer a {
  color: rgb(95, 99, 104);
  text-decoration: none;
}

footer a:hover {
  color: #01875f;
  text-decoration: none;
}

footer .link {
  display: flex;
  flex-direction: column;
}

footer dl dt {
  font-weight: 700;
  color: #71767c;
  padding-top: 20px;
}

footer dl dt,
footer dl dd {
  margin-bottom: 10px;
  font-size: 14.4px;
}

footer dl dd a {
  font-size: 14.4px;
  color: rgb(95, 99, 104);
  text-decoration: none;
}

footer .bottom {
  display: flex;
  flex-wrap: wrap;
}

footer .bottom a {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-right: 30px;
  line-height: 50px;
  text-decoration: none;
}

footer .bottom a img {
  margin-right: 8px;
  width: 16px;
}

.google-play {
  color: rgb(95, 99, 104);
  fill: rgb(95, 99, 104);
  stop-color: rgb(95, 99, 104);
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 1.75rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  font-weight: 400;
  font-weight: 500;
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0;
  white-space: nowrap;
  z-index: 1;
}

.google-play svg {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  flex-shrink: 0;
  display: block;
}
