@media (max-width: 1400px){
    .title_search .search_bottom{min-width: 507px;}
    .page ul{width: 100%;}
}

@media (max-width: 1200px){
    .index_2{flex-direction: column;}
    .index_2 .left,
    .index_2 .right{width: 100%}
    .index_2 .left{margin-bottom: 20px;}
    .index_2 .left .left_a{display: grid;grid-template-columns: repeat(3,30%);justify-content: space-between;}

    .index_2 .right .right_inner{width: 94.953%; display: grid;grid-template-columns: repeat(3,29.883%);grid-row-gap: 41px;margin: 0 auto;justify-content: space-between;}

}


@media (max-width: 900px) {
    .index_2 .left .left_a{display: grid;grid-template-columns: repeat(2,45%);justify-content: space-between;}

    .index_2 .right .right_inner{width: 94.953%; display: grid;grid-template-columns: repeat(2,47.883%);grid-row-gap: 41px;margin: 0 auto;justify-content: space-between;}

}

@media (max-width: 550px){
    .index_2 .right .right_inner{width: 94.953%; display: grid;grid-template-columns: repeat(1,95%);grid-row-gap: 41px;margin: 0 auto;justify-content: center;}
    .index_2 .left .left_a{display: unset}
    .title_search .search_bottom{min-width: 338px;}
    .title_search .search_bottom .search_img img{width: 20px;height: 20px;}

}

