* {
  margin: 0;
  padding: 0;
}
i {
  display: block;
  font-style: normal;
}
body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container {
  max-width: 25.6rem;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.container .nav_box {
  width: 9.11rem;
  height: 2.91rem;
  background: url('../img/page1/nav_bg.png');
  background-size: 100% 100%;
  position: fixed;
  top: -0.4rem;
  right: -0.6rem;
  z-index: 8;
}
.container .nav_box .nav_content {
  display: flex;
  align-items: center;
  position: absolute;
  left: 1.62rem;
  top: 0.58rem;
}
.container .nav_box a {
  text-decoration: none;
  font-size: 0.3rem;
  color: #B53D00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.container .nav_box a:nth-child(1) {
  width: 1.26rem;
  height: 0.52rem;
}
.container .nav_box a:nth-child(2) {
  width: 1.82rem;
  height: 0.52rem;
}
.container .nav_box a:nth-child(3) {
  width: 1.56rem;
  height: 0.52rem;
}
.container .nav_box a:hover {
  color: #fff;
}
.container .nav_box .lang_box {
  width: 1.9rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.02rem;
  cursor: pointer;
  position: relative;
}
.container .nav_box .lang_box span {
  font-size: 0.3rem;
  color: #B53D00;
}
.container .nav_box .lang_box .lang_icon {
  width: 0.18rem;
  height: 0.09rem;
  background: url('../img/page1/lang_i.png');
  background-size: 100% 100%;
  margin-left: 0.02rem;
}
.container .nav_box .lang_box .lang_list {
  padding-top: 0.72rem;
  width: 100%;
  position: absolute;
  display: none;
  flex-direction: column;
  top: 0;
}
.container .nav_box .lang_box .lang_list .lang_item {
  background-color: rgba(255, 243, 232, 0.5);
  width: 100%;
  height: 0.52rem;
  text-align: center;
}
.container .nav_box .lang_box .lang_list .lang_item:first-child {
  padding-top: 0.1rem;
}
.container .nav_box .lang_box .lang_list .lang_item:last-child {
  border-radius: 0 0 0.1rem 0.1rem;
}
.container .nav_box .lang_box .lang_list .lang_item:hover {
  color: #fc4ba4;
}
.container .nav_box .lang_box:hover .lang_icon {
  transform: rotate(180deg);
}
.content {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .section {
  width: 100% !important;
  height: 10.8rem !important;
  display: flex !important;
  justify-content: center;
  position: relative;
}
.content .section .fp-tableCell {
  width: 19.2rem !important;
  height: 10.8rem !important;
  position: relative;
}
.content .page1 {
  background: url('../img/page1/bg.jpg');
  background-size: cover;
}
.content .page1 .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.content .page1 .logo {
  width: 4.97rem;
  height: 2.19rem;
  background: url('../img/page1/logo.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0.6rem;
  left: 0.86rem;
}
.content .page1 .store_box {
  display: flex;
  align-items: center;
  margin-top: 8.22rem;
}
.content .page1 .store_box .ios_btn {
  width: 2.82rem;
  height: 0.94rem;
  background: url('../img/page1/apple.png');
  background-size: 100% 100%;
  margin-right: 0.18rem;
}
.content .page1 .store_box .android_btn {
  width: 3.2rem;
  height: 0.94rem;
  background: url('../img/page1/google.png');
  background-size: 100% 100%;
}
.content .page2 {
  background: url('../img/page2/bg.jpg');
  background-size: cover;
}
.content .page2 .fp-tableCell {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.content .page2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
}
.content .page2 .video_2 {
  display: block;
}
.content .page2 .side_box {
  width: 19.2rem;
  height: 10.8rem;
  background: url('../img/page2/nav_bg.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.content .page2 .side_box .side_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.content .page2 .side_box .side_content .side_item {
  width: 3.21rem;
  height: 3.21rem;
  position: absolute;
  cursor: pointer;
}
.content .page2 .side_box .side_content .side_item1 {
  background: url('../img/page2/nav_hero_1.png');
  background-size: 100% 100%;
  top: -0.1rem;
  right: 0.5rem;
}
.content .page2 .side_box .side_content .side_item2 {
  background: url('../img/page2/nav_hero_2.png');
  background-size: 100% 100%;
  top: 2.4rem;
  right: -0.2rem;
}
.content .page2 .side_box .side_content .side_item3 {
  background: url('../img/page2/nav_hero_3.png');
  background-size: 100% 100%;
  top: 5rem;
  right: -0.2rem;
}
.content .page2 .side_box .side_content .side_item4 {
  background: url('../img/page2/nav_hero_4.png');
  background-size: 100% 100%;
  top: 7.6rem;
  right: 0.5rem;
}
.content .page2 .side_box .side_content .side_item1.on {
  background: url('../img/page2/nav_hero_1_on.png');
  background-size: 100% 100%;
}
.content .page2 .side_box .side_content .side_item2.on {
  background: url('../img/page2/nav_hero_2_on.png');
  background-size: 100% 100%;
}
.content .page2 .side_box .side_content .side_item3.on {
  background: url('../img/page2/nav_hero_3_on.png');
  background-size: 100% 100%;
}
.content .page2 .side_box .side_content .side_item4.on {
  background: url('../img/page2/nav_hero_4_on.png');
  background-size: 100% 100%;
}
.content .page2 .people_info {
  width: 19.2rem;
  height: 10.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.content .page2 .people_info img {
  width: 100%;
  height: 100%;
}
.content .page3 {
  height: 1.3rem !important;
  background-color: #000;
}
.content .page3 .fp-tableCell {
  height: 1.23rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .page3 .fp-tableCell span {
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: 0.42;
  margin: 0 0.3rem;
}
.content .page3 .fp-tableCell a {
  font-size: 0.18rem;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.42;
}
.content .page3 .fp-tableCell .link_a {
  margin: 0 0.3rem;
}
.jp.container .content .page1 .logo {
  width: 5.08rem;
  height: 2.31rem;
  background: url('../img/page1/jp/logo.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0.6rem;
  left: 0.86rem;
}
.jp.container .content .page1 .store_box .ios_btn {
  width: 2.74rem;
  height: 1.01rem;
  background: url('../img/page1/jp/apple.png');
  background-size: 100% 100%;
  margin-right: 0.18rem;
}
.jp.container .content .page1 .store_box .android_btn {
  width: 3.39rem;
  height: 1.01rem;
  background: url('../img/page1/jp/google.png');
  background-size: 100% 100%;
}
.jp.container .content .link_jp {
  margin-right: 0.3rem;
}
