.recruit-header {
    height: 60px;
    background: #FFFFFF;
}

.server-bg {
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
}

.server-container-max-width {
    max-width: 1130px;
    margin: 0 auto;
}

.server-container {
    padding-bottom: 40px;
}

.server-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-top: 20px;
}

.server-card-item {
    width: 47%;
    position: relative;
    min-height: 358px;
    padding: 20px;
    padding-left: 250px;
    margin-bottom: 50px;
    margin-left: 3%;
    border-radius: 20px;
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #f1f5fe;
}

.server-card-list .server-card-item .server-card-img {
    position: absolute;
    width: 228px;
    height: 100%;
    left: 0;
    top: 0;
}

.server-card-list .server-card-item .server-card-img img {
    position: absolute;
    top: 0;
    max-width: 100%;
    border-radius: 20px;
    height: 100%;
}

.server-card-title {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #333333;
    padding: 10px 0;
}

.server-card-content {
    font-size: 16px;
    color: #999999;
    line-height: 1.7;
}

.server-record {
    margin-top: 100px;
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
}


.server-record-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-image: none;
}

.server-record-bg-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
}

.server-record-bg-img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.alphama.com.cn/wp-content/themes/alphamaTheme/static/images/home/swiper1.webp);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1905px;
    height: 463.119px;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
    margin-top: 39.9406px;
    transform: translate3d(0px, -296.891px, 0px);
}

.data-item-title {
    font-weight: normal;
    font-size: 68px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
}

.data-item-des {
    font-size: 20px;
}

.server-introduce-container {}

.server-introduce-title {
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #333;
    font-size: 1.875rem;
    margin-top: 100px;
    text-align: left;
}

.server-introduce-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.server-introduce-card {
    margin-bottom: 1.875rem;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 16px;
}

.server-introduce-card-a {
    border-bottom: 6px solid #a51e2f;
    background: #ffffff;
    position: relative;
    display: inline-block;
    border-top-right-radius: 30px;
    color: #333333;
    width: 100%;
    box-shadow: 0 0 10px #dddddd;
    padding-bottom: 70px !important;
    text-decoration: none;
    height: 100%;
    padding: 1.5rem 1rem 0;
    transition: all 300 cubic-bezier(0.4 0, 0.2, 1);
}

.server-introduce-card-a:hover {
    /* cursor: pointer; */
    background: #a51e2f;
}


.server-introduce-card-a-title {
    font-weight: 700;
}

.server-introduce-card-a-p {
    font-size: 14px;
    display: -webkit-box;
    /* 弹性伸缩盒子 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 3;
    /* 限制显示的行数，这里是3行 */
    overflow: hidden;
    /* 隐藏超出的内容 */
    text-overflow: ellipsis;
    /* 文字溢出显示省略号 */
}

.server-introduce-card-a-span {
    color: #a51e2f;
    text-decoration: underline;
    position: absolute;
    left: 20px;
    bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

.server-introduce-card-a:hover .server-introduce-card-a-title {
    color: #fff;
}

.server-introduce-card-a:hover .server-introduce-card-a-p {
    color: #fff;
}

.server-introduce-card-a:hover .server-introduce-card-a-span {
    color: #fff;
}

.server-form-container {

    margin-bottom: 3.75rem;
}

.server-form-body {
    display: flex;
    flex-wrap: wrap;
}

.server-form-form {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    padding: 1.875rem;
    background: #fff;
}

.server-form-title-p {
    font-size: 16px;
    line-height: 1.5em;
}


.server-title-img {
    width: 50px;
    margin-right: 20px;
}

.server-title-text {
    flex: 1;
    padding: 16px 0 0 0;
    color: var(--al-theme);
}

.server-form-container .form-row {
    padding: 0 5px;
    margin-bottom: 1.875rem;
}

.button-face {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 60px;
    width: auto;
    border: 1px solid var(--al-theme);
    color: #ffffff;
    background-color: var(--al-theme);
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 30px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    outline: none;
    height: 3.125rem;
    border-radius: 4px;
}

.button-face:disabled {
    border-color: #ffcdd3;
    background-color: #ffcdd3;
}

.required-label {
    display: flex;
    align-items: center;
}

.server-form-require {
    color: red;
    position: relative;
    top: 3px;
}

.contact-img {
    width: 450px;
}

.server-form-body .form-control:focus {
    box-shadow: none !important;
    border-color: #db0721 !important;
}