.title-child {
    width: 80px;
    position: relative;
    background-color: #ef8e0f;
    height: 4px;
}
.b {
    position: relative;
    line-height: 88px;
    text-transform: uppercase;
}
.title {
    height: 61.9px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 135px auto 100px;
}
.image-icon {
    width: 600px;
    position: relative;
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
}
.title1 {
    align-self: stretch;
    position: relative;
    line-height: 54px;
    text-transform: uppercase;
}
.p {
    margin: 0;
}
.description {
    align-self: stretch;
    position: relative;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
}
.text {
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 52px;
}
.interview1 {
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 135px;
}
.interview {
    width: 1286px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 200px;
    font-size: 32px;
    color: #000;
}
.title-parent {
    width: 1286px;
    margin: auto;
}
.group-child {
    border-radius: 80px 10px 80px 10px;
    background: linear-gradient(90deg, #ef8e0f, #f2ba00);
    width: 100%;
    height: 100%;
    display: flex;
}
.text4 {
    line-height: 58px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 864px;
    margin: auto;
}
.rectangle-group {
    width: 1120px;
    height: 332px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    margin: auto;
    margin-top: 100px;
}
.frame-item {
    width: 160px;
    position: relative;
    background-color: #ef8e0f;
    height: 1px;
}
.b1 {
    position: relative;
    letter-spacing: 24px;
    line-height: 41px;
}
.rectangle-container {
    margin: auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    font-size: 24px;
}
.profile {
    width: 1100px;
    margin: auto;
    font-size: 140px;
    text-align: left;
    font: italic normal bold 140px/167px SF Pro;
    letter-spacing: 0px;
    color: #EF8E0F;
    text-transform: uppercase;
    opacity: 1;
    text-shadow:  -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white;
}
.b2 {
    align-self: stretch;
    position: relative;
    line-height: 51px;
}
.b3 {
    position: relative;
    line-height: 24px;
}
.div {
    width: 82px;
    border-radius: 33px;
    /* background-color: #894141; */
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}
.div1 {
    position: relative;
    font-size: 20px;
    line-height: 34px;
    color: #525252;
}
.parent {
    width: 1120px;
    background-color: #ffffff00;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    font-size: 30px;
    color: #000;
    margin: 100px auto 0;
}
.group-parent {
    margin: 254px auto 0;
    width: 1420px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rectangle-parent {
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    font-size: 52px;
    color: #ef8e0f;
}
.rectangle-parent::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: -1; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
}
.case-1 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c5_top.png');
}
.case-2 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c5_top.png');
}
.case-3 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c5_top.png');
}
.case-4 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c5_top.png');
}
.case-5 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c5_top.png');
}
.case-6 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c6_top.png');
}
.case-7 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c7_top.png');
}
.case-8 .rectangle-parent::after {
    background-image: url('./../staff/interview/img/c8_top.png');
}


/* 添加响应式设计 */
@media screen and (max-width: 1440px) {
    
    .rectangle-parent::after {

        background-size: 75%;
    }
    
    .interview {
        width: 1100px;
    }
    
    .rectangle-group {
        width: 980px;
    }

    .parent {
        width: 1000px;
    }

    .profile {
        width: 1000px;
    }

    .rectangle-container {
        width: 1000px;
    }
    
    .text4 {
        width: 760px;
        left: calc(50% - 320px);
        font-size: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .group-parent {
        width: 90%;
        max-width: 1000px;
    }

    .rectangle-parent::after {

        background-size: 70%;
    }
    
    .frame-child {
        width: 750px;
        height: 450px;
    }
    
    .title {
        left: 280px;
    }
    
    
    .title-parent, .interview {
        width: 100%;
    }
    
    .interview1 {
        gap: 60px;
    }
    
    .image-icon {
        width: 450px;
        height: 350px;
    }
    
    .text {
        width: 400px;
    }
    
    .rectangle-group {
        width: 800px;
    }
    
    .text4 {
        width: 650px;
        font-size: 28px;
        line-height: 46px;
    }
    
    .profile {
        font-size: 120px;
        left: 120px;
    }
}

@media screen and (max-width: 992px) {
    .rectangle-parent::after {
        background-size: 70%;
    }

    .group-parent {
        left: 40px;
        width: 90%;
    }
    
    .frame-child {
        width: 600px;
        height: 350px;
    }
    
    .title {
        left: 220px;
    }
    
    .interview {
        width: 100%;
        gap: 200px;
        align-items: center;
    }
    
    .interview1 {
        flex-direction: column;
        gap: 40px;
    }
    
    .interview1:nth-child(even) {
        flex-direction: column;
    }
    
    .image-icon {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    
    .text {
        width: 100%;
        max-width: 500px;
    }
    
    .title1 {
        font-size: 28px;
        line-height: 40px;
    }
    
    .description {
        font-size: 16px;
    }
    
    .rectangle-group {
        width: 90%;
        left: 20px;
        height: 280px;
    }
    
    .text4 {
        width: 80%;
        left: 10%;
        font-size: 24px;
        line-height: 38px;
    }
    
    .profile {
        font-size: 100px;
        left: 80px;
        top: 150px;
    }
    
    .rectangle-container {
        left: 80px;
    }
    
    .parent {
        left: 100px;
    }
}

@media screen and (max-width: 768px) {
    .title-parent {
        left: 0;
        width: 100%;
    }
    
    .group-parent {
        left: 20px;
        width: 95%;
    }
    
    .frame-child {
        width: 100%;
        height: auto;
        position: relative;
        right: auto;
    }
    
    .title {
        left: 0;
        width: 100%;
        justify-content: center;
    }
    
    .b {
        font-size: 36px;
        line-height: 60px;
    }
    
    .interview {
        gap: 150px;
        top: 120px;
    }
    
    .title1 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .description {
        font-size: 14px;
        line-height: 26px;
    }
    
    .rectangle-group {
        width: 90%;
        height: 240px;
        top: 700px;
        left: 5%;
    }
    
    .text4 {
        font-size: 20px;
        line-height: 32px;
    }
    
    .profile {
        font-size: 80px;
        left: 50px;
        top: 120px;
    }
    
    .rectangle-container {
        left: 50px;
        top: 280px;
    }
    
    .b1 {
        font-size: 20px;
        letter-spacing: 16px;
    }
    
    .parent {
        left: 50px;
        top: 400px;
    }
    
    .b2 {
        font-size: 26px;
    }
    
    .div1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .group-parent {
        margin-top: 70px;   
    }
    .group-parent {
        width: 95%;
    }
    
    .title {
        gap: 10px;
    }
    
    .title-child {
        width: 40px;
    }
    
    .b {
        font-size: 28px;
        line-height: 40px;
    }
    
    .interview {
        gap: 100px;
    }
    
    .title1 {
        font-size: 20px;
        line-height: 28px;
    }
    
    .description {
        font-size: 14px;
        line-height: 24px;
    }
    
    .text {
        gap: 20px;
    }
    
    .rectangle-group {
        height: 200px;
        top: 600px;
    }
    
    .text4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .profile {
        font-size: 60px;
        left: 30px;
        top: 100px;
    }
    
    .rectangle-container {
        left: 20px;
        top: 240px;
        gap: 10px;
    }
    
    .frame-item {
        width: 80px;
    }
    
    .b1 {
        font-size: 16px;
        letter-spacing: 8px;
    }
    
    .parent {
        left: 20px;
        top: 340px;
    }
    
    .b2 {
        font-size: 22px;
    }
    
    .div1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .rectangle-parent {
        height: 3200px;
    }
    
    .title-parent {
        top: 1200px;
    }
    
    .b {
        font-size: 24px;
        line-height: 36px;
    }
    
    .interview {
        gap: 80px;
    }
    
    .title1 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .description {
        font-size: 13px;
        line-height: 22px;
    }
    
    .rectangle-group {
        height: 180px;
        top: 520px;
    }
    
    .text4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .profile {
        font-size: 50px;
        left: 20px;
        top: 80px;
    }
    
    .rectangle-container {
        left: 15px;
        top: 200px;
    }
    
    .b1 {
        font-size: 14px;
        letter-spacing: 6px;
    }
    
    .parent {
        left: 15px;
        top: 300px;
    }
    
    .b2 {
        font-size: 20px;
    }
    
    .div1 {
        font-size: 13px;
        line-height: 22px;
    }
}

