:root {
  --theme-color: #D75D24;
  --active-color: #FFF03C;
  --text-base-color: #333;
  --text-tips-color: #666;
}

.custom-companyname {
  color: white !important;
  font-weight: 300 !important;
}

.custom-button {
  background-color: var(--theme-color);
  color: white;
}

.custom-button:hover {
  background-color: var(--active-color);
  color: var(--text-base-color);
}

.custom-img-1 {
  object-fit: cover;
  height: 400px;
}

.custom-foot-logo {
  width: 200px;
}

.custom-wx-qr {
  width: 180px;
}

.custom-new-img {
  object-fit: cover;
  height: 200px;
}