body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background-image: url('../img/leads-background.jpg');
    background-size: cover;

    /* background-color: #f5f5f5; */
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/leads-background.jpg');
    background-size: cover;
    filter: blur(10px);
    transform: scale(1.1);
    z-index: -1;
}

.consultation-header {
    background: #fff;
    color: #0190c5;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.consultation-header .header-logo {
    width: 160px;
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
}

.consultation-header .header-content {
    text-align: left;
}

.consultation-header h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

.consultation-header p {
    margin: 10px 0 0;
    font-size: 16px;
    opacity: 0.9;
}

.consultation-header .header-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0190c5 0%, #0170a0 50%, #0190c5 100%);
}

.consultation-container {
    max-width: 600px;
    margin: 40px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    box-sizing: border-box;
    background-color: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0190c5;
    box-shadow: 0 0 0 2px rgba(1, 144, 197, 0.1);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8.825L1.175 4 2.238 2.938 6 6.7 9.763 2.938 10.825 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 35px;
}

.btn-submit {
    background-color: #0190c5;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-weight: 500;
}

.btn-submit:hover {
    background-color: #0170a0;
}

.btn-submit:active {
    background-color: #015f8a;
}

.required {
    color: #f00;
    margin-left: 4px;
}

.captcha-box {
    display: flex;
    align-items: center;
}

.captcha-box img {
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.captcha-box input {
    flex: 1;
    margin-right: 10px;
}

.contact-info {
	margin-top: 30px;
	padding: 25px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 12px;
	border: 1px solid #e0e0e0;
}

.contact-info .contact-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.contact-info .contact-icon {
	font-size: 24px;
	margin-right: 10px;
    width: 26px;
}
.contact-info .contact-icon img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.contact-info .item-icon {
    width: 26px;
}
.contact-info .item-icon img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.contact-info h4 {
	margin: 0;
	color: #0190c5;
	font-size: 18px;
	font-weight: 600;
}

.contact-info .contact-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-info .contact-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	background: #fff;
	border-radius: 8px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-info .contact-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(1, 144, 197, 0.2);
	color: #0190c5;
}

.contact-info .wechat-item {
	cursor: pointer;
}

.contact-info .item-icon {
	font-size: 18px;
	margin-right: 10px;
}

.contact-info .item-text {
	font-size: 15px;
	font-weight: 500;
}

.contact-info strong {
	color: #0190c5;
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}
.checkbox-group label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 2em;
    font-weight: unset;
}
.checkbox-group label input[type="checkbox"] {
    width: auto;
}
.form-group .privacy input {
	width: auto;
}

/* 手机端响应式 */
@media (max-width: 768px) {
	.consultation-header {
		flex-direction: column;
		padding: 30px 20px;
	}

	.consultation-header .header-logo {
		margin-right: 0;
		margin-bottom: 15px;
		width: 120px;
	}

	.consultation-header .header-content {
		text-align: center;
	}

	.consultation-header h1 {
		font-size: 22px;
	}

	.consultation-header p {
		font-size: 14px;
	}
}
}