@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;
  -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; }

.main {
  scroll-behavior: smooth;
  position: relative;
  padding: 0; }
  .main .background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: background 1s ease;
    background-image: url(../img/dark-mobile-compressed/port-black.png);
    filter: brightness(75%); }
    @media screen and (orientation: landscape) {
      .main .background .container {
        background-image: url(../img/dark-PC-compressed/land-black.png); } }
  .main > .row,
  .main .route {
    position: relative;
    margin: 0;
    overflow: hidden;
    display: block; }
    .main > .row .container,
    .main .route .container {
      font-size: 15px; }
      .main > .row .container.dark,
      .main .route .container.dark {
        color: #fff; }
        .main > .row .container.dark .head,
        .main .route .container.dark .head {
          color: #fff; }
    .main > .row.row1,
    .main .route.row1 {
      min-height: 100vh; }
      .main > .row.row1 .letf-bottom-cornor,
      .main .route.row1 .letf-bottom-cornor {
        position: absolute;
        left: 5px;
        bottom: 0.4em;
        color: #eee;
        font-size: 0.9em;
        line-height: 1.3; }
      .main > .row.row1 h3,
      .main .route.row1 h3 {
        margin-top: 1rem;
        margin-bottom: 0; }
    .main > .row.row2,
    .main .route.row2 {
      background-color: #fff; }
    .main > .row.row4,
    .main .route.row4 {
      background-color: #fff; }

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 */
