.practice-base {
    padding-top: 18px
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper img {
    width: 100%;
}

.banner-wrapper p {
    margin-bottom: 0;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5vw;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.process {
    padding-top: 72px;
    padding-bottom: 90px;
}

.process .title {
    position: relative;
    font-size: 72px;
    font-family: Source Han Sans CN,
        Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: center;
    color: #f3f9ff;
    letter-spacing: -4px;
}

.process .title h4 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-family: Source Han Sans CN,
        Source Han Sans CN-Bold;
    font-weight: bold;
    text-align: center;
    color: #0917b7;
    letter-spacing: 0;
}

.process img {
    max-width: 100%;
}

.call-for-form {
    background: #F8FAFD;
    padding-top: 75px;
    padding-bottom: 60px;
}

.call-for-form .title {
    position: relative;
    font-size: 72px;
    font-family: Source Han Sans CN,
        Source Han Sans CN-Bold;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: -4px;
}

.call-for-form .title h4 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: bold;
    text-align: center;
    color: #0917b7;
    letter-spacing: 0;
}

.call-for-form .form-name h5 {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: bold;
    text-align: left;
    color: #0917b7;
    line-height: 16px;
    letter-spacing: 1px;
}

.call-for-form .form-name p {
    margin: 0;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: bold;
    text-align: left;
    color: #717071;
    line-height: 16px;
    letter-spacing: 1px;
}

.call-for-form .form-content {
    width: 1200px;
    margin: 0 auto;
}
.position-content {
    border-bottom: 2px dashed #DCDCDC;
}

.company-content,
.position-content {
    display: flex;
}

.company-content {
    padding-top: 40px;
    padding-bottom: 88px;
}

.position-content {
    padding-top: 42px;
    padding-bottom: 41px;
}

.form-content label {
    font-size: 16px;
    font-family: PingFang SC,
        PingFang SC-Bold;
    font-weight: 700;
    color: #333333;
    line-height: 21px;
    margin-bottom: 13px;
}

.company-content .left,
.company-content .right,
.position-content .right,
.position-content .left {
    width: 42%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.form-content .text-line {
    display: flex;
    justify-content: flex-end;
}

.form-content .text-line.suggest {
    text-align: left;
}

.form-content .suggest textarea {
    height: 76px;
}

.company-content .right #intro {
    height: 207px;
}

.position-content .welfare {
    margin-top: 9px;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    font-family: PingFang SC,
        PingFang SC-Bold;
    font-weight: bold;
    text-align: center;
    color: #333333;
    line-height: 21px;
}

.position-content .welfare p {
    padding-right: 4px;
}

.position-content .welfare input {
    width: 16px;
    height: 16px;
    margin-top: 0;
    vertical-align: bottom;
}

.position-content .welfare-option {
    display: flex;
    justify-content: space-between;
    width: 322px;
    font-size: 14px;
    font-family: PingFang SC,
        PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #717071;
    line-height: 16px;
    letter-spacing: 1px;
}

.position-content .welfare-option div {
    display: flex;
    flex-direction: column
}

.position-content .welfare-option .subsidy-wrapper {
    display: flex;
}

.position-content .welfare-option .subsidy {
    flex-direction: row;
    padding-right: 12px;
}

.position-content #duty {
    height: 172px;
}

.position-content #welfareOther {
    height: 52px;
}

.position-content .right label:last-child {
    margin-bottom: 0;
}

.subsidy label:first-child {}

.subsidy label:last-child {
    padding-left: 10px;
}

.subsidy label:last-child input {
    width: 60px;
    padding-left: 8px;
    border-bottom-color: #333;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    outline: none;
    background: inherit;
}

.form-content input,
.form-content textarea {
    width: 322px;
    height: 31px;
    color: #484848;
    font-weight: normal;
    border: 1px solid #0917b7;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.form-content textarea {
    padding-top: 4px;
    padding-bottom: 4px;
}

.call-for-form .add-position {
    display: flex;
    font-size: 24px;
    font-family: PingFang SC,
        PingFang SC-Heavy;
    font-weight: 800;
    text-align: center;
    color: #0917b7;
    line-height: 16px;
    letter-spacing: 2px;
}

.add-position {
    margin-top: 9px;
    cursor: pointer;
}

.add-position p {
    margin-bottom: 0;
    margin-left: 12px;
    font-size: 18px;
    font-family: PingFang SC,
        PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #0917b7;
    line-height: 18px;
    letter-spacing: 2px;
}

.add-position .add {
    position: relative;
    width: 16px;
    height: 16px;
}

.add::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -2px;
    width: 16px;
    background: #0917B7;
    border: 2px solid #0917B7;
}

.add::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -2px;
    height: 16px;
    background: #0917B7;
    border: 2px solid #0917B7;
}

.sign-up {
    text-align: center;
}

.sign-up button {
    margin-top: 53px;
    width: 160px;
    height: 46px;
    opacity: 0.92;
    background: #0917b7;
    border: 1px solid #0917b7;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFang SC,
        PingFang SC-Bold;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
}

/* 移动端 */
@media (max-width: 769px) {
    .practice-base {
        padding-top: 76px;
    }
    .banner-wrapper p{
       font-size: 10px; 
       bottom: 12%;
    }
    .background-target,
    .culture {
        width: 80vw;
        margin: 0 auto;
    }

    .practice-base .title {
        margin-top: 22px;
        margin-bottom: 33px;
    }

    .practice-base .title {
        font-size: 40px;
    }

    .practice-base .title h4 {
        width: 100%;
        font-size: 20px;
    }

    .background-content {
        flex-direction: column;
    }

    .background-content .text {
        margin-left: 0;
        width: 100%;
        padding-bottom: 30px;
    }

    .background-content .text p {
        margin-top: 25px;
        margin-bottom: 8px;
    }

    .target-content {
        margin-top: 53px;
        margin-bottom: 23px;
        flex-direction: column-reverse
    }

    .target-content .text {
        width: 100%
    }

    .slogan h3 {
        font-size: 18px;
    }

    .slogan p {
        width: 80vw;
        margin: 0 auto;
        font-size: 12px;
    }

    .advantage ul {
        width: 100vw;
        flex-direction: column;
    }

    .advantage ul li {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }

    .sign-up h4 {
        width: 80vw;
        margin: 0 auto;
    }

    .sign-up .contact-info {
        width: 80vw;
        flex-direction: column;
    }

    .sign-up .contact-info p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .sign-up .contact-info #fast-sign {
        padding: 11px 24px;
    }

    .culture .title {}

    .culture p {
        width: 80vw;
    }

    .call-for-form .form-content {
        width: 100vw;
    }

    .form-content input,
    .form-content textarea {
        width: 56vw;
    }

    .company-content,
    .position-content {
        flex-direction: column
    }

    .company-content .left,
    .company-content .right,
    .position-content .right,
    .position-content .left {
        width: 100%;
    }

    .position-content .welfare-option {
        flex-direction: column;
        width: 56vw;
    }

    .position-content .welfare-option .lunch {
        flex-direction: row;
        justify-content: space-between
    }

    .position-content .welfare-option .subsidy {
        flex-direction: column;
    }

    .position-content .welfare-option .subsidy label {
        text-align: left
    }

    .subsidy label:last-child {
        padding-left: 0;
    }

    .call-for-form .form-name h5 {
        text-align: center;
    }

    .call-for-form .add-position {
        margin-top: 20px;
        justify-content: center;
    }
}

@media (max-width: 769px) and (min-width: 350px) {

    .company-content .left,
    .company-content .right {
        margin: 0 auto;
        width: 92vw;
    }

    .position-content .right,
    .position-content .left {
        margin: 0 auto;
        width: 88vw;
    }
}

@media (max-width: 349px) {

    .company-content .left,
    .company-content .right {
        width: 98vw;
        margin: 0 auto;
    }

    .position-content .right,
    .position-content .left {
        margin: 0 auto;
        width: 93vw;

    }
}