@import "./common.css";
body {
    font-family: Arial;
}
.banner {
    height: 480px;
    background-image: url("../image/join/banner.png");
    position: relative;
    background-position: center top;
    color: #fff;
}

.banner .banner-title {
    font-weight: 600;
    position: absolute;
    top: 230px;
    font-size: 40px;
    padding-left: 30px;
}

.banner .banner-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100px;
    background-color: var(--primary-color);
}

.banner .banner-text {
    position: absolute;
    top: 300px;
    width: 540px;
    line-height: 30px;
    font-size: 24px;
    padding-left: 30px;
    color: #ffffff;
}

.banner .banner-input {
    position: absolute;
    top: 301px;
}
.banner .banner-input .icon {
    width: 32px;
    height: 32px;
    background: #4d5ced;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.banner .banner-input input {
    height: 40px;
    border: 1px solid #ffff;
    border-radius: 4px;
    padding: 0 36px 0 16px;
    color: #fff;
    font-size: 14;
}
.banner .banner-input input::placeholder {
    color: #ffffff;
}

.title {
    font-size: 32px;
    font-weight: 600;
    color: #0c0b22;
    line-height: 40px;
    text-align: center;
}

.title-line {
    width: 100px;
    height: 4px;
    background-color: #4d5ced;
    margin: 30px auto 60px;
}

.menu-title {
    padding-left: 11px;
    font-size: 18px;
    font-weight: 500;
    color: #252b3a;
    line-height: 22px;
    position: relative;
}

.menu-title:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #4d5ced;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 1px;
}

section.care .belief {
    position: relative;
    margin-top: 120px;
    overflow: hidden;
}
section.care .belief .bg {
    width: 700px;
    height: 393px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../image/join/lecture.png") no-repeat center;
    background-size: contain;
}
section.care .belief .txt {
    width: 800px;
    background-color: #f2f6fa;
    padding: 60px 40px 32px 260px;
    float: right;
    margin-top: 160px;
}
section.care .belief .txt .title {
    text-align: left;
}
section.care .belief .txt .title-line {
    margin: 30px auto 24px 0px;
}
section.care .belief .txt p {
    font-weight: 400;
    color: #252b3a;
    line-height: 24px;
    font-size: 16px;
}
section.care .belief .txt p + P {
    margin-top: 24px;
}

section.care .fr {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

section.care .cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 416px);
    column-gap: 16px;
    row-gap: 32px;
}

section.care .cards .item {
    width: 416px;
    height: 178px;
    border-radius: var(--border-radius-card);
    background: linear-gradient(180deg, #f3f5f8 1%, #ffffff 99%);
    box-sizing: border-box;
    border: 2px solid #ffffff;
    box-shadow: var(--shadow-base);
    padding: 24px 12px 0 36px;
}
section.care .cards .item:hover .item-name {
    color: var(--primary-color);
}
section.care .cards .item .icon {
    width: 50px;
    height: 50px;
    border-radius: var(--border-radius-card);
    background: #dbdefb;
    display: grid;
    place-items: center;
    color: var(--primary-color);
    font-size: 20px;
}

section.care .cards .item .icon .iconfont {
    font-size: 28px;
}

section.care .cards .item .item-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: var(--text-color);
    margin-top: 16px;
}
section.care .cards .item .item-desc {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: var(--text-color-weak);
    margin-top: 16px;
}
section.grow {
    background: #f2f6fa;
    height: 896px;
    padding-top: 120px;
}
section.grow .title {
    text-align: center;
}
section.grow .bg {
    height: 593px;
    width: 1000px;
    margin: 90px auto;
    background: url("../image/join/grow.png") no-repeat center;
    background-size: contain;
    position: relative;
}
section.grow .bg .menu {
    width: 350px;
}
section.grow .bg .menu1 {
    position: absolute;
    left: 100px;
    bottom: 505px;
    min-height: 100px;
}
section.grow .bg .menu2 {
    position: absolute;
    left: 637px;
    bottom: 505px;
    min-height: 100px;
}
section.grow .bg .menu3 {
    position: absolute;
    left: -113px;
    top: 386px;
}
section.grow .bg .menu4 {
    position: absolute;
    left: 810px;
    top: 386px;
    width: 340px;
}

section.grow .bg .menu-title {
    margin-bottom: 24px;
}

section.grow .bg .menu-con {
    font-size: 14px;
    font-weight: 400;
    color: #8a8e99;
    line-height: 21px;
    padding-left: 10px;
}
section.job {
    padding: 120px 0 134px;
}

section.job .menu-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px 32px;
    margin-bottom: 60px;
}

section.job .menu-box .menu:hover .menu-title {
    color: var(--primary-color);
}

section.job .menu {
    background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #ffffff;
    height: 130px;
    padding: 30px 30px 30px;
    cursor: pointer;
}
section.job .menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
section.job .menu-oper {
    font-size: 12px;
    font-weight: 400;
    color: #4d5ced;
    line-height: 14px;
}
section.job .menu-bot span {
    font-size: 14px;
    font-weight: 400;
    color: #8a8e99;
    line-height: 18px;
}

section.job .menu-bot .divider {
    display: inline-block;
    height: 12px;
    width: 1px;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #8a8e99;
}

.job-btn {
    display: block;
    border: 0;
    width: 500px;
    height: 32px;
    margin: 0 auto;
}

.job-contact {
    text-align: center;
    font-size: 14px;
    color: #8a8e99;
    line-height: 18px;
    margin-top: 24px;
}
.job-contact .email {
    color: var(--primary-color);
}
