* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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: 20rem;
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 156rem;
  background: #000000;
  z-index: 100;
}
.head .left-box {
  width: 100rem;
  height: auto;
}
.head .right-box {
  width: 1000rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont;
  font-weight: bold;
  font-size: 22rem;
  color: #999999;
}
.head .right-box .active {
  color: #FF7716;
}
.head .right-box > div {
  cursor: pointer;
  transition: color 0.3s ease;
}
.head .right-box > div:hover {
  color: #FF7716;
}
.head .hamburger {
  display: none;
}

.tab-bg6 {
  width: 100%;
  height: 160rem;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-bg6 .email {
  margin: 15rem 0;
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont;
  font-size: 22rem;
  color: #999999;
  text-align: center;
  line-height: 1.5;
}
.tab-bg6 .copyright {
  font-family: HelveticaNeue, HelveticaNeue, -apple-system, BlinkMacSystemFont;
  font-size: 18rem;
  color: #999999;
  text-align: center;
  line-height: 1.4;
}

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

.tab2-container {
  width: 100%;
  height: 100%;
  background-color: #11001A;
}
.tab2-container .content {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 80rem 40rem 60rem;
  color: #fff;
}
.tab2-container .privacy-title {
  text-align: center;
  margin-bottom: 40rem;
}
.tab2-container .privacy-title img {
  width: 400rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tab2-container .effective-date {
  text-align: center;
  margin-bottom: 50rem;
}
.tab2-container .effective-date p {
  font-size: 18rem;
  color: #999;
  margin: 0;
}
.tab2-container .privacy-content .section {
  padding: 20rem 20rem 40rem 20rem;
  margin-bottom: 40rem;
  background: #231929;
  border-radius: 24rem;
}
.tab2-container .privacy-content .section .section-title {
  margin-bottom: 40rem;
  width: 100%;
  height: 50rem;
  background: url("./img/pic_bar_bg.png") no-repeat top center/100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20rem;
  font-weight: 900;
  color: #111111;
}
.tab2-container .privacy-content .section .section-content {
  padding: 0 20rem;
}
.tab2-container .privacy-content .section .section-content p {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 15rem;
}
.tab2-container .privacy-content .section .section-content p strong {
  color: #FF7716;
}

.tab3-container {
  width: 100%;
  height: 100%;
  background-color: #11001A;
}
.tab3-container .content {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 80rem 40rem 60rem;
  color: #fff;
}
.tab3-container .terms-title {
  text-align: center;
  margin-bottom: 50rem;
}
.tab3-container .terms-title img {
  width: 400rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tab3-container .terms-content .section {
  padding: 20rem 20rem 40rem 20rem;
  margin-bottom: 40rem;
  background: #231929;
  border-radius: 24rem;
}
.tab3-container .terms-content .section .section-title {
  margin-bottom: 40rem;
  width: 100%;
  height: 50rem;
  background: url("./img/pic_bar_bg.png") no-repeat top center/100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20rem;
  font-weight: 900;
  color: #111111;
}
.tab3-container .terms-content .section .section-content {
  padding: 0 20rem;
}
.tab3-container .terms-content .section .section-content p {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 15rem;
}
.tab3-container .terms-content .section .section-content p strong {
  color: #FF7716;
}
.tab3-container .terms-content .section .section-content .subsection-title {
  color: #9C76C6;
  font-weight: bold;
}

.tab4-container {
  width: 100%;
  height: 100%;
  background-color: #11001A;
}
.tab4-container .content {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 80rem 40rem 60rem;
  color: #fff;
}
.tab4-container .refund-title {
  text-align: center;
  margin-bottom: 50rem;
}
.tab4-container .refund-title img {
  width: 400rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tab4-container .refund-content .section {
  padding: 20rem 20rem 40rem 20rem;
  margin-bottom: 40rem;
  background: #231929;
  border-radius: 24rem;
}
.tab4-container .refund-content .section .section-title {
  margin-bottom: 40rem;
  width: 100%;
  height: 50rem;
  background: url("./img/pic_bar_bg.png") no-repeat top center/100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20rem;
  font-weight: 900;
  color: #111111;
}
.tab4-container .refund-content .section .section-content {
  padding: 0 20rem;
}
.tab4-container .refund-content .section .section-content p {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 15rem;
}
.tab4-container .refund-content .section .section-content p strong {
  color: #FF7716;
}
.tab4-container .refund-content .section .section-content ul {
  list-style-type: disc;
  padding-left: 20rem;
  margin-bottom: 15rem;
}
.tab4-container .refund-content .section .section-content ul li {
  font-size: 16rem;
  line-height: 1.6;
  margin-bottom: 8rem;
}
.tab4-container .refund-content .section .section-content ul li strong {
  color: #FF7716;
}
.tab4-container .refund-content .section .section-content ul li ul {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.tab4-container .refund-content .section .section-content a {
  color: #FF7716;
  text-decoration: none;
}
.tab4-container .refund-content .section .section-content a:hover {
  text-decoration: underline;
}
.tab4-container .refund-footer {
  text-align: center;
  margin-top: 40rem;
  padding: 40rem 20rem;
  background: #231929;
  border-radius: 24rem;
}
.tab4-container .refund-footer .brand-logo {
  margin-bottom: 20rem;
}
.tab4-container .refund-footer .brand-logo img {
  width: 200rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tab4-container .refund-footer .brand-slogan {
  font-size: 18rem;
  color: #999;
  font-weight: normal;
}

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

.mobile-menu {
  display: none;
}

@media (min-width: 769px) {
  html {
    font-size: 1px;
  }
  .tab2-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    background-color: #11001A;
    padding-bottom: 60rem;
  }
  .tab3-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    background-color: #11001A;
    padding-bottom: 60rem;
  }
  .tab4-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    background-color: #11001A;
    padding-bottom: 60rem;
  }
  .tab5-container {
    width: 100%;
    min-height: calc(100vh - 80rem);
    background-color: #000;
    padding-bottom: 60rem;
  }
  .tab5-container .content {
    max-width: 1200rem;
    margin: 0 auto;
    padding: 80rem 40rem 60rem;
    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: 80rem;
  }
  .head {
    height: 80rem;
    padding: 0 40rem;
  }
  .head .left-box {
    width: 80rem;
    font-size: 28rem;
  }
  .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: 80rem;
    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: #FF7716;
    color: #fff;
  }
  .mobile-menu.open {
    height: auto;
  }
  .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 {
    width: 100vw;
    height: 290px;
    background-size: cover !important;
  }
  .tab1-container .tab1-bg2 {
    width: 100vw;
    height: 560px;
    background-size: cover !important;
  }
  .tab2-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab2-container .content {
    max-width: 100vw;
    padding: 20rem 20rem 10rem;
    color: #fff;
  }
  .tab2-container .privacy-title img {
    width: 80vw;
  }
  .tab2-container .effective-date p {
    font-size: 24rem;
  }
  .tab2-container .privacy-content .section {
    padding: 30rem 20rem 40rem 20rem;
    margin-bottom: 30rem;
    background: #231929;
    border-radius: 20rem;
  }
  .tab2-container .privacy-content .section .section-title {
    margin-bottom: 20rem;
    width: 100%;
    height: 50rem;
    background: url("./img/pic_bar_bg.png") no-repeat top/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    font-weight: 900;
    color: #111111;
  }
  .tab2-container .privacy-content .section .section-content {
    padding: 0 10rem;
  }
  .tab2-container .privacy-content .section .section-content p {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 15rem;
  }
  .tab2-container .privacy-content .section .section-content p strong {
    color: #FF7716;
  }
  .tab3-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab3-container .content {
    max-width: 100vw;
    padding: 20rem 20rem 10rem;
    color: #fff;
  }
  .tab3-container .terms-title img {
    width: 80vw;
  }
  .tab3-container .terms-content .section {
    padding: 30rem 20rem 40rem 20rem;
    margin-bottom: 30rem;
    background: #231929;
    border-radius: 20rem;
  }
  .tab3-container .terms-content .section .section-title {
    margin-bottom: 20rem;
    width: 100%;
    height: 50rem;
    background: url("./img/pic_bar_bg.png") no-repeat top/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    font-weight: 900;
    color: #111111;
  }
  .tab3-container .terms-content .section .section-content {
    padding: 0 10rem;
  }
  .tab3-container .terms-content .section .section-content p {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 15rem;
  }
  .tab3-container .terms-content .section .section-content p strong {
    color: #FF7716;
  }
  .tab3-container .terms-content .section .section-content .subsection-title {
    color: #9C76C6;
    font-weight: bold;
  }
  .tab4-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab4-container .content {
    max-width: 100vw;
    padding: 20rem 20rem 10rem;
    color: #fff;
  }
  .tab4-container .refund-title img {
    width: 80vw;
  }
  .tab4-container .refund-content .section {
    padding: 30rem 20rem 40rem 20rem;
    margin-bottom: 30rem;
    background: #231929;
    border-radius: 20rem;
  }
  .tab4-container .refund-content .section .section-title {
    margin-bottom: 20rem;
    width: 100%;
    height: 50rem;
    background: url("./img/pic_bar_bg.png") no-repeat top/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22rem;
    font-weight: 900;
    color: #111111;
  }
  .tab4-container .refund-content .section .section-content {
    padding: 0 10rem;
  }
  .tab4-container .refund-content .section .section-content p {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 15rem;
  }
  .tab4-container .refund-content .section .section-content p strong {
    color: #FF7716;
  }
  .tab4-container .refund-content .section .section-content ul {
    list-style-type: disc;
    padding-left: 20rem;
    margin-bottom: 15rem;
  }
  .tab4-container .refund-content .section .section-content ul li {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 8rem;
  }
  .tab4-container .refund-content .section .section-content ul li strong {
    color: #FF7716;
  }
  .tab4-container .refund-content .section .section-content ul li ul {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .tab4-container .refund-content .section .section-content ul li ul li {
    font-size: 20rem;
  }
  .tab4-container .refund-content .section .section-content a {
    color: #FF7716;
    text-decoration: none;
  }
  .tab4-container .refund-content .section .section-content a:hover {
    text-decoration: underline;
  }
  .tab4-container .refund-footer {
    text-align: center;
    margin-top: 30rem;
    padding: 30rem 20rem;
    background: #231929;
    border-radius: 20rem;
  }
  .tab4-container .refund-footer .brand-logo {
    margin-bottom: 15rem;
  }
  .tab4-container .refund-footer .brand-logo img {
    width: 150rem;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .tab4-container .refund-footer .brand-slogan {
    font-size: 20rem;
    color: #999;
    font-weight: normal;
  }
  .tab5-container {
    width: 100vw;
    min-height: 100vh;
  }
  .tab5-container .content {
    max-width: 100vw;
    padding: 0rem 40rem 20rem;
    color: #fff;
  }
  .tab5-container .header h1 {
    font-size: 34rem;
  }
  .tab5-container .header .last-updated {
    font-size: 18rem;
  }
  .tab5-container .section h2 {
    font-size: 30rem;
    margin-bottom: 16rem;
  }
  .tab5-container .section h3 {
    font-size: 26rem;
    margin: 16rem 0 8rem;
  }
  .tab5-container .section p,
  .tab5-container .section ul li {
    font-size: 24rem;
  }
  .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, .tab-bg6 .slogan, .tab-bg6 .references, .tab-bg6 .policy-note {
    font-size: 22rem;
  }
  .footer .email, .tab-bg6 .email {
    font-size: 26rem;
  }
  .footer .copyright, .tab-bg6 .copyright {
    font-size: 20rem;
  }
  .tab-bg6 {
    height: auto;
    padding: 40rem 0;
  }
  .tab-bg6 .contact {
    width: 90vw;
    height: 32px;
    background-size: contain !important;
    margin: 0 auto;
  }
}
