body {
    font-family: PingFangSC, PingFang SC;
}
.display-flex {
    display: flex;
}
.white-space {
    display: block;
    height: 32px;
    background-color: white;
}
.space {
    display: block;
    height: 32px;
}
@media (max-width: 991px) {
    .white-space {
        display: block;
        height: 10px;
    }
    .space {
        display: block;
        height: 10px;
    }
}
.cookie {
    position: fixed;
    display: block;
    width: 100%;
    text-align: center;
    background-color: black;
    font-size: 14px;
    color: white;
    margin: 0 auto;
    z-index: 10;
    padding: 15px;
}
.cookieButton {
    background-color: #008AFF;
    color: white;
    border-radius: 12px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
    border-width: 0;
    padding: 0 10px;
    margin: 0 15px 0 10px;
    cursor: pointer;
}
.cookieClose {
    width: 14px;
}
.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;
}
.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;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-space-between {
    justify-content: space-between;
}
.logo {
    width: 169px;
    height: 36px;
}
.logoWeb {
    width: 100%;
}
.small-logo {
    width: 150px;
    height: 32px;
    margin-top: 6px;
}
@media (max-width: 991px) {
    .small-logo {
        width: 113px;
        height: 24px;
        margin-top: 0px;
    }
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: white;
    z-index: 100;
}
.nav-title-line {
    display: block;
    background-color: white;
    width: 1px;
    height: 16px;
    margin: 12px 20px 0 10px;
}
.nav-title-link {
    color: white;
    font-weight: bold;
    margin: 0 7px;
    text-align: center;
}
.nav-title-link.active::after {
    content: "";
    display: block;
    width: 30px;  /* 调整这个值来改变底部红色边框的长度 */
    border-bottom: 2px solid red;
    margin: 2px auto;  /* 使底部红色边框居中 */
}
@media (max-width: 991px) {
    .nav-title-link {
        color: black;
    }
    .nav-title-link.active::after {
        border-bottom: 0px solid red;
    }
}
.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;
}
.nav-line-height {
    line-height: 40px;
}
.nav-title-link:hover {
    color: red !important;
}
.language {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: -5px;
}
.language-title {
    width: 40px;
    border-width: 0;
    background-color: transparent;
    margin: 0;
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 764px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    font-weight: bold;
}
.mask-title {
    font-size: 72px;
    margin-top: 300px;
}
.mask-desc {
    font-size: 18px;
}
.mask-image {
    margin: 257px auto 0 auto;
    width: 18px;
}
.mask-scroll {
    font-size: 11px;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .mask {
        height: 360px;
    }
    .mask-title {
        font-size: 34px;
        margin-top: 158px;
    }
    .mask-desc {
        font-size: 14px;
    }
}
.video {
    object-fit: cover;
    height: 764px;
    width: 100%;
}
@media (max-width: 991px) {
    .video {
        object-fit: cover;
        height: 360px;
        width: 100%;
    }
}
.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;
}
.join-center {
    text-align: center;
    z-index: 2;
    width: 400px;
    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;
        line-height: 16px;
        color: #1c1c1c;
    }
    .open-find {
        padding: 14px 31px;
        width: 198px;
        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 {
    color: #1c1c1c;
    background-color: #F5F5F7;  
    text-align: left;  
}
.voice-title {
    color: #1c1c1c;
    display: block;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 64px 15px 0 15px;
}
@media (max-width: 991px) {
    .voice-title {
        display: block;
        padding: 30px 15px 0 15px;
        font-size: 32px;
        line-height: 34px;
    }
}
.voice-bg {
    display: flex;
    background-color: #F5F5F7;
    width: 100%;
    justify-content: center;
}
.voice-card {
    background-color: white;
    border-radius: 16px;
    width: 470px;
    height: 259px;
    margin-left: 40px;
    justify-content: flex-center;
    margin: 40px 30px 50px 64px;
}
.voice-left-quotes {
    width: 44px;
    height: 38px;
    margin: 16px 0 0 16px;
}
.voice-view {
   margin: 0 40px; 
}
.voice-name {
    font-size: 24px;
    font-weight: 600;
    color: black;
}  
.voice-position {
    font-size: 12px;
    font-weight: normal;
    color: #888888;
    margin-top: 4px;
}
.voice-content {
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-top: 16px;
}
.voice-right-quotes {
    width: 44px;
    height: 38px;
    float: right;
    margin-right: 16px;
}
@media (max-width: 991px) {
    .voice-card {
        background-color: white;
        border-radius: 16px;
        width: 345px;
        justify-content: center;
        margin: 30px auto 40px auto;
    }
    .voice-name {
        font-size: 18px;
        font-weight: 600;
        color: black;
    }  
    .voice-position {
        font-size: 12px;
        font-weight: normal;
        color: #888888;
        margin-top: 4px;
    }
    .voice-content {
        font-size: 14px;
        font-weight: normal;
        color: black;
        margin-top: 16px;
    }
}
.about {
    position: relative;
    color: white;
    background-color: #F5F5F7;
    text-align: center;
    background-image: url("../assets/images/aboutus/about-us.png");
}
.about-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    padding-top: 64px;
    padding-left: 15px;
    padding-right: 15px;
    transition: top 1s ease-in-out;
}
@media (max-width: 991px) {
    .about-title {
        font-size: 24px;
        padding-top: 30px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}
.about-desc {
    font-size: 16px;
    transition: top 1s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 991px) {
    .about-desc {
        font-size: 14px;
        line-height: 16px;
    }
}
.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 64px;
    transition: top 1s ease-in-out;
}
.about-box {
    position: relative;
    margin: 40px 20px 0 20px;
    width: 300px;
    border-radius: 16px;
    background-color: white;
    cursor: pointer;
}
@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;
    line-height: 26px;
    font-weight: bold;
    color: #1c1c1c;
    margin-top: 30px;
}
.about-box-desc {
    font-size: 14px;
    line-height: 16px;
    color: #1c1c1c;
    height: 70px;
    padding: 10px 25px 40px 25px;
}
.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-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;
}
.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;
}
.honor-content-h5 {
    padding-bottom: 30px;
    padding-top: 30px;
}
@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; 
}
.grow {
    position: relative;
    color: black;
    background-color: #F5F5F7;
    text-align: center;
}
.grow-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 44px;
    padding-top: 40px;
}
.grow-content {
    width: 980px;
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.grow-image-box {
    width: 410px;
    height: 360px;
}
.grow-image-radius {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.grow-content-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.grow-content-item {
    width: 218px;
    height: 168px;
    border-radius: 8px;
    text-align: center;
    padding: 16px;
    margin-left: 24px;
}
.grow-content-item-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
}
.grow-content-item-desc {
    font-size: 14px;
}
.grow-content-right-title {
    font-size: 32px;
    font-weight: bold;
}
.grow-content-right-desc {
    margin-top: 15px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    height: 32px;
}
.grow-content-right-detail {
    margin-bottom: 15px;
    color: black;
    font-size: 12px;
    line-height: 14px;
}
.grow-content-right {
    flex: 1;
    padding: 50px;
}
@media (max-width: 991px) {
    .grow-center {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .grow-content {
        width: 100%;
        display: flex;
        padding: 15px;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        flex-direction: column;
    }
    .grow-image-box {
        width: 345px;
        height: 280px;
    }
    .grow-image-box-full {
        height: 260px;
        width: 375px;
        object-fit: cover;
    }
    .grow-content-box {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .grow-content-item {
        flex: 1;
        width: 168px;
        height: 150px;
        border-radius: 8px;
        text-align: center;
        padding: 16px;
        margin: 5px 5px;
    }
    .grow-content-image {
        margin-bottom: 30px;
    }
    .grow-content-item-title {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .grow-content-item-desc {
        font-size: 12px;
        line-height: 16px;
    }
    .grow-content-right-title {
        font-size: 24px;
        font-weight: bold;
    }
    .grow-content-right {
        flex: 1;
        padding: 20px 20px 0 20px;
    }
}
.grow-scroll-container {
    height: 700px; /* 使容器的高度等于视口的高度 */
    overflow-y: scroll; /* 设置为纵向滚动 */
    scroll-snap-type: y mandatory; /* 设置为纵向滚动翻页 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.grow-scroll-container::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
@media (max-width: 991px) {
    .grow-scroll-section {
        height: 425px;
    }
}
.parse-data {
    height: auto;
}
.data-image {
    width: 980px;
    height: 440px;
    object-fit: cover;
    border-radius: 16px;
}
.data-image-fit {
    width: 980px;
    height: 440px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 44px;
    margin-top: 40px;
}
.data-core {
    font-size: 16px;
    font-weight: normal;
    color: white;
    opacity: 0.9
}
.data-title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin: 10px 15px 12px 15px;
}
.data-desc {
    font-size: 14px;
    color: white;
    font-weight: normal;
    opacity: 0.9
}
@media (max-width: 991px) {
    .data-image {
        border-radius: 8px;
        width: 100%;
        height: 425px;
        object-fit: cover;
    }
    .data-image-fit {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0;
        margin-bottom: 0;
    }
    .data-core {
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        color: white;
        opacity: 0.9
    }
    .data-title {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: white;
        margin: 10px 15px 12px 15px;
    }
    .data-desc {
        font-size: 12px;
        line-height: 14px;
        color: white;
        font-weight: normal;
        opacity: 0.9
    }
}
.data-image-content {
    position: absolute;
    top: 140px;
    left: 50%;
    width: 470px;
    padding: 40px;
    margin: auto 0;
}
@media (max-width: 991px) {
    .data-image-content {
        position: absolute;
        top: 260px;
        left: 0;
        right: 0;
        width: 345px;
        margin: 0 auto;
        padding: 20px;
    }
}
.ai-carousel {
    position: relative;
    text-align: center;
    background-color: #F5F5F7;
    color: #1c1c1c;
}
.ai {
    position: relative;
    color: black;
    background-color: #F5F5F7;
    text-align: center;
}
.ai-scroll-container {
    height: 700px; /* 使容器的高度等于视口的高度 */
    overflow-y: scroll; /* 设置为纵向滚动 */
    scroll-snap-type: y mandatory; /* 设置为纵向滚动翻页 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.ai-scroll-container::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
.ai-scroll-section {
    height: 680px; /* 使每个区块的高度等于视口的高度 */
    scroll-snap-align: start; /* 使每个区块都能对齐到滚动容器的边缘 */
}
.gap-20 {
    display: block;
    margin-bottom: 20px;
}
.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;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}