a {
  text-decoration: none;
}

html {
  font-size: 50px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 26.66667px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}

@media screen and (min-width: 424px) {
  html {
    font-size: 28.26667px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .floor-left li {
    width: 50%;
  }
}

section .container {
  background: #292929;
}

section .container .floor-left,
section .container .floor-two {
  padding: 0 20px !important;
}

section .container .floor-left h5,
section .container .floor-two h5 {
  margin-left: 20px;
  height: 60px;
  border-bottom: 1px solid #ccc;
  line-height: 60px;
  font-size: 20px;
}

section .container .floor-left ul li,
section .container .floor-two ul li {
  text-align: center;
}

section .container .floor-left ul li a,
section .container .floor-two ul li a {
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

section .container .floor-left ul li a p,
section .container .floor-two ul li a p {
  padding: 5px 0;
  color: #fff;
  font-size: 0.36rem;
}

section .container .floor-left ul li a img,
section .container .floor-two ul li a img {
  width: 100%;
}

section .container .floor-left ul li a img:hover {
  -webkit-animation: headShake 1s;
          animation: headShake 1s;
}

section .container .floor-right h5 {
  height: 60px;
  border-bottom: 1px solid #ccc;
  line-height: 60px;
  font-size: 20px;
}

section .container .floor-right ul li {
  padding-bottom: 20px;
}

section .container .floor-right ul li a {
  color: #fff;
  font-size: 0.28rem;
}

section .container .floor-right ul li a:hover {
  color: #9CDCFE;
}
/*# sourceMappingURL=index.css.map */