@media only screen and (max-width: 1024px) {
  .drawer_banner {
    height: 320px;
  }
  .drawer_banner > img {
    top: 220px !important;
    width: 80% !important;
  }
  .drawer_banner h1 {
    font-size: 48px;
    margin-top: 0 !important;
  }
  .drawer_banner p {
    font-size: 22px;
    margin: 10px 0 !important;
  }
  .drawer_banner .ljsy_tbn {
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 8px;
    margin-top: 16px;
  }
  .drawer_title {
    font-size: 38px;
    padding-top: 0;
  }
  .drawer_section1 {
    margin-top: 20px !important;
  }
  .list_ul {
    width: 100%;
    margin: 0 20px;
  }
  .list_ul li {
    width: 100%;
  }
  .list_ul li div {
    margin-top: 10px;
  }
  .list_ul li div img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .list_ul li div span {
    font-size: 14px;
  }
  .drawer_section2 {
    height: auto;
    width: 100%;
  }
  .drawer_section2 > div {
    width: 100%;
  }
  .drawer_section2 .drawer_block {
    width: 100%;
    margin-top: 0;
  }
  .drawer_section2 .drawer_block .drawer_block_item {
    width: 50%;
    margin: 0;
  }
  .drawer_section2 .drawer_block .drawer_block_item h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .drawer_section2 .drawer_other {
    width: 100%;
  }
  .drawer_section2 .drawer_other .drawer_other_item {
    margin-bottom: 20px;
  }
  .drawer_section3 .advance_ul {
    width: 100%;
    margin: 0;
  }
  .drawer_section3 .advance_ul li {
    width: 100%;
    margin: 10px auto;
    --f: 0;
    aspect-ratio: auto;
  }
  .drawer_section3 .advance_ul li span {
    font-size: 13px;
  }
  .drawer_section3 .advance_ul li div {
    padding: 0;
  }
  .drawer_flow .drawer_title {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .drawer_flow ul {
    width: 100%;
    margin: 20px auto;
  }
  .drawer_flow ul li {
    width: 39%;
    margin: 10px 0;
    flex: inherit;
    display: flex;
  }
  .drawer_flow ul li div {
    font-size: 14px;
  }
  .drawer_section4 > h2 {
    font-size: 20px !important;
    padding-top: 20px;
    margin-bottom: 16px;
  }
  .drawer_section4 .ljsy_tbn {
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 8px;
    margin-top: 16px;
  }
  .drawer_header .drawer_navbar .navbox > ul {
    display: flex;
  }
  .drawer_header .drawer_navbar .navbox .shouji {
    display: none;
  }
  .warp_column {
    padding: 0 20px;
  }
  .draw_warp {
    width: 100%;
  }
  .drawer_section4 .connectwarp {
    width: 90%;
  }
  .drawer_section4 .connectwarp > h2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .drawer_banner {
    height: 220px;
  }
  .drawer_banner > img {
    top: 220px !important;
    width: 80% !important;
  }
  .drawer_banner h1 {
    font-size: 24px;
    margin-top: 0 !important;
  }
  .drawer_banner p {
    font-size: 12px;
    margin: 10px 0 !important;
  }
  .drawer_banner .ljsy_tbn {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top: 16px;
  }
  .drawer_title {
    font-size: 24px;
    padding-top: 0;
  }
  .drawer_section1 {
    margin-top: 20px !important;
  }
  .list_ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .list_ul li {
    width: 50%;
  }
  .list_ul li div {
    margin-top: 10px;
  }
  .list_ul li div span {
    font-size: 14px;
  }
  .drawer_section2 {
    height: auto;
    width: 100%;
  }
  .drawer_section2 > div {
    width: 100%;
  }
  .drawer_section2 .drawer_block {
    width: 100%;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .drawer_section2 .drawer_block .drawer_block_item {
    width: 50%;
    margin: 0;
  }
  .drawer_section2 .drawer_block .drawer_block_item h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .drawer_section2 .drawer_other {
    width: 100%;
    flex-wrap: wrap;
  }
  .drawer_section2 .drawer_other .drawer_other_item {
    margin-bottom: 20px;
  }
  .drawer_section3 .advance_ul {
    width: 100%;
    flex-direction: column;
    margin: 0;
  }
  .drawer_section3 .advance_ul li {
    width: 100%;
    margin: 10px auto;
    --f: 0;
    aspect-ratio: auto;
  }
  .drawer_section3 .advance_ul li span {
    font-size: 13px;
  }
  .drawer_section3 .advance_ul li div {
    padding: 0;
  }
  .drawer_flow .drawer_title {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .drawer_flow ul {
    width: 100%;
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .drawer_flow ul li {
    width: 39%;
    margin: 10px 0;
    flex: inherit;
    display: flex;
  }
  .drawer_flow ul li div {
    font-size: 14px;
  }
  .drawer_section4 > h2 {
    font-size: 14px !important;
    padding-top: 20px;
    margin-bottom: 16px;
  }
  .drawer_section4 .ljsy_tbn {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top: 16px;
  }
  .drawer_header .drawer_navbar .navbox > ul {
    display: none;
  }
  .drawer_header .drawer_navbar .navbox .shouji {
    display: block;
  }
  .warp_column {
    flex-direction: column;
    padding: 0 20px;
  }
  .draw_warp {
    width: 100%;
  }
  .drawer_section4 .connectwarp {
    width: 90%;
    flex-direction: column;
  }
  .drawer_section4 .connectwarp > h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
