.partner-banner {
  background-color: rgba(240, 244, 255, .5);
  min-width: 1280px;
  width: 100%;
}

.banner-partner {
display: flex;
justify-content: space-between;
width: 1200px;
margin-left: auto;
margin-right: auto;
}

.content-inner {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
}


.banner-title {
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
}


.action-buttons {
	margin-top: 26px;
	margin-bottom: 62px;
}

.button {
	display: inline-flex;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 40px;
	padding-right: 40px;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #3370ff;
	border-bottom-color: #3370ff;
	border-left-color: #3370ff;
	border-right-color: #3370ff;
	background-color: #3370ff;
}

.join-now {
  background-color: #0066ff;
  color: #ffffff;
}

.join-now:hover {
  background-color: #0052cc;
}

.action-buttons span {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
}

.action-buttons a{
	text-decoration: none;
}

.partner-login {
  background-color: #ffffff;
  color: #0066ff;
  border: 1px solid #0066ff;
}

.partner-login:hover {
  background-color: #f0f5ff;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: #4a4a4a;
}

.contact-item {
  display: flex;
  gap: 8px;
}

.contact-item span{
	font-family: 'PingFang SC';
	font-style: normal;
	font-size: 14px;
	line-height: 1.71;
	color: #646a73;
}

.contact-label {
  font-weight: 500;
}

.contact-value {
  color: #1a1a1a;
}


.banner-images img{
	width: 720px;
	height: 455px;
}

@media (max-width: 768px) {
  .banner-content {
	flex-direction: column;
	gap: 24px;
  }

  .banner-title {
	font-size: 28px;
  }

  .button {
	padding: 10px 20px;
	font-size: 14px;
  }

  .partner-image {
	max-width: 80%;
  }
}


/* partner system */
.partner-system {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
}

.system-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 40px;
  line-height: 1.3;
}

.system-content {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.partner-type {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.partner-type:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.partner-image {
	width: 240px;
	height: 144px;
	margin-bottom: 40px;
}

.partner-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

.partner-description {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  text-align: center;
  max-width: 320px;
}

@media (max-width: 768px) {
  .system-title {
	font-size: 28px;
	margin-bottom: 32px;
  }

  .system-content {
	flex-direction: column;
	align-items: center;
	gap: 24px;
  }

  .partner-type {
	padding: 16px;
  }

  .partner-title {
	font-size: 20px;
  }

  .partner-description {
	font-size: 14px;
	max-width: 100%;
  }
}




/* partner-form */
.partner-form-container {
  max-width: 640px;
  margin: 60px auto;
  padding: 32px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

.partner-form-container:hover {
  transform: translateY(-2px);
}

.form-title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.5px;
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.required::after {
  content: '*';
  color: #ff4d4f;
  margin-left: 6px;
  font-size: 14px;
}

.form-input,
.form-select {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.with-bg-image{
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
	background-repeat: no-repeat;
	background-position: right 12px center; /* Shifted left by adjusting the position */
	background-size: 12px;
	height: 48px;
}




.form-input:focus,
.form-select:focus {
  outline: none;
  border-color: #0066ff;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

.form-input.invalid,
.form-select.invalid {
  border-color: #ff4d4f;
  background-color: #fff1f0;
}

.phone-prefix {
  display: flex;
  gap: 12px;
  align-items: center;
}

.prefix-select {
  width: 120px;
}

.phone-input {
  flex: 1;
}

.location-selects {
  display: flex;
  gap: 12px;
}

.location-selects .form-select {
  flex: 1;
  position: relative;
}

.form-checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
  padding: 8px 0;
  position: relative;
}

.form-checkbox {
  margin-top: 3px;
  accent-color: #0066ff;
}

.checkbox-label {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.checkbox-label a {
  color: #0066ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.checkbox-label a:hover {
  color: #0033cc;
  text-decoration: underline;
}

.submit-button {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0066ff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 32px;
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.2);
}

.submit-button:hover {
  background-color: #0052cc;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 102, 255, 0.3);
}

.submit-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.error-message {
  color: #ff4d4f;
  font-size: 13px;
  margin-top: 6px;
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
}

.location-selects .error-message {
  bottom: -24px;
  width: 100%;
}

.form-checkbox-container .error-message {
  bottom: -24px;
  left: 0;
  width: 100%;
}

@media (max-width: 480px) {
  .partner-form-container {
	margin: 24px;
	padding: 20px;
	border-radius: 10px;
  }

  .form-title {
	font-size: 24px;
	margin-bottom: 24px;
  }

  .form-label {
	font-size: 14px;
  }

  .form-input,
  .form-select {
	font-size: 14px;
	padding: 10px 14px;
	border-radius: 6px;
	background-position: right 10px center;
	background-size: 10px;
  }

  .location-selects {
	flex-direction: column;
	gap: 8px;
  }

  .location-selects .error-message {
	bottom: -20px;
  }

  .submit-button {
	font-size: 14px;
	padding: 12px;
	margin-top: 24px;
  }

  .checkbox-label {
	font-size: 12px;
  }

  .error-message {
	font-size: 12px;
	bottom: -20px;
  }

  .form-checkbox-container .error-message {
	bottom: -20px;
  }
}

.icon_left{
	width: 92px;
	height: 102px;
	position: absolute;
	left: 222px;
}

.icon_right{
	position: absolute;
	width: 78px;
	height: 58px;
	right: 222px;
}