.yingfang-pop-about {
    position: relative;
}
.yingfang-pop-about .pop-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}
.yingfang-pop-about .pop-about-content{
    padding: 100px 0;
    background: rgba(240, 31, 14, 0.9);
}
.pop-about-content .pop-about-content-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pop-about-content-wrap .pop-about-title{
    color: #FFF;
    font-family: var(--medium-font-family);
    font-size: var(--font-40);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 745px;
}
.pop-about-content-wrap a{
    display: flex;
    width: 519px;
    height: 101px;
    padding: 11px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #F13011;
    font-family: var(--title-font-family);
    font-size: var(--font-32);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}


@media screen and (max-width: 1500px) {
    .pop-about-content-wrap a{
        width: auto;
        height: auto;
        padding: 20px 40px;
    }
}
@media screen and (max-width: 768px) {
    .yingfang-pop-about .pop-about-content{
        padding: 50px 0;
    }
    .pop-about-content .pop-about-content-wrap{
        flex-direction: column;
        gap: 30px;
    }
}
