.common-body {
    position: absolute;
    top: 0;
    width: 1400px;
    padding: 0 calc((100% - 1400px) / 2);
    z-index: 1;
}

.container-top {
    width: 100%;
    height: 440px;
    margin-top: 88px;
    position: relative;
    background: url(/web/images/about/top.png) no-repeat center center;
    background-size: cover;
}

.container-top .title {
    height: 440px;
}

.company {
    margin-top: 148px;
}

.company-name {
    height: 70px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 48px;
    color: #091221;
    letter-spacing: 2px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.company-main-idea {
    height: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 8px;
}

.container-about {
    width: 100%;
    height: 503px;
    position: relative;
    background: url(/web/images/about/about-bg.png) no-repeat center center;
    background-size: cover;
}

.about-content {
    height: 503px;
}

.about-content .title {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #1F2C3D;
    font-style: normal;
    text-transform: none;
}

.about-content .content {
    display: flex;
    justify-content: space-between;
}

.about-content .content .font-show {
    width: 792px;
    height: 256px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about-content .content .font-show p {
    text-indent: 4ch;
}

.about-content .content .font-show .mg-top {
    margin-top: 24px;
}

.about-content .content .show-img {
    width: 384px;
    height: 256px;
    background: url(/web/images/about/about.png) no-repeat center center;
    background-size: cover;
    border-radius: 8px;
}

.container-advantage {
    width: 100%;
    height: 656px;
    position: relative;
    background: url(/web/images/about/advantage.png) no-repeat center center;
    background-size: cover;
}

.advantage-content {
    height: 503px;
}

.advantage-content .title {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}

.advantage-content .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.advantage-item {
    width: calc((100% - 40px) / 3);
    height: 363px;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 47px 32px 62px;
    cursor: pointer;
}

.advantage-item:hover {
    background: url(../../web/images/about/news-bg.png) center / cover no-repeat;
}

.advantage-item .font-img {
    width: 56px;
    height: 56px;
}

.advantage-item .font-img img {
    width: 56px;
    height: 56px;
}

.advantage-item .title {
    width: 150px;
    height: 25px;
    margin-top: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.advantage-item .content {
    height: 154px;
    margin-top: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: justify-all;
    font-style: normal;
    text-transform: none;
}

.container-server {
    width: 100%;
    height: 700px;
    position: relative;
    background-color: #fff;
}

.server-content {
    height: 550px;
}

.server-content .title {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #1F2C3D;
    font-style: normal;
    text-transform: none;
}

.server-content .content {
    width: 1400px;
    height: 320px;
}

.server-content .content img {
    width: 1400px;
    height: 320px;
}

.Zserver-bg {
    display: flex;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.Zserver-main {
    width: 100%;
    height: 450px;
    margin: 30px auto 30px;
    position: relative;
    overflow: hidden;
}

.imageViewDiv {
    z-index: 2;
    position: absolute;
    background-image: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 49%, #fff 100%);
    width: 100%;
    height: 100%;
}

/* 合作伙伴 */
.ZserverImg {
    z-index: 1;
    position: absolute;
    width: 100%;
    animation: mymove 35s infinite linear;
    display: flex;
}

/* 使用 keyframes 定义平移动画 */
@keyframes mymove {
    0% {
        transform: translateX(0);
    }
    100% {
        /* 将图片平移至左边 */
        transform: translateX(-100%);
    }
}

.ZserverImg .userImg {
    height: 450px;
}

.ZserverImg .userImg:first-child {
    margin-right: 22px;
}

/* 合作伙伴 */
.container-contact {
    width: 100%;
    height: 701px;
    position: relative;
}

.contact-content {
    height: 701px;
}

.contact-content .title {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #1F2C3D;
    font-style: normal;
    text-transform: none;
}

.contact-content .content {
    width: 100%;
    height: 408px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.contact-item {
    width: 600px;
    height: 408px;
}

.contact-item-pad {
    box-sizing: border-box;
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-info {
    width: 504px;
    height: 116px;
}

.company-info .company-name {
    height: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.company-info .company-other {
    height: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.first-company-other {
    margin-top: 16px;
}

.contact-item img {
    width: 600px;
    height: 408px;
}

.container-recruitment {
    width: 100%;
    height: 880px;
    position: relative;
    background-color: #fff;
}

.recruitment-content {
    height: 880px;
}

.recruitment-content .title {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #1F2C3D;
    font-style: normal;
    text-transform: none;
}

.recruitment-content .content {
    width: 1400px;
    display: flex;
    justify-content: space-between;
}

.recruitment-left {
    width: 240px;
}

.recruitment-item {
    width: 240px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.active {
    background: linear-gradient(270deg, #2468F2 0%, #29ACFE 100%);
    color: #FFFFFF;
    cursor: pointer;
}

.recruitment-right {
    width: 940px;
    background: linear-gradient(180deg, rgba(36, 104, 242, 0.1) 0%, rgba(41, 172, 254, 0) 20%), #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(36, 104, 242, 0.1);
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    padding: 48px;
}

.recruitment-right .title {
    height: 34px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.recruitment-right .info {
    width: 844px;
    margin-top: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.recruitment-right .info span{
    line-height: 36px;
}

.recruitment-right .info .mg-top {
    margin-top: 24px;
}

.disNo {
    display: none !important;
    opacity: 0;
    transition: 0.5s;
}


