#content .title {
  height:60px;
  line-height: 60px;
  padding-left:20px;
  background: #e8f1f7;
  font-size:20px;
  color:#006eab;
  font-weight: bold;
}
#content table{
  border: 1px solid #e6e6e6;
}
.xf-box {
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  margin-bottom:30px;
}
.xf-box tr {
  height:50px;
  border-bottom: 1px solid #e6e6e6;
  background: none;
}
.xf-box tr th {
  font-weight: bold;
  color:#000;
  font-size: 16px;
  width:160px;
  line-height: 30px;
}
.xf-box tr td {
  border-left: 1px solid #e6e6e6;
  width: 1007px;
  font-size: 16px;
  padding:12px 15px;
  line-height: 30px;
}

#rateForm{
  text-align: center;
  display: none;
}

.oldModel #content .title{
  font-size: 32px;
}
.oldModel .xf-box tr th{
  font-size: 26px;
}
.oldModel .xf-box tr td {
  font-size: 28px;
}
.oldModel #rateButton{
  font-size: 18px;
}
.oldModel .layui-layer-title{
  font-size: 18px;
}
.oldModel .layui-layer-btn a{
  font-size: 18px;
}

.oldModel .layui-rate li i.layui-icon{
  font-size: 24px;
}