/**/
/**/
.logo-container {
    width: 100%;
    height: auto;
    /*background-color: #fbf2f2;*/
    background-color: #fff;
}

.logo-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    /*padding: 50px 0;*/
    /*border: 1px solid #f1132d;*/
}

.logo-img {
    max-width: 250px;
    height: auto;
    /* height: 50px; */
    /* width: auto; */
}

/**/

.banner-container {
    width: 100%;
    /*height: auto;*/
    /*max-width: 1980px;*/
    height: 760px;
    background-color: #fff;
    /*background-color: #fff;*/
    /*background-image: url('/tpadmin/public/image/banner.jpg');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

.banner-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    height: 760px;
    margin: 0 auto;
    /*padding: 50px 0;*/
    /*border: 1px solid #f1132d;*/
    /*background-image: url('/tpadmin/public/image/banner2.jpg');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/



    background-color: #fff;
    background-image: url('/tpadmin/public/image/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/**/

.fair-container {
    width: 100%;
    height: auto;
    /*background-color: #fbf2f2;*/
    background-color: #f5f5f5;
}

.fair-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    /*padding: 50px 0;*/
    /*border: 1px solid #f1132d;*/
}

/**/


.fair-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
    color: #333;
}

.fair-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    /*border-radius: 8px;*/
    overflow: hidden;
}

.fair-table th,
.fair-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.fair-table th {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    text-align: center;
}

.fair-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.fair-table tr:hover {
    background-color: #e9f7fe;
}

@media (max-width: 768px) {
    .fair-table {
        font-size: 14px;
    }
    .fair-table th,
    .fair-table td {
        padding: 8px;
    }
    .fair-title {
        font-size: 22px;
    }
}

.network-fair-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f8ff;
    padding: 30px;
    /*border-radius: 10px;*/
    /*margin-top: 30px;*/
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.network-left {
    flex: 1;
    padding-right: 20px;
}

.network-left h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.network-left p {
    margin: 8px 0;
    line-height: 1.6;
    color: #555;
}

.network-left strong {
    color: #333;
}

.network-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.qr-code-container p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.qr-code-img {
    width: 150px;
    height: 150px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: white;
}

/**/

.company-hire-container {
    width: 100%;
    /*height: auto;*/
    height: 555px;
    /*background-color: #fbf2f2;*/
    background-color: #f6f8fe;
}

.company-hire-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    /*padding: 50px 0;*/
    /*border: 1px solid #f1132d;*/
    background-image: url('/tpadmin/public/image/company_hire_bg2.jpg?v=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fixed-button-company {
    position: absolute;
    /*bottom: 50px;*/
    top : 409px;
    left: 780px;
    padding: 12px 40px;
    background-color: #0152ff;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 10;
    font-size: 16px;
}

.fixed-button-company:hover {
    background-color: #0056b3;
}


.fixed-button-person{
    position: absolute;
    /*bottom: 50px;*/
    top : 409px;
    left: 10px;
    padding: 12px 40px;
    background-color: #0152ff;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 10;
    font-size: 16px;
}

.fixed-button-person:hover {
    background-color: #0056b3;
}

/**/

.person-hire-container {
    width: 100%;
    /*height: auto;*/
    height: 555px;
    /*background-color: #fbf2f2;*/
    background-color: #fff;
}

.person-hire-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    /*padding: 50px 0;*/
    /*border: 1px solid #f1132d;*/
    background-image: url('/tpadmin/public/image/person_hire_bg2.jpg?v=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/**/


/**/
/* 二维码弹窗样式 */
.qr-modal-overlay {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.qr-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 20px;
    width: 350px;
    max-width: 90vw;
    text-align: center;
}

.qr-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.qr-modal-header h3 {
    margin: 0;
    color: #333;
}

.qr-close-btn {
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
}

.qr-close-btn:hover,
.qr-close-btn:focus {
    color: #000;
}

.qr-content {
    padding: 10px 0;
}

.qr-code-large {
    width: 200px;
    height: 200px;
    border: 2px solid #ddd;
    border-radius: 8px;
    margin: 10px auto;
    display: block;
}

.qr-content p {
    margin: 15px 0 0;
    color: #666;
}
/**/


.foot-container {
    width: 100%;
    height: auto;
    /*height: 555px;*/
    /*background-color: #fbf2f2;*/
    background-color: #f6f8fe;
}

.foot-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    /*border: 1px solid #f1132d;*/
}

.foot-info p {
    text-align: center;
    color: #666;
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.8;
}

.foot-licenses {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.license-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.license-item span:first-child {
    font-weight: bold;
    margin-right: 5px;
}

.foot-certifications {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.certification-img {
    height: 30px;
}

.license-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.license-item a:hover {
    color: #007bff;
    text-decoration: underline;
}


/**/
/* 公告模态框样式 */
.announcement-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcement-content {
    background: white;
    border-radius: 12px;
    max-width: 800px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: modalAppear 0.3s ease-out;
}

@keyframes modalAppear {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.announcement-header {
    padding: 25px 30px 15px;
    border-bottom: 1px solid #eee;
}

.announcement-header h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

.announcement-body {
    padding: 25px 30px;
    line-height: 1.6;
    color: #34495e;
}

.announcement-body p {
    margin: 10px 0;
    text-indent: 2em;
}

.announcement-footer {
    padding: 15px 30px 25px;
    text-align: right;
    border-top: 1px solid #eee;
}

.announcement-close-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.announcement-close-btn:hover {
    background: #2980b9;
}

.announcement-title {
    text-align: center;
    font-weight: bold;
    margin: 15px 0 25px;
    color: #2c3e50;
    font-size: 1.2em;
}
/**/