.rfq_view_nav {
  padding: 24px 0 20px 20px;
  font-size: 14px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: 400;
  color: #8A9197;
}
.rfq_view_nav span {
  font-size: 14px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: bold;
  color: #292A2B;
}
.whitebg {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 100px;
}
.rfq_view_section {
  padding: 60px 100px 60px 100px;
}
.rfq_view_section_title {
  height: 16px;
  font-size: 12px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: bold;
  color: #292A2B;
  line-height: 16px;
  margin-bottom: 16px;
}
.rfq_view_section_subtitle {
  text-indent: 10px;
  height: 24px;
  font-size: 16px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: 400;
  color: #292A2B;
  line-height: 24px;
  margin-bottom: 20px;
}
.rfq_view_section_value {
  width: 500px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  opacity: 1;
  border: 1px solid #C7CDD2;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.rfq_view_section_text {
  width: 1080px;
  height: 112px;
  background: #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  margin-bottom: 26px;
  border: 1px solid #C7CDD2;
  padding: 10px 20px;
}
.rfq_view_section_submit {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #DE3E46;
  border-radius: 23px;
  font-size: 16px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.rfq_view_section_submit:hover {
  color: #ffffff;
}
.rfq_view_section table {
  width: 800px;
  border: 1px solid #C7CDD2;
  margin-bottom: 22px;
}
.rfq_view_section table thead {
  height: 32px;
  box-shadow: 0px 8px 24px 1px rgba(52,74,109,0.1);
  border-radius: 8px 8px 0px 0px;
  opacity: 1;
  border-bottom: 1px solid #C7CDD2;
  background: #F3F5F8;
}
.rfq_view_section table tbody tr td,
.rfq_view_section table thead td {
  border-right: 1px solid #C7CDD2;
  text-indent: 12px;
  font-size: 14px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: 400;
  color: #8A9197;
}
.rfq_view_section table tbody tr td:last-child,
.rfq_view_section table thead tr td:last-child {
  border-right: 0
}
.rfq_view_section table tbody tr {
  height: 32px;
  border-bottom: 1px solid #C7CDD2;
}
.rfq_view_section table tbody tr:last-child {
  border-bottom: 0;
}
.rfq_view_section table tbody tr td {
  height: 44px;
  position: relative;
}
.rfq_view_section table tbody tr td input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.rfq_view_section_add {
  width: 200px;
  height: 40px;
  background: #FFEBEC;
  border-radius: 23px 23px 23px 23px;
  opacity: 1;
  border: 1px solid #DE3E46;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: Arial, sans-serif, Source Han Sans SC;
  font-weight: bold;
  color: #DE3E46;
  text-decoration: none;
  cursor: pointer;
}
.rfq_view_section_add:hover {
  color: #DE3E46;
}
