/* 1440 -  */
@media screen and (min-width: 1440px) {
  .section_1 .section {
    padding-left: 80px;
    padding-right: 80px;
  }
  .section_2 {
    padding: 0;
  }
}
/* 1200 - 1440 */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .section_1 .section {
    padding-left: 80px;
    padding-right: 80px;
  }
  .section_2 {
    padding: 0;
  }
}
/* 适配 834 - 1200 */
@media screen and (min-width: 834px) and (max-width: 1199px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-title-left {
    font-size: 48px;
  }
  .header-title-right {
    font-size: 20px;
  }
  #blog_nav {
    display: none;
  }
  #hamburger {
    display: block;
    margin-left: 20px;
  }

  .section_2 {
    padding: 0;
  }
  .section_2_top {
    font-size: 48px;
  }
  .section_2_bottom .section_2_bottom_title {
    font-size: 48px;
  }
  .section_2_bottom .section_2_bottom_content {
    width: 290px;
    font-size: 20px;
  }
  .section_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section_4_content_left_title {
    font-size: 30px;
    display: block;
  }
  .section_4_content_right {
    width: 292px;
    font-size: 16px;
  }
  .section_5_content .txt {
    width: 330px;
  }
  .section_5_content .txt .title {
    font-size: 42px;
  }
  .section_5_content .txt .info {
    font-size: 16px;
    margin: 30px 0 40px 0;
  }
  .section_5_black .img {
    width: 300px;
  }
  .section_6_content {
    font-size: 12px;
  }
  .footer {
    font-size: 14px;
    padding: 0 20px;
  }
}
/* 390 - 834 */
/* @media screen and (min-width: 390px) and (max-width: 833px) { */
@media screen and (max-width: 833px) {
  .section_wrapper {
    padding: 0 20px;
  }
  .section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section_1 {
    padding: 0;
  }
  .section_1 .section {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
  }
  
  #header_bar {
    /* overflow: hidden; */
    /* box-sizing: border-box; */
    width: 100%;
    padding: 0 8px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header_bar .header-title-m {
    display: block;
  }
  #blog_nav {
    display: none;
  }
  .join_btn_header {
    display: none;
  }
  #hamburger {
    display: flex;
    margin-right: 12px;
    flex: 1;
  }
  .menu_item_list {
    /* grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 0;
    gap: 0;
    overflow: hidden; */
  }
  #head_nav .menu_item_img {
    display: none;
  }
  /* .nav_menu .menu_sub::after {
    visibility: visible;
  } */
  .nav_menu .menu_sub.open + .menu_item_list {
    /* grid-auto-rows: 62px; */
  }


  .header-title {
    display: none;
  }
  .header_logo-img {
    width: 16px;
  }
  .join_btn {
    /* width: 108px; */
    font-size: 16px;
    font-weight: bold;
  }
  .join_btn_t {
    display: none;
  }
  #spinner {
    display: none;
  }
  #spinner .img {
    display: none;
  }
  .spinner_wrapper {
    width: 100%;
    display: flex;
    height: 700px;
    color: white;
  }
  /* .spinner_wrapper img {
    position: absolute;
    top: -350px;
    left: 50%;
    transform: translateX(-50%);
    width: 834px;
  } */
  .spinner_wrapper .spinner_txt {
    position: absolute;
    top: 120px;
    /* width: 375px; */
    left: 20px;
  }
  .spinner_wrapper .spinner_txt .spinner_txt_title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
  }
  .spinner_wrapper .spinner_txt .spinner_txt_info {
    font-size: 24px;
  }
  .spinner_img {
    width: 100%;
    border-radius: 22px;
  }
  .section_2 {
    padding: 0;
    position: relative;
  }
  .section_2 .section {
    padding: 0;
  }
  .section_2 .section_2_bottom {
    padding: 0 20px;
  }
  .video_1 {
    padding: 0;
    width: 100%;
    border: none;
  }
  .video_1 video {
    border: none;
    border-radius: 0;
  }
  .section_2_top {
    font-size: 36px;
    text-align: center;
    /* line-height: 1; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
  }
  .section_2_bottom {
    display: block;
  }
  .section_2_bottom_title {
    font-size: 47px;
  }
  .section_2_bottom_content {
    font-size: 17px;
    font-weight: normal;
    width: 290px;
  }
  .section_3 {
    padding: 0px;
  }
  .logos {
    padding: 40px 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-content: center;
    align-items: center;
  }
  .logo {
    width: 33.85vw;
    margin: 0 auto;
  }
  .section_4_content {
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
    /* align-items: center; */
  }
  .section_4_content_left_title {
    display: block;
    line-height: 1.3;
    font-size: 33px;
  }
  .section_4_content_left {
    /* width: 350px; */
  }
  .section_4_content_right {
    margin-top: 30px;
    font-size: 16px;
    width: 350px;
  }
  .section_5_content {
    flex-direction: column;
    justify-content: center;
  }
  .section_5_content .txt {
    width: 100%;
    order: 1;
  }
  .section_5_content .txt .title{
    width: 100%;
    font-size: 38px;
    line-height: 1.3;
  }
  .section_5_content .txt .info {
    margin: 8px 0;
    font-size: 16px;
    /* width: 82%; */
    font-weight: normal;
  }
  .section_5 .join_btn {
    display: none;
  }
  .section_5_content .video {
    margin-top: 40px;
    border-radius: 22px;
    order: 2;
    width: 234px;
    height: 100%;
  }
  .section_5_black .img {
    order: 2;
    width: 100%;
  }
  .section_5_black .trust-btn {
    margin: 40px 0 80px;
  }
  .section_6_content .left{
    width: 173px;
  }
  .section_6_content .left .title {
    font-size: 20px;
  }
  .section_6_content .left .label {
    font-size: 12px;
  }
  .section_6_content .left .item {
    font-size: 12px;
  }
  .section_6_content .right .link {
    font-size: 12px;
  }
  .footer {
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .footer .title {
    font-size: 12px;
  }
  .footer .title .img {
    width: 12px;
  }
  .footer .line {
    margin: 4px 0;
  }
  .footer .copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 470px) {
  #care_nav_txt_2 {
    display: none;
  }
}