@charset "UTF-8";
/**
 * 住房和城乡建设部工程质量监管信息系统
 * date: 2023-3-16
 * author: xujiawei;
 */
.listmod-title-txt {
  background-image: url("/img/consult_icon.png");
  background-position: left 0 bottom 13px;
}

.tablebox {
  margin-top: 35px;
}

.common-table-td {
  text-align: center;
}

.listmod-title {
  margin-top: 20px;
}

.consult-btn-ewm {
  position: fixed;
  text-align: center;
  top: 239px;
  right: 44px;
  width: 111px;
  height: 107px;
  border-radius: 10px;
  padding-top: 85px;
  color: #526c92;
  box-sizing: border-box;
  box-shadow: 0 0 15px 10px rgba(182, 192, 202, 0.3);
  background: #fff url("/img/fwmh-ewm.png") no-repeat center top 10px;
  z-index: 99999999;
  background-size: 75% 75%;
}
.consult-btn {
  position: fixed;
  text-align: center;
  top: 355px;
  right: 44px;
  width: 111px;
  height: 107px;
  border-radius: 10px;
  padding-top: 60px;
  color: #526c92;
  box-sizing: border-box;
  box-shadow: 0 0 15px 10px rgba(182, 192, 202, 0.3);
  background: #fff url("/img/tel_icon.png") no-repeat center top 10px;
  z-index: 99999999;
}

.consult-questionnaire {
  position: fixed;
  text-align: center;
  top: 470px;
  right: 44px;
  width: 111px;
  height: 107px;
  border-radius: 10px;
  padding-top: 60px;
  color: #526c92;
  box-shadow: 0 0 15px 10px rgba(182, 192, 202, 0.3);
  background: #fff url("/img/questionnaire.png") no-repeat center top;
  z-index: 99999999;
}

.questionnaire-qrcode {
  position: fixed;
  text-align: center;
  top: 470px;
  right: 160px;
  width: 130px;
  height: 130px;
  background: #fff url("/img/questionnaire-qrcode.png") no-repeat center;
  background-size: 110px 110px;
  z-index: 99999999;
}
