﻿    body{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
		background: #f7f8fa;
    }
    .van-nav-bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        border-bottom: 1px solid #ebedf0;
        display: flex;
        align-items: center;
		font-weight:bold;
    }
    
    .van-nav-bar__title {
        flex: 1;
        text-align: center;
        font-size: 18px;
        color: #333;
    }

    .page-content {
        padding: 20px;
		max-width:600px;
		margin:0 auto;
		margin-top: 50px;
    }
    .page-content1 {
        padding: 20px;
		max-width:600px;
		margin:0 auto;
		margin-top:5px;
		font-size:14px;
		margin-top:30px;
    }
    .teacher-info-display {
        background: #e6f7ff;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .van-cell-group {
        background: #fff;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .van-cell {
        padding: 12px 15px;
        border-bottom: 1px solid #ebedf0;
        display: flex;
        align-items: center;
    }

    .van-field__left-icon {
        margin-right: 10px;
        color: #666;
		margin-top:5px;
    }

    .van-field__control {
        flex: 1;
        border: 0;
        outline: none;
        font-size: 14px;
    }

    .van-button {
        width: 100%;
        height: 44px;
        border-radius: 22px;
        background: #07c160;
        color: white;
        border: 0;
        font-size: 16px;
        margin-top: 20px;
    }

    .van-divider {
        color: #1989fa;
        margin: 20px 0;
        text-align: center;
    }
	
	select {
    width: 50%;
    padding: 5px 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px auto;
    cursor: pointer;
	color:#666;
}

select:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

/* 下拉选项样式 */
select option {
    font-size: 14px;
    padding: 8px 12px;
    background-color: #fff;
}

/* 鼠标悬停效果 */
select option:hover {
    background-color: #f0f0f0;
    color: #333;
}

/* 禁用选项的样式 */
select option[disabled] {
    color: #999;
    background-color: #f8f8f8;
}
/* 自定义radio样式 */
label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 10px 0;
  color:#666;
  font-size:14px;
}
textarea
{
   width: 50%;
    height: 50px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    resize: vertical;
    background-color: #f9f9f9;
}
.btn1 button{
    width: 30%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f9f9f9;
	margin-top:8px;
	margin-bottom:8px;
	color:#666;
}
        .container {
            max-width: 800px;
            margin: 50px auto;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
		.form-input {
        flex: 1;
        border: none;
        padding: 8px;
        font-size: 14px;
       }
        .result-card {
            padding: 20px;
            border: 1px solid #ddd;
            margin-top: 20px;
            display: none; /* 默认隐藏结果 */
        }
        .status {
            padding: 5px 10px;
            border-radius: 4px;
            font-weight: bold;
        }
        .status.待审核 { background: #ffd700; }
        .status.已审核 { background: #90EE90; }
        .status.已缴费 { background: #87CEEB; }
		
        /* 新增验证码样式 */
        .captcha-box {
            display: flex;
            gap: 10px;
            align-items: center;
        }
        #captchaText {
            font-size: 14px;
            font-weight: bold;
            color: #1E90FF;
            cursor: pointer;
            padding: 3px 5px;
            border: 1px solid #ddd;
        }
        #captchaInput {
            width: 50%;
        }
    .submit-btn {
        background: linear-gradient(135deg, #764ba2, #667eea);
        color: white;
        border: none;
        padding: 12px 0;
        width: 100%;
        border-radius: 25px;
        font-size: 16px;
        margin-top: 20px;
    }
.result-card {
    padding: 25px;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    margin-top: 25px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    display: none;
    transition: all 0.3s ease;
}

.result-card h3 {
    color: #2c3e50;
    margin-bottom: 1.2rem;
    border-bottom: 2px solid #f0f2f5;
    padding-bottom: 0.8rem;
    font-size: 1.4rem;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.8rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.info-item label {
    font-weight: 500;
    color: #4a5568;
    min-width: 80px;
    margin-right: 1.5rem;
}

#majorsList {
    margin: 1.5rem 0;
}

.major-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    margin: 0.5rem 0;
    background: #f8fafc;
    border-radius: 4px;
    border-left: 3px solid #4299e1;
}

.major-item span {
    margin-right: 1.5rem;
    color: #4a5568;
}

.status {
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    color: white;
}

.tip {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #e2e8f0;
    font-size: 0.9em;
    color: #718096;
}

/* 响应式调整 */
@media (max-width: 480px) {
    .result-card {
        padding: 15px;
    }
    
    .info-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .info-item label {
        margin-bottom: 0.5rem;
    }
    
    .major-item {
        flex-wrap: wrap;
    }
}