.billQuery[data-v-2fb8a91a] {
  width: 100%;
  padding-bottom: var(--page-margin-bottom);
}
.billQuery .infoCard[data-v-2fb8a91a] {
  width: 96.5%;
  height: 145px;
  margin: 15px auto;
  background-image: var(--linear-gradient-color);
  border: 2px solid var(--pageBox-shadow-border);
  box-shadow: var(--card-shadow);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 20px;
}
.billQuery .infoCard_left[data-v-2fb8a91a] {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.billQuery .infoCard_right[data-v-2fb8a91a] {
  width: calc(100% - 250px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  margin-right: 20px;
}
.billQuery .infoCard_right_top[data-v-2fb8a91a] {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.billQuery .infoCard_right_top_left[data-v-2fb8a91a] {
  width: 36.5%;
  font-size: var(--font-size-home-card-title);
  color: var(--text-color-deep);
  font-weight: 400;
}
.billQuery .infoCard_right_top_right[data-v-2fb8a91a] {
  width: 63.5%;
  font-size: var(--font-size-small);
  color: var(--text-color-deep);
  font-weight: 400;
}
.billQuery .infoCard_right_top_right .addressTitle[data-v-2fb8a91a] {
  font-size: var(--font-size-small);
  color: var(--gray-color);
  font-weight: 400;
  margin-right: 20px;
}
.billQuery .infoCard_right_bottom[data-v-2fb8a91a] {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.billQuery .infoCard_right_bottom_left[data-v-2fb8a91a] {
  width: 300px;
  height: 100%;
  position: relative;
}
.billQuery .infoCard_right_bottom_left .value[data-v-2fb8a91a] {
  width: 100%;
  height: 17.34px;
  line-height: 17.34px;
  font-size: var(--font-size-small);
  color: var(--text-color-deep);
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 45px;
}
.billQuery .infoCard_btn[data-v-2fb8a91a] {
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.billQuery .contentDiv[data-v-2fb8a91a] {
  width: 96.5%;
  min-height: 500px;
  margin: 40px auto;
  border: 1px solid var(--common-border-color);
  padding: 35px 25px;
}
.billQuery .contentDiv .el-date-editor[data-v-2fb8a91a] {
  width: 240px;
}
.billQuery .contentDiv .subTitle[data-v-2fb8a91a] {
  font-size: var(--font-size-small);
  color: var(--gray-color);
  font-weight: 400;
  margin-right: 20px;
}
.billQuery .contentDiv .infoVal[data-v-2fb8a91a] {
  max-width: 92%;
  font-size: var(--font-size-small);
  color: var(--text-color-deep);
  font-weight: 400;
  margin-right: 20px;
}
.billQuery .contentDiv .cardDiv[data-v-2fb8a91a] {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 8px;
}
.billQuery .contentDiv .cardDiv .cardItem[data-v-2fb8a91a] {
  width: 100%;
  height: 130px;
  background-image: var(--linear-gradient-color);
  border: 2px solid var(--pageBox-shadow-border);
  box-shadow: var(--card-shadow);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 15px;
  position: relative;
}
.billQuery .contentDiv .cardDiv .cardItem_left[data-v-2fb8a91a] {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.billQuery .contentDiv .cardDiv .cardItem_right[data-v-2fb8a91a] {
  width: calc(100% - 245px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}
.billQuery .contentDiv .cardDiv .cardItem_right_top[data-v-2fb8a91a] {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 6px;
}
.billQuery .contentDiv .cardDiv .cardItem_right_top_left[data-v-2fb8a91a] {
  width: 36%;
  font-family: HelveticaNeue-Bold;
  font-size: var(--font-size-home-card-title);
  color: var(--text-color-deep);
}
.billQuery .contentDiv .cardDiv .cardItem_right_top_middle[data-v-2fb8a91a] {
  width: 36.5%;
}
.billQuery .contentDiv .cardDiv .cardItem_right_top_right[data-v-2fb8a91a] {
  width: 27.5%;
}
.billQuery .contentDiv .cardDiv .cardItem_right_bottom[data-v-2fb8a91a] {
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.billQuery .contentDiv .cardDiv .cardItem_right_bottom_left[data-v-2fb8a91a] {
  width: 36%;
}
.billQuery .contentDiv .cardDiv .cardItem_right_bottom_middle[data-v-2fb8a91a] {
  width: 36.5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -2px;
}
.billQuery .contentDiv .cardDiv .cardItem_right_bottom_right[data-v-2fb8a91a] {
  width: 27.5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -2px;
}
.billQuery .contentDiv .cardDiv .cardItem_right_bottom .value .bigNumber[data-v-2fb8a91a] {
  font-size: var(--font-size-h3);
  color: var(--text-color-deep);
  font-weight: 400;
}
.billQuery .contentDiv .cardDiv .cardItem_right_bottom .value .smallNumber[data-v-2fb8a91a] {
  font-size: var(--font-size-small);
  color: var(--text-color-deep);
  font-weight: 400;
}
.billQuery .contentDiv .cardDiv .cardItem_right_bottom .unit[data-v-2fb8a91a] {
  margin-left: 7px;
  font-size: var(--font-size-small);
  color: var(--text-color-deep);
  font-weight: 400;
  margin-bottom: 3px;
}
.billQuery .contentDiv .cardDiv .cardItem_btn[data-v-2fb8a91a] {
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

