<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.headlogo {
  height: 140px;
  background-color: #fff;
}
.headlogo .layout {
  margin-top: 51px;
}
.headlogo img {
  float: left;
  margin-right: 15px;
}
.headlogo .logo-text {
  float: left;
}
.headlogo .d {
  position: relative;
}
.headlogo .posi {
  position: absolute;
  top: 50%;
  margin-top: -70px;
}
.headlogo .title {
  font-size: 30px;
  font-weight: 400;
  color: #49b849;
}
.headlogo .subtitle {
  font-size: 10px;
  font-weight: 400;
  color: #a5a5a5;
  opacity: 0.8;
}
.headlogo .search {
  width: 300px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #49b849;
  padding-left: 12px;
  box-sizing: border-box;
}
.headlogo .btn-search {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #49b849;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  color: #fff;
  margin-left: -5px;
  border: none;
}
</pre></body></html>