html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  height: 100%;
}

.container-background {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      #3483FF 0%,
      #3483FF 20%,
      #F5F6FA 35%,
      #F5F6FA 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 270px;
  margin: 20px 12px;
  z-index: 2;
  background: linear-gradient(to bottom,
      #FFF1E7 0%,
      #ffffff 100%);
  box-sizing: border-box;
  min-width: 200px;
  border-radius: 10px;
  padding: 18px 12px;
}

.top-container-title {
  color: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-container-title .logo {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}

.top-container-title .logo img {
  width: 21px;
  height: 21px;
}

.top-container-title .title {
  font-size: 17px;
  font-weight: bold;
}

.top-container-title .sub-title {
  font-size: 11px;
  color: #FF8248;
  border: 1px solid #ff82485f;
  border-radius: 3px;
  margin-left: 7px;
}

.loan-max {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 14px 0;
}

.loan-max .max {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.loan-max .max .money {
  font-size: 24px;
  font-weight: bold;
}

.loan-max .rate {
  margin-left: 40px;
}

.loan-max .rate .money {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 4px;
}

.loan-max .max .hint,
.loan-max .rate .hint {
  font-size: 14px;
  color: #999;
}

.loan-info {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #FFF;
  padding: 15px 18px;
  border-radius: 10px;
}

.loan-info .title {
  font-size: 17px;
  font-weight: bold;
}

.loan-info .value {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.loan-info .value .unit {
  font-size: 25px;
  font-weight: bold;
  /* margin-right: 2px; */
}

.loan-info .value input {
  font-size: 35px;
  font-weight: 600;
  border: none;
  width: 140px;
  outline: none;
}

.loan-info .value .action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 15px;
}

.loan-info .value .action .hint-1 {
  font-size: 11px;
  color: #999;
}

.loan-info .value .action .btn-all {
  font-size: 14px;
  color: #3483FF;
  margin-bottom: 3px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.loan-info .value .action .btn-all:hover {
  color: #2366CC;
}

.loan-info .value .action div {
  font-size: 13px;
}

.loan-info .line {
  width: 100%;
  height: 1px;
  background-color: #f0eded;
  margin-top: 15px;
}

.phone-container {
  position: absolute;
  top: 290px;
  left: 0;
  right: 0;
  /* height: 150px; */
  margin: 20px 12px;
  z-index: 2;
  background: #FFF;
  box-sizing: border-box;
  min-width: 200px;
  border-radius: 10px;
  padding: 32px 18px 12px 18px;
}

.phone-container .phone-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.phone-container .phone-input .hint {
  font-size: 14px;
  margin-right: 5px;
}

.phone-container .phone-input input {
  font-size: 16px;
  border: none;
  outline: none;
  flex: 1
}

.phone-container .phone-input input::placeholder {
  color: #999;
  font-size: 15px;
}

.phone-container .line {
  width: 100%;
  height: 1px;
  background-color: #f0eded;
  margin-top: 15px;
}

.phone-container .go {
  width: 100%;
  height: 52px;
  background-color: #3483FF;
  border-radius: 10px;
  margin-top: 15px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.phone-container .go:hover {
  background-color: #2366CC;
}

.phone-container .go img {
  height: 30px;
  position: absolute;
  top: -16px;
  right: 20px;
}

.phone-container .error {
  font-size: 12px;
  color: #ff5148;
  margin-top: 5px;
  display: none; /* 默认隐藏 */
}

.agree {
  position: absolute;
  top: 490px;
  left: 0;
  right: 0;
  font-size: 12px;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 1.5;
}

.warp {
  display: block;
  margin-left: 10px;
  line-height: 1.6;
}

.warp input {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin-right: 6px;
  border-radius: 2px;
  color: #999;
}

.warp .text {
  margin-right: 4px;
  color: #999;
}

.warp .links-container {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}

.warp .links-container .link {
  white-space: nowrap;
}

.link {
  color: #333;
  text-decoration: none;
  margin: 0 2px;
}

.link:hover {
  text-decoration: underline;
}

/* Disclaimer Section */
.disclaimer {
  position: absolute;
  top: 590px;
  left: 0;
  right: 0;
  font-size: 12px;
  z-index: 2;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  line-height: 1.5;
}

.disclaimer-title {
  font-size: 13px;
  color: #999;
  margin-bottom: 12px;
  font-weight: normal;
}

.disclaimer-content {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #999;
}

.company-info {
  font-size: 12px;
  color: #999;
}
