<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fygs-box{
  border-bottom:2px solid #E2E1E4;
  padding-bottom:5px;
}
.form-box table {
  width:100%;
  margin: 30px 0px;
  height: 180px;
}
.js-title{
  font-size: 16px;
  margin-bottom:5px;
}
.form-box table input{
  height:30px;
  border-radius: 5px;
  border:1px solid #E2E1E4;
  outline:none;
  width:323px;
  padding-left: 5px;
}
.form-box table .p-left input{
  width:100px
}
.btn-js{
  display:inline-block;
  margin:30px auto;
  background:url('../images/yfgs/btn-gs.png') no-repeat;
  width:180px;
  height: 40px;
  background-size:100%;
  cursor: pointer;
}
.result-table table{
  width:100%;
  border-left:1px solid #dedede
}
.result-table table thead{
  background: #FEB63D;
}
.result-table table thead th{
  height:50px;
  border-bottom:1px solid #dedede;
  border-right:1px solid #dedede
}
.result-table{
  text-align: center;
}
.result-table td{
  height: 50px;
  border-bottom:1px solid #dedede;
  border-right:1px solid #dedede
}
.bt-icon::before{
  color:#FF000F;
  content:'*';
  padding-right:6px;
}
.showDetial{
  cursor: pointer;
  color:#FF000F;
}</pre></body></html>