/* 扫描全能王 */

.camscanner_scene {
    padding: 56px 0 70px 0;
}

.camscanner_scene .scene_title {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6px;
}

.camscanner_scene .scene_sub_title {
    font-size: 18px;
    font-weight: 400;
    color: #767D8B;
    line-height: 25px;
    text-align: center;
}

.camscanner_scene .scenario-content {
    text-align: center;
    font-size: 16px;
    font-family: AlibabaPuHuiTiM;
    color: #212121;
    line-height: 24px;
    display: flex;
    justify-content: center;
    padding: 25px 0;
    margin: 20px 0 37px 0;
    align-items: center;
}

.camscanner_scene .scenario-content img {
    width: 80px;
    margin-right: 32px;
}

.camscanner_scene .scenario-content span {
    color: #F5F7FC;
    font-size: 38px;
    margin: 0 100px;
}

.camscanner_scene .scenario-data {
    color: #25C4A4;
}

.about_header {
    width: 100%;
    position: relative;
    background-image: url(/static/images/about/banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 610px;
}

.about_banner.index_card {
    height: 610px !important;
    margin-top: 64px;
    background-size: 100%;
}

.about_banner .bd ul,
.about_banner .bd ul li {
    height: 610px !important;
}

.about_banner .bd ul li {
    background-size: 100%;
}

.about_banner .about_banner_header {
    padding-top: 30px;
}

.about_banner .banner-title {
    font-size: 28px;
    color: #212121;
    line-height: 36px;
    text-align: center;
    width: 100%;
    height: auto;
}

.banner-video-content {
    border-radius: 10px;
    backdrop-filter: blur(1px);
    background: #fff;
    padding: 40px 70px;
    display: flex;
    position: absolute;
    width: 1220px;
    top: 140px;
    margin-left: -610px;
    left: 50%;
    align-items: center;
}

.banner-video-content .banner-video {
    width: 598px;
    height: 340px;
    flex-shrink: 0;
}

.banner-video-content .banner-video:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FFFFFF;
    opacity: 0.3;
}

.banner-video-content .banner-video video {
    width: 598px;
    height: 340px;
}

.banner-video-content .banner-video img {
    height: 340px;
}

.banner-video-content .banner-video .play-btn {
    position: absolute;
    left: 339px;
    top: 170px;
}

.banner-video-content .banner-video .play-btn img {
    width: 80px;
    height: 80px;
}

.banner-video-right {
    margin-left: 40px;
    font-size: 14px;
    color: #212121;
    line-height: 21px
}

.video-right-title {
    font-size: 28px;
    color: #212121;
    line-height: 38px;
    margin-bottom: 12px;
}

.user-review {
    padding: 67px 0 70px 0;
}

.user-review-title {
    font-size: 28px;
    color: #212121;
    line-height: 38px;
    margin-bottom: 68px;
    text-align: center;
}

.user-review-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-review-card {
    width: 360px;
    height: 300px;
    background: #F5F7FC;
    position: relative;
    flex-shrink: 0;
    border-right: 1px solid #DCDFE5;
}

.user-review-content .user-review-card:last-child {
    border-right: none;
}

.user-review-card .card-logo {
    position: absolute;
    left: center;
    width: 60px;
    top: -30px;
    left: 150px;
}

.user-review-card .card-logo img {
    width: 60px;
}

.user-review-card__title {
    font-size: 18px;
    color: #212121;
    margin: 44px 0 50px 0;
    text-align: center;
    position: relative;
}

.user-review-card__title:after {
    content: "";
    width: 20px;
    height: 4px;
    background: #25C4A4;
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 170px;
}

.user-review-card__desc {
    font-size: 14px;
    color: #394151;
    line-height: 20px;
    position: relative;
    padding: 0 68px;
}

.user-review-card__desc .yinhao-left {
    position: absolute;
    top: -12px;
    left: 30px;
}

.user-review-card__desc .yinhao-right {
    position: absolute;
    bottom: -12px;
    right: 30px;
}

.about-content {
    width: 100%;
    height: unset;
    background: unset;
    position: relative;
    border-top: 1px solid #DCDFE5;
}

.server-item {
    width: 360px;
    min-height: 500px;
    overflow: auto;
}

.understand.server-item--on {
    /* height: 3530px; */
    height: 1150px;
}

.news-info-content.server-item--on {
    height: 766px;
}

.server-item:hover {
    color: #0156B9;
}

.server-item-title:hover {
    color: #0156B9;
}

.server-item-title {
    height: 49px;
    width: 360px;
    line-height: 60px;
    font-size: 18px;
    color: #212121;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-item-title span {
    display: inline-block;
    height: 24px;
    width: 100%;
    line-height: 24px;
}

.server-item:nth-child(1) .server-item-title {
    margin-left: 0;
}

.server-item:last-child(1) .server-item-title {
    margin-right: 0;
}

.server-item--on .server-item-title {
    color: #0054C7;
    border-bottom: 2px solid #0054C7;
    font-family: Source Han Sans CN, PingFangSC-Semibold, sans-serif;
}

.server-item--on .server-item-content {
    display: flex;
    justify-content: center;
}

.server-item-content {
    width: 100%;
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu-border {
    height: 1px;
    width: 100%;
    background: #DCDFE5;
    top: 49px;
    position: absolute;
}

.contact-warp {
    width: 720px;
    margin: auto
}

.about-part-title {
    font-size: 28px;
    color: #212121;
    line-height: 38px;
    text-align: center;
}

.understand-content {
    width: 100%;
}

.brand-event img {
    width: 100%;
    margin-top: 38px;
}

.brand-event {
    padding: 30px 0 67px 0;
}

.certification {
    background: #F5F7FC;
    padding: 70px 0;
}

.certification-content {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.certification-card {
    width: 360px;
    height: 192px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0px #DCDFE5;
    border: 1px solid #DCDFE5;
    text-align: center;
    position: relative;
}

.certification-content .certification-card:first-child {
    border-right: 0;
}

.certification-content .certification-card:last-child {
    border-left: 0;
}

.certification-card .card-logo {
    position: absolute;
    width: 80px;
    top: -40px;
    left: 140px;
    box-shadow: 0 5px 10px 0px #dcdfe5;
    border-radius: 50%;
}

.certification-card__title {
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.certification-card__desc {
    font-size: 16px;
    font-weight: 400;
    color: #767D8B;
    line-height: 22px;
}

.news-info {
    width: 100%;
}

.media-coverage {
    width: 100%;
    background: #F5F7FC;
    margin-top: -18px;
    padding: 50px 0;
}

.media-coverage-content {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.media-card {
    width: 348px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 5px 5px 25px 0px rgba(209, 217, 230, 0.8);
    border-radius: 2px;
    flex-shrink: 0;
    margin-right: 10px;
}

.media-coverage-content .media-card:last-child {
    margin-right: 0;
}

.media-card img {
    width: 348px;
    height: 200px;
}

.media-card div {
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    padding: 16px;
}

.media-card:hover {
    z-index: 1;
    transform: scale(1.05);
}

.more-reports {
    width: 1066px;
    height: 205px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 0px rgba(209, 217, 230, 0.8);
    border-radius: 2px;
    display: flex;
    margin: 30px auto;
}

.reports-title {
    width: 127px;
    flex-shrink: 0;
}

.reports-title span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    margin-top: 25px;
    margin-left: 15px;
    padding-right: 20px;
    border-right: 1px solid #DCDFE5;
}

.reports-list {
    padding: 28px;
    flex: 2;
}

.reports-list_item {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.reports-list_item .time {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
}

.reports-list-desc a {
    font-size: 16px;
    color: #394151;
}

.reports-list-desc a:hover {
    color: #1860F0;
}

.time-reward {
    padding-top: 70px;
    height: auto;
    display: none;
}

.timeline-reward--show {
    display: block;
}


/* 时间轴 start */

.timeline ul {
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    background: #DCDFE5;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: inherit;
    background: linear-gradient(90deg, #1860F0 0%, #9ABCFF 100%);
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 504px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px #DCDFE5;
    border: 1px solid #DCDFE5;
    padding: 24px 30px;
    color: #212121;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    height: 2px;
    background: #DCDFE5;
    width: 40px;
    left: -40px;
    border: none;
}

.timeline ul li:nth-child(even) div {
    left: -540px;
}

.timeline ul li:nth-child(even) div::before {
    height: 2px;
    background: #DCDFE5;
    width: 37px;
    right: -37px;
    border: none;
}

.timeline ul li:nth-child(even) time {
    text-align: right;
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* .timeline ul li::after {
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #F45B69;
} */


/* .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
} */


/* .timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
} */


/* .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
} */


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }

    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }

    .timeline ul li div {
        width: calc(100vw - 91px);
    }

    .timeline ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #F45B69 transparent transparent;
    }
}


/* 时间轴 end */


/* 招聘页面 */

.join_banner {
    margin-top: 64px;
    background: #D8D8D8;
}

.join_banner,
.join_banner .bg {
    height: 973px;
}

.join-banner-video {
    /* height: 973px; */
    width: 100%;
    position: relative;
}

.join-banner-video video {
    /* height: 973px; */
    width: 100%;
    /* object-fit: cover;
    font-family: "object-fit: cover";
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
    z-index: -1;
    top: 0; */
}

.join-banner-video video::-webkit-media-controls {
    display: none !important;
}

.join-banner-video video::-webkit-media-controls-enclosure {
    display: none !important;
}

.join_banner-title {
    font-size: 63px;
    color: #F5F7FC;
    line-height: 74px;
    letter-spacing: 14px;
    text-align: center;
    position: absolute;
    bottom: 50%;
    width: 100%;
    justify-content: center;
    text-shadow: 1px 4px 10px rgba(58, 58, 58, 0.5);
}

.zhaopin {
    width: 100%;
    position: absolute;
    bottom: 10%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.zhaopin .ele {
    width: 146px;
    height: 51px;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 51px;
    text-align: center;
}

.zhaopin .school,
.zhaopin .other,
.zhaopin .society {
    color: #0156B9;
    background: #FFFFFF;
}

.zhaopin .society,
.zhaopin .school {
    margin-right: 30px;
}

.zhaopin .ele:hover {
    color: #FFFFFF;
    background: #0053BC;
}

.base-introduce {
    width: 1220px;
    margin: auto;
    padding-top: 130px;
}

.base-header-logo img {
    height: 87px;
}

.base-introduce-one {
    display: flex;
    margin-top: 80px;
}

.introduce-one-img {
    width: 530px;
    margin-left: 104px;
}

.introduce-one-img img {
    width: 530px;
}

.introduce-one-content {
    padding-left: 20px;
}

.introduce-one-list {
    display: flex;
    justify-content: space-between;
}

.introduce-one-list-item {
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    line-height: 17px;
    text-align: center;
    margin-top: 60px;
}

.one-list-item-title {
    font-size: 32px;
    color: #212121;
    line-height: 39px;
    margin-bottom: 5px;
}

.one-list-item-title span {
    font-size: 16px;
}

.introduce-one-desc {
    font-size: 16px;
    font-weight: 400;
    color: #767D8B;
    line-height: 30px;
    width: 586px;
}

.base-introduce-two {
    display: flex;
    justify-content: space-between;
    margin: 120px 0;
}

.base-introduce-two div {
    text-align: center;
}

.base-introduce-two div img {
    width: 80px;
    display: inline-block;
}

.base-introduce-two div span {
    font-size: 16px;
    color: #767D8B;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.introduce-more-btn a {
    width: 120px;
    height: 40px;
    background: #0156B9;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

.introduce-image-1 {
    background: url(/static/images/recruit/20220511/introduce-1.png) no-repeat;
}

.introduce-image-2 {
    background: url(/static/images/recruit/20220511/introduce-2.png) no-repeat;
}

.introduce-image-3 {
    background: url(/static/images/recruit/20220511/introduce-3.png) no-repeat;
}

.introduce-two {
    display: flex;
    width: 1220px;
    height: 600px;
    margin: auto;
    margin-bottom: 80px;
}

.introduceTwo-show {
    flex-shrink: 0;
    width: 680px;
    height: 600px;
    /* margin-left: 10px; */
}

.introduceTwo-show-image {
    display: none;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.introduceTwo-show-image:nth-child(1) {
    display: block;
}

.item-menu-nav {
    width: 540px;
    height: 125px;
    background: #F5F7FC;
    background-repeat: no-repeat;
    background-position: bottom right;
    font-size: 24px;
    font-weight: 400;
    color: #212121;
    line-height: 33px;
    padding: 24px 0 20px 70px;
    border-bottom: 1px solid #979797;
}

.item-menu-nav_selected {
    width: 540px;
    height: 350px;
    background: #0156B9;
    display: none;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 44px 0 20px 70px;
}

.nav_selected-title {
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 35px;
    margin-bottom: 40px;
}

.nav_selected-sub {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
    margin-bottom: 24px;
}

.nav_selected-sub:before {
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 10px;
}

.introduceTwo-item--on .item-menu-nav_selected {
    display: block;
}

.introduceTwo-item--on .item-menu-nav {
    display: none;
}

.nav-bg-white-1 {
    background-image: url(/static/images/recruit/20220511/white-1.png);
}

.nav-bg-white-2 {
    background-image: url(/static/images/recruit/20220511/white-2.png);
}

.nav-bg-white-3 {
    background-image: url(/static/images/recruit/20220511/white-3.png);
}

.nav-bg-black-1 {
    background-image: url(/static/images/recruit/20220511/black-1.png);
}

.nav-bg-black-2 {
    background-image: url(/static/images/recruit/20220511/black-2.png);
}

.nav-bg-black-3 {
    background-image: url(/static/images/recruit/20220511/black-3.png);
}

.interest-org {
    padding-top: 76px;
    width: 1228px;
    padding-bottom: 140px;
    margin: auto;
}

.part-title {
    font-size: 30px;
    font-weight: 400;
    color: #212121;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
}


/* .interest-org .swiper-slide {
    width: 205px;
    background: #f00;
}

.swiper-slide-active {
    width: 605px;
    background: #0f0;
}

.interest-org .swiper-slide img {
    height: 580px;
} */

#interestBox {
    /* width: 1220px; */
    height: 580px;
    margin: 40px 0;
}

#interestBox li {
    float: left;
    width: 205px;
    height: 580px;
    background-size: auto 580px;
    background-position: center 60%;
    text-align: center;
    position: relative;
}

#interestBox li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    display: inline-block;
    opacity: 0.4;
    z-index: 100;
    content: "";
}

#interestBox li.interest-active:before {
    display: none;
}

#interestBox li:first-child {
    width: 605px;
}

#interestBox .interest-active .img-desc {
    font-size: 32px;
    color: #FFFFFF;
    position: absolute;
    bottom: 100px;
    width: 100%;
}

#interestBox li .img-desc {
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    bottom: 100px;
    width: 100%;
}

#interestBox li .active-btn div {
    width: 40px;
    flex-shrink: 0;
    cursor: pointer;
}

#interestBox li .active-btn div img {
    flex-shrink: 0;
}

.active-btn .left {
    margin-right: 20px;
    border-radius: 50%;
}

#interestBox .interest-active .active-btn {
    position: absolute;
    bottom: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* visibility: visible; */
}

#interestBox li .active-btn {
    /* visibility: hidden; */
    display: none;
}

.glide-icon {
    text-align: center;
}

.glide-icon-banner {
    position: absolute;
    width: 100%;
    bottom: 7px;
}

.glide-icon img {
    width: 50px;
}


/* 弹框 */

.mask {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.prompt_box {
    width: 1000px;
    height: 562px;
    background: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -280px;
    overflow: hidden;
}

.prompt_box video {
    width: 1000px;
}