@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

/** 容器宽度 */

.maxw1820 {
  width: 90%;
  max-width: 1820px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1820.m-w100 {
    width: 100%;
  }
}

.maxw1620 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1620.m-w100 {
    width: 100%;
  }
}

.maxw1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1600.m-w100 {
    width: 100%;
  }
}

.maxw1440 {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1440.m-w100 {
    width: 100%;
  }
}

.maxw1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1400.m-w100 {
    width: 100%;
  }
}

.maxw1380 {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1380.m-w100 {
    width: 100%;
  }
}

.maxw1300 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1300.m-w100 {
    width: 100%;
  }
}

.maxw1220 {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1220.m-w100 {
    width: 100%;
  }
}

.maxw1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1200.m-w100 {
    width: 100%;
  }
}

.maxw1160 {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1160.m-w100 {
    width: 100%;
  }
}

.maxw1120 {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1120.m-w100 {
    width: 100%;
  }
}

.maxw1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw1000.m-w100 {
    width: 100%;
  }
}

.maxw800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw800.m-w100 {
    width: 100%;
  }
}

.maxw600 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .maxw600.m-w100 {
    width: 100%;
  }
}

#point {
  position: relative;
  top: -6.25rem;
}

.default-stack {
  display: flex;
  overflow: hidden;
}

.default-stack > div {
  width: 100%;
  flex-shrink: 0;
}

.default-stack > div:nth-child(2) {
  margin-left: -100%;
}

.default-stack > div:nth-child(3) {
  margin-left: -100%;
}

.default-stack > div:nth-child(4) {
  margin-left: -100%;
}

.default-stack > div:nth-child(5) {
  margin-left: -100%;
}

.default-stack > div:nth-child(6) {
  margin-left: -100%;
}

.default-stack > div:nth-child(7) {
  margin-left: -100%;
}

@media (max-width: 800px) {
  .default-stack.m-clear-default-stack {
    padding-bottom: 0;
    flex-direction: column;
  }

  .default-stack.m-clear-default-stack > div {
    margin: 0 !important;
  }

  .default-stack.m-clear-default-stack.reverse {
    flex-direction: column-reverse;
  }
}

.default-title1 {
  font-size: 3.75rem;
  color: #000000;
}

@media (max-width: 800px) {
  .default-title1 {
    font-size: 1.625rem;
  }
}

.default-btn {
  height: 3.125rem;
  line-height: 3.125rem;
  background: #01BE80;
  padding: 0 1.875rem;
  font-size: 1rem;
  gap: 1.125rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
}

.default-btn img {
  width: 0.4375rem;
}

@media (max-width: 800px) {
  .default-btn {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.875rem;
    gap: 0.5625rem;
    padding: 0 0.9375rem;
  }
}

.default-banner {
  position: relative;
}

.default-banner img {
  min-height: 12.5rem;
  object-fit: cover;
}

.default-banner .text {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 5rem;
  color: #FFFFFF;
}

@media (min-width: 500px) and (max-width: 800px) {
  .default-banner .text {
    font-size: 2.5rem;
  }
}

@media (max-width: 500px) {
  .default-banner .text {
    font-size: 1.875rem;
  }
}

.default-page {
  max-width: 90vw;
  gap: 20px;
  margin: 3.125rem auto 0;
}

.default-page li {
  list-style: none;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  transition: all 0.3s;
  flex-shrink: 1;
}

.default-page li a {
  font-size: 0.75rem;
  color: #1E1E1E;
  display: block;
  padding: 0.3125rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-page li a img {
  width: 0.375rem;
}

.default-page li:hover a {
  color: #08D881;
}

@media (max-width: 800px) {
  .default-page {
    gap: 0.9375rem;
  }
}

.default-breadcrumbs {
  font-size: 1rem;
  color: #999999;
}

.default-breadcrumbs a {
  color: inherit;
  transition: all 0.3s;
}

.default-breadcrumbs a,
.default-breadcrumbs a:link,
.default-breadcrumbs a:visited,
.default-breadcrumbs a:hover,
.default-breadcrumbs a:active {
  text-decoration: none;
}

.default-breadcrumbs a:hover {
  color: #01BE80;
}

.default-product-item {
  background-color: #ffffff;
  padding: 1.875rem 0 0 1.875rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.default-product-item .t1,
.default-product-item .t2 {
  transition: all 0.3s;
}

.default-product-item .t1 {
  font-weight: bold;
  font-size: 1.75rem;
  color: #999999;
}

.default-product-item .t2 {
  font-size: 1.25rem;
  color: #999999;
  margin-top: 1.25rem;
}

.default-product-item .image {
  margin-top: 3.125rem;
}

.default-product-item .next {
  width: 2.5rem;
  position: absolute;
  z-index: 11;
  bottom: 1.875rem;
  left: 1.875rem;
  opacity: 0;
  transition: all 0.3s;
}

.default-product-item:hover {
  background: linear-gradient(180deg, #08D881 0%, #1DE8AA 100%);
}

.default-product-item:hover .t1,
.default-product-item:hover .t2 {
  color: #ffffff;
}

.default-product-item:hover .next {
  opacity: 1;
}

@media (max-width: 800px) {
  .default-product-item {
    padding: 0.9375rem 0 0 0.9375rem;
  }

  .default-product-item .t1 {
    font-size: 1.125rem;
  }

  .default-product-item .t2 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }

  .default-product-item .image {
    margin-top: 1.5625rem;
  }

  .default-product-item .next {
    width: 1.875rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}

.default-select {
  position: relative;
}

.default-select input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  border: 0;
}

.default-select .child {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  display: grid;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #333333;
  background-color: #ffffff;
  padding: 1.25rem;
  min-width: 100%;
  box-sizing: border-box;
  border-radius: 0.625rem;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.default-select .child a {
  transition: all 0.3;
}

.default-select .child a:hover {
  color: #01BE80;
}

.default-select .child.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 800px) {
  .default-select .default-select-t {
    font-size: 0.9375rem;
    gap: 0.625rem;
  }

  .default-select .default-select-t img {
    width: 0.625rem;
  }

  .default-select .child {
    bottom: -0.625rem;
    gap: 0.3125rem;
    font-size: 0.875rem;
    padding: 0.625rem;
    border-radius: 0.3125rem;
  }
}

.default-contact-form .contact-us-box {
  background-color: #fff;
  background: #FFFFFF;
  overflow: hidden;
  display: grid;
  grid-template-columns: 23.75rem 1fr;
}

.default-contact-form .left,
.default-contact-form form {
  padding: 5rem 3.75rem;
  box-sizing: border-box;
}

.default-contact-form .left {
  background: linear-gradient(180deg, #08D881 0%, #1DE8AA 100%);
  border-radius: 1.25rem 0 0 1.25rem;
}

.default-contact-form .left .icon {
  width: 4.6875rem;
}

.default-contact-form .left .t {
  font-weight: bold;
  font-size: 2.5rem;
  color: #FFFFFF;
  margin: 1.875rem 0 0;
}

.default-contact-form .left .t1 {
  font-size: 1rem;
  color: #FFFFFF;
}

.default-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  border-radius: 0 1.25rem 1.25rem 0;
}

.default-contact-form form .inps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.default-contact-form form input,
.default-contact-form form textarea {
  width: 100%;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border: 0.0625rem solid #565656;
  padding: 1.125rem;
  font-size: 0.875rem;
  color: #565656;
  box-sizing: border-box;
}

.default-contact-form form textarea {
  resize: none;
  height: 8.75rem;
}

.default-contact-form form .btn {
  border-radius: 62.4375rem;
  border: 0;
  margin-top: 1.875rem;
  cursor: pointer;
}

.default-contact-form form .btn img {
  width: 0.9375rem;
}

.default-contact-form form .yzm {
  background: #F5F5F5;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  padding: 0 1.875rem;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 800px) {
  .default-contact-form .contact-us-box {
    grid-template-columns: 1fr;
  }

  .default-contact-form .left,
  .default-contact-form form {
    padding: 1.875rem 1.25rem;
  }

  .default-contact-form .left {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .default-contact-form .left .t {
    margin: 0 0 1.25rem 0;
    font-size: 1.375rem;
  }

  .default-contact-form .left .t1 {
    font-size: 0.875rem;
  }

  .default-contact-form form {
    gap: 0.9375rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .default-contact-form form .inps {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }

  .default-contact-form form input,
  .default-contact-form form textarea {
    padding: 0.625rem;
  }

  .default-contact-form form .yzm {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

.default-pdf-item {
  background: #FFFFFF;
  box-shadow: 0 0.1875rem 1.25rem 0.0625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  padding: 2.5rem;
  box-sizing: border-box;
}

.default-pdf-item .default-pdf-top {
  display: grid;
  grid-template-columns: 4.6875rem 1fr;
  gap: 2.5rem;
}

.default-pdf-item .default-pdf-t1 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000000;
}

.default-pdf-item .default-pdf-t2 {
  font-size: 0.875rem;
  color: #999999;
}

.default-pdf-item .default-pdf-btns {
  margin-top: 1.875rem;
  gap: 1.25rem;
}

.default-pdf-item .default-pdf-btns > a {
  background: #F1F5F6;
  border-radius: 62.4375rem;
  line-height: 1;
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
  color: #999999;
}

@media (max-width: 800px) {
  .default-pdf-item {
    padding: 1.25rem;
  }

  .default-pdf-item .default-pdf-top {
    grid-template-columns: 2.5rem 1fr;
    gap: 1.25rem;
  }

  .default-pdf-item .default-pdf-t1 {
    font-size: 1.25rem;
  }

  .default-pdf-item .default-pdf-btns {
    margin-top: 0.9375rem;
    gap: 0.9375rem;
  }

  .default-pdf-item .default-pdf-btns > a {
    font-size: 0.75rem;
  }
}

.default-nav {
  box-shadow: 0 0.1875rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 100px;
  z-index: 13;
  background-color: #ffffff;
}

.default-nav .list {
  display: flex;
  justify-content: center;
  position: relative;
}

.default-nav .list .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.5rem;
  height: 0.1875rem;
  background: #01BE80;
}

.default-nav .item {
  padding: 1.25rem 1.5625rem;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  transition: color 0.3s;
  text-align: center;
}

.default-nav .item.active,
.default-nav .item:hover {
  color: #01BE80;
}

.default-nav .line {
  pointer-events: none;
  display: none;
  transition: all 0.3s;
}

@media (max-width: 800px) {
  .default-nav {
    top: 70px;
  }

  .default-nav .list {
    flex-wrap: wrap;
  }

  .default-nav .list .line {
    display: none !important;
  }

  .default-nav .item {
    padding: 0.8125rem 0.5rem;
    font-size: 0.875rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 100px;
  transition: background-color 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  transition: all 0.3s;
}

@media (max-width: 800px) {
  header {
    height: 70px;
  }
}

header.fixed-background {
  position: sticky;
}

header.fixed-background,
header.background,
header:hover {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.06);
}

header.fixed-background .header-logo,
header.background .header-logo,
header:hover .header-logo {
  color: #000000;
}

header.fixed-background .header-search,
header.background .header-search,
header:hover .header-search {
  border: 0.0625rem solid #DDDDDD;
}

header.fixed-background .header-search .icon1,
header.background .header-search .icon1,
header:hover .header-search .icon1 {
  display: none;
}

header.fixed-background .header-search .icon2,
header.background .header-search .icon2,
header:hover .header-search .icon2 {
  display: block;
}

header.fixed-background .header-menu .item,
header.background .header-menu .item,
header:hover .header-menu .item {
  color: #000000;
}

header.fixed-background .header-right .right-icon .icon1,
header.background .header-right .right-icon .icon1,
header:hover .header-right .right-icon .icon1 {
  display: none;
}

header.fixed-background .header-right .right-icon .icon2,
header.background .header-right .right-icon .icon2,
header:hover .header-right .right-icon .icon2 {
  display: block;
}

header .header-container {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}

@media (max-width: 1600px) {
  header .header-container {
    gap: 1.875rem;
  }
}

@media (min-width: 800px) and (max-width: 1350px) {
  header .header-container {
    gap: 3.125rem;
  }
}

header .header-logo {
  gap: 0.6875rem;
  color: #FFFFFF;
  flex-shrink: 0;
}

header .header-logo img {
  width: 90px;
}

header .header-logo .logo-t1,
header .header-logo .logo-t2 {
  transition: all 0.3s;
}

header .header-logo .logo-t1 {
  font-weight: bold;
  font-size: 20px;
}

header .header-logo .logo-t2 {
  font-size: 12px;
  margin-top: 8px;
}

@media (max-width: 800px) {
  header .header-logo .logo-t {
    display: none;
  }
}

header .header-search {
  width: 21.375rem;
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  padding: 0 0.625rem;
  box-sizing: border-box;
}

header .header-search input {
  background-color: transparent;
  font-size: 0.75rem;
  color: #999999;
  width: 0;
  border: 0;
  outline: none;
}

header .header-search button {
  background-color: transparent;
  border: 0;
}

header .header-search .icon {
  width: 0.9375rem;
}

header .header-search .icon2 {
  display: none;
}

@media (max-width: 1600px) {
  header .header-search {
    width: 15.625rem;
  }
}

@media (min-width: 800px) and (max-width: 1350px) {
  header .header-search {
    width: 250px;
  }
}

@media (max-width: 800px) {
  header .header-search-box1 {
    display: none;
  }
}

header .header-search-box2 {
  margin-bottom: 1.875rem;
}

@media (min-width: 800px) and (max-width: 1350px) {
  header .header-search-box2 {
    display: none;
  }
}

header .header-menu {
  flex-shrink: 0;
  gap: 2.6vw;
}

header .header-menu .item-box {
  max-width: 100px;
}

header .header-menu .item-box:not(:hover) .child {
  opacity: 0;
  pointer-events: none;
}

header .header-menu .item {
  font-size: 18px;
  transition: color 0.3s;
  color: #ffffff;
  text-align: center;
}

header .header-menu .item.active {
  font-weight: 600;
  color: #01BE80;
}

header .header-menu .item:hover {
  color: #01BE80;
}

header .header-menu .child {
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 0.625rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  transition: all 0.3s;
}

@media (max-width: 1600px) {
  header .header-menu {
    gap: 1.875rem;
  }

  header .header-menu .item {
    font-size: 15px;
  }
}

@media (min-width: 800px) and (max-width: 1350px) {
  header .header-menu {
    display: none;
  }
}

@media (max-width: 800px) {
  header .header-menu {
    display: none;
  }
}

header .header-right {
  gap: 1.875rem;
}

header .header-right .right-icon {
  width: 24px;
  cursor: pointer;
}

header .header-right .right-icon .icon2 {
  display: none;
}

header .header-right .lang-select {
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #01BE80;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  color: #01BE80;
  gap: 0.375rem;
}

header .header-right .lang-select .icon1 {
  width: 1.125rem;
}

header .header-right .lang-select .icon2 {
  width: 7;
}

header .header-right .lang-select span {
  text-wrap: nowrap;
}

@media (max-width: 1600px) {
  header .header-right {
    padding: 0 0.5rem;
    height: 32px;
  }
}

@media (max-width: 800px) {
  header .header-right .right-icon {
    width: 20px;
  }
}

header .menu-icon {
  display: none;
}

@media (min-width: 800px) and (max-width: 1350px) {
  header .menu-icon {
    display: block;
  }
}

@media (max-width: 800px) {
  header .menu-icon {
    display: block;
  }
}

header .m-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

header .m-menu .box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(100%);
  padding: 30px;
  box-sizing: border-box;
}

header .m-menu.active {
  opacity: 1;
  pointer-events: auto;
}

header .m-menu.active .box {
  transform: translateX(0%);
}

header .m-menu .close {
  text-align: right;
  margin-bottom: 20px;
}

header .m-menu .close img {
  width: 20px;
  cursor: pointer;
}

header .m-menu .item {
  color: #000;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
}

@media (min-width: 1350px) {
  header .m-menu {
    display: none;
  }
}

.default-header-h {
  height: 100px;
}

@media (max-width: 800px) {
  .default-header-h {
    height: 70px;
  }
}

footer {
  background-color: #333333;
}

footer .footer {
  display: flex;
  justify-content: space-between;
  padding: 6.25rem 0 0;
}

@media (max-width: 800px) {
  footer .footer {
    padding: 3.125rem 0 0;
    flex-direction: column;
  }
}

footer .footer-nav {
  display: flex;
  gap: 0.9375rem;
  padding-bottom: 5.625rem;
}

footer .footer-nav > div {
  width: 12.5rem;
}

footer .footer-nav .child {
  gap: 0.9375rem;
  margin-top: 2.5rem;
  background-color: transparent;
}

footer .footer-nav .child::after {
  display: none;
}

footer .footer-nav .item-one {
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
}

footer .footer-nav .item-two {
  font-size: 0.875rem;
  color: #999999;
}

@media (min-width: 800px) {
  footer .footer-nav .child {
    height: auto !important;
  }
}

@media (max-width: 800px) {
  footer .footer-nav {
    padding-bottom: 2.8125rem;
    flex-direction: column;
  }

  footer .footer-nav > div {
    width: 100%;
    border-bottom: 0.0625rem solid #dddddd;
  }

  footer .footer-nav .child {
    gap: 0.9375rem;
    margin-top: 0.9375rem;
    overflow: hidden;
    box-sizing: border-box;
  }

  footer .footer-nav .footer-pb {
    height: 0.9375rem;
  }

  footer .footer-nav .child:not(.active) {
    height: 0;
  }

  footer .footer-nav .item-one {
    font-size: 1rem;
    cursor: pointer;
  }

  footer .footer-nav .item-two {
    font-size: 0.875rem;
  }
}

footer .us-info .company-name {
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF;
}

footer .us-info .tr {
  margin-top: 1.875rem;
  gap: 1.25rem;
}

footer .us-info .tr p {
  font-size: 0.875rem;
  color: #999999;
}

footer .us-info .tr .p1 {
  font-weight: bold;
  font-size: 0.875rem;
  color: #FFFFFF;
}

footer .us-info .tr1 {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  color: #999999;
}

footer .us-info .tr1 .qrcodes {
  gap: 1.25rem;
  margin-top: 1.25rem;
}

footer .us-info .tr1 .qrcode {
  text-align: center;
}

footer .us-info .tr1 .qrcode img {
  width: 6.25rem;
}

footer .us-info .tr1 .qrcode p {
  margin-top: 0.625rem;
}

@media (max-width: 800px) {
  footer .us-info {
    padding-bottom: 1.25rem;
  }

  footer .us-info .company-name {
    font-size: 1rem;
  }

  footer .us-info .tr {
    margin-top: 0.9375rem;
    gap: 0.625rem;
  }

  footer .us-info .tr1 {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }

  footer .us-info .tr1 .qrcodes {
    margin-top: 0.9375rem;
  }

  footer .us-info .tr1 .qrcode p {
    margin-top: 0.5rem;
  }
}

footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1254901961);
  font-size: 0.875rem;
  color: #999999;
  padding: 1.375rem 0;
}

footer .bottom .links {
  display: flex;
  gap: 1.875rem;
}

@media (max-width: 800px) {
  footer .bottom {
    font-size: 0.75rem;
    padding: 0.6875rem 0;
  }

  footer .bottom .links {
    margin-top: 0.625rem;
  }
}