/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 116px;
}
@media (max-width: 575.98px) { 
body {
  margin-bottom: 494px!important;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
  margin-bottom: 465px!important;
} 
}

@media (min-width: 768px) and (max-width: 991.98px) { 
  body {
  margin-bottom: 465px!important;
} 
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
  margin-bottom: 284px!important;
}
}

@media (min-width: 1200px) { 
  body {
  margin-bottom: 224px!important;
} 
 }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 15px 15px;/*上 右 下 左*/
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
