.fw_1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8px + 2rem);
    border-bottom: calc(0px + 0.1rem) #D8D8D8 solid;
    padding-bottom: calc(6px + 1.5rem);
    margin-top: calc(3px + 1.5rem);
}
.fw_1_pic{
    width: calc(7px + 10rem);
    height: calc(100px + 10rem);
}

.fw_1_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fw_1_text{
    flex: 1;
}
.fw_p{
    
font-family: Source Han Sans, Source Han Sans;
font-weight: 350;
font-size: calc(2px + 1rem);
color: #666666;
line-height: calc(10px + 2rem);
}
.fw_2{
    padding-top: calc(9px + 2rem);
}
.fw_2 img{
    width: calc(177px + 30rem);
    margin-top: calc(10px + 1rem);
    margin-bottom: calc(10px + 1rem);
}
.fw_3{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(12px + 2rem);
    padding-top: calc(19px + 2rem);
}

.fw_3 img{
    width: calc(40px + 30rem);
}

@media screen and (max-width: 1100px){
    .fw_1_pic{
        width: auto;
    }
    .fw_p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .fw_3 img{
        width: 100%;
    }
}