<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.left {
  float: left;
}
.right {
  float: right;
}
.oh {
  overflow: hidden;
}
.os {
  overflow: scroll;
}
.ov {
  overflow: visible;
}
.bgnr {
  background-repeat: no-repeat;
}
.bgr {
  background-repeat: repeat;
}
.bgrx {
  background-repeat: repeat-x;
}
.bgry {
  background-repeat: repeat-y;
}
.bgCover {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.part {
  width: 1200px;
  margin: 0 auto;
}
.font-xs {
  font-size: 12px;
}
.font-s {
  font-size: 14px;
}
.font-m {
  font-size: 16px;
}
.font-l {
  font-size: 18px;
}
a:hover {
  color: #ff9724!important;
}
/********************************************************************************
                              åº•éƒ¨
********************************************************************************/
.foot {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  border-top: 1px solid #d9d9d9;
  margin: 30px auto 0;
  padding-top: 30px;
}
.foot a {
  margin: 0 10px;
  color: #666;
}
.foot i {
  color: #00499e;
  font-style: normal;
}

/*# sourceMappingURL=foot.css.map */
</pre></body></html>