<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* LESS Document */
/* reset.css V1.2  Start*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font: normal 62.5% Microsoft  Arial; font-size:16px;
}
body {
  min-width: 1200px;
  background-color: #f3f3f3;
}


.mudown {
 height: auto;
 overflow: hidden;
 font-size:16px;
 line-height: 30px;
 margin-top:10px;
 padding-left:20px;
 }
.mudown a:hover{ color: #ff0000; }
.path h3 {
  position: absolute;
  left: 30px;
  top: 27px;
  z-index: 5;
  height: 52px;
  color: #000;
  font-size: 18px;
  border-bottom: 2px solid #c90d0c;
  font-weight:bold;
}

.path {
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
  border-bottom: 1px solid #ececec;
}
.pathdiv {
  float: right;
  color: #898989;
  font-size: 1.2em;
  margin-top: 4px;
  height: 77px;
  line-height: 77px;
}
.pathdiv a {
  color: #898989;
}
.pathdiv a.on,
.pathdiv a:hover {
  color: #585858;
}
.pathdiv span {
  display: inline-block;
  padding: 0 6px;
}

.main {
  width: 1200px;
  position: relative;
  margin: 1px auto 28px;
  background:#FFFFFF;
}

.exxp{ padding-bottom:0px; border-bottom:0px solid #000; } 
</pre></body></html>