﻿
body {
  max-width: 768px;
  margin: 0 auto;
}
.tg-lang {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 28px;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  width: 80px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  border-radius: 3px;
}
.tg-lang a {
  float: left;
  display: block;
  width: 48%;
  color: #fff;
  border: 1px solid #fff;
}
.tg-lang a:first-child {
  border-radius: 3px 0 0 3px;
}
.tg-lang a:last-child {
  border-radius: 0px 3px 3px 0px;
  border-left: none;
}
.tg-lang a.on {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}
img {
  max-width: 100%;
}
.sub-nav-box {
  display: none;
  background-color: rgba(200, 200, 200, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.sub-nav-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}
.sub-nav-box h2 {
  color: #000;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
  font-size: 0.8rem;
}
.sub-nav-box .sub-nav-child {
  font-size: 0.7rem;
  max-height: calc(100% - 6rem);
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sub-nav-box .sub-nav-child .temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.sub-nav-box .sub-nav-child a {
  color: #595757;
  width: 33.333%;
  background-color: transparent;
  display: block;
  min-height: 4.75rem;
  flex-grow: inherit;
}
.sub-nav-box .sub-nav-child a .icon-box {
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #006c9d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-nav-box .sub-nav-child a .icon-box i {
  font-size: 1.5rem;
  line-height: 3rem;
  padding-top: 0;
  width: auto;
  color: #fff;
  display: inline-block;
  background-color: transparent;
  height: auto;
}
.sub-nav-box .sub-nav-child a img {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  padding: 0 !important;
}
.sub-nav-box .sub-nav-child a p {
  text-align: center;
  padding: 0;
  position: static!important;
  font-size: 0.625rem;
  color: inherit!important;
}
.sub-nav-box .sub-nav-close {
  position: fixed;
  left: 50%;
  bottom: 0.75rem;
  margin-left: -0.5rem;
  width: 1rem!important;
  height: 1rem!important;
  background: transparent url('../images/close.png') no-repeat center center;
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-color: transparent!important;
  opacity: 1;
  z-index: 2;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.mobile-view-content {
  flex: 1;
  margin-bottom: 0.33rem;
}
/*# sourceMappingURL=common.css.map */