.footer {
  position: relative;
  height: 100%;
  background: #272727;
}
.footer_top {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_top_left {
  width: 49.7rem;
  font-size: 1.8rem;
  font-family: Gotham;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.6rem;
  padding-right: 2.2rem;
  height: fit-content;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer_top_right {
  margin-left: 8%;
  flex: 1;
}
.right_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  
}
.footer_top_right_title {
  height: 5.6rem;
  font-size: 5.2rem;
  font-family: Gotham;
  font-weight: bold;
  color: #ffffff;
  line-height: 5.5rem;
  padding-bottom: 3.9rem;
}
.footer_top_right_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 13.4rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.footer_top_right_box:nth-of-type(2n) {
  padding-left: 17.7rem;
}
.footer_top_right_box img {
  width: 10rem;
  height: 10rem;
}
.footer_top_right_box_name {
  width: 12rem;
  font-size: 2.6rem;
  font-family: Gotham;
  font-weight: normal;
  color: #ffffff;
  line-height: 3.4rem;
  padding: 0 20px;
}
.footer_top_right_box_desc {
  /* width: 47rem;
  font-size: 1.8rem;
  font-family: Gotham;
  font-weight: normal;
  color: #999999;
  line-height: 2.6rem; */
  width: 1px;
  height: 4.6rem;
  background: #515151;
}
.footer_top_right_box_img {
  width: 10rem;
  height: 10rem;
}
.footer_top_right_box_img img {
  width: 10rem;
  height: auto;
  margin-top: 3.9rem;
}
.footer_center {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 10rem;
  margin-right: 10rem;
}
.footer_center_img {
  margin-right: 18%;
}
.footer_center_img img {
  width: 5.7rem;
  height: 4.3rem;
}
.footer_center_country {
  margin-right: 13%;
  margin-top: -1rem;
  width: 16rem;
  font-size: 2.4rem;
  font-family: Gotham;
  font-weight: bold;
  color: #999999;
  line-height: 4.6rem;
}
.footer_center_country_item:hover {
  color: #fff;
  cursor: pointer;
}
.footer_center_link {
  flex: 1;
  height: 350px;
}
.footer_center_link_title {
  height: 1.8rem;
  font-size: 1.6rem;
  font-family: Gotham;
  font-weight: normal;
  color: #999999;
  line-height: 1.8rem;
}
.footer_center_link_send {
  margin-top: 2rem;
  font-size: 2rem;
  font-family: Gotham;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
  margin-bottom: 10rem;
}
.footer_behind_link_desc {
  margin-top: 1.8rem;
  width: 58.6rem;
  font-size: 2rem;
  font-family: Gotham;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.8rem;
}
.footer_center_email {
  flex: 1;
}
.footer_center_email_title {
  font-size: 1.6rem;
  font-family: Gotham;
  font-weight: normal;
  color: #999999;
  line-height: 1.7rem;
}
.footer_center_email_addr {
  margin-top: 2rem;
  font-size: 2rem;
  font-family: Gotham;
  font-weight: normal;
  color: #ffffff;
  line-height: 2.3rem;
}

.footer_label {
  margin-top: 27.3rem;
  text-align: center;
  height: 1.8rem;
  font-size: 1.6rem;
  font-family: Gotham;
  font-weight: normal;
  color: #999999;
  line-height: 1.8rem;
  padding-bottom: 7.3rem;
}
.footer_backtop {
  /* position: absolute; */
  position: fixed;
  /* bottom: 39.2rem; */
  bottom: 10%;
  right: 8rem;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
}
.footer_backtop img {
  width: 100%;
}