 header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.logo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.header-text h1 {
  font-size: 24px;
  margin: 0;
}

.header-text p {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0 0;
}

/* 主体内容 */
.content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    :root {
      --primary-color: #FF6B00;
      --secondary-color: #FFE8D9;
    }
    body {
      font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
      background-color: #F8F8F8;
    }
    .header {
      background: white;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .loan-container {
      max-width: 600px;
      margin: 20px auto;
      background: white;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      padding: 25px;
    }
    .amount-display {
      font-size: 48px;
      font-weight: bold;
      color: var(--primary-color);
      margin: 15px 0;
    }
    .amount-options {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }
    .amount-btn {
      flex: 1;
      padding: 10px;
      border: 2px solid var(--secondary-color);
      border-radius: 8px;
      background: white;
      font-weight: bold;
    }
    .amount-btn.active {
      background: var(--primary-color);
      color: white;
      border-color: var(--primary-color);
    }
    .form-control {
      height: 50px;
      border-radius: 8px;
      border: 1px solid #eee;
    }
    .btn-submit {
      background: var(--primary-color);
      color: white;
      height: 50px;
      border-radius: 8px;
      font-weight: bold;
      margin-top: 20px;
    }
    .form-section {
      margin-bottom: 25px;
    }
    .option-btns {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .option-btn {
      padding: 5px 10px;
      border: 1px solid #eee;
      border-radius: 8px;
      background: white;
    }
    .option-btn.active {
      background: #ff6600;
      /*border-color: var(--primary-color);*/
	  color: white;
    }
    footer {
      text-align: center;
      padding: 20px;
      color: #999;
      font-size: 12px;
    }
    @media (max-width: 576px) {
      .loan-container {
        margin: 10px;
        padding: 15px;
      }
      .amount-display {
        font-size: 36px;
      }
    }
	
	.loan-info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.loan-item {
  display: flex;
  gap: 10px;
}

.loan-item span {
  font-size: 16px;
}

.form-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.form-item label {
  font-size: 16px;
  width: 100px;
}

.form-item input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}
	
	.submit-btn {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #ff6600;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.checkbox input {
  margin: 0;
}

.checkbox label {
  font-size: 14px;
}

.head{
	text-align: center;
	
	}

.head img{
	
	width: 100%;
	height:100%;
	text-align: center;
	}
	
	.container2{
		
		width: 100%;
    max-width: 700px;
    margin: 0 auto;
		
		}
	