<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   宸ュ叿鏍峰紡
   ========================================================================== */

.fixed {
  position: fixed;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.center {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ovh {
  overflow: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

.bb {
  box-sizing: border-box;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.df {
  display: flex;
}

.jcc {
  justify-content: center;
}

.jcsb{
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.dt {
  display: table;
}

.dn {
  display: none;
}

.vh {
  visibility: hidden;
}

.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cp {
  cursor: pointer;
}

.bcfff {
  background: #fff;
}

.c333 {
  color: #333;
}

.c666 {
  color: #666;
}

.c999 {
  color: #999;
}

/*涓婚鏂囧瓧銆佽儗鏅€佽竟妗嗛鑹�*/

.cfff {
  color: #fff;
}

.c000 {
  color: #000;
}

.ccc {
  color: #ccc;
}

/*甯哥敤瀛楀彿*/
.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.f12 {
  font-size: 3.333vw;
}

.f14 {
  font-size: 3.889vw;
}

.f16 {
  font-size: 4.444vw;
}

.f18 {
  font-size: 5vw;
}

.f20 {
  font-size: 5.556vw;
}

.f22 {
  font-size: 6.111vw;
}

.f24 {
  font-size: 6.667vw;
}

.f26 {
  font-size: 7.222vw;
}

.f28 {
  font-size: 7.778vw;
}

.f30 {
  font-size: 8.333vw;
}

.f32 {
  font-size: 8.889vw;
}

.f34 {
  font-size: 9.444vw;
}

.f36 {
  font-size: 10vw;
}

.f38 {
  font-size: 10.556vw;
}

.f40 {
  font-size: 11.111vw;
}

.f42 {
  font-size: 11.667vw;
}
</pre></body></html>