 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
        }
        
        body {
            background-color: #fff;
            color: #333;
            line-height: 1.5;
            padding-bottom: 60px;
        }
        
        .container {
            max-width: 750px;
            margin: 0 auto;
        }
        
        /* 顶部区域 */
        .header {
            background: linear-gradient(180deg,#23283d,#3650ac,#0b34c7,#1426cb);
            color: white;
            padding: 10px 0 0;
            text-align: center;
            position: relative;
        }
        
        .header h1 {
            font-size: 31px;
            font-weight: 800;
            letter-spacing: 4px;
            /*margin-bottom: 10px;*/
        }
        
        .header h2 {
            font-size: 23px;
            font-weight: 600;
            opacity: 0.9;
        }
        
        /* 功能图标区域 */
        .nav-icons {
            display: flex;
            justify-content: space-around;
            padding: 10px 0;
            position: relative;
            z-index: 1;
        }
        
        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 14px;
            color: white;
        }
        
        .nav-icon {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
            color: white;
            font-size: 24px;
        }
        
        /* 表单区域 */
        .form-section {
            background: white;
            border-radius: 10px;
            margin: 10px;
            padding: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .section-title {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #1d87e7;
            text-align: center;
        }
        
        .input-group {
            margin-bottom: 15px;
            position: relative;
        }
        
        .input-label {
            display: block;
            font-size: 14px;
            margin-bottom: 8px;
            color: #333;
            font-weight: 500;
        }
        
        .input-field {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            font-size: 14px;
            transition: border 0.3s;
        }
        
        .input-field:focus {
            border-color: #1d87e7;
            outline: none;
        }
        
        .note {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
        }
        
        .query-btn {
            position: absolute;
            right: 0;
            top: 0;
            background: #1d87e7;
            color: white;
            border: none;
            padding: 7px 12px;
            border-radius: 4px;
            font-size: 14px;
            cursor: pointer;
        }
        
        .select-wrapper {
            position: relative;
        }
        
        .select-wrapper:after {
            content: "▼";
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #666;
            font-size: 12px;
        }
        
        select.input-field {
            appearance: none;
            background: white;
        }
        
        /* 按钮 */
        .submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #1d87e7, #0d5bd9);
            color: white;
            border: none;
            padding: 14px;
            border-radius: 15px;
            font-size: 15px;
            font-weight: 500;
            margin: 20px 0;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .submit-btn:active {
            transform: scale(0.98);
        }
        
        .checkbox-group {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }
        
        .checkbox-group input {
            margin-right: 8px;
        }
        
        .checkbox-group label {
            font-size: 13px;
            color: #666;
        }
        
        .checkbox-group a {
            color: #1d87e7;
            text-decoration: none;
        }
        
        /* 提示信息 */
        .tip-box {
            background: #f0f7ff;
            border-left: 3px solid #1d87e7;
            padding: 10px 15px;
            font-size: 12px;
            color: #666;
            margin: 15px 0;
        }
        
        /* 处罚说明区域 */
        .penalty-section {
            background: white;
            border-radius: 10px;
            margin: 10px;
            padding: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .penalty-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
            color: white;
            text-align: center;
        }
        
        .penalty-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        
        .penalty-item {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 15px;
            font-size: 16px;
            color: #999;
        }
        
        .penalty-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .penalty-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        /* 办理说明 */
        .instruction-section {
            background: white;
            border-radius: 10px;
            margin: 10px;
            padding: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .instruction-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #1d87e7;
            display: flex;
            align-items: center;
        }
        
        .instruction-title:before {
            content: "1";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #1d87e7;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 20px;
            margin-right: 8px;
            font-size: 12px;
        }
        
        .instruction-content {
            font-size: 13px;
            color: #999;
            line-height: 1.6;
            margin-bottom: 15px;
        }
        
        /* 底部导航 */
        .bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: white;
            display: flex;
            border-top: 1px solid #eee;
            z-index: 100;
            max-width: 750px;
            margin: 0 auto;
        }
        
        .nav-tab {
            flex: 1;
            text-align: center;
            padding: 10px 0;
            font-size: 14px;
            color: #666;
        }
        
        .nav-tab.active {
            color: #1d87e7;
        }
        
        /* 底部信息 */
        .footer {
            background: #fafafa;
            margin-top: 20px;
            padding: 15px;
            text-align: center;
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        }
        
        .footer-links {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
            color: #6f6f6f;
        }
        
        .footer-links li {
            display: flex;
            align-items: center;
            margin: 0 10px;
            list-style: none;
        }
        
        .footer-links img {
            width: 16px;
            height: 16px;
            margin-right: 5px;
        }
        
        .footer-info {
            font-size: 12px;
            color: #a8a8a8;
            margin-bottom: 5px;
        }
        
        .footer-contact {
            font-size: 12px;
            color: #666;
            font-weight: 600;
        }
        
        /* 响应式调整 */
        @media (max-width: 500px) {
            .container {
                width: 100%;
            }
            
            .penalty-item {
                width: 45%;
            }
        }
        .dropdown-list{
            background: #ccc;
            border-radius: 5px;
            margin-top: 5px;
        }
        
.input-group { margin-bottom: 25px; }
        .input-label { display: block; margin-bottom: 8px; font-weight: bold; color: #333; }
        .select-wrapper { position: relative; }
        .input-field { 
            width: 100%; 
            padding: 10px 15px; 
            /*border: 2px solid #1890ff; */
            border-radius: 6px; 
            background: white;
            font-size: 14px;
            color: #333;
            cursor: pointer;
            transition: border-color 0.3s;
        }
        .input-field:focus {
            outline: none;
            border-color: #096dd9;
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        }
        .input-field:disabled {
            background-color: #f5f5f5;
            border-color: #d9d9d9;
            color: #999;
            cursor: not-allowed;
        }
        .price-display { 
            margin-top: 8px; 
            padding: 12px; 
            background: #f0f8ff; 
            border-radius: 6px; 
            border-left: 4px solid #1890ff;
            display: none;
        }
        .price-amount { 
            color: #ff4d4f; 
            font-weight: bold; 
            font-size: 18px; 
        }
        .price-info {
            color: #666;
            font-size: 14px;
            margin-top: 5px;
        }
        .loading {
            color: #999;
            font-style: italic;
        }