.txt_funding {
  padding: 28px 20px 20px 20px;
  position: relative;
}

.txt_funding p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

.txt_funding .title {
  color: #37474f;
}

.funding_InforTit .title {
  font-size: 17px;
  padding: 20px 0 0 20px;
  color: #3d3d3d;
}

p.notes {
  font-size: 13px;
  margin-bottom: 0;
  color: #37474f;
}

.funding_left .desc,
.funding_right .desc {
  font-size: 13px;
  text-align: center;
  font-weight: 300;
  line-height: 21px;
}

.funding_InforBox {
  padding: 10px 0;
  position: relative;
}

.txt_Fundbox {
  padding: 0 20px 10px 20px;
  position: relative;
}
.funding_left,
.funding_right {
  font-size: 15px;
  margin: 2px auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.fund_content_middle {
  margin: 8px 0;
}

.fund_content_red {
  font-size: 20px;
  font-weight: 700;
  color: #EC464A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fund_content_green {
  font-size: 20px;
  font-weight: 700;
  color: #27AE58;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fund_content {
  font-size: 20px;
  font-weight: 700;
}

.content_no {
  margin: 4px 0;
  font-weight: 700;
}

.funding_left .date,
.funding_right .date {
  font-size: 15px;
  font-weight: 700;
}

.date_s {
  font-size: 12px;
  text-align: center;
  margin: 4px 0;
}

.fund_sub_number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fund_sub_number_red {
  color: #EC464A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fund_sub_number_green {
  color: #27AE58;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-credbank03 .txt_funding span {
  border-radius: 15px 15px 15px 15px;
  background-color: #fff;
  min-width: 58px;
  height: 24px;
  color: #27ae58;
  padding: 4px 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  font-size: 12px;
  top: 10px;
}

.infor_line {
  position: relative;
  padding: 0;
  margin: 10px auto;
  display: inline-flex;
}

.infor_line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #c8c8c8;
  top: 0;
  right: 49.9999%;
}

.per_top {
  margin-top: 8px;
}

/*上漲箭頭 紅*/
.tri_up {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 4px 6px 4px;
  border-color: transparent transparent #e65100 transparent;
  margin-right: 6px;
}

/*下跌箭頭 綠*/
.tri_down {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 4px 0px 4px;
  border-color: #27ae58 transparent transparent transparent;
  margin-right: 6px;
}

/*圖例橘線*/
/* .line_orange {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1px 6px;
  border-color: #e65100;
  margin-right: 6px;
  display: inline-flex;
} */

/*圖例黑線*/
/* .line_black {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1px 6px;
  border-color: #37474F;
  margin-right: 6px;
  display: inline-flex;
} */
