body,
html {
  width: 100%;
  height: 100%; }

body {
  -webkit-text-size-adjust: 100%; }

div,
p,
span,
img,
header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div {
  -webkit-tap-highlight-color: transparent; }

.swiper-container {
  width: 100%;
  height: 100%; }

.page {
  width: 100%;
  height: 100%;
  -webkit-background-size: auto 100%;
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1.34375rem;
  background-color: #202020;
  z-index: 999;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in 200ms, opacity 0.3s;
  overflow: hidden; }

.header .logo {
  position: absolute;
  width: 0.46875rem;
  height: 0.5rem;
  top: 0.42188rem;
  right: 0;
  left: 0;
  margin: auto; }

.header label {
  width: 1.34375rem;
  height: 1.34375rem;
  display: block; }

.header label .option-button {
  width: 100%;
  height: 100%;
  position: relative; }

.header label .option-button span {
  display: block;
  width: 0.5625rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

.header label .option-button .top {
  top: 0.5rem;
  -webkit-transition: transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99); }

.header label .option-button .bottom {
  bottom: 0.5rem;
  -webkit-transition: transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.35s cubic-bezier(0.4, 0.01, 0.165, 0.99); }

.header ul {
  margin-top: 0.46875rem; }

.header ul li {
  margin: 0 auto;
  width: 8.78125rem;
  height: 1.625rem;
  line-height: 1.625rem;
  border-bottom: 1px solid #848587;
  font-size: 0.50625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out; }

.header ul li:nth-child(1) {
  -webkit-transition-delay: 400ms, 400ms; }

.header ul li:nth-child(2) {
  -webkit-transition-delay: 350ms, 350ms; }

.header ul li:nth-child(3) {
  -webkit-transition-delay: 300ms, 300ms; }

.header ul a {
  color: rgba(255, 255, 255, 0.64);
  width: 100%;
  display: inline-block; }

.header ul li.now a {
  color: #fff; }

#headerControl {
  display: none; }

#headerControl:checked + .header {
  height: 100%;
  background-color: #000; }

#headerControl:checked + .header .option-button .top {
  top: 0.5rem;
  -webkit-transform: translateY(0.15625rem) rotate(225deg); }

#headerControl:checked + .header .option-button .bottom {
  bottom: 0.5rem;
  -webkit-transform: translateY(-0.15625rem) rotate(135deg); }

#headerControl:checked + .header ul li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none; }

#headerControl:checked + .header ul li:nth-child(1) {
  -webkit-transition-delay: 300ms, 300ms; }

#headerControl:checked + .header ul li:nth-child(2) {
  -webkit-transition-delay: 350ms, 350ms; }

#headerControl:checked + .header ul li:nth-child(3) {
  -webkit-transition-delay: 400ms, 400ms; }

.text {
  position: fixed;
  top: 1.95313rem;
  z-index: 1;
  width: 100%;
  color: #fff; }
  .text > p {
    opacity: 0;
    padding: 0 0.78125rem;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.75);
    -webkit-transform: translate3d(0, -25px, 0);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease; }
    .text > p:nth-child(1) {
      -webkit-transition-delay: 0.28s; }
    .text > p:nth-child(2) {
      -webkit-transition-delay: 0.245s; }
    .text > p:nth-child(3) {
      -webkit-transition-delay: 0.21s; }
    .text > p:nth-child(3) {
      -webkit-transition-delay: 0.175s; }
  .text .bigThing {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    -webkit-transition-delay: 0.245s;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease; }
  .text .button {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    -webkit-transition: -webkit-transform 0.5s ease 0.21s, opacity 0.5s ease 0.21s; }
  .text .title {
    font-size: 0.78125rem;
    text-align: center;
    padding-bottom: 0.9375rem; }
  .text .content {
    text-align: center;
    padding-bottom: 0.78125rem;
    font-size: 0.4375rem; }

.text.last p:nth-child(1) {
  -webkit-transition-delay: 0s; }

.text.last p:nth-child(2) {
  -webkit-transition-delay: 0s; }

.text.last p:nth-child(3) {
  -webkit-transition-delay: 0s; }

.text.now p,
.text.now .button,
.text.now .bigThing {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

.contact {
  margin-top: 0.5625rem;
  display: -webkit-box;
  padding-left: 0.78125rem;
  padding-right: 0.78125rem; }
  .contact a {
    color: #9d9d9d;
    display: block;
    font-size: 0.3125rem;
    -webkit-box-flex: 1; }

.copyright {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3.4375rem;
  display: table;
  text-align: center; }
  .copyright p {
    display: table-cell;
    color: #727272;
    font-size: 0.23438rem;
    vertical-align: middle; }
  .copyright a {
    color: #727272;}

@media only screen and (orientation: landscape) {
  .page {
    height: 20.78125rem; }
  .swiper-slide {
    height: auto; }
  .text {
    top: 1.95313rem; } }
