<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =======Version-1.o====== */

/* ======Author-SdL======= */

/* =====Tim09102o18====== */

/* ====SiChaunService=== */

* {
  font-family: Microsoft YaHei, sans-serif;
}

.clearFix::after {
  display: block;
  overflow: hidden;
  clear: both;
  content: '';
}

header &gt; img,
footer &gt; img {
  width: 100%;
}

body {
  background: #f9f9f9;
}

/* banner文字开始 */
.center {
  width: 1100px;
  margin: 0 auto;
}

/* banner文字结束 */

/* 查询框开始 */
.center .centerL {
  float: left;
  width: 700px;
  padding: 15px 30px 30px;
  background-color: #fff;
  border: solid 1px #e9e9e9;
}

.applicationNav {
  display: flex;
  align-items: flex-end;
  height: 48px;
  border-bottom: 1px solid #dcdcdc;
}

.applicationNav &gt; span {
  display: inline-block;
  height: 40px;
  font-size: 19px;
  line-height: 39px;
  border-bottom: 3px solid #c40311;
}

.formBox {
  width: 455px;
  padding: 30px 0 30px;
  margin: 0 auto;
}

#form input {
  border: none;
  outline: none;
}

#form select {
  border: none;
  outline: none;
}

.formCode .code_icon {
  display: block;
  float: left;
  width: 45px;
  height: 38px;
  margin: 3px 0;
  line-height: 33px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}

.formButton li {
  width: 210px;
  height: 50px;
  font-size: 19px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background-color: #dfdfdf;
  border-radius: 4px;
}

.formButton li.subMit {
  float: left;
}

.formButton li.subRes {
  float: right;
}

.formButton li:hover {
  color: #fff !important;
  background-color: #c40311;
  transition: 0.2s;
}

.formCode {
  position: relative;
  width: 260px;
  height: 45px;
  margin: 20px 0;
  background-color: #fafafa;
  border: solid 1px #dcdcdc;
}

.formCodeImg {
  position: absolute;
  top: -1px;
  right: -160px;
  width: 140px;
  height: 45px;
}

.formCode input {
  float: right;
  width: 213px;
  height: 100%;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

/* 查询框结束 */
.cenBg {
  overflow: hidden;
  background: #fff url(../image/bg.png) no-repeat center bottom;
}

/* //右边显示 */
.center .centerR {
  float: left;
  width: 380px;
  height: 355px;
  padding: 15px 30px 30px;
  margin-left: 20px;
  background-color: #fff;
  border: solid 1px #e9e9e9;
}

/* 右边结束 */

/* //底部落款 */
.copyText {
  padding: 20px 0;
  clear: both;
}

.copyText &gt; p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.formName {
  width: 455px;
  height: 45px;
  margin: 20px 0;
  background-color: #fafafa;
  border: solid 1px #dcdcdc;
}

.formName .name_icon,
.formCode .code_icon {
  display: block;
  float: left;
  width: 45px;
  height: 38px;
  margin: 3px 0;
  line-height: 33px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}

.formName input {
  float: right;
  width: 408px;
  height: 100%;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

.formName select {
  float: right;
  width: 408px;
  height: 100%;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

/** 表格样式-start **/
#result_table_div {
  margin: 25px 0;
}

#result_table {
  color: #333;
  border-collapse: collapse;
}

#result_table thead tr {
  height: 46px;
  background: #999;
  border: 1px solid #999;
}

#result_table tbody tr {
  height: 46px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #999;
}

#result_table tbody tr td span {
  display: block;
  float: left;
  width: 80px;

  /* for internet explorer */
  overflow: hidden;
  line-height: 46px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 设置奇数行颜色 */
#result_table tbody tr:nth-child(odd) {
  background: #fff;
}

/* 设置偶数行颜色 */
#result_table tbody tr:nth-child(even) {
  background: #dfdfdf;
}

/** 表格样式-end **/

.input-box2 {
  position: relative;
  width: 100%;
  height: 45px;
  font-size: 15px;
  background-color: #fafafa;
  border: solid 1px #dcdcdc;
}

.input-box2 input {
  width: 150px;
  height: 100%;
  padding: 10px;
  line-height: 25px;
  background: transparent;
}

.input-box2 i {
  display: block;
  float: left;
  width: 45px;
  height: 38px;
  margin: 3px 0;
  line-height: 33px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}

.input-date {
  width: 457px;
  height: 45px;
  margin: 20px 0;
}

.input-date &gt; div {
  display: inline-block;
  float: left;
}

.input-date .date-w {
  width: 57px;
  line-height: 43px;
  color: #999;
  text-align: center;
}

/* 结果页面 */
.ty_tit {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #dcdcdc;
}

.ty_tit span {
  display: block;
  float: left;
  width: auto;
  height: 32px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
  cursor: default;
  border-bottom: 3px solid #c40311;
}
</pre></body></html>