.cj {
    margin: 50px 0px;
    gap: 100px;
    display: flex;
}

.cj > img {
    width: 624px;
    height: 367px;
}

.cj > div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
}

.cj > div > div {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 75px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
    padding: 0px 15px;
    width: 306px;
    font-size: 14px;
}

.cj > div > div > span {
    display: block;
    flex: 1;
    min-width: 0;
    line-height: 24px;
}

.arrow {
    width: 66px;
    height: 20px;
    transform: translateY(20px);
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.xg {
    width: 216px;
    height: 148px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding-top: 65px;
}

.dy {
    align-items: unset;
}
.dy > img {
    width: 850px;
}
.dy > div {
    display: flex;
    flex-direction: column;
    width: unset;
    flex: 1;
    justify-content: space-between;
    padding: 40px 0px;
    gap: 15px;
}
.dy > div > div {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 10px 42px 1px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding-left: 40px;
    gap: 20px;
    align-items: center;
    font-size: 18px;
    height: 76px;
}