/* 修改头部样式 */
.app-header.app-index-header {
    background-color: transparent;
}

.app-index-header::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(238, 238, 238, .2);
    z-index: 10;
}

.app-header.header-active .app-header-inner {
    background-color: #111015;
    transition: .3s ease background-color;
}

.app-index-header .app-header-container {}


.app-index-header .nav-list ul li {
    border-right: 1px solid #fff;
}


/* 轮播图 */

.app-body .app-banner-swiper-container {
    width: 100%;
    /* height: calc(100vh - 90px); */
    height: 100vh;
    position: relative;
    margin-top: -78px;
}



.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}




/* 视频播放器 */
.app-body .app-video {
    width: 100%;
    min-height: calc(100vh - 90px);
    background-image: url(../assets/imgs/videobackgroundImg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-body .app-video .app-video-container {
    width: 1180px;
    height: 680px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 16px;
    box-shadow: 0px 3px 10px 1px #AAAFB8;
}

.video-js {
    width: 100%;
    height: 100%;
}

.vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}



.company-contact-info .company-tel,
.company-address {
    vertical-align: middle;
    display: flex;
    align-items: center;
    color: #fff;
}

.company-contact-info .company-tel .company-tel-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-image: url(../assets/imgs/tel-icon.png);
    margin-bottom: 8px;
}


.company-contact-info .company-address .company-address-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-image: url(../assets/imgs/loc-icon.png);
}



/* /////////about////////////////////////////////////////// */

.app-about-banner {
    width: 100%;
    height: 750px;
    position: relative;
    margin-top: -78px;
}

.app-about-banner a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../assets/imgs/sidle-img1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.app-about-text-container {
    position: relative;
    padding-bottom: 100px;
}




.app-about-text-nav {
    display: flex;
    width: 100%;
    margin-top: 60px;
    justify-content: flex-start;
    align-items: center;
}

.app-about-text-nav a {
    display: inline-block;
    /* width: 406px; */
    height: 120px;
    /* background: linear-gradient(91deg, #F8FAFF 0%, #E8EEFC 100%); */
    /* box-shadow: 5px 5px 20px 1px rgba(170, 175, 184, 0.3); */
    /* border-radius: 8px 8px 8px 8px; */
    /* border: 2px solid #FFFFFF; */
}

.app-about-text-nav a img {
    width: 100%;
    height: 100%;
}

/* 里程碑 */
.app-about-history {
    height: 636px;
    border-radius: 0px 0px 0px 0px;
    background: #252A33;


}

.app-about-history-container {
    padding-top: 100px;
    height: 100%;
}

.app-about-history-container>h1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.app-about-history-container>span {
    height: 18px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: block;
}

.app-about-history-way {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;

}


.left-container,
.right-container {
    width: 50px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.left-container {
    margin-right: 50px;
}

.right-container {
    margin-left: 50px;
}

.left-container div,
.right-container div {
    width: 48px;
    height: 48px;
}

/* .app-about-history-way .left-container,.right-container div img{
    width: 100%;
    height: 100%;
} */


.history-content-container {
    width: 1182px;
    overflow: hidden;
    position: relative;
    padding-bottom: 48px;
}

.history-content-container .history-content {
    min-width: 100%;
    /* flex: 1; */
    display: inline-flex;
    position: relative;
    list-style: none;
    white-space: nowrap;
}



.app-about-history-way .history-content>li {
    width: 210px;
    height: 252px;
    background-image: url(../assets/imgs/text-modal-bg.png);
    background-size: 100% 100%;
    margin-right: 6px;
    box-sizing: border-box;
    float: left;
    user-select: none;
    display: block;
    position: relative;
}

.app-about-history-way .history-content>li::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 0 !important;
    top: 287px;
    left: 30px !important;
    background-image: url(../assets/imgs/circle-icon.png);
}

.app-about-history-way .history-content:first-child>li::after {
    left: 26px;
}

.app-about-history-way .history-content>li div {
    position: relative;
    /* width: 100%;
    height: 100%; */
    padding: 16px 20px;
}

.app-about-history-way .history-content li div h2 {
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 60px;
}

.app-about-history-way .history-content li div span {
    white-space: normal;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-break: break-all;
}

.history-content-container .history-content-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #FFFFFF;
    border-width: 4px;
    margin-top: 45px;

}

/* 成就 */
.app-honor-container {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}




/* 新闻 */
.app-news {
    width: 100%;
    height: 800px;
}


.app-new-content {
    display: flex;
    width: 100%;
    height: 470px;
}

.app-new-content .app-new-card-container {
    flex: 1;
    height: 100%;
    overflow: hidden;
    padding: 6px;
}


.app-new-content .app-new-card-container ul {
    width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    display: flex;
    white-space: nowrap;
}

.app-new-content .app-new-card-container ul li {
    width: 320px;
    height: 100%;
    position: relative;
    float: left;
    background-color: #fff;
    border: 1px solid #C3C7CE;
    margin-right: 44px;
    box-shadow: 2px 3px 10px #ddd;
    cursor: pointer;
    transition: transform .2s ease-in;
}

.app-new-content .app-new-card-container ul li:hover {
    transform: scale(1.02);
    box-shadow: 4px 5px 12px #ccc;
}

.app-new-content .app-new-card-container ul li:last-child {

    margin-right: 0;
}

.app-new-content .app-new-card-container ul li>img {
    width: 100%;
    height: 254px;
}

.app-new-card-content {
    padding: 24px;
}

.app-new-card-content>h2 {
    font-weight: 400;
    font-size: 20px;
    color: #243042;
    line-height: 30px;
    font-style: normal;
    text-transform: none;
}

.app-new-card-content>span {
    /* display: inline; */
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #AAAFB8;
    line-height: 24px;
    font-style: normal;
    -webkit-line-clamp: 3;
}

.app-new-card-content>div {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.app-new-card-content>div a {
    width: 96px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 13px 13px 13px 13px;
    border: 1px solid #3A89FE;
    font-weight: 400;
    font-size: 16px;
    color: #3A89FE;
    line-height: 24px;
    text-align: center;
}


.app-new-card-content>div>div {
    padding-left: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #AAAFB8;
    line-height: 24px;
    position: relative;
}

.app-new-card-content>div>div::before {
    content: "";
    width: 14px;
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    height: 14px;
    background-image: url(../assets/imgs/clock-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}



/* 新闻 */
.app-new {
    text-align: center;
}

.app-new h1 {
    text-align: left;
    box-sizing: border-box;
    margin-top: 80px;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #243042;
    line-height: 32px;
}

.app-new small {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #AAAFB8;
    line-height: 43px;
}

.app-new span {
    display: block;
    margin-top: 24px;
    height: 1px;
    background: #D3D7DF;
}

.app-new p {
    text-align: left;

    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #243042;
    line-height: 32px;
    text-indent: 2em;
}

.app-new img {
    margin-top: 24px;
    max-width: 100%;
}

.app-new h2 {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #AAAFB8;
    line-height: 32px;
    text-align: center;
}

.app-new .app-end {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 160px;
    position: relative;
}

.app-new .app-end::before {
    content: "";
    width: 44px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #AAAFB8;
    transform: translate(-85px, -50%);
}

.app-new .app-end::after {
    content: "";
    width: 44px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #AAAFB8;
    transform: translate(45px, -50%);
}


/* 产品服务 */
.app-product-service .app-product-banner {
    width: 100%;
    height: 580px;
    background-image: url(../assets/imgs/product_service_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: -78px;
}


.app-product-banner .app-product-button {
    margin-top: 299px;
}

.app-product-submenu {
    margin-top: 54px;
    height: 87px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.app-submenu-wrap {
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
    position: relative;
}

.app-submenu-menu {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-bottom: 1px solid #D3D7DF;
}

.app-submenu-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    justify-content: space-around;
}

.app-submenu-menu ul li {
    height: 100%;
    width: 120px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

.app-submenu-menu ul li h2 {
    font-weight: 400;
    font-size: 24px;
    color: #243042;
    line-height: 43px;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    transition: 200ms all ease;
}

.app-submenu-menu ul li h2::after {
    content: " ";
    height: 2px;
    background-color: #0560f6;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    bottom: 0;
    transition: 200ms all ease;
}


.app-submenu-menu ul li h2.active::after {
    width: 140px;
}

.app-submenu-menu ul li:hover h2 {
    font-weight: 500;
    font-size: 25px;
}

.app-submenu-menu ul li:hover h2::after {
    /* width: 140px; */
    transition: 200ms all ease;
}

.app-product-container-wrapper {
    padding-top: 30px;
    padding-bottom: 160px;
    width: 100%;
    overflow: hidden;
}

.app-product-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);

}

.app-product-tab-plane {
    min-width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding-bottom: 20px;
    /* 横向间距60px 纵向间距30px */
    justify-content: flex-start;
}

.app-product-tab-plane.inactive {
    height: 0;
    opacity: 0;
}



.app-product-item {
    flex-basis: calc(50% - 30px);
    height: 444px;
}

.app-product-card {
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 20px 1px rgba(158, 169, 190, 0.4);
}

.app-product-card img {
    width: 100%;
    height: 100%;
}

.app-product-card p {
    display: flex;
    width: 100%;
    height: 84px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #243042;
    line-height: 62px;
}


/* 解决方案 */
/* solution */

.app-solution .app-solution-banner {
    width: 100%;
    height: 580px;
    /* background-image: url(../assets/imgs/product_service_bg.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: -78px;
    box-sizing: border-box;
    position: relative;
    user-select: none;
}

.app-solution-banner >h1{
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 40%;
    letter-spacing: 4px;
    transform: translate(-50%, -50%);
}

.app-solution-button {
    margin-top: 299px;
}


.app-solution-bg {
    padding-bottom: 120px;
    overflow: hidden;
    box-sizing: border-box;
}

.solution-content {
    text-align: center;
}

.solution-content>p {
    font-weight: 400;
    font-size: 18px;
    color: #243042;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-break: break-all;
    text-indent: 2em;
    margin: 80px 0;
}

.solution-content>small {
    display: inline-block;
    width: 972px;
    font-weight: 400;
    font-size: 16px;
    color: #243042;
    line-height: 22px;
    text-align: center;
    margin: 0 0 80px;
}


.app-solution-bg:nth-child(even) {
    background: #F5F9FF;
}

.app-solution-bg:nth-child(odd) {
    background: #fff;
}


.app-solution-bg img {
    width: 100%;

}

.app-solution-scheme {
    background: #F5F9FF;
    padding-bottom: 120px;
}

.app-solution-scheme-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-solution-bg>.app-container>h2 {
    margin-top: 100px;
    font-weight: bold;
    font-size: 36px;
    color: #243042;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    width: 100%;
}



.app-solution-scheme-detail {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}




.app-solution-scheme-detail>.middle-container {
    width: 468px;
    display: flex;
    flex-direction: column;
}

.app-solution-scheme-detail>.middle-container img {
    width: 468px;
    height: 339px;
}

.app-solution-scheme-detail>.left-container {
    flex: 1;
    margin-right: 0;
    padding-right: 16px;
}

.app-solution-scheme-detail>.right-container {
    flex: 1;
    margin-left: 0;
    padding-left: 16px;
}

.app-solution-scheme-detail>.left-container>.solution-item-box,
.app-solution-scheme-detail>.right-container>.solution-item-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    height: 145px;
}



.app-solution-scheme-detail>.left-container>.solution-item-box>.icon,
.app-solution-scheme-detail>.right-container>.solution-item-box>.icon {
    width: 40px;
    height: 40px;
    background-image: url(../assets/imgs/solution-text-icon.png);
    background-size: cover;
    background-position: center center;
    margin-top: 6px;
    margin-right: 16px;

}


.app-solution-scheme-detail>.right-container .solution-item-box .icon {
    margin-right: 0;
    margin-left: 16px;
}

.app-solution-scheme-detail>.left-container>.solution-item-box>.box-content,
.app-solution-scheme-detail>.right-container>.solution-item-box>.box-content {
    flex: 1;
    padding-top: 0;
    height: 100%;
    border-bottom: 1px dotted #AAAFB8;
    border-width: 2px;
}

.app-solution-scheme-detail>.left-container>.solution-item-box>.box-content>h3,
.app-solution-scheme-detail>.right-container>.solution-item-box>.box-content>h3 {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    color: #243042;
    line-height: 38px;
}

.app-solution-scheme-detail>.right-container>.solution-item-box>.box-content h3 {
    text-align: right;
}

.app-solution-scheme-detail>.left-container>.solution-item-box>.box-content span,
.app-solution-scheme-detail>.right-container>.solution-item-box>.box-content span {
    font-weight: 400;
    font-size: 16px;
    color: #243042;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    margin-top: 16px;
}

.app-solution-scheme-detail>.right-container>.solution-item-box>.box-content span {
    text-align: right;
}

.app-solution-scheme-detail>.right-container>.solution-item-box {
    flex-direction: row-reverse;
}

.app-sys-framework {
    text-align: center;
    padding-bottom: 190px;
}


/* 案例 */
.app-case {}

.app-case .app-case-bg {
    position: relative;
    height: 790px;
    width: 100%;
    background-image: url(./../assets/imgs/case-bg.png);
    background-size: cover;
    background-position: center center;
    margin-top: -78px;
}

.app-case-container {
    background: #F8FAFF;
}



/* 平台详情 */
.app-sys-detail {
    /* padding-bottom: 180px; */
}

.app-sys-detail-bg {
    width: 100%;
    position: relative;
    background-image: url(./../assets/imgs/sys-detail-bg.png);
    background-size: cover;
    background-position: center center;
    height: 810px;
    margin-top: -78px;
}

.app-sys-container {
    padding-top: 50px;
    padding-bottom: 120px;
}

.app-sys-container>h2 {
    padding-left: 40px;
    /* margin-top: 80px; */
    margin-bottom: 80px;
    font-weight: bold;
    font-size: 36px;
    color: #243042;
    line-height: 48px;
    position: relative;
}

.app-sys-container>h2::before {
    content: " ";
    width: 24px;
    height: 28px;
    position: absolute;
    background-image: url(../assets/imgs/title-icon.png);
    left: 0;
    top: 12px;
}

.app-sys-container>p {
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #243042;
    line-height: 40px;
    margin-bottom: 80px;
}

.app-sys-container .run-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 80px;
}

.app-sys-container .run-container>span {
    display: inline-block;
    height: 70px;
    width: 20%;
    background: #F5F5F5;
    border: 1px solid #FFFFFF;
    padding-left: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #243042;
    line-height: 40px;

}

.app-sys-container>img {
    width: 100%;
}

.app-sys-container .system-bg-xl {
    margin-top: 40px;
    width: 100%;
    height: 823px;
    background-image: url(./../assets/imgs/sys-big-bg.png);
    background-size: auto;
}


/* 招聘 */
.app-job {}

.app-job-get-container>img {
    margin-bottom: 180px;
}

.app-job-banner {
    user-select: none;
    width: 100%;
    height: 527px;
    position: relative;
    background-image: url(./../assets/imgs/job-bg.png);
    background-size: cover;
    background-position: center center;
    margin-top: -78px;
}

.app-job-banner .app-job-banner-info {
    padding-top: 110px;
    padding-left: 40px;
}

.app-job-banner .app-job-banner-info h1 {
    font-weight: bold;
    font-size: 81px;
    color: #FFFFFF;
    line-height: 129px;
    margin-bottom: 40px;
}

.app-job-banner .app-job-banner-info h3 {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 24px;
    width: 782px;
}

.app-job-banner .a-button {
    /* position: absolute;
    top: 330px;
    left: 400px; */
}

#app-product-banner-title{
    font-size: 60px;
    margin-bottom: 12px;
    line-height: 100px;
}

#app-product-banner-content{
    font-size: 16px;
}


/* 招聘列表 */
.app-job-list {
    position: relative;
}

.app-job-list ul {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.app-job-list ul li {
    width: 100%;
    height: 104px;
    max-height: 104px;
    background: #F9F9F9;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all .3s ease 0s;
}

.app-job-list ul li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(195, 199, 206, 0.5);
    transform: translateY(-3px);
}

.app-job-name-container {
    width: 450px;
    display: flex;
    flex: row;
    justify-content: flex-start;
    align-items: center;
}

.app-job-name-container h3 {
    font-weight: bold;
    font-size: 24px;
    color: #243042;
    line-height: 43px;
    display: inline-block;
    width: 320px;
    margin-right: 30px;
}

.app-job-name-container span {
    display: inline-block;
    padding: 2px 4px;
    font-size: 14px;
    color: #3A89FE;
    /* line-height: 34px; */
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3A89FE;
}

.app-job-simple-info {
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.app-job-simple-info>div {
    font-weight: 400;
    font-size: 20px;
    color: #243042;
}

.app-job-simple-info>div span,
.app-job-simple-info>div p {
    float: left;
}

.app-job-simple-info>a {
    width: 106px;
    height: 32px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #3A89FE;
    font-size: 16px;
    color: #3A89FE;
    line-height: 24px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}


/* 系统信息 */
.app-system-detail {
    padding-bottom: 180px;
}

.app-system-detail .app-solution-scheme-detail>.left-container>.solution-item-box,
.app-system-detail .app-solution-scheme-detail>.right-container>.solution-item-box {
    align-items: center;
}

.app-system-detail .app-solution-scheme-detail>.left-container>.solution-item-box>.box-content,
.app-system-detail .app-solution-scheme-detail>.right-container>.solution-item-box>.box-content {
    align-items: center;
    display: flex;
}

.app-system-banner {
    width: 100%;
    height: 580px;
    background-image: url(../assets/imgs/system-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 160px;
}

.app-system-button {
    margin-top: 299px;
}



.app-product {}

.product-introduce>h2 {
    font-weight: bold;
    font-size: 24px;
    color: #243042;
    margin-bottom: 40px;
}

.product-introduce>span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #243042;
    margin-bottom: 40px;
}

.product-introduce table {
    width: 100%;
    border-collapse: collapse;
}

.product-introduce table td {
    border: 1px solid #fff;
    padding: 22px 0 22px 40px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #243042;
    line-height: 38px;
}

.product-introduce table tbody tr:nth-child(2n-1) {
    background-color: #EAEFF7;
}

.product-introduce table tr:nth-child(2n) {
    background-color: #ddd;
}


/* 申请工作 */
.apply-job-banner-container {
    background-image: url(../assets/imgs/apply_work_bg.png);
    height: 527px;
    background-position: center center;
    background-size: cover;
}

.app-apply-job,
.app-apply-need {
    width: 820px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    padding-bottom: 120px;
}

.app-apply-job>h1 {
    font-weight: bold;
    font-size: 24px;
    color: #243042;
    line-height: 43px;
    margin-bottom: 24px;
}

.app-apply-job>span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #D3D7DF;
    margin-bottom: 60px;
}


.app-apply-job-content {
    margin-bottom: 50px;
}

.app-apply-job-content>h3 {
    margin-top: 32px;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 16px;
    color: #243042;
    line-height: 43px;
    padding-left: 8px;
    position: relative;
}

.app-apply-job-content>h3::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #3A89FE;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.app-apply-job-content>p {
    font-size: 16px;
    color: #243042;
    line-height: 43px;
}

.form-item {
    width: 100%;
    margin-bottom: 32px;
}

.form-item .form-item-label {
    padding-left: 12px;
    position: relative;
    margin-bottom: 16px;
}

.form-item .form-item-label::before {
    position: absolute;
    content: "*";
    color: red;
    left: 0;
    top: 2px;
    font-size: 16px;
}

.form-item .form-item-label::after {
    content: ":";
}

.form-item .form-item-label .form-label-title {
    font-weight: 400;
    font-size: 16px;
    color: #243042;
}

.form-item .form-control input[type="text"],
.form-item .form-control input[type="email"],
.form-item .form-control input[type="tel"] {
    width: 100%;
    height: 34px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #C3C7CE;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding-left: 8px;
    font-size: 16px;
    outline: 0;
}

.form-item .form-control.error input[type="text"] {
    border-color: #ff4d4f;
}

.form-item .form-control.error input[type="text"]:focus {
    border-color: #ff4d4f;
    box-shadow: 0 0 0 2px rgba(245, 34, 45, .2);
}

.form-item .form-control .error-message {
    color: #ff4d4f;
}


.form-item .form-control input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-item .form-radio-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.form-item .form-radio-group>label {
    margin-right: 32px;
    cursor: pointer;
    display: block;
}

.form-item .form-radio-group>label>label {
    cursor: pointer;
}

.form-item .form-radio-group>label>input[type="radio"] {
    margin-right: 8px;
    cursor: pointer;
}

.form-radix-group-3x {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}

.form-radix-group-3x>label {
    flex-basis: calc(33.333% - 50px);
    /* 每项占据 33.333% 宽度，并减去 16px 间隔 */
    margin-bottom: 16px;
    /* 每项底部间隔 */
}

.form-radio-block {
    width: 176px;
    height: 42px;
    display: flex !important;
    border: 1px solid #C3C7CE;
    justify-content: center;
    align-items: center;
}


.form-item input[type="submit"] {
    height: 44px;
    background: #3A89FE;
    border-radius: 3px 3px 3px 3px;
    width: 100%;
    outline: 0;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease 0s;
}

.form-item input[type="submit"]:hover {
    background-color: #5a98f5;
}

.form-item input[type="submit"]:active {
    transform: scale(0.98);
    /* 缩小效果 */
    background-color: #287bf7;
    /* 背景颜色变化 */
}

.declare {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #AAAFB8;
}



/* 申请需求 */
.apply-need-banner-container {
    background-image: url(../assets/imgs/need_bg.png);
    height: 527px;
    background-position: center center;
    background-size: cover;
}

.app-apply-need {}

@media (prefers-color-scheme: dark) {
    /* 轮播图 */

    /* 视频播放器 */
    .app-body .app-video .app-video-container {
        background-color: #E6E6E6;
        box-shadow: 0px 3px 10px 1px #575D68;
    }

    .app-footer {
        background: #D1D6DE;
    }

    .company-contact-info .company-tel,
    .company-address {
        color: #121212;
    }

    /* /////////about////////////////////////////////////////// */

    .app-about-text-nav a {
        background: #E6E6E6;
        box-shadow: 5px 5px 20px 1px #E6E6E6;
        border: 2px solid #121212;
    }

    /* 里程碑 */
    .app-about-history {
        background: #D1D6DE;
    }

    .app-about-history-container>h1 {
        color: #121212;
    }

    .app-about-history-container>span {
        color: #121212;
    }

    /* .app-about-history-way .left-container,.right-container div img{
    width: 100%;
    height: 100%;
} */


    .history-content-container .history-content {
        /* flex: 1; */
    }

    .app-about-history-way .history-content>li div {
        /* width: 100%;
    height: 100%; */
    }

    .app-about-history-way .history-content li div h2 {
        color: #121212;
    }

    .app-about-history-way .history-content li div span {
        color: #121212;
    }

    .history-content-container .history-content-line {
        border-bottom: 1px dotted #121212;
    }

    /* 成就 */
    /* 新闻 */
    .app-new-card-content>h2 {
        color: #C4CEDF;
    }

    .app-new-card-content>span {
        /* display: inline; */
        color: #575D68;
    }

    .app-new-card-content>div a {
        background: #121212;
        border: 1px solid #015DE4;
        color: #015DE4;
    }

    .app-new-card-content>div>div {
        color: #575D68;
    }

    /* 新闻 */
    .app-new-title {
        color: #C4CEDF;
    }

    .release-data {
        color: #575D68;
    }

    .app-h-line {
        background: #323945;
    }

    .app-new p {
        color: #C4CEDF;
    }

    .app-new h2 {
        color: #575D68;
    }

    .app-new .app-end::before {
        background: #575D68;
    }

    .app-new .app-end::after {
        background: #575D68;
    }


    /* 产品服务 */
    .app-submenu-menu {
        border-bottom: 1px solid #323945;
    }

    .app-submenu-menu ul li h2 {
        color: #C4CEDF;
    }

    .app-submenu-menu ul li h2::after {
        background-color: #2273FB;
    }

    .app-product-container {
        /* 横向间距60px 纵向间距30px */
    }

    .app-product-card {
        box-shadow: 0px 0px 20px 1px #E6E6E6;
    }

    .app-product-card p {
        color: #C4CEDF;
    }


    /* 解决方案 */
    /* solution */
    .app-solution-scheme {
        background: #00183C;
    }

    .app-solution-scheme-container h2 {
        color: #C4CEDF;
    }

    .app-solution-scheme-container p {
        color: #C4CEDF;
    }

    .app-solution-scheme-detail>.left-container>.solution-item-box>.box-content,
    .app-solution-scheme-detail>.right-container>.solution-item-box>.box-content {
        border-bottom: 1px dotted #575D68;
    }

    .app-solution-scheme-detail>.left-container>.solution-item-box>.box-content>h3,
    .app-solution-scheme-detail>.right-container>.solution-item-box>.box-content>h3 {
        color: #C4CEDF;
    }

    .app-solution-scheme-detail>.left-container>.solution-item-box>.box-content span,
    .app-solution-scheme-detail>.right-container>.solution-item-box>.box-content span {
        color: #C4CEDF;
    }

    /* 案例 */
    .app-case-container {
        background: #001039;
    }



    /* 平台详情 */
    .app-sys-container>h2 {
        color: #C4CEDF;
    }

    .app-sys-container>p {
        color: #C4CEDF;
    }

    .app-sys-container .run-container>span {
        background: #232323;
        border: 1px solid #121212;
        color: #C4CEDF;
    }

    /* 招聘 */
    .app-job-banner .app-job-banner-info h1 {
        color: #121212;
    }

    .app-job-banner .app-job-banner-info h3 {
        color: #121212;
    }

    .app-job-banner .a-button {
        /* position: absolute;
    top: 330px;
    left: 400px; */
    }



    /* 招聘列表 */
    .app-job-list ul li {
        background: #1F1F1F;
    }

    .app-job-list ul li:hover {
        background: #121212;
        box-shadow: 0px 0px 10px 1px #E6E6E6;
    }

    .app-job-name-container h3 {
        color: #C4CEDF;
    }

    .app-job-name-container span {
        color: #015DE4;
        /* line-height: 34px; */
        border: 1px solid #015DE4;
    }

    .app-job-simple-info>div {
        color: #C4CEDF;
    }

    /* 系统信息 */
    .product-introduce>h2 {
        color: #C4CEDF;
    }

    .product-introduce>span {
        color: #C4CEDF;
    }

    .product-introduce table tbody tr:nth-child(2n-1) {
        background-color: #152338;
    }

    .product-introduce table tr:nth-child(2n) {
        background-color: #383838;
    }


    /* 申请工作 */
    .app-apply-job>h1 {
        color: #C4CEDF;
    }

    .app-apply-job>span {
        background: #323945;
    }

    .app-apply-job-content>h3 {
        color: #C4CEDF;
    }

    .app-apply-job-content>p {
        color: #C4CEDF;
    }

    .form-item .form-item-label::before {
        color: #FF1A1A;
    }

    .form-item .form-item-label .form-label-title {
        color: #C4CEDF;
    }

    .form-item .form-control input[type="text"] {
        border: 1px solid #434852;
        box-shadow: inset 0 1px 1px #E6E6E6;
    }

    .form-item .form-control input[type="text"]:focus {
        border-color: #1A71B6;
        box-shadow: inset 0 1px 1px #E6E6E6, 0 0 8px #E6E6E6;
    }




    .form-item input[type="submit"] {
        background: #015DE4;
        color: #121212;
    }

    .form-item input[type="submit"]:hover {
        background-color: #0C56C5;
    }

    .form-item input[type="submit"]:active {
        /* 缩小效果 */
        background-color: #0967F3;
        /* 背景颜色变化 */
    }



    .app-apply-job .declare {
        color: #575D68;
    }



    /* 申请需求 */
}