html {
  user-select: none;
}
#home {
  margin-top: -2px;
  width: 100%;
  position: relative;
  cursor: pointer;
  background: #ffffff;
}
.nav_tab {
  width: 100%;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
}
.nav_tab .nav {
  width: 100%;
  padding: 20px 6%;
  background-color: #ffffff;
}
.nav_tab .nav img {
  vertical-align: middle;
  width: 145px;
}
.nav ul {
  float: right;
  margin: 2px 0 0;
}
.nav li {
  float: left;
  list-style: none;
  font-size: 20px;
  padding: 0 15px;
}
.nav li a {
  color: #4B4B4B;
  text-decoration: none;
}
.title {
  font-weight: bold;
  padding: 30px 20%;
  font-size: 24px;
  color: #244746;
}
img {
  width: 100%;
}

.foot {
  width: 100%;
  padding: 0 5%;
  color: #2b2928;
  background: #ffffff;
}
.foot .foot_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 20px;
  font-size: 16px;
}
.foot .info {
  display: flex;
  align-items: center;
}
.foot .left {
  width: 60%;
}
.foot .right {
  width: 40%;
  font-size: 16px;
  text-align: right;
}
.foot .support {
  font-size: 20px;
  font-weight: 700;
}
.foot .privacy a {
  color: #2b2928;
  font-size: 20px;
  font-weight: 700;
}
.foot .privacy p:last-of-type {
  margin-top: 20px;
}
.foot .info {
  margin: 8px 0;
}
.foot .left .logo_footer {
  width: 332px;
  margin: 20px 0 30px;
}
.foot .left .icon {
  margin-right: 16px;
  width: 30px;
}
.foot .right img {
  width: 140px;
}
.foot .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #b3b3b3;
  padding: 20px 0 60px;
}
