@charset "UTF-8";
.container {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #000000;
  z-index: 66;
}
.nav .icon {
  float: left;
  width: 0.68rem;
  margin: 0.11rem 0 0 0.18rem;
}
.nav .txt {
  float: left;
  margin: 0.18rem 0 0 0.15rem;
}
.nav .txt h2 {
  font-size: 0.24rem;
  color: #fff;
}
.nav .txt p {
  font-size: 0.18rem;
  color: #f0e3ba;
}
.nav .btn-gw {
  float: right;
  width: 1.73rem;
  height: 0.59rem;
  margin-top: 0.15rem;
  margin-right: 0.14rem;
  background: url(../images/jp-gw.png);
  background-size: cover;
}
.nav .btn-gw.kr-gw {
  background: url(../images/kr-gw.png);
  background-size: cover;
}
.nav .btn-gw.en-gw {
  background: url(../images/en-gw.png);
  background-size: cover;
}
.section1 {
  width: 100%;
  height: 100%;
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: 100% 100%;
}
.section1 .logo {
  position: absolute;
  top: 1.13rem;
  left: 0.52rem;
  width: 2.99rem;
  height: 1.19rem;
  background: url(../images/jp-logo.png);
  background-size: cover;
}
.section1 .kr-logo {
  top: 1.4rem;
  width: 3.14rem;
  height: 0.91rem;
  background: url(../images/kr-logo.png);
  background-size: cover;
}
.section1 .en-logo {
  top: 1.4rem;
  width: 2.9rem;
  height: 1.03rem;
  background: url(../images/en-logo.png);
  background-size: cover;
}
.section1 .slogan {
  position: absolute;
  bottom: 1.63rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.83rem;
  height: 2.23rem;
  background: url(../images/jp-slogan.png);
  background-size: cover;
}
.section1 .kr-slogan {
  width: 5.61rem;
  height: 1.92rem;
  background: url(../images/kr-slogan.png);
  background-size: cover;
}
.section1 .arrow {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  margin-left: -0.14rem;
  width: 0.28rem;
  height: 0.4rem;
  background: url(../images/arrow.png);
  background-size: cover;
  animation: move 0.4s infinite linear;
}
@keyframes move {
  to {
    transform: translateY(10px);
  }
}
.section2 {
  width: 100%;
  height: 100%;
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: 100% 100%;
}
.section2 .title {
  display: block;
  width: 4.11rem;
  margin: 0 auto 0.4rem;
}
.section2 .title.en-title1 {
  width: 5.05rem;
  margin: 0.6rem auto 0.4rem;
}
.section2 .title.kr-title1 {
  width: 4.21rem;
}
.section2 .img1 {
  display: block;
  width: 6.08rem;
  margin: 0.1rem auto 0.3rem;
}
.section2 .tt {
  display: block;
  width: 5.19rem;
  margin: 0 auto 0.3rem;
}
.section2 .info {
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #f3e2b5;
}
.section2 .wrap {
  width: 6.6rem;
  margin: 0 auto;
}
.section3 {
  width: 100%;
  height: 100%;
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: 100% 100%;
}
.section3 .title {
  display: block;
  width: 4.11rem;
  margin: 0 auto 0.4rem;
}
.section3 .title.en-title2 {
  width: 4.95rem;
}
.section3 .title.kr-title2 {
  width: 4.26rem;
}
.section3 .kuang {
  position: relative;
  width: 6.62rem;
  height: 8rem;
  margin: 0 auto 1rem;
  background: url(../images/kuang.png);
  background-size: cover;
}
.section3 .kuang .info {
  position: absolute;
  top: 0.76rem;
  left: 1.6rem;
  width: 4.2rem;
  font-size: 0.26rem;
  font-weight: 700;
  color: #2c2a1c;
}
.section3 .kuang .info p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.section3 .kuang .info p:nth-child(2) {
  position: absolute;
  top: 1rem;
  left: 0;
}
.section3 .kuang .info p:nth-child(3) {
  position: absolute;
  top: 1.66rem;
  left: 0;
}
.section3 .kuang .info p:nth-child(4) {
  position: absolute;
  top: 3.4rem;
  left: 0;
}
.section3 .kuang .info p:nth-child(5) {
  position: absolute;
  top: 4.44rem;
  left: 0;
}
.section3 .kuang .info p:nth-child(6) {
  position: absolute;
  top: 5.4rem;
  left: 0;
  font-weight: normal;
}
.section3 .kuang .kr-info {
  width: 4.4rem;
}
.section3 .kuang .kr-info p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.section3 .kuang .kr-info p:nth-child(2) {
  position: absolute;
  top: 1rem;
  left: 0;
}
.section3 .kuang .kr-info p:nth-child(3) {
  position: absolute;
  top: 1.7rem;
  left: 0;
}
.section3 .kuang .kr-info p:nth-child(4) {
  position: absolute;
  top: 3.5rem;
  left: 0;
}
.section3 .kuang .kr-info p:nth-child(5) {
  position: absolute;
  top: 4.44rem;
  left: 0;
}
.section3 .kuang .kr-info p:nth-child(6) {
  position: absolute;
  top: 5.4rem;
  left: 0;
}
.section3 .xiaohong {
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: 4.7rem;
  height: 5rem;
  background: url(../images/xiaohong.png);
  background-size: cover;
}
.section4 {
  width: 100%;
  height: 100%;
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: 100% 100%;
}
.section4 .title {
  display: block;
  width: 3.77rem;
  margin: 0.6rem auto 0;
}
.section4 .title.en-title3 {
  width: 3.18rem;
}
.section4 .title .kr-title3 {
  width: 3.13rem;
}
.section4 .light {
  position: relative;
  height: 2.65rem;
  margin-top: 0.4rem;
}
.section4 .light .mbg {
  position: absolute;
  top: -1.86rem;
  left: 1.2rem;
  width: 5.88rem;
  height: 6.27rem;
  background: url(../images/mbg.png);
  background-size: cover;
  transform-origin: 50% 50%;
  animation-name: light;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.section4 .light .img1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.47rem;
  z-index: 2;
}
.section4 .img2 {
  display: block;
  width: 6.05rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.section4 .img3,
.section4 .img4,
.section4 .img5 {
  display: block;
  width: 4.54rem;
  margin: 0 auto 0.4rem;
}
.section4 .pp1 {
  color: #efddbb;
  font-size: 0.3rem;
  font-weight: 700;
  margin: 0 auto 0.4rem;
  text-align: center;
}
.section4 .pp2 {
  color: #c9ba9e;
  font-size: 0.26rem;
  text-align: center;
}
@keyframes light {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    transform-origin: 50% 50%;
  }
  50% {
    opacity: 0.8;
    transform: rotate(-45deg) scale(0.9);
    transform-origin: 50% 50%;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
    transform-origin: 50% 50%;
  }
}
.section5 {
  width: 100%;
  height: 100%;
  background: url(../images/bg5.jpg) no-repeat center;
  background-size: 100% 100%;
}
.section5 .title {
  display: block;
  width: 5.51rem;
  margin: 0 auto 0.4rem;
}
.section5 .title.en-title4 {
  width: 5.82rem;
}
.section5 .title.kr-title4 {
  width: 4.77rem;
}
.section5 .kuang {
  position: relative;
  width: 6.62rem;
  height: 6.9rem;
  margin: 0 auto 2rem;
  background: url(../images/kuang2.png);
  background-size: cover;
}
.section5 .kuang .info {
  position: absolute;
  top: 0.74rem;
  left: 1.04rem;
  width: 4.6rem;
  font-size: 0.26rem;
  font-weight: 700;
  color: #2c2a1c;
}
.section5 .kuang .info span {
  color: #ca3606;
}
.section5 .kuang .info .p1 {
  position: absolute;
  top: 1rem;
  left: 0;
}
.section5 .kuang .info .p2 {
  position: absolute;
  top: 2rem;
  left: 0;
}
.section5 .kuang .info .p2 p {
  color: #2c2a1c;
  font-weight: normal;
}
.section5 .kuang .info .p2 p:nth-child(2),
.section5 .kuang .info .p2 p:nth-child(3) {
  width: 4rem;
}
.section5 .kuang .yw {
  position: absolute;
  bottom: 0.2rem;
  right: -1.3rem;
  width: 3.42rem;
  height: 2.96rem;
  background: url(../images/yingwu.png);
  background-size: cover;
}
.section5 .btn {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.32rem;
  height: 0.74rem;
  background: url(../../images/jp-button.png) no-repeat;
  background-size: cover;
}
.section5 .kt-btn {
  background: url(../images/kr-button.png) no-repeat;
  background-size: cover;
}
.section5 .en-btn {
  background: url(../images/en-button.png) no-repeat;
  background-size: cover;
}
.section5 .xb {
  position: absolute;
  bottom: 0;
  left: -1.4rem;
  width: 4.32rem;
  height: 4.96rem;
  background: url(../images/xb.png);
  background-size: cover;
}
.section5 .bntss {
  position: absolute;
  bottom: 0.7rem;
  width: 100%;
  text-align: center;
}
.section5 .bntss a {
  display: inline-block;
  width: 0.62rem;
  height: 0.62rem;
  background: url(../images/share-icon.png) no-repeat;
  background-size: 2.33rem 0.62rem;
  margin: 0 0.1rem;
}
.section5 .bntss a:nth-child(1) {
  background-position: 0 0;
}
.section5 .bntss a:nth-child(2) {
  background-position: -0.86rem 0;
}
.section5 .bntss a:nth-child(3) {
  background-position: -1.71rem 0;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.tk {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.47rem;
  height: 11.34rem;
  background: url(../images/tk.png);
  background-size: cover;
  z-index: 1000;
  display: none;
}
.tk .tt {
  display: block;
  margin: 0.5rem auto;
  width: 2.76rem;
}
.tk .close {
  display: block;
  width: 1.98rem;
  height: 0.74rem;
  margin: 0.4rem auto 0;
  background: url(../../images/jp-close.png);
  background-size: cover;
}
.tk .kr-close {
  background: url(../../images/kr-close.png);
  background-size: cover;
}
.tk .en-close {
  background: url(../../images/en-close.png);
  background-size: cover;
}
.tk p {
  font-size: 0.24rem;
  color: #bfb28b;
  line-height: 0.3rem;
  padding: 0 0.42rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.tk p span {
  float: left;
}
.tk p span:nth-child(1) {
  width: 3%;
}
.tk p span:nth-child(2) {
  width: 97%;
}
.tk.kr-tk p {
  line-height: 0.36rem;
}
.language {
  position: absolute;
  bottom: 0.7rem;
  right: 0.5rem;
  z-index: 40;
  width: 64px;
  height: 26px;
  line-height: 26px;
  text-indent: 10px;
  text-align: left;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 14px;
  border: solid 1px #464445;
  box-sizing: border-box;
  cursor: pointer;
}
.language a {
  color: #fff;
}
.language i {
  position: absolute;
  left: 40px;
  top: 10px;
  width: 10px;
  height: 6px;
  z-index: 42;
  transform: rotate(180deg);
  background: url(/images/v1/dbx.png) no-repeat;
}
.lan {
  margin-left: 10px;
}
.language p {
  display: none;
  position: absolute;
  width: 100%;
  top: -53px;
  left: 0;
  text-indent: 0;
}
.language p a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 26px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  border: solid 3px #333;
  border-radius: 3px;
}
.language p a:hover {
  background-position: center center;
}
.language:hover p {
  display: block;
}
