.card-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: #3b82f6;
            background-color: rgba(59, 130, 246, 0.1);
            flex-shrink: 0;
            transition: all 0.3s ease;
        }



.simpleAlert {
	position: fixed;
	z-index: 1000;
}

.simpleAlertShelter {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

.simpleAlertBody {
	position: fixed;
	display: none;
	width: 476px;
	height: 216px;
	top: 50%;
	left: 50%;
	margin: -188px 0 0 -238px;
	opacity: 0;
	border: 1px solid #948497;
	background-color: #fff;
}

.simpleAlertBodyClose {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 10px;
	right: 10px;
	padding: 5px;
	cursor: pointer;
}

.simpleAlertBodyContent {
	position: absolute;
	top: 30%;
	width: 96%;
	height: 48px;
	overflow-y: auto;
	left: 2%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.simpleAlertBtn {
	position: absolute;
	width: 70px;
	height: 34px;
	top: 60%;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}

.simpleAlertBtn1 {
	background-color: #826289;
	left: 25%;
}

.simpleAlertBtn2 {
	background-color: #f7f7f7;
	color: #333;
	right: 25%;
}

.onlyOne {
	width: 200px;
	height: 36px;
	left: 138px;
}

.member_tips {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: 1rem;
	font-style: normal;
	color: #fff;
	padding: 2px 6px;
	font-size: 0.95rem;
	background-color: #ff7c39;
	border-radius: 2px;
	margin-left: 5px;
}

.section-title {
	font-size: 22px;
	color: #1a6dcc;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 2px solid #eef2f7;
	display: flex;
	align-items: center;
}

.section-title i {
	margin-right: 10px;
	color: #1a6dcc;
}

.payment-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.payment-options-2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 15px;
}

.payment-option {
	border: 2px solid #eef2f7;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.payment-option:hover,.payment-option.active {
	border-color: #1a6dcc;
	background-color: rgba(26, 109, 204, 0.05);
}

.payment-option i {
	font-size: 28px;
	margin-bottom: 8px;
	display: block;
}

.payment-option:hover i,.payment-option.active i {
	color: #1a6dcc;
}

.payment-option .payment-name {
	font-weight: 600;
	font-size: 15px;
}

.payment-option .wechat i {
	color: #09bb07;
}

.payment-option .alipay i {
	color: #1296db;
}

.payment-option .points i {
	color: #ff9800;
}

.btn-pay {
	background: linear-gradient(to right, #1a6dcc, #0d4d9c);
	color: white;
	border: none;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-pay:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(26, 109, 204, 0.3);
}

.btn-pay i {
	margin-right: 10px;
	font-size: 20px;
}

.info-item {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 3px solid #eef2f7;
	padding-left: 15px;
}

.info-item strong {
	color: #1a6dcc;
}

.recommendations {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: 20px;
}

.recommendation {
	background-color: #f8fafd;
	border-radius: 8px;
	border: 1px solid #eef2f7;
	transition: all 0.3s;
	cursor: pointer;
}

.recommendation:hover {
	border-color: #1a6dcc;
	transform: translateY(-3px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.recommendation h4 {
	color: #1a6dcc;
	margin-bottom: 5px;
}

.form-group {
	margin-bottom: 12px;
}

label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #444;
}

.required::after {
	content: " *";
	color: #e74c3c;
}

.input-with-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.input-icon {
	position: absolute;
	left: 15px;
	color: #6c757d;
	font-size: 18px;
	z-index: 10;
}

input,select {
	width: 100%;
	padding: 10px 16px 10px 50px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.3s;
}

input:focus,select:focus {
	outline: none;
	border-color: #1a6dcc;
	box-shadow: 0 0 0 3px rgba(26, 109, 204, 0.1);
}

/* 当输入框获得焦点时，图标颜色变化 */
.input-with-icon:focus-within .input-icon {
	color: #1a6dcc;
}


  .service-info {
            background-color: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
            margin-top: 30px;
        }
        
        .service-details {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 20px;
        }
        
        .service-item {
            display: flex;
            align-items: flex-start;
        }
        
        .service-item i {
            font-size: 24px;
            color: #1a6dcc;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .service-item h4 {
            margin-bottom: 5px;
            color: #444;
        }
        
        
        
        /* 密码输入框特定样式 */
        .password-toggle {
            position: absolute;
            right: 15px;
            background: none;
            border: none;
            color: #6c757d;
            cursor: pointer;
            font-size: 16px;
            z-index: 10;
        }
        
        .password-toggle:hover {
            color: #1a6dcc;
        }
        
        .password-strength {
            margin-top: 8px;
            font-size: 13px;
            display: flex;
            align-items: center;
        }
        
          .strength-indicator {
            height: 4px;
            border-radius: 2px;
            background-color: #e0e0e0;
            flex-grow: 1;
            margin-left: 8px;
            overflow: hidden;
        }
        
        .strength-bar {
            height: 100%;
            width: 0%;
            background-color: #e74c3c;
            transition: all 0.3s;
        }
        
        .strength-text {
            font-size: 12px;
            color: #666;
        }
        
        .password-tips {
            font-size: 12px;
            color: #666;
            margin-top: 5px;
            margin-left: 5px;
        }
        
        
        /* 验证码相关样式 */
        .verification-group {
            display: flex;
            gap: 12px;
        }
        
        .verification-input {
            flex: 1;
        }
        
        .btn-get-code {
            background: linear-gradient(to right, #1a6dcc, #0d4d9c);
            color: white;
            border: none;
            border-radius: 8px;
            padding: 0 20px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            white-space: nowrap;
            min-width: 120px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .btn-get-code:hover {
            background: linear-gradient(to right, #0d4d9c, #0a3d80);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(13, 77, 156, 0.2);
        }
        
        .btn-get-code:disabled {
            background: #cccccc;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }
        
        .btn-get-code:disabled:hover {
            background: #cccccc;
            transform: none;
            box-shadow: none;
        }
        
        .code-sent {
            font-size: 12px;
            color: #09bb07;
            margin-top: 5px;
            margin-left: 5px;
            display: flex;
            align-items: center;
        }
        
        .code-sent i {
            margin-right: 5px;
        }
        
        .code-countdown {
            color: #e74c3c;
            font-weight: bold;
        }

