/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* 头部样式 */
.wrap{
    background:#D6EBFF url("../images/bg.png") center top no-repeat;
}
.header{
    height: auto;
    position: relative;
    background: transparent;
}
.header .inner{
    position: relative;
}
.site_logo{
    position: absolute;
    left: 0;
    top: 20px;
}
.banner {
    padding-top: 105px;
    padding-bottom: 85px;
    text-align: center;
}
.banner img{
    margin: 0 auto;
}
.site-logo {
    position: absolute;
    left: 0;
    top: 20px;
}
.header .inner {
    width: 1200px;
    padding-top: 10px;
    position: relative;
}
/* 主要内容区域 */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.zjfk {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
}
/* 规划介绍 */
.plan-intro {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
    border-top: 5px solid #0267FF;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: #006FDB;
    text-align: justify;
    text-indent: 2em;
}

/* 通用区块样式 */
.collection-section,
.participation-section,
.feedback-section {
    margin-bottom: 15px;
}

.section-title {
    background: url(../images/bt.png) left center no-repeat;
    color: white;
    padding: 15px 35px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.feedback-section .section-title {
    background: #0068B7;
    width: 140px;
    padding: 11px 33px;
    border-radius: 4px 4px 0 0;
}

.section-content {
    background: white;
    padding: 25px 0;
    border-top: none;
    font-size: 18px;
    line-height: 1.7;
    text-indent: 2em;
}

/* 参与方式 */
.participation-method {
    background: white;
    padding: 25px;
    border-top: none;
    margin-bottom: 0;
}

.participation-method:last-child {
    border-radius: 0 0 8px 8px;
}

.participation-method h4 {
    color: #0B63B5;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.participation-method p {
    margin-bottom: 10px;
    font-size: 18px;
}
.participation-method .qr-text {
    font-size: 16px;
}
.participation-method a {
    color: #1e3c72;
    text-decoration: none;
    font-weight: bold;
}

.participation-method a:hover {
    text-decoration: underline;
}

.qr-code {
    text-align: center;
    margin-top: 20px;
}

.qr-image {
    width: 120px;
    height: 120px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
}

.qr-text {
    color: #666;
    font-size: 14px;
}

.mail-note {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    padding: 15px;
    border-radius: 5px;
    color: #856404;
    font-size: 14px;
}

/* 表单样式 */
.feedback-form {
    background: white;
    padding: 25px;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding-bottom: 0px;
}

.form-group {
    margin-bottom: 25px;
    display: flex;
    /* align-items: center; */
    justify-content: center;    
}

.form-group label {
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
    color: #333;
    text-align: right;
    padding-top: 15px;
}

.form-group input,
.form-group textarea {
    width: 80%;
    padding: 12px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 18px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1e3c72;
    box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.1);
}

.form-group textarea {
    height: 120px;
    resize: vertical;
}
.red {
    color: red;
}

.verification-group .verification-input {
    display: flex;
    gap: 15px;
    align-items: center;
    display: flex;
}
#verification {
    width: 52%;
    margin-right: 10px;
}
.verification-group .control-labe {
    padding-right: 0px;
}
.verification-group input {
    flex: 1;
    max-width: 400px;
}

.captcha-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.captcha-image img {
    width: 80px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
}

.refresh-text {
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.refresh-text:hover {
    color: #1e3c72;
}

.form-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.btn-submit,
.btn-reset {
    padding: 7px 44px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit {
    background: #0068B7;
    color: white;
}

.btn-submit:hover {
    background: #0068B7;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.btn-reset {
    background: #6c757d;
    color: white;
}

.btn-reset:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.yjfk {
    border-bottom: 1px solid #e0e0e0;
}
/* 底部样式 */
.footer {
    background: #1e3c72;
    color: white;
    padding: 40px 0 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-links {
    margin-bottom: 30px;
}

.link-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: relative;
}

.footer-link:hover {
    background: rgba(255,255,255,0.1);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 200px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    top: 100%;
    left: 0;
}

.dropdown-content a {
    color: #333;
    padding: 12px 18px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content a:hover {
    background: #f5f5f5;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.footer-info {
    text-align: center;
    margin-bottom: 30px;
}

.party-logo-footer {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #d32f2f, #f44336);
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.party-logo-footer .party-text {
    font-size: 10px;
}

.contact-info,
.organizer-info,
.icp-info {
    margin-bottom: 15px;
    font-size: 14px;
    opacity: 0.9;
}

.footer-bottom {
    text-align: right;
}

.error-report {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.error-report:hover {
    background: rgba(255,255,255,0.2);
}

.error-icon {
    width: 20px;
    height: 20px;
    background: #d32f2f;
    border-radius: 3px;
    position: relative;
}

.error-icon::after {
    content: '🔍';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}
.qr-code {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-image {
    border: 2px solid #D3E9FF;
}
/* 响应式设计 */
@media (max-width: 768px) {
    .header-content {
        padding: 0 15px;
    }
    
    .bureau-name {
        font-size: 24px;
    }
    
    .title {
        font-size: 28px;
    }
    
    .subtitle {
        font-size: 20px;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .link-row {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .verification-group .verification-input {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .verification-group input {
        max-width: 100%;
    }
    
    .form-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-submit,
    .btn-reset {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .banner,.banner img,.header .inner {
        width: 100%;
    }
    .header {
        padding: 15px 0;
    }
    .banner {
        padding: 85px 15px 53px 10px;

    }
    .site-logo {
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .site-logo  img {
        width: 175px;
    }
    .wrap {
        background: #D6EBFF url(../images/bg.png) center top no-repeat;
        background-size: 358%;
    }
    .zjfk {
        padding: 20px;
    }
    .logo-section {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    .party-logo {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .title {
        font-size: 24px;
    }
    
    .subtitle {
        font-size: 18px;
    }
    
    .main-content {
        padding: 20px 0;
    }
    
    .plan-intro,
    .section-content,
    .participation-method,
    .feedback-form {
        padding: 20px;
    }
    .yjfk {
        margin-bottom: 15px;
    }
    .feedback-form {
        padding: 5px;
    }
    .form-group {
        display: flex;
        justify-content: space-between;
    }
    .verification-group .verification-input {
        width: 78%;
    }
    #verification {
    width: 70%;
    }
    .form-group input, .form-group textarea {
        width: 73%;
    } 
    .qr-code {
        display: none;
    }
    .form-group label {
        padding: 0;
        padding-top: 4%;
    }
}
