
/* 新增footer */
.footer {
  -webkit-box-shadow: 0px -1px 0px 0px #dddddd;
          box-shadow: 0px -1px 0px 0px #dddddd;
}

#check-house-box .toolsTag .active {
  color: 
  #3171f5;
}

.toolsTag .active {
  color: #00b3e3;
}

input[type="radio"]:checked + label {
  background: url(../images/radio.png) no-repeat 0 0;
}

/* 合计部分数字和单位颜色统一 */
.feeTotal {
  color: #333333;
}

.taxCalculatorBtn button, .calculatorBtn button, .feeCalculatorBtn button {
  color:#333333;
}

#check-house-box {
  clear : left ;
}