@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2"); }
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

body,
pre {
  color: #555;
  font-family: Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7; }

a {
  color: #fff;
  text-decoration: underline; }

h2 {
  font-size: 1.5em;
  font-weight: bold; }

h3 {
  font-size: 1.2em;
  font-weight: bold; }

.container {
  width: 90%;
  margin: auto; }

@media screen and (orientation: landscape) {
  .container {
    width: 70%; } }
@media (min-width: 1500px) and (orientation: landscape) {
  .container {
    width: 50%; } }
.text-in {
  margin-bottom: 0; }

.checkboxs {
  margin-top: 0; }

.parallax-stage {
  scroll-behavior: smooth;
  perspective: 1px;
  height: 100vh;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .parallax-stage .main {
    position: relative;
    transform-style: preserve-3d;
    padding: 0; }
    .parallax-stage .main > .row,
    .parallax-stage .main .route {
      position: relative;
      margin: 0;
      overflow: hidden;
      display: block; }
      .parallax-stage .main > .row .container,
      .parallax-stage .main .route .container {
        font-size: 15px; }
        .parallax-stage .main > .row .container.dark,
        .parallax-stage .main .route .container.dark {
          color: #fff; }
          .parallax-stage .main > .row .container.dark .head,
          .parallax-stage .main .route .container.dark .head {
            color: #fff; }
      .parallax-stage .main > .row .bg-container,
      .parallax-stage .main .route .bg-container {
        transform-style: preserve-3d;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -2; }
        .parallax-stage .main > .row .bg-container .background,
        .parallax-stage .main .route .bg-container .background {
          position: absolute;
          margin: 0;
          transition: background 0.8s ease;
          transform-origin: top;
          width: 100%;
          background-size: cover;
          background-position: center;
          height: 100%;
          transition: background 1s ease;
          background-image: url(../img/dark-mobile-compressed/port-black.png); }
          @media screen and (orientation: landscape) {
            .parallax-stage .main > .row .bg-container .background .container,
            .parallax-stage .main .route .bg-container .background .container {
              background-image: url(../img/dark-PC-compressed/land-black.png); } }
        .parallax-stage .main > .row .bg-container .filter,
        .parallax-stage .main .route .bg-container .filter {
          height: 100%;
          width: 100%;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.25); }
      .parallax-stage .main > .row.row1,
      .parallax-stage .main .route.row1 {
        min-height: 100vh; }
        .parallax-stage .main > .row.row1 .letf-bottom-cornor,
        .parallax-stage .main .route.row1 .letf-bottom-cornor {
          position: absolute;
          left: 5px;
          bottom: 0.4em;
          color: #eee;
          font-size: 0.9em;
          line-height: 1.3; }
        .parallax-stage .main > .row.row1 h3,
        .parallax-stage .main .route.row1 h3 {
          margin-top: 1rem;
          margin-bottom: 0; }
  .parallax-stage div.head {
    font-weight: bold;
    font-size: 2em;
    color: #555;
    line-height: 1.7;
    margin: 5px 0; }

a.n-dark {
  color: white;
  padding: 5px 7px;
  border: 1.5px solid white;
  border-radius: 2px;
  margin-right: 25px;
  text-decoration: none; }

footer {
  height: 8em;
  width: 100%; }
  footer > div {
    margin-top: 2.5em;
    color: #777;
    font-weight: bold; }
    footer > div a {
      color: #777; }
      footer > div a :hover {
        color: #555; }
    footer > div i {
      margin: 0.4em; }

#busuanzi_container_site_pv {
  font-size: 0.9em;
  position: absolute;
  right: 5px;
  bottom: 3px;
  color: #eee; }

.one-text-a {
  color: #eee; }

/*# sourceMappingURL=index.css.map */
