@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
button:focus {
  outline: none;
}
.mt-30 {
  margin-top: 60px;
}
.mt-25 {
  margin-top: 50px;
}
.header-page {
  display: flex;
  align-items: center;
  background-image: url('../../web-assets/corporate/bg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.header-page-content {
  width: 700px;
}
html[lang="en"] .header-page-content {
  width: 720px;
}
html[lang="en"] .header-btn-group button {
  padding: 16px 28px;
}
.header-desc {
  color: rgba(0, 0, 0, 0.60);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
}
.header-desc-content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}
.header-btn-group {
  display: flex;
  gap: 30px;
}
.header-btn-group .feature-btn:nth-child(2) {
  color: #4E42C2;
  background-color: #fff;
}
.feature-page {
  position: relative;
  padding: 120px 0;
}
.feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.feature-item {
  display: flex;
  /* flex: 1 1 620px; */
  flex: 1 1 48%;
  padding: 24px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 5px 90px 90px 90px;
  background: #fff;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.03);
}
.feature-item:nth-child(2) {
  border-radius: 90px 5px 90px 90px;
}
.feature-item:nth-child(3) {
  border-radius: 90px 90px 90px 5px;
}
.feature-item:nth-child(4) {
  border-radius: 90px 90px 5px 90px;
}
.feature-item img {
  width: 140px;
  height: 140px;
}
.feature-item .feature-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.feature-item .feature-desc {
  color: rgba(0, 0, 0, .6);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feature-page:nth-child(2n+1) {
  background-color: #fff;
}
.feature-page:nth-child(2n) {
  background-color: #F7F7FB;
}
.bg-bar {
  position: relative;
  top: -1px;
  width: 100%;
  height: 80px;
}
.feature-info {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.feature-info .feature-desc {
  margin-bottom: 0;
}
.feature-title {
  margin-bottom: 0;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.loan-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.apply-page {
  margin-top: 50px;
  align-items: flex-start;
  gap: unset;
  justify-content: flex-start;
}
.apply-page .feature-content {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.feature-desc-content {
  margin-top: 50px;
}
.feature-desc {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1em;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feature-desc-spot {
  width: 6px;
  height: 6px;
  background-color: #2B80FF;
  border-radius: 50%;
}
.feature-desc img {
  margin-right: 8px;
  width: 30px;
}
.line-open-btn {
  margin-top: 20px;
}
.line-open-btn .open-btn {
  font-size: 18px;
  line-height: 24px;
  color: #4E42C2;
  text-decoration: underline;
}
.feature-btn-line {
  width: 400px;
  margin: 0 auto;
}
.feature-btn-en {
  width: 600px;
  margin: 0 auto;
}
.feature-btn-groups {
  display: flex;
  gap: 30px;
}
.feature-btn-groups .feature-btn:nth-child(2) {
  color: #4E42C2;
  background: rgba(0, 0, 0, 0.05);
}
a.corporate-alink {
  width: 182px;
}
html[lang="en"] a.corporate-alink {
  width: 190px;
}
.feature-btn {
  display: flex;
  height: 68px;
  color: #fff;
  background-color: #4E42C2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 36px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
  border-radius: 8px;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}
a.feature-btn {
  text-decoration: none;
}
a.feature-btn:hover {
  color: #fff;
  text-decoration: none;
}
a.feature-btn:active {
  color: #fff!important;
  text-decoration: none;
}
.corporate-page .feature-btn {
  margin: 0 auto;
  margin-top: 60px;
}
.feature-btn svg {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}
.feature-image img {
  width: 648px;
  height: 648px;
  animation-name: fadeInOut;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.apply-page .feature-image img {
  height: 577px;
}
.feature-content {
  flex: 0 0 calc(100% - 730px);
}
html[lang="en"] .feature-content.feature-savings-content {
  flex: 0 0 calc(100% - 590px);
}
.remark-title {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.40);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.remark-txt {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.40);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.remark-link {
  color: rgba(0, 0, 0, 0.40);
}
.loan-point {
  margin-top: 106px;
  color: rgba(0, 0, 0, 0.40);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.apply-step-item {
  display: flex;
  width: 559px;
  height: 124px;
  padding: 10px 22px;
  align-items: center;
  gap: 19px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.apply-step-item.active {
  color: #fff;
  background: #4E42C2;
}
.step-order { 
  color: rgba(0, 0, 0, 0.60);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}
.step-line {
  margin-left: 10px;
  width: 1px;
  height: 60px;
  background: rgba(0, 0, 0, 0.10);
}
.step-text {
  color: rgba(0, 0, 0, 0.60);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
html[lang="en"] .step-text {
  font-size: 18px;
}
.step-text a {
  color: rgba(0, 0, 0, 0.60);
  text-decoration-line: underline;
}
.apply-step-item.active .step-text a {
  color: #fff;
}
.apply-step-item.active .step-text a:hover {
  color: #fff;
}
.apply-step-item .step-text a:hover {
  color: rgba(0, 0, 0, 0.60);
}
.apply-step-item.active .step-line {
  background: rgba(255, 255, 255, 0.30);
}
.apply-step-item.active .step-text,
.apply-step-item.active .step-order {
  color: #FFF;
}
.apply-step-item.active .step-text {
  font-weight: 600;
}
.apply-step-item.active .step-order {
  font-weight: 700;
}
.apply-page-remarks {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.modal-rate-content {
  height: 480px;
  margin-top: 30px;
  overflow-y: auto;
}
.modal-header-tab {
  display: flex;
  gap: 20px;
  align-items: center;
}
.modal-tab-item {
  position: relative;
  color: #000;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.46px;
  cursor: pointer;
}
.modal-tab-item.active {
  color: #4E42C2;
}
.modal-tab-item.active::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  width: 40px;
  background-color: #4E42C2;
}
.rate-remarks {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#corp-sav,
#corp-time {
  border-radius: 0.5rem;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.10);
}
#corp-sav th,
#corp-sav td,
#corp-time th, 
#corp-time td {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.10);
}
html[lang="en"] .rate-remarks {
  font-size: 14px;
}
html[lang="en"] .modal-tab-item.active::before {
  width: 80px;
}
/* 利率弹窗样式自定义-start */
.modal-header {
  border-bottom: none;
}
.modal-content {
  border-radius: 0.75rem;
}
.modal-body {
  padding: 1rem 28px;
}
#rateModalLabel {
  font-size: 28px;
  color: #0f1112;
  font-weight: 500;
}
@media (min-width: 575.98px) and (max-width: 1099px) {
  .header-page {
    background-image: url('../../web-assets/corporate/bg-ipad.png');
  }
  #rateModalLabel {
    font-size: 16px;
  }
  .line-open-btn {
    margin-top: 10px;
    text-align: center;
  }
  .line-open-btn .open-btn {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1098.98px) and (max-width: 1520px) {
  .feature-title {
    font-size: 28px;
  }
  .header-desc {
    font-size: 16px;
  }
  .header-btn-group button,
  .header-btn-group a.feature-btn {
    font-size: 16px;
  }
}
/* 利率弹窗样式自定义-end */
/* 开户条件弹窗样式自定义-start */
#openingConditionModal ul,
#openingConditionModal li {
  list-style: none;
  padding-left: 0;
}
#openingConditionModal li {
  color: #0f1112;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
#openingConditionModal .modal-body {
  max-height: 600px;
  overflow-y: auto;
}
#openingConditionModalLabel {
  color: #0f1112;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 720px;
  }
}
/* 开户条件弹窗样式自定义-end */
@media (max-width: 1099px) {
  .mt-30 {
    margin-top: 30px;
  }
  html[lang="en"] .start-now-btn {
    width: 100%;
  }
  html[lang="en"] a.start-now-btn.corporate-alink {
    width: 100%;
  }
  .mt-25 {
    margin-top: 25px;
  }
  html[lang="en"] .start-now-btn {
    height: 44px;
    font-size: 14px; 
  }
  html[lang="en"] .feature-content.feature-savings-content {
    width: 100%;
  }
  .corporate-page .feature-btn {
    margin-top: 40px;
  }
  .header-page {
    display: block;
  }
  .header-page-content {
    width: auto;
  }
  html[lang="en"] .header-page-content {
    width: auto;
  }
  .apply-step-item {
    width: auto;
    height: auto;
  }
  .header-btn-group {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  html[lang="en"] .header-btn-group {
    gap: 10px;
  }
  html[lang="en"] .header-btn-group .feature-btn {
    width: 257px;
  }
  .header-btn-group .second-btn {
    margin-top: 0;
  }
  html[lang="en"] .feature-btn-groups {
    flex-direction: column;
    gap: 20px;
  }
  .loan-page {
    flex-direction: column;
  }
  .service-page {
    flex-direction: column-reverse;
  }
  .feature-image img {
    width: 336px;
    height: 336px;
  }
  .apply-page .feature-image img {
    height: 336px;
  }
  .feature-desc {
    font-size: 14px;
    line-height: normal;
  }
  .feature-desc img {
    margin-right: 4px;
    width: 18px;
  }
  .feature-btn {
    height: 33px;
    gap: 4px;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 8px;
  }
  .feature-btn svg {
    width: 14px;
  }
  .feature-desc-content {
    margin-top: 30px;
    width: 310px;
  }
  .loan-page .second-btn {
    margin-top: 0;
  }
  .feature-page {
    padding: 60px 0;
  }
  .feature-page.header-page {
    padding-top: 43px;
  }
  .feature-item,
  .feature-item:nth-child(2),
  .feature-item:nth-child(3),
  .feature-item:nth-child(4) {
    border-radius: 12px;
  }
  .feature-item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    padding: 20px 12px;
  }
  .feature-item img {
    width: 72px;
    height: 72px;
  }
  .feature-item .feature-title {
    font-size: 18px;
  }
  .feature-item .feature-desc {
    font-size: 14px;
  }
  .feature-info {
    align-items: flex-start;
  }
  html[lang="en"] .feature-page {
    padding: 30px 0 60px 0;
  }
  .loan-page {
    gap: unset;
  }
  .loan-point {
    margin-top: 60px;
  }
  .modal-tab-item {
    font-size: 14px;
  }
  .rate-remarks {
    font-size: 12px;
  }
  .modal-rate-content {
    height: 400px;
  }
  html[lang="en"] .modal-tab-item.active::before {
    width: 60px;
  }
  .header-page-content .feature-title {
    font-size: 32px;
    text-align: center;
  }
  html[lang="en"] .header-page-content .feature-title {
    font-size: 24px;
  }
  .header-desc {
    font-size: 14px;
  }
  html[lang="en"] .header-btn-group button {
    height: 42px;
    font-size: 12px;
  }
  .feature-title {
    font-size: 24px;
  }
  /* .feature-savings-content */
  html[lang="en"] .feature-btn-groups button {
    height: 44px;
    font-size: 14px;
  }
  .step-order {
    font-size: 36px;
  }
  .step-text {
    font-size: 14px;
  }
  html[lang="en"] .step-text {
    font-size: 14px;
  }
  html[lang="en"] .step-order {
    font-size: 32px;
  }
  .apply-page .feature-image-personal {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .apply-page .feature-content {
    gap: 16px;
    width: 100%;
  }
  html[lang="en"] .modal-body {
    overflow-y: auto;
  }
  .modal-body {
    padding: 1rem;
  }
  #openingConditionModal .modal-body {
    padding: 0 1rem 1rem 1rem;
    max-height: 400px;
  }
  #openingConditionModalLabel {
    font-size: 20px;
    line-height: 36px;
  }
  #openingConditionModal li {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (max-width: 575.97px) {
  .header-page {
    background-image: url('../../web-assets/corporate/bg-mb.png');
  }
  #rateModalLabel {
    font-size: 16px;
  }
  .line-open-btn {
    margin-top: 10px;
    text-align: center;
  }
  .line-open-btn .open-btn {
    font-size: 14px;
    line-height: 20px;
  }
  .feature-btn-line {
    width: 250px;
  }
  .feature-btn-en {
    width: 100%;
  }
  .corporate-page .feature-btn-en .feature-btn {
    height: 33px;
    margin: 0;
  }
  .feature-page {
    padding: 30px 0;
  }
  .feature-page.header-page {
    padding-top: 30px;
  }
  .corporate-page .feature-btn {
    margin-top: 0px;
  }
  html[lang="en"] .feature-page {
    padding: 30px 0;
  }
}