body {
    font-family: PingFangSC, PingFang SC;
}
.main-color {
    color: #1c1c1c;
}
.black-color {
    color: black;
}
.white-color {
    color: white;
}
.red-color {
    color: #E7390E;
}
.background-red-color {
    background-color: #E7390E;
}
.background-gray-color {
    background-color: #F5F5F5;
}
.background-white-color {
    background-color: white;
}
.display-flex {
    display: flex;
}
.white-space {
    display: block;
    height: 32px;
    background-color: white;
}
@media (max-width: 991px) {
    .white-space {
        height: 10px;
    }
}
.font-size-regular-18 {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: normal;
}
.font-size-bold-18 {
    font-size: 18px;
    font-weight: bold;
    color: #1c1c1c;
}
.font-size-regular-16 {
    font-size: 16px;
    font-weight: normal;
}
.font-size-bold-16 {
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
}
.font-size-regular-32 {
    font-size: 32px;
    font-weight: normal;
}
.font-size-bold-32 {
    font-size: 32px;
    font-weight: bold;
}
.font-size-regular-14 {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: normal;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-bold-14 {
    font-size: 14px;
    font-weight: bold;
    color: #1c1c1c;
}
.font-size-regular-12 {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-space-between {
    justify-content: space-between;
}


.about {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: white;
}
.header {
    position: relative;
    width: 100%;
    color: #1c1c1c;
    text-align: left;
    z-index: 2;
    margin-top: 72px;
}
.header-image {
    width: 100%;
}
.header-content {
    position: absolute;
    display: block;
    top: 25%;
    margin-left: 20%;
    left: 0;
    right: 0;
}
.header-title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
}
.header-desc {
    font-size: 16px;
    width: 380px;
    margin-top: 15px;
}
.small-logo {
    width: 150px;
    height: 32px;
    margin-top: 6px;
}
@media (max-width: 991px) {
    .small-logo {
        width: 113px;
        height: 24px;
        margin-top: 0px;
    }
}
.nav-menu {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}
.nav-menu-right {
    display: flex;
}
.nav-menu-dropdown {
    margin-top: 7px;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: white;
    z-index: 100;
}
.nav-title-line {
    display: block;
    background-color: black;
    width: 1px;
    height: 16px;
    margin: 12px 20px 0 10px;
}
.nav-title-link {
    color: black;
    font-weight: bold;
    margin: 0 7px;
    text-align: center;
}
.nav-title-link:hover {
    color: red !important;
}
.underline::after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 80%;
    background: red;
    margin: 2px auto;  /* 使底部红色边框居中 */
}
@media (max-width: 991px) {
    .underline::after {
        height: 0px;
    }
}
.nav-line-height {
    line-height: 40px;
}
.language {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: -5px;
}
.language-title {
    width: 40px;
    border-width: 0;
    background-color: transparent;
    margin: 0;
}
.introduce {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background-color: white;
}
.gray-background {
    position: absolute;
    background-color: #F5F5F7;
    height: 400px;
    width: 100%;
}
.introduce-title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 64px;
    color: black;
}
@media (max-width: 991px) {
    .introduce-title {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 8px;
        padding-top: 30px;
        color: black;
    }
}
.introduce-desc {
    position: relative;
    font-size: 16px;
    width: 900px;
    margin: 0 auto;
    color: black;
    text-align: left;
}
@media (max-width: 991px) {
    .introduce-desc {
        font-size: 14px;
        width: 100%;
        padding: 0 15px;
    }
}
.introduce-carousel {
    position: relative;
    text-align: center;
    margin-top: 36px;
}
@media (max-width: 991px) {
    .introduce-carousel {
        margin-top: 30px;
    }
}
.introduce-image {
    width: 980px;
    margin: 0 auto;
    border-radius: 16px;
}
.introduce-culture {
    color: black;
    font-size: 40px;
    font-weight: bold;
}
.introduce-culture-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    color: black;
}
.introduce-culture-desc {
    font-size: 16px;
    margin-top: 8px;
    color: #1c1c1c;
    padding: 0 15px;
}
.introduce-image-title {
    font-size: 16px;
    color: #1c1c1c;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 15px;
}
.introduce-gap {
    display: block;
    margin-bottom: 60px;
}
@media (max-width: 991px) {
    .introduce-image {
        width: 100%;
        padding: 0 15px;
        border-radius: 8px;
    } 
    .introduce-culture {
        color: black;
        font-size: 24px;
        font-weight: bold;
    }
    .introduce-culture-title {
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
        color: black;
    }
    .introduce-culture-desc {
        font-size: 16px;
        margin-top: 8px;
        color: #1c1c1c;
    }
    .introduce-image-title {
        font-size: 16px;
        color: #1c1c1c;
        margin-top: 10px;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .introduce-gap {
        margin-bottom: 20px;
    }
}
.introduce-gap-20 {
    display: block;
    margin-bottom: 20px;
}
.about {
    position: relative;
    color: white;
    background-color: #F5F5F7;
}
.about-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    padding-top: 64px;
    transition: top 1s ease-in-out;
}
@media (max-width: 991px) {
    .about-title {
        font-size: 24px;
        padding-top: 30px;
    }
}
.about-desc {
    font-size: 16px;
    transition: top 1s ease-in-out;
}
@media (max-width: 991px) {
    .about-desc {
        font-size: 14px;
    }
}
.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 64px;
    transition: top 1s ease-in-out;
}
.about-box {
    position: relative;
    margin-top: 40px;
    width: 300px;
    margin-left: 40px;
    border-radius: 16px;
    background-color: white;
}
@media (max-width: 991px) {
    .about-box {
        position: relative;
        margin: 30px auto 45px auto;
        width: 300px;
        border-radius: 16px;
        background-color: white;
        cursor: pointer;
    }
}
.about-box-image {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.about-box-title {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-top: 30px;
}
.about-box-desc {
    font-size: 14px;
    color: black;
    padding: 10px 40px 40px 40px;
}
.about-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E7390E;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 16px; /* 如果你希望遮罩层也有圆角，添加这一行 */
}
.about-box:hover .about-box-overlay {
    opacity: 1;
}
.about-box-arrow {
    width: 70px;
}
.about-box-more {
    margin-top: 24px;
    font-size: 14px;
    color: white;
}
.honor {
    position: relative;
    color: black;
    background-color: #F5F5F7;
    text-align: center;
}
.honor-h5 {
    padding-bottom: 30px;
}
.honor-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 64px;
    padding-top: 40px;
}
.honor-content {
    background-color: white;
    width: 980px;
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.honor-text-list {
    flex: 1;
}
.honor-image-box {
    flex: 1;
}
.honor-text-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    background-color: #F5F5F5;
    border-radius: 8px;
    width: 410px;
    margin-bottom: 8px;
    text-align: left;
    padding: 9px 16px 9px 16px;
}
@media (max-width: 991px) {
    .honor-center {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .honor-content {
        background-color: white;
        width: 345px;
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        border-radius: 16px;
    }
    .honor-text-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-size: 16px;
        background-color: #F5F5F5;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 8px;
        text-align: left;
        padding: 9px 16px 9px 16px;
    }
    .honor-text-list {
        flex: 1;
        min-width: 300px;
    }
    .honor-image-box {
        flex: 1; 
        padding: 15px;
    }
    .honor-image-ca {
        width: 100%;
    }
}
.honor-text-item.selected {
    color: white; /* 鼠标悬停时的文字颜色 */
    background-color: #E7390E;
}
.honor-text-item.selected::after {
    content: url('../assets/images/honor/arrow.png'); 
    width: 16px; 
    height: 16px; 
}

.join-content {
    display: flex;
}
.join-us {
    position: relative;
    display: flex;
    justify-content: center;
}
.join-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.join-right {
    margin-top: 64px;
    z-index: 2;
}
.logo-gray {
    width: 590px;
}
.logo {
    width: 169px;
    height: 36px;
}
.logoWeb {
    width: 100%;
}
.join-center {
    text-align: center;
    z-index: 2;
    width: 360px;
    margin-left: 400px;
}
.join-jinshu {
    color: #1c1c1c;
    font-size: 40px;
    font-weight: bold;
    margin-top: 64px;
}
.find-feature {
    font-size: 32px;
    font-weight: bold;
    color: #1c1c1c;
    margin-top: 64px;
}
.find-interview {
    font-size: 18px;
    color: #1c1c1c;
}
.open-find {
    padding: 14px 31px;
    width: 208px;
    background-color: #E7390E;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    line-height: 32px;
    margin: 52px auto;
    cursor: pointer;
}
.icon-fox {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
@media (max-width: 991px) {
    .join-content {
        display: block;
        z-index: 2;
    }
    .join-center {
        text-align: center;
        z-index: 2;
        margin-left: 0;
        width: 300px;
    }
    .join-jinshu {
        color: #1c1c1c;
        font-size: 32px;
        line-height: 34px;
        font-weight: bold;
        margin-top: 30px;
    }
    .find-feature {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: #1c1c1c;
        margin-top: 40px;
    }
    .find-interview {
        font-size: 14px;
        color: #1c1c1c;
    }
    .open-find {
        padding: 14px 31px;
        width: 208px;
        background-color: #E7390E;
        border-radius: 8px;
        font-size: 24px;
        font-weight: 600;
        color: white;
        line-height: 32px;
        margin: 40px auto 0 auto;
        cursor: pointer;
    }
    .join-right {
        margin-top: 30px;
        z-index: 2;
        text-align: center;
    }
    .icon-fox {
        width: 200px;
        height: 155px;
    }
    .logo-gray {
        width: 100%;
    }
}

.voice-bg {
    display: flex;
    width: 100%;
    justify-content: center;
}
.honor-bg {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 400px;
}
.honor-card {
    width: 345px;
    padding: 0 10px;
    justify-content: flex-center;
    background-color: white;
    border-radius: 8px;
}
.honor-image {
    width: 100%;
    margin-top: 10px;
}
.voice-card {
    width: 470px;
    margin: 0 10px;
    justify-content: flex-center;
}
@media (max-width: 991px) {
    .voice-card {
        width: 345px;
    }
}
.activity-image {
    border-radius: 8px;
    width: 100%;
}
.bottom {
    background-color: white;
    padding-top: 64px;
    text-align: left;
}
@media (max-width: 991px) {
    .bottom {
        background-color: white;
        padding: 30px;
        text-align: left;
    }
}
.contact {
    margin: 30px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
}
.contact-detail {
    display: block;
    margin: 10px 0;
    color: #1c1c1c;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}