.left-right-wrapper {
    padding: 0 2.15rem 0.2rem;
    display: flex;
    gap: 0.8rem;
}
.left-right-wrapper .left_7 {
    width: 70%;
}
.left-right-wrapper .right_7 {
    width: 70%;
    margin-top: 0.6rem;
}
.left-right-wrapper .right_3 {
    margin-top: 0.2rem;
    width: 4.07rem;
}
.left-right-wrapper .left_3 {
    width: 30%;
    margin-top: 0.6rem;
}
.left_3 .sticky-wrapper  {
    position: sticky;
    top: 2.09rem;
    /* overflow-y: auto; */
    /* height: 7rem; */
}
/* 小屏pc */
@media screen and (max-width: 1400px) {
    .left-right-wrapper {
        padding: 0 1.2rem 1rem;
    }

    
}

/* ipad和mobile */
@media screen and (max-width: 1025px) {
    .left-right-wrapper {
        padding: 0 0.3rem 1rem;
    }
    .left-right-wrapper .left_7 {
        width: 100%;
      
    }
    .left-right-wrapper .right_7 {
        width: 100%;
        margin-top: 0;
    }
    .left-right-wrapper .right_3 {
        display: none;
    }
    .left-right-wrapper .left_3 {
        display: none;
        margin-top: 0;
    }
}