body {
    background-color: #0E1421;
}

.text-primary {
    color: #1676FE;
}

.section-swiper-one {
    background: url(/Content/newImg/aboutus/bg.jpg) no-repeat center center !important;
    background-size: cover !important;
    position: relative;
}

.section-swiper .section-one {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 16rem !important;
}

.section-one div {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.section-one .section-one-title {
    font-size: 3.5rem;
    letter-spacing: 0.25rem;
}

.section-one .section-one-little-title {
    margin-top: 1.3rem;
    margin-bottom: 2.5rem;
    padding: 0 4rem;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    background: linear-gradient(to right, #1676FE00, #1676FE22 10%, #1676FE22 90%, #1676FE00);
}

.section-one .section-one-text {
    font-size: 1.25rem;
    width: 57%;
    font-weight: 300;
}

.section-swiper .operation_jump {
    bottom: 7rem;
    font-size: 2rem;
}

.section-swiper .Operation_arrow {
    margin-top: 0;
}

.section-Survey-two .section-two {
    padding: 0;
}

.section-Survey-two .section-little-title span {
    font-size: 1.25rem;
    font-weight: light;
}

.talent-steps {
    width: 100%;
    margin-bottom: 10rem;
}

.talent-step {
    display: flex;
    justify-content: space-between;
    padding: 7rem 18.75% 0;
    gap: 7rem;
    position: relative;
}
.talent-step>div:not(.step-bg-img){
    z-index: 1;
}

.step-bg-img{
    position: absolute;
    width: 100%;
    top: calc(100% + 3.5rem);
    left: 0;
    transform: translateY(-50%);
}
.step-bg-img img{
    width: 100%;
}
.talent-step:nth-child(even) {
    flex-direction: row-reverse;
}

.step-info {
    flex: 1;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-header {
    font-size: 1.875rem;
    margin-bottom: 0.6rem;
    color: #FEFEFE;
}

.step-desc {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    color: #FEFEFE;
}

.step-list-item {
    display: flex;
    align-items: center;
}

.step-list-item:not(:last-child) {
    margin-bottom: 1rem;
}

.step-action {
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-header {
    display: flex;
    align-items: center;
}

.list-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5625rem;
}

.list-content {
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 0;
}

.step-show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-show img {
    width: 37rem;
}


/* 手机端 */

.mb_section_one {
    position: absolute;
    margin: 4rem 5.5% 0;
    font-size: 1.2rem;
    text-align: center;
}

.mb_section_one .section-one-title {
    font-size: 2.2rem;
    color: #fff;
}

.mb_section_one .section-one-little-title {
    color: #fff;
    margin-top: 1.2rem;
    margin-bottom: 2.3rem;
    line-height: 2;
    background: linear-gradient(to right, #1676FE00, #1676FE22 30%, #1676FE22 70%, #1676FE00);
}

.mb_section_one .section-one-text {
    color: #fff;
    line-height: 2;
    text-align: left;
}


.mb_operation_jump {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.mb_operation_jump>.d-flex>.FourOperation:first-child{
    margin-right: 1rem;
}
.mobile-show .FourOperation{
    margin-right: 0;
}
.mobile-show .section-title{
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
}
.mobile-show .section-little-title{
    display: flex;
    justify-content: center;
    margin-top: 1rem
}
.mobile-show .section-little-title span{
    text-align: left;
}

.mobile-show .talent-steps {
    margin-bottom: 0;
}

.mobile-show .talent-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6.9375rem 0 0;
    gap: 1rem;
}
.mobile-show .step-info{
    align-items: center;
}
.mobile-show .step-header {
    text-align: center;
}
.mobile-show .step-desc{
    text-align: left; 
}

.mobile-show .step-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.4375rem;
}
.mobile-show .step-show{
    background: url(/Content/newImg/Solution/stepBg.png) no-repeat center center;
    background-size: auto 100%;
}