* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC";
}

html,
body {
  height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

.img-box img {
  width: 100%;
  display: block;
}

.main {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 110rem;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 156rem;
  background: #000000;
  z-index: 100;
}
.head .left-box {
  font-family: Montserrat, Montserrat;
  font-weight: 900;
  font-size: 32rem;
  color: #fff;
  letter-spacing: 1rem;
}
.head .left-box span:first-child {
  color: #12d368;
}
.head .right-box {
  width: 1000rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: HelveticaNeue, HelveticaNeue;
  font-weight: bold;
  font-size: 26rem;
  color: #c9c9c9;
}
.head .right-box .active {
  color: #ffffff;
}
.head .right-box > div {
  cursor: pointer;
  transition: color 0.3s ease;
}
.head .right-box > div:hover {
  color: #12d368;
}
.head .hamburger {
  display: none;
}

.tab-bg6 {
  width: 100%;
  height: 185rem;
  background: #000;
  padding-top: 40rem;
}
.tab-bg6 .contact {
  width: 1379rem;
  height: 48rem;
  background: url("./img/contact.png") no-repeat center center/contain;
  margin: 0 auto;
}
.tab-bg6 .email {
  margin: 15rem 0;
  font-family: HelveticaNeue;
  font-size: 20rem;
  color: #ffffff;
  text-align: center;
}
.tab-bg6 .copyright {
  font-family: HelveticaNeue;
  font-size: 14rem;
  color: #999999;
  text-align: center;
}

.tab1-container {
  width: 100%;
}
.tab1-container .tab1-bg1 {
  width: 1920rem;
  height: 904rem;
  background: url("./img/tab1_1.png") no-repeat center center/cover;
}
.tab1-container .tab1-bg2 {
  width: 1920rem;
  height: 1437rem;
  background: url("./img/tab1_2.png") no-repeat center center/cover;
}

.tab2-container,
.tab3-container,
.tab4-container,
.tab5-container {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.tab2-container .content,
.tab3-container .content,
.tab4-container .content,
.tab5-container .content {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 20rem 40rem 60rem;
  color: #fff;
}
.tab2-container .app-name,
.tab3-container .app-name,
.tab4-container .app-name,
.tab5-container .app-name {
  width: 325rem;
  height: 83rem;
  background: url("./img/app-name.png") no-repeat center center/contain;
}
.tab2-container .header,
.tab3-container .header,
.tab4-container .header,
.tab5-container .header {
  margin-bottom: 40rem;
}
.tab2-container .header .breadcrumb,
.tab3-container .header .breadcrumb,
.tab4-container .header .breadcrumb,
.tab5-container .header .breadcrumb {
  font-size: 16rem;
  color: #999;
  margin-bottom: 20rem;
}
.tab2-container .header .breadcrumb .active,
.tab3-container .header .breadcrumb .active,
.tab4-container .header .breadcrumb .active,
.tab5-container .header .breadcrumb .active {
  color: #12d368;
}
.tab2-container .header h1,
.tab3-container .header h1,
.tab4-container .header h1,
.tab5-container .header h1 {
  font-size: 48rem;
  font-weight: 900;
  margin-bottom: 10rem;
  color: #fff;
}
.tab2-container .header h1::after,
.tab3-container .header h1::after,
.tab4-container .header h1::after,
.tab5-container .header h1::after {
  content: "";
  display: block;
  width: 100rem;
  height: 4rem;
  background-color: #12d368;
  margin-top: 10rem;
}
.tab2-container .header .last-updated,
.tab3-container .header .last-updated,
.tab4-container .header .last-updated,
.tab5-container .header .last-updated {
  font-size: 14rem;
  color: #999;
}
.tab2-container .section,
.tab3-container .section,
.tab4-container .section,
.tab5-container .section {
  margin-bottom: 40rem;
}
.tab2-container .section h2,
.tab3-container .section h2,
.tab4-container .section h2,
.tab5-container .section h2 {
  font-size: 24rem;
  font-weight: bold;
  color: #12d368;
  margin-bottom: 20rem;
}
.tab2-container .section h3,
.tab3-container .section h3,
.tab4-container .section h3,
.tab5-container .section h3 {
  font-size: 18rem;
  font-weight: bold;
  color: #12d368;
  margin: 20rem 0 10rem;
}
.tab2-container .section p,
.tab3-container .section p,
.tab4-container .section p,
.tab5-container .section p {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 15rem;
}
.tab2-container .section ul,
.tab3-container .section ul,
.tab4-container .section ul,
.tab5-container .section ul {
  list-style-type: disc;
  padding-left: 20rem;
  margin-bottom: 15rem;
}
.tab2-container .section ul li,
.tab3-container .section ul li,
.tab4-container .section ul li,
.tab5-container .section ul li {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 8rem;
}
.tab2-container .section .privacy-table,
.tab3-container .section .privacy-table,
.tab4-container .section .privacy-table,
.tab5-container .section .privacy-table {
  width: 100%;
  margin: 20rem 0;
}
.tab2-container .section .privacy-table table,
.tab3-container .section .privacy-table table,
.tab4-container .section .privacy-table table,
.tab5-container .section .privacy-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(18, 211, 104, 0.1);
  border-radius: 5rem;
  overflow: hidden;
}
.tab2-container .section .privacy-table th,
.tab2-container .section .privacy-table td,
.tab3-container .section .privacy-table th,
.tab3-container .section .privacy-table td,
.tab4-container .section .privacy-table th,
.tab4-container .section .privacy-table td,
.tab5-container .section .privacy-table th,
.tab5-container .section .privacy-table td {
  padding: 12rem 15rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}
.tab2-container .section .privacy-table th,
.tab3-container .section .privacy-table th,
.tab4-container .section .privacy-table th,
.tab5-container .section .privacy-table th {
  background-color: rgba(18, 211, 104, 0.2);
  color: #12d368;
  font-weight: bold;
}
.tab2-container .section .privacy-table tr:last-child td,
.tab3-container .section .privacy-table tr:last-child td,
.tab4-container .section .privacy-table tr:last-child td,
.tab5-container .section .privacy-table tr:last-child td {
  border-bottom: none;
}
.tab2-container .section .privacy-table tr:hover,
.tab3-container .section .privacy-table tr:hover,
.tab4-container .section .privacy-table tr:hover,
.tab5-container .section .privacy-table tr:hover {
  background-color: rgba(18, 211, 104, 0.15);
}
.tab2-container .footer,
.tab3-container .footer,
.tab4-container .footer,
.tab5-container .footer {
  margin-top: 60rem;
}
.tab2-container .footer .bonbon-logo,
.tab3-container .footer .bonbon-logo,
.tab4-container .footer .bonbon-logo,
.tab5-container .footer .bonbon-logo {
  font-size: 32rem;
  font-weight: 900;
  margin-bottom: 10rem;
}
.tab2-container .footer .bonbon-logo .green,
.tab3-container .footer .bonbon-logo .green,
.tab4-container .footer .bonbon-logo .green,
.tab5-container .footer .bonbon-logo .green {
  color: #12d368;
}
.tab2-container .footer .slogan,
.tab3-container .footer .slogan,
.tab4-container .footer .slogan,
.tab5-container .footer .slogan {
  font-size: 18rem;
  margin-bottom: 30rem;
}
.tab2-container .footer .references,
.tab3-container .footer .references,
.tab4-container .footer .references,
.tab5-container .footer .references {
  font-size: 18rem;
  color: #12d368;
}
.tab2-container .footer .references ul,
.tab3-container .footer .references ul,
.tab4-container .footer .references ul,
.tab5-container .footer .references ul {
  font-size: 16rem;
  padding-left: 20rem;
  margin-bottom: 10rem;
  color: #fff;
}
.tab2-container .footer .policy-note,
.tab3-container .footer .policy-note,
.tab4-container .footer .policy-note,
.tab5-container .footer .policy-note {
  font-size: 16rem;
}

.mobile-menu {
  display: none;
}

@media (min-width: 769px) {
  html {
    font-size: 1px;
  }
  .tab2-container,
  .tab3-container,
  .tab4-container,
  .tab5-container {
    width: 100%;
    min-height: calc(100vh - 110rem);
    background-color: #000;
    padding-bottom: 60rem;
  }
  .tab2-container .content,
  .tab3-container .content,
  .tab4-container .content,
  .tab5-container .content {
    max-width: 1200rem;
    margin: 0 auto;
    padding: 40rem;
    color: #fff;
  }
  .tab-bg6 {
    width: 100%;
    height: 185rem;
    background: #000;
    padding-top: 40rem;
  }
  .tab-bg6 .contact {
    width: 1379rem;
    height: 48rem;
    background: url("./img/contact.png") no-repeat center center/contain;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.16333333vw !important;
  }
  body, .main {
    min-width: 100vw;
    min-height: 100vh;
    background: #000;
  }
  .main {
    padding-top: 110rem;
  }
  .head {
    height: 110rem;
    padding: 0 40rem;
  }
  .head .left-box {
    font-size: 32rem;
  }
  .head .right-box {
    display: none;
  }
  .head .hamburger {
    display: flex;
    width: 40rem;
    height: 40rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 101;
    position: relative;
  }
  .head .hamburger span {
    display: block;
    width: 32rem;
    height: 3rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .head .hamburger span:nth-child(1) {
    transform: translateY(-8rem);
  }
  .head .hamburger span:nth-child(2) {
    transform: translateY(0);
  }
  .head .hamburger span:nth-child(3) {
    transform: translateY(8rem);
  }
  .head .hamburger.active span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }
  .head .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .head .hamburger.active span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }
  .mobile-menu {
    display: flex;
    position: fixed;
    top: 110rem;
    left: 0;
    width: 100vw;
    height: 0;
    background: #000;
    z-index: 200;
    flex-direction: column;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  .mobile-menu .mobile-menu-item {
    color: #fff;
    padding: 30rem 0 30rem 40rem;
    text-align: left;
    font-size: 26rem;
    border-bottom: 1px solid #222;
    background: #000;
    opacity: 0;
    transform: translateY(-10rem);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .mobile-menu .mobile-menu-item:active, .mobile-menu .mobile-menu-item.active {
    background: #12d368;
    color: #fff;
  }
  .mobile-menu.open {
    height: 260px;
  }
  .mobile-menu.open .mobile-menu-item {
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu.open .mobile-menu-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .mobile-menu.open .mobile-menu-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .tab1-container .tab1-bg1,
  .tab1-container .tab1-bg2 {
    width: 100vw;
    height: 180px;
    min-height: 120px;
    background-size: cover !important;
  }
  .tab2-container,
  .tab3-container,
  .tab4-container,
  .tab5-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab2-container .content,
  .tab3-container .content,
  .tab4-container .content,
  .tab5-container .content {
    max-width: 100vw;
    padding: 0rem 40rem 20rem;
    color: #fff;
  }
  .tab2-container .header h1,
  .tab3-container .header h1,
  .tab4-container .header h1,
  .tab5-container .header h1 {
    font-size: 34rem;
  }
  .tab2-container .header .last-updated,
  .tab3-container .header .last-updated,
  .tab4-container .header .last-updated,
  .tab5-container .header .last-updated {
    font-size: 18rem;
  }
  .tab2-container .section h2,
  .tab3-container .section h2,
  .tab4-container .section h2,
  .tab5-container .section h2 {
    font-size: 30rem;
    margin-bottom: 16rem;
  }
  .tab2-container .section h3,
  .tab3-container .section h3,
  .tab4-container .section h3,
  .tab5-container .section h3 {
    font-size: 26rem;
    margin: 16rem 0 8rem;
  }
  .tab2-container .section p,
  .tab2-container .section ul li,
  .tab3-container .section p,
  .tab3-container .section ul li,
  .tab4-container .section p,
  .tab4-container .section ul li,
  .tab5-container .section p,
  .tab5-container .section ul li {
    font-size: 24rem;
  }
  .tab2-container .section .privacy-table th,
  .tab2-container .section .privacy-table td,
  .tab3-container .section .privacy-table th,
  .tab3-container .section .privacy-table td,
  .tab4-container .section .privacy-table th,
  .tab4-container .section .privacy-table td,
  .tab5-container .section .privacy-table th,
  .tab5-container .section .privacy-table td {
    font-size: 14px;
    padding: 12rem 15rem;
  }
  .footer .bonbon-logo, .tab-bg6 .bonbon-logo {
    font-size: 28rem;
  }
  .footer .slogan, .footer .references, .footer .policy-note, .footer .email, .footer .copyright, .tab-bg6 .slogan, .tab-bg6 .references, .tab-bg6 .policy-note, .tab-bg6 .email, .tab-bg6 .copyright {
    font-size: 22rem;
  }
  .tab-bg6 {
    height: auto;
    padding: 40rem 0;
  }
  .tab-bg6 .contact {
    width: 90vw;
    height: 32px;
    background-size: contain !important;
    margin: 0 auto;
  }
}
