
ul {
    list-style: none;
}

/* 关于蚁链页面样式 */
.about-page {
    background-color: #F6F9FF;
    min-height: 100vh;
}

.product-banner {
    width: 100%;
    height: 24.25rem; /* 388px */
    position: relative;
}

.product-banner img {
    width: 100%;
}

.banner-center {
    width: 17.9375rem; /* 287px */
    height: 8.25rem; /* 132px */
    margin: 0 auto;
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.product-banner .banner-title {
    width: 17.9375rem; /* 287px */
    line-height: 4.375rem; /* 70px */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 1000;
    font-size: 3.125rem; /* 50px */
    color: #FFFFFF;
    z-index: 2;
    user-select: none;
}

.product-banner .banner-corner {
    position: absolute;
    width: 1.875rem; /* 30px */
    height: 1.875rem; /* 30px */
    z-index: 2;
}

.product-banner .corner-top {
    border-top: 0.625rem solid #8dc21f; /* 10px */
    border-left: 0.625rem solid #8dc21f; /* 10px */
}

.product-banner .corner-bottom {
    bottom: 0;
    right: 0;
    border-bottom: 0.625rem solid #8dc21f; /* 10px */
    border-right: 0.625rem solid #8dc21f; /* 10px */
}

.banner-h {
    font-weight: 700;
    line-height: 2.125rem; /* 34px */
    font-size: 1.5rem; /* 24px */
    color: #8DC21F;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-80%);
}

/* 关于蚁链头部区域 - 深色背景带3D卡车 */
.about-hero {
    position: relative;
    margin: 0 8%;
}

.about-img {
    width: 100%; /* 1600px */
    height: 18.5rem; /* 296px */
    margin: 8.125rem 0; /* 130px */
}
.about-img img{
    width: 100%;
}
.about-hero-content {
    position: absolute;
    top: -13.9375rem; /* -223px */

}

.about-hero h1 {
    font-size: 3.5rem; /* 56px */
    color: #fff;
    margin-bottom: 0.9375rem; /* 15px */
    font-weight: bold;
    text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3); /* 2px 2px 4px */
}

.about-hero .subtitle {
    font-size: 1.25rem; /* 20px */
    color: #8DC21F;
    margin-bottom: 3.75rem; /* 60px */
    letter-spacing: 0.1875rem; /* 3px */
    font-weight: 300;
}

.about-hero-card {
    background: #fff;
    border-radius: 0.625rem; /* 10px */
    max-width: 60.625rem; /* 970px */
    height: 27.3125rem; /* 437px */
    padding: 1.6875rem 3.25rem; /* 27px 52px */
}

.card-i {
    width: 1.625rem; /* 26px */
    height: 0.3125rem; /* 5px */
    background: #8DC21F;
    margin-top: 1.6875rem; /* 27px */
    margin-bottom: 1.1875rem; /* 19px */
}

.about-hero-card h2 {
    font-weight: 900;
    line-height: 2.125rem; /* 34px */
    font-size: 1.5rem; /* 24px */
    color: #10193A;
    margin-bottom: 0.375rem; /* 6px */
}

.about-hero-card h3 {
    font-weight: 500;
    font-size: 1rem; /* 16px */
    line-height: 1.375rem; /* 22px */
    color: rgba(16, 25, 58, 0.5);
    margin-bottom: 1.5rem; /* 24px */
}

.about-hero-card p {
    font-weight: 400;
    font-size: 1.5rem; /* 24px */
    color: rgba(16, 25, 58, 0.5);
    line-height: 2.5rem; /* 40px */
    text-align: justify;
}

/* 企业使命区域 - 白色背景 */
.mission-section {
    width: 100%;
    min-height: 50rem;
    background-image: url('../assets/common/about1.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* 关键：等比缩放并裁剪 */
    position: relative;
}

.mission-content {
    width: 100rem; /* 1600px */
    margin: 0 auto;
    padding: 0 8.625rem; /* 138px */
    text-align: center;
}

.mission-title {
    width: 17.9375rem; /* 287px */
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 11rem; /* 176px */
}

.recruitment-title {
    width: 17.9375rem; /* 287px */
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-top: 4.625rem; /* 74px */
}

.mission-title .banner-title,
.recruitment-title .banner-title {
    width: 17.9375rem; /* 287px */
    line-height: 4.375rem; /* 70px */
    font-weight: 1000;
    font-size: 3.125rem; /* 50px */
    color: #FFFFFF;
    z-index: 2;
    user-select: none;
}

.mission-title .banner-corner,
.recruitment-title .banner-corner {
    position: absolute;
    width: 1.875rem; /* 30px */
    height: 1.875rem; /* 30px */
    z-index: 2;
}

.mission-title .corner-top,
.recruitment-title .corner-top {
    border-top: 0.625rem solid #8dc21f; /* 10px */
    border-left: 0.625rem solid #8dc21f; /* 10px */
}

.mission-title .corner-bottom,
.recruitment-title .corner-bottom {
    bottom: 0;
    right: 0;
    border-bottom: 0.625rem solid #8dc21f; /* 10px */
    border-right: 0.625rem solid #8dc21f; /* 10px */
}

.mission-subtitle {
    margin-top: 1.5rem; /* 24px */
    margin-bottom: 2.8125rem; /* 45px */
    font-weight: 600;
    font-size: 1.875rem; /* 30px */
    line-height: 2.625rem; /* 42px */
    color: #FFFFFF;
}

.mission-cards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem; /* 80px */
}

.mission-card {
    color: #fff;
    text-align: center;
    width: 40.625rem; /* 650px */
    height: 13.375rem; /* 214px */
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px rgba(16, 25, 58, 0.1);
    border-radius: 0.625rem; /* 10px */
    border: 0.125rem dashed rgba(255, 255, 255, 0.8); /* 2px */
}

.mission-card h4 {
    font-size: 1.5rem; /* 24px */
    margin-bottom: 1.75rem; /* 28px */
    margin-top: 1.875rem; /* 30px */
    color: #8DC21F;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 2.125rem; /* 34px */
}

.card-h {
    display: inline-block;
    width: 1.625rem; /* 26px */
    height: 0.3125rem; /* 5px */
    background: #8DC21F;
    margin-right: 1.3125rem; /* 21px */
    margin-left: 1.875rem; /* 30px */
}

.card-right {
    display: flex;
    margin: 0 2.8125rem; /* 45px */
    justify-content: space-between;
}

.card-right span {
    display: inline-block;
    width: 10rem; /* 160px */
    height: 5rem; /* 80px */
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem; /* 8px */
    border: 0.0625rem dashed rgba(255, 255, 255, 0.5); /* 1px */
    font-weight: 900;
    line-height: 5rem; /* 80px */
    text-align: center;
    font-size: 1.875rem; /* 30px */
    color: #FFFFFF;
}

.mission-card p {
    font-weight: 900;
    font-size: 1.875rem; /* 30px */
    line-height: 2.625rem; /* 42px */
    color: #FFFFFF;
}

.mission-banner {
    background: linear-gradient(135deg, #0e1b35 0%, #1a2a4a 100%);
    color: #fff;
    padding: 2.5rem 3.125rem; /* 40px 50px */
    border-radius: 0.9375rem; /* 15px */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.2); /* 8px 25px */
}

.mission-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75rem; /* 300px */
    height: 100%;
    background: linear-gradient(45deg, #8DC21F 0%, rgba(141, 194, 31, 0.3) 100%);
    opacity: 0.2;
}

.mission-banner-left {
    font-size: 1.75rem; /* 28px */
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.mission-banner-right {
    font-size: 1.25rem; /* 20px */
    color: #8DC21F;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

/* 招聘信息区域 - 灰色背景 */
.recruitment-section {
    margin-top: 2.375rem; /* 38px */
    background: #FFFFFF;
    padding-bottom: 6.25rem; /* 100px */
}

.recruitment-content {
    margin: 0 8%;
    padding: 0 1.25rem; /* 20px */
}
.recruitment-layout {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem; /* 64px */
}

.recruitment-jobs {
    max-height: 42.8125rem; /* 685px */
    overflow-y: auto;
    padding-right: 0.9375rem; /* 15px */
    overflow-x: hidden;
}
@media (max-width: 1680px) {
    .recruitment-jobs {
        width: 45%;
    }
}
@media (max-width: 1440px) {
    .recruitment-jobs {
        width: 55%;
    }
}
.job-item {
    width: 30.625rem; 
    position: relative;
    background: #F6F9FF;
    box-shadow: 0px 4px 4px 0px rgba(16, 25, 58, 0.1);
    border-radius: 0.625rem;
    margin-bottom: 2.5rem;
    padding: 0 1.1875rem;
    /* cursor: pointer; */
}

.job-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.25rem; 
}

.job-title h3 {
    font-weight: 900;
    font-size: 1.5rem; 
    color: #10193A;
    line-height: 2.125rem;
    display: flex;
    align-items: center;
}

.job-title h3 span {
    display: inline-block;
    width: 1.625rem;
    height: 0.3125rem; 
    background: #8DC21F;
    margin-right: 1.3125rem;
}

.job-location {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    color: #10193A;
    line-height: 1.75rem;
}

.job-location img {
    width: 2.125rem;
    height: 2.125rem;
}

.job-requirements {
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(16, 25, 58, 0.5);
    line-height: 1.75rem;
    padding-bottom: 0.625rem;
}

.job-requirements ul {
    list-style: none;
    padding: 0;
}

.job-requirements li {
    position: relative;
    font-size: 0.875rem;
}


.map-container {
    width: 100%;
    height: 43rem;
}

.map-container img {
    width: 100%;
    height: auto;
}
.bannerProduct, .mission-section-m, .header_img_M, .about-hero-m {
    display: none;
}