.pc-loan-page {
  padding: 0 0 56px;
  background: #f7f8fa;
}

.pc-loan-page .nh-wrap {
  width: 1200px;
}

.pc-loan-breadcrumb {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8b939e;
  font-size: 12px;
}

.pc-loan-breadcrumb a:hover {
  color: #ff7200;
}

.pc-loan-breadcrumb em {
  font-style: normal;
}

.pc-loan-heading {
  min-height: 82px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 14px 0 18px;
}

.pc-loan-heading h1 {
  margin: 0;
  color: #20242a;
  font-size: 30px;
  line-height: 40px;
}

.pc-loan-heading p {
  margin: 4px 0 0;
  color: #737c88;
  font-size: 14px;
}

.pc-loan-heading-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 3px;
}

.pc-loan-heading-note img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pc-loan-heading-note strong,
.pc-loan-heading-note span {
  display: block;
}

.pc-loan-heading-note strong {
  color: #303640;
  font-size: 15px;
}

.pc-loan-heading-note span {
  margin-top: 3px;
  color: #8b939e;
  font-size: 12px;
}

.pc-loan-tabs {
  height: 48px;
  display: flex;
  align-items: stretch;
  border: 1px solid #e7e9ed;
  border-bottom-color: #ff7800;
  background: #fff;
}

.pc-loan-tabs a {
  min-width: 156px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5f6874;
  font-size: 15px;
  font-weight: 700;
}

.pc-loan-tabs a:hover,
.pc-loan-tabs a.active {
  background: #ff7800;
  color: #fff;
}

.pc-loan-workbench {
  width: 1200px;
  min-height: 586px;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 670px 530px;
  border: 1px solid #e7e9ed;
  background: #fff;
}

.pc-loan-input-pane,
.pc-loan-result-pane {
  min-width: 0;
  padding: 27px 34px 30px;
}

.pc-loan-input-pane {
  border-right: 1px solid #e7e9ed;
}

.pc-loan-pane-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pc-loan-pane-head > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff2e8;
  color: #ff7200;
  font-size: 13px;
  font-weight: 700;
}

.pc-loan-pane-head h2 {
  margin: 0;
  color: #24282f;
  font-size: 21px;
  line-height: 28px;
}

.pc-loan-pane-head p {
  margin: 3px 0 0;
  color: #8b939e;
  font-size: 13px;
}

.pc-loan-pane-head p strong {
  color: #ff7200;
}

.pc-loan-form {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse;
}

.pc-loan-form td {
  height: 46px;
  padding: 0 0 13px;
  color: #303640;
  font-size: 14px;
}

.pc-loan-form td:first-child {
  width: 112px;
  color: #68717d;
}

.pc-loan-form .box {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #dfe3e8;
  background: #fff;
}

.pc-loan-form .box:focus-within,
.pc-loan-form .select:hover {
  border-color: #ff8a00;
}

.pc-loan-form input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 64px 0 13px;
  border: 0;
  outline: 0;
  color: #24282f;
  font-size: 14px;
}

.pc-loan-form .unit {
  position: absolute;
  right: 13px;
  color: #8b939e;
  font-size: 13px;
}

.pc-loan-form .select {
  cursor: pointer;
}

.pc-loan-form .select > a {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 34px 0 13px;
  color: #24282f;
  font-size: 14px;
}

.pc-loan-form .select::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #8b939e;
  border-bottom: 1px solid #8b939e;
  transform: rotate(45deg);
}

.pc-loan-form .unflod {
  position: absolute;
  top: 41px;
  left: -1px;
  z-index: 20;
  width: calc(100% + 2px);
  max-height: 190px;
  display: none;
  overflow-y: auto;
  border: 1px solid #dfe3e8;
  background: #fff;
  box-shadow: 0 10px 18px rgba(33, 40, 50, .09);
}

.pc-loan-form .select:hover .unflod,
.pc-loan-form .select.is-open .unflod {
  display: block;
}

.pc-loan-form .unflod a {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  color: #56606c;
  font-size: 13px;
}

.pc-loan-form .unflod a:hover {
  background: #fff4eb;
  color: #ff7200;
}

.pc-loan-form .equal {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: center;
}

.pc-loan-form .equal .box {
  width: auto;
}

.pc-loan-form .to {
  color: #8b939e;
  text-align: center;
}

.pc-loan-repay {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.pc-loan-repay label {
  display: inline-flex;
  align-items: center;
  color: #4e5864;
  cursor: pointer;
}

.pc-loan-repay label span {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  position: relative;
  border: 1px solid #c5cbd3;
  border-radius: 50%;
}

.pc-loan-repay label.on {
  color: #ff7200;
}

.pc-loan-repay label.on span {
  border-color: #ff7200;
}

.pc-loan-repay label.on span::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #ff7200;
}

.pc-loan-input-pane .work {
  width: 100%;
  height: 44px;
  margin-top: 3px;
  border: 0;
  background: #ff7200;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.pc-loan-input-pane .work:hover {
  background: #ef6500;
}

.pc-loan-form-tip {
  margin: 14px 0 0;
  color: #929aa5;
  font-size: 12px;
  line-height: 20px;
}

.pc-loan-result-pane {
  background: #fbfcfd;
}

.pc-loan-result-highlight {
  min-height: 156px;
  margin-top: 28px;
  padding: 19px 22px;
  border-left: 4px solid #ff7200;
  background: #fff7f0;
}

.pc-loan-result-highlight > span {
  color: #757e89;
  font-size: 13px;
}

.pc-loan-result-highlight .bill {
  margin-top: 10px;
}

.pc-loan-result-highlight strong {
  display: block;
  color: #ff6200;
  font-size: 32px;
  line-height: 40px;
}

.pc-loan-result-highlight em {
  color: #ff7200;
  font-size: 12px;
  font-style: normal;
}

.pc-loan-result-highlight p {
  margin: 8px 0 0;
  color: #737c88;
  font-size: 13px;
}

.pc-loan-result-highlight p span {
  color: #ff7200;
}

.pc-loan-result-grid {
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.pc-loan-result-grid li {
  min-height: 94px;
  padding: 14px 12px;
  border-left: 1px solid #edf0f3;
  background: #fff;
}

.pc-loan-result-grid li:first-child {
  border-left: 0;
}

.pc-loan-result-grid span,
.pc-loan-result-grid strong,
.pc-loan-result-grid em {
  display: block;
}

.pc-loan-result-grid span {
  color: #8b939e;
  font-size: 12px;
}

.pc-loan-result-grid strong {
  margin-top: 10px;
  overflow: hidden;
  color: #303640;
  font-size: 16px;
  line-height: 23px;
  text-overflow: ellipsis;
}

.pc-loan-result-grid em {
  margin-top: 3px;
  color: #68717d;
  font-size: 12px;
  font-style: normal;
}

.pc-loan-result-note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e7e9ed;
}

.pc-loan-result-note strong {
  color: #4d5763;
  font-size: 14px;
}

.pc-loan-result-note p {
  margin: 7px 0 0;
  color: #8b939e;
  font-size: 12px;
  line-height: 21px;
}

.pc-loan-rate-strip {
  min-height: 92px;
  margin-top: 18px;
  padding: 16px 22px;
  display: grid;
  grid-template-columns: 210px 230px 1fr;
  align-items: center;
  gap: 22px;
  border: 1px solid #e7e9ed;
  background: #fff;
}

.pc-loan-rate-strip div {
  min-width: 0;
  padding-right: 20px;
  border-right: 1px solid #edf0f3;
}

.pc-loan-rate-strip span,
.pc-loan-rate-strip strong,
.pc-loan-rate-strip em {
  display: block;
}

.pc-loan-rate-strip span {
  color: #68717d;
  font-size: 13px;
}

.pc-loan-rate-strip strong {
  margin-top: 2px;
  color: #ff7200;
  font-size: 24px;
}

.pc-loan-rate-strip em {
  margin-top: 1px;
  color: #9aa1aa;
  font-size: 12px;
  font-style: normal;
}

.pc-loan-rate-strip p {
  margin: 0;
  color: #7e8792;
  font-size: 13px;
  line-height: 22px;
}

.pc-loan-support {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pc-loan-support article {
  min-height: 188px;
  padding: 22px 24px;
  border: 1px solid #e7e9ed;
  background: #fff;
}

.pc-loan-support h2,
.pc-loan-section-head h2 {
  margin: 0;
  color: #303640;
  font-size: 20px;
}

.pc-loan-support dl {
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pc-loan-support dt {
  color: #ff7200;
  font-size: 15px;
  font-weight: 700;
}

.pc-loan-support dd {
  margin: 7px 0 0;
  color: #7e8792;
  font-size: 13px;
  line-height: 22px;
}

.pc-loan-support ul {
  margin: 14px 0 0;
  padding: 0;
  color: #68717d;
  font-size: 13px;
  line-height: 31px;
  list-style: none;
}

.pc-loan-support li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 9px;
  display: inline-block;
  border-radius: 50%;
  background: #ff7200;
  vertical-align: 2px;
}

.pc-loan-houses {
  margin-top: 18px;
  padding: 22px 24px 24px;
  border: 1px solid #e7e9ed;
  background: #fff;
}

.pc-loan-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pc-loan-section-head a {
  color: #8b939e;
  font-size: 13px;
}

.pc-loan-section-head a:hover {
  color: #ff7200;
}

.pc-loan-house-grid {
  margin-top: 17px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pc-loan-house-grid a {
  min-width: 0;
  border: 1px solid #edf0f3;
  background: #fff;
}

.pc-loan-house-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.pc-loan-house-grid div {
  padding: 11px 12px 12px;
}

.pc-loan-house-grid h3 {
  margin: 0;
  overflow: hidden;
  color: #303640;
  font-size: 15px;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-loan-house-grid p {
  margin: 5px 0 0;
  overflow: hidden;
  color: #929aa5;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-loan-house-grid strong {
  margin-top: 7px;
  display: block;
  color: #ff7200;
  font-size: 14px;
}
