#support_earth_body {
  position: relative;
}

#support_earth_map {
  display: block;
  width: 100%;
  background-image: url('/assets/img/support/support_00001.webp');
  background-size: contain;
  height: calc(56.25vw - 25px);
}

#support_we_are {
  font-size: 40px;
  position: absolute;
  top: calc(7vw - 4rem);
  width: 100%;
}

@media (max-width: 768px) {
  #support_we_are {
    font-size: 35px;
    position: static;
    padding: 30px 0;
  }
}

#support_earth_detail {
  color: rgba(0,0,0,0.6);
  font-size: medium;
}

.support_middle_title {
  font-size: xx-large;
  color: #000000;
  margin-top: 50px;
}

.support_flex_parent {
  display: flex;
}

.support_before_item {
  flex: 1;
  margin: 20px;
  border: 1px solid #94C4FF;
  border-radius: 10px;
  display: flex;
  padding: 40px 20px;
  cursor: pointer;
}

.support_before_item_h1 {
  font-size: 18px;
  font-weight: bold;
  color: #0074C1;
}

.support_before_item_p {
  font-size: 15px;
  font-weight: 400;
}

.support_before_item_image_body {
  margin-right: 15px;
}

.support_before_item_image_body img {
  max-width: 10vw;
}

.support_before_item:hover {
  color: white;
  background: #007EFF;
}

.point_more {
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  font-size: large;
  color: #007EFF;
  padding-left: 10px;
}

.support_before_item:hover .point_more {
  background: #007EFF;
  color: white;
}

.support_before_item:hover h1 {
  color: white;
}

.support_after_contain {
  margin: 50px 30px;
}

.support_after_items {
  text-align: center;
}

.support_after_item {
  display: inline-block;
  width: calc(25% - 4px);
  padding: 20px;
  text-align: center;
  vertical-align: top;
}

.support_after_item h1 {
  font-size: large;
  margin-top: 15px;
  color: #131316;
  height: 2em;
}

@media (max-width: 768px) {
  .support_after_item h1 {
    font-size: medium;
    margin-top: 15px;
    color: #131316;
    height: 2em;
  }
}

@media (max-width: 576px) {
  .support_after_item h1 {
    font-size: 0.9rem;
    margin-top: 15px;
    color: #131316;
    height: 2em;
  }
}

.support_after_item p {
  font-size: 12px;
  color: #707070;
}

@media (min-width: 576px) {
  .support_after_item p {
    font-size: 14px;
    color: #707070;
  }
}

#supoort_before_item_2:hover {
  background-color: #77E4A5;
}

#supoort_before_item_3:hover {
  background-color: #FCCF4D;
}

#support_before_item_4:hover {
  background-color: #9B9FFF;
}

#supoort_before_item_2:hover .point_more {
  background: #77E4A5;
  color: white;
}

#supoort_before_item_3:hover .point_more {
  background: #FCCF4D;
  color: white;
}

#support_before_item_4:hover .point_more {
  background: #9B9FFF;
  color: white;
}

#banner_top_image {
  display: block;
  width: 100%;
  height: 49.15vw;
  background: url("/assets/img/support/banner121%20(1).jpeg");
  background-size: cover;
}

@media (max-width: 768px) {
  #banner_top_image {
    height: 49.15vw;
    background-image: url('/assets/img/support/banner121%20(1).jpeg');
    background-size: 100% auto;
  }
}

@media (max-width: 768px) {
  #support_earth_body {
    position: static;
  }
}

@media (max-width: 768px) {
  #support_earth_detail {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #support_earth_map {
    margin-top: -12vw;
    background-size: 120%;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .support_flex_parent {
    display: block;
  }
}

@media (max-width: 768px) {
  .support_before_item {
    margin: 10px 0;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .support_before_item ul {
    margin-left: 5px;
    padding-left: 5px;
    font-size: small;
  }
}

@media (max-width: 768px) {
  .text_line_3 {
    max-height: 4.5em;
    line-height: 1.5em;
    overflow-y: hidden;
    position: relative;
    text-overflow: ellipsis;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
  }
}

.text_line_3.open_all {
  max-height: 20em;
}

@media (max-width: 768px) {
  .support_after_contain {
    margin: 20px 0px;
  }
}

@media (max-width: 768px) {
  .support_after_item {
    width: calc(50% - 4px);
    padding: 10px 5px;
  }
}

#left_right_blank {
  padding: 1rem;
}

.support_after_sales_info_body {
  background-color: #F5F5F5;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .support_after_sales_info_body {
    background-color: #F5F5F5;
    padding: 2rem 0;
  }
}

.support_after_sales_info_body > div > div {
  display: flex;
  flex-direction: row;
  text-align: left;
  flex: 1;
  color: #000000;
  font-weight: bold;
  align-items: start;
}

@media (min-width: 576px) {
  .support_after_sales_info_body > div > div {
    display: flex;
    flex-direction: row;
    text-align: left;
    flex: 1;
    color: #000000;
    font-weight: bold;
    align-items: center;
    font-size: initial;
  }
}

@media (min-width: 768px) {
  .support_after_sales_info_body > div > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
    color: #000000;
    font-weight: bold;
    margin-top: 0;
  }
}

.support_after_sales_info_body > div {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .support_after_sales_info_body > div {
    display: flex;
    flex-direction: row;
  }
}

.support_after_sales_info_body .fa {
  color: #007EFF;
  margin-right: 0.5rem;
  margin-left: 1rem;
  width: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .support_after_sales_info_body .fa {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #marker_body {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #marker_body {
    margin-top: 1rem;
  }
}

