@media screen and (max-width: 800px) {
  html {
    font-size: 100%;
    overflow-x: hidden;
    overflow-y: auto; } }
.mt20 {
  margin-top: 20px; }

.red {
  color: #c40000; }

.f16 {
  font-size: 16px; }

.top-contain {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 999;
  border-bottom: 1px solid #CCCCCC; }
  .top-contain .top {
    max-width: 1024px;
    padding: 10px 0; }
  .top-contain .top-wrap {
    display: none; }
  .top-contain .logo img {
    height: 30px; }

#fullpage {
  top: 0;
  margin: 0; }

.page-container {
  margin: 0; }
  .page-container .page-container-img {
    position: absolute;
    z-index: 99; }
  .page-container .page-container-text {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 70px;
    background: none;
    z-index: 199; }

@media screen and (max-width: 800px) {
  .page-container {
    margin: 0;
    overflow: hidden;
    width: 100%; }
    .page-container .page-container-img {
      position: absolute;
      z-index: 99; }
    .page-container .page-container-text {
      position: relative;
      width: 93%;
      margin: 0 auto;
      padding-top: 3rem;
      background: none;
      z-index: 199; } }

/*# sourceMappingURL=style.css.map */
