@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto: 'Roboto', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  /* scroll-behavior: smooth; */
  font-family: var(--Noto-Sans-SC);
  max-width: 1920px;
  margin: 0 auto;
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 150px;
  width: 100%;
}
.mycontainer {
  max-width: 1600px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-top {
  background-color: #f6f6f6;
}
header .header-top .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
header .header-top .lt {
  flex: 1;
  font-size: clamp(12px, 1vw, 18px);
  color: #666;
  line-height: 1.6667;
  margin-right: 2em;
}
header .header-top .rt {
  display: flex;
  align-items: center;
  line-height: 1.6667;
}
header .header-top .rt img {
  font-size: clamp(14px, 1.2vw, 20px);
  width: 2em;
  height: 2em;
  object-fit: contain;
  margin-right: 0.5em;
}
header .header-top .rt h5 {
  font-size: clamp(12px, 1vw, 18px);
  color: #666;
}
header .header-top .rt h5 span {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #BD121A;
  font-weight: 700;
  margin-left: 0.41667em;
}
header .header-bt .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .header-bt .logo {
  width: 18.75%;
}
header .header-bt .logo img {
  transition: all 0.5s;
}
header .header-bt .lv1 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1.1vw, 18px);
  gap: 1em 1.666667em;
}
header .header-bt .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-bt .lv1 > li:first-child {
  margin-left: 0;
}
header .header-bt .lv1 > li a {
  color: #666;
  padding: 0 1em;
  line-height: 2.2222em;
  min-width: 6.6666667em;
  text-align: center;
  transition: all 0.5s;
  text-transform: uppercase;
  border-radius: 4px;
}
header .header-bt .lv1 > li:hover > a {
  background-color: rgba(189, 18, 26, 0.1);
}
header .header-bt .lv1 > li:hover::after {
  width: 100%;
}
header .header-bt .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .header-bt .lv1 > .active > a {
  color: #fff;
  background-color: #BD121A !important;
  font-weight: 700;
}
header .header-bt .lv1 .tel {
  line-height: 1.2;
}
header .header-bt .lv1 .tel h5 {
  font-size: clamp(14px, 1vw, 16px);
  color: #BD121A;
  font-weight: 700;
}
header .header-bt .lv1 .tel h4 {
  font-size: clamp(16px, 1.1vw, 18px);
  color: #BD121A;
  font-weight: 700;
}
header .header-bt .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
header .header-bt .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  padding: 2px 15px;
  min-width: 130px;
}
header .header-bt .lv2 > li a {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
header .header-bt .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .header-bt .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header .header-bt nav {
  flex: 1;
  margin-left: 3.4375%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination {
  margin-top: 2%;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #BD121A;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #BD121A;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #BD121A;
  border-color: transparent;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 3s;
  scale: 1.1;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active img {
  scale: 1;
}
.index-banner .mycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  bottom: 3%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.5s;
  margin: 0 6.5px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BD121A;
}
.index-title {
  text-align: center;
  margin-bottom: 2%;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #BD121A;
  font-weight: 700;
  position: relative;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
.index-title h3::before,
.index-title h3::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin: 0 1.25em;
  width: 1em;
  height: 3px;
  background-color: #BD121A;
}
.index-title h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 2;
  text-transform: uppercase;
  color: #999;
}
.search-banner {
  z-index: 10;
  background-color: #FAFAFA;
  padding: 1.0416667% 0;
}
.search-banner .mycontainer {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em;
}
.search-banner .mycontainer span {
  font-size: clamp(14px, 1vw, 16px);
  color: #BD121A;
  white-space: nowrap;
  line-height: 1.875;
}
.search-banner .mycontainer .keywords {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #666;
  line-height: 1.66667;
}
.search-banner .mycontainer .keywords a {
  color: inherit;
}
.search-banner .mycontainer .keywords a:hover {
  text-decoration: underline !important;
}
.search-banner .mycontainer form {
  font-size: clamp(14px, 1vw, 16px);
  display: flex;
  align-items: center;
}
.search-banner .mycontainer form input {
  background-color: #fff;
  border: 1px solid #BD121A;
  border-right: 0;
  outline: none;
  height: 2.5em;
  width: 15em;
  padding: 0 1em;
}
.search-banner .mycontainer form button {
  width: 5em;
  height: 2.5em;
  outline: none;
  border: 0;
  background: #BD121A;
  cursor: pointer;
}
.index-about {
  padding: 3.125% 0 0;
  background-color: #f3f3f3;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 50%;
}
.index-about .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.index-about .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-about .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.index-about .wrapper .rt {
  width: 50%;
  padding-top: 2.08333%;
}
.index-about .wrapper .rt .title {
  font-size: clamp(20px, 2.083333vw, 40px);
  font-weight: 700;
  color: #333;
  line-height: 1.25;
  padding: 0 4.1666667%;
  margin-bottom: 0.4em;
}
.index-about .wrapper .rt .brief {
  font-size: clamp(14px, 1.2vw, 22px);
  color: #333;
  line-height: 2.2727272;
  padding: 0 4.1666667%;
  text-indent: 2em;
}
.index-about .wrapper .rt a {
  display: inline-block;
  color: #BD121A;
  font-weight: 500;
  border: 1px solid #BD121A;
  border-radius: 0.5em;
  line-height: 2.9;
  padding: 0 1.425em;
  transition: all 0.5s;
  margin-top: 1em;
}
.index-about .wrapper .rt a:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.index-about .wrapper .rt .data {
  display: flex;
  justify-content: space-around;
  background: url(../images/index-data-bg.jpg) no-repeat;
  background-size: cover;
  padding: 2.083333% 4.16667%;
  margin-top: 4.16667%;
}
.index-about .wrapper .rt .data .block {
  color: #fff;
  max-width: 24%;
}
.index-about .wrapper .rt .data .block h2 {
  font-size: clamp(18px, 2.0833333vw, 40px);
  font-weight: 700;
  line-height: 1.25;
}
.index-about .wrapper .rt .data .block h5 {
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 2;
}
.index-tab {
  display: flex;
  font-size: clamp(14px, 1.2vw, 20px);
  gap: 1em;
  margin-bottom: 2%;
}
.index-tab li a {
  color: #333;
  display: block;
  min-width: 7em;
  padding: 0.66665em 0.5em;
  border-bottom: 0.2em solid transparent;
  text-align: center;
  line-height: 1.6667;
  transition: all 0.5s;
  letter-spacing: 0.08em;
}
.index-tab li a:hover {
  color: #BD121A;
}
.index-tab .active a {
  font-weight: 700;
  color: #BD121A;
  border-bottom-color: #BD121A;
}
.index-prod {
  position: relative;
  overflow: hidden;
  padding: 2.60416667% 0 3.125%;
}
.index-prod .swiper {
  display: none;
}
.index-prod .swiper:first-child {
  display: block;
}
.index-prod .swiper .swiper-slide {
  border: 1px solid rgba(153, 153, 153, 0.3);
  padding: 9px;
  transition: border 0.5s;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title {
  background-color: #BD121A;
  color: #fff;
  font-weight: 700;
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75.625%;
  transition: all 0.5s;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.7777778;
  background-color: #f6f6f6;
  transition: all 0.5s;
  margin-top: 10px;
  padding: 0 0.25em;
}
.index-accessory {
  position: relative;
  overflow: hidden;
  padding: 2.60416667% 0 3.125%;
  background-color: #f6f6f6;
}
.index-accessory .swiper {
  display: none;
}
.index-accessory .swiper:first-child {
  display: block;
}
.index-accessory .swiper .swiper-slide {
  border: 1px solid rgba(153, 153, 153, 0.3);
  padding: 9px;
  transition: border 0.5s;
}
.index-accessory .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-accessory .swiper .swiper-slide:hover .title {
  background-color: #BD121A;
  color: #fff;
  font-weight: 700;
}
.index-accessory .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 154.166667%;
  transition: all 0.5s;
}
.index-accessory .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-accessory .swiper .title {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.7777778;
  background-color: #f6f6f6;
  transition: all 0.5s;
  margin-top: 10px;
  padding: 0 0.25em;
}
.index-adv {
  padding: 3.125% 0;
}
.index-adv .wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-adv .wrapper .block {
  width: 17.5%;
}
.index-adv .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 84.615385%;
  border: 10px solid #BD121A;
  border-radius: 20px;
}
.index-adv .wrapper .block .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.index-adv .wrapper .block .title {
  text-align: center;
  margin-top: 10px;
}
.index-adv .wrapper .block .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #000;
  font-weight: 700;
  line-height: 1.6667;
}
.index-adv .wrapper .block .title h5 {
  font-size: clamp(12px, 1.1vw, 20px);
  color: #666;
  line-height: 1.5;
}
.index-case {
  padding: 2.60416667% 0 4.16667%;
  background-color: #f6f6f6;
}
.index-case .swiper .swiper-slide {
  border: 1px solid rgba(153, 153, 153, 0.3);
  padding: 9px;
}
.index-case .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-case .swiper .swiper-slide:hover .title {
  color: #fff;
  background-color: #BD121A;
}
.index-case .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 95.8333333%;
}
.index-case .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-case .swiper .swiper-slide .title {
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.7777778;
  background-color: #f6f6f6;
  transition: all 0.5s;
  margin-top: 10px;
  padding: 0 0.25em;
}
.index-news {
  padding: 2.60416667% 0;
}
.index-news .news-tab {
  display: flex;
  font-size: clamp(14px, 1.25vw, 24px);
  gap: 0.833333em;
  margin-bottom: 1.875%;
  padding: 0 2.5%;
}
.index-news .news-tab li {
  cursor: pointer;
  color: #333;
  line-height: 2.083333;
  padding: 0 0.9375em;
  border-bottom: 0.208333em solid transparent;
  transition: all 0.5s;
}
.index-news .news-tab li:hover {
  color: #BD121A;
}
.index-news .news-tab .active {
  color: #BD121A;
  border-bottom-color: #BD121A;
  font-weight: 700;
}
.index-news .wrapper {
  padding: 0 1.875%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .lt {
  width: 50%;
}
.index-news .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.57895%;
}
.index-news .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .lt .pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0.833333em;
  line-height: 2.0833;
  background-color: rgba(51, 51, 51, 0.6);
}
.index-news .wrapper .lt .pic .title h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  margin-right: 0.5em;
}
.index-news .wrapper .lt .pic .title span {
  white-space: nowrap;
}
.index-news .wrapper .lt .pic:hover img {
  scale: 1.05;
}
.index-news .wrapper .rt {
  width: 48.0263158%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .wrapper .rt .block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  padding: 10px;
}
.index-news .wrapper .rt .block .date {
  width: 16.4383562%;
  white-space: nowrap;
  color: #333;
  text-align: center;
  padding: 10px 10px;
  transition: all 0.5s;
}
.index-news .wrapper .rt .block .date h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  line-height: 1.25;
}
.index-news .wrapper .rt .block .date h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  line-height: 2.5;
}
.index-news .wrapper .rt .block .title {
  width: 83.5616438%;
  padding: 0 10px;
}
.index-news .wrapper .rt .block .title h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #333;
  font-weight: 700;
  line-height: 1.6667;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .wrapper .rt .block .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #666;
  line-height: 1.6667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .rt .block .title a {
  color: inherit;
}
.index-news .wrapper .rt .block:hover {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.index-news .wrapper .rt .block:hover .date {
  background-color: #BD121A;
}
.index-news .wrapper .rt .block:hover .date h3,
.index-news .wrapper .rt .block:hover .date h5 {
  color: #fff;
}
.index-news .wrapper .rt .block:hover .date h3 {
  font-weight: 700;
}
.index-news .wrapper .rt .block:hover .title h4 {
  color: #BD121A;
}
.index-news .news-content {
  display: none;
}
.index-news .news-content:first-child {
  display: block;
}
.index-more {
  margin-top: 1.875%;
  text-align: center;
}
.index-more a {
  display: inline-block;
  font-size: clamp(14px, 1.1vw, 18px);
  border: 1px solid transparent;
  color: #999;
  min-width: 11.1111em;
  line-height: 2.6666667;
  padding: 0 1.5em;
  border-radius: 1.33333335em;
  transition: all 0.5s;
}
.index-more a:hover {
  border-color: #BD121A;
  color: #BD121A;
  font-weight: 700;
}
.index-slogan .mycontainer {
  position: relative;
  z-index: 1;
  background: url(../images/index-slogan-bg.jpg) no-repeat;
  background-size: 100% 100%;
  line-height: 1.25;
  font-size: clamp(20px, 2.0833333vw, 40px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 5.98958333%;
  border-radius: 20px;
}
footer {
  background-color: #221815;
  padding: 7.8125% 0 1.5625%;
  margin-top: -6.25%;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6.5116279%;
  gap: 2%;
}
footer .footer-top h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
  font-weight: 700;
  line-height: 1.6667;
  margin-bottom: 0.416667em;
}
footer .footer-top .info {
  width: 25%;
}
footer .footer-top .info .logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
footer .footer-top .info .logo h3 {
  font-size: clamp(16px, 1.875vw, 36px);
  color: #fff;
  line-height: 1.6667;
  border-bottom: 1px solid #BD121A;
}
footer .footer-top .info .logo h5 {
  font-size: 10px;
  color: #fff;
  line-height: 2;
}
footer .footer-top .info .logo img {
  margin-right: 10px;
}
footer .footer-top .info .logo h4 {
  margin-bottom: 0;
}
footer .footer-top .info .brief {
  font-size: clamp(14px, 1.1vw, 20px);
  color: #fff;
  line-height: 2;
  max-width: 350px;
}
footer .footer-top nav {
  width: 18.75%;
}
footer .footer-top nav ul {
  font-size: clamp(16px, 1.1vw, 18px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 11em;
  gap: 0 1em;
}
footer .footer-top nav ul li {
  line-height: 1.6667;
  margin-bottom: 1em;
}
footer .footer-top nav ul li a {
  color: #fff;
  transition: all 0.5s;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
  color: #fff;
}
footer .footer-top address {
  width: 28.125%;
}
footer .footer-top address p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  margin-bottom: 1em;
}
footer .footer-top .ewm {
  text-align: center;
  width: 20%;
}
footer .footer-top .ewm img {
  width: 100%;
  max-width: 140px;
}
footer .footer-top .ewm p {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  margin-top: 0.5556em;
}
footer .footer-bt {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #fff;
  line-height: 1.6667;
  text-align: center;
  display: flex;
}
footer .footer-bt p {
  flex: 1;
}
footer .footer-bt a {
  color: #fff;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
footer .footer-bt span i {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 800px;
}
footer .footer-bt span i > img {
  transition: all 0.5s;
}
footer .footer-bt span i .tip {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -150%) rotateX(-90deg) rotateY(90deg);
  white-space: nowrap;
  min-width: 100px;
  min-height: 100px;
  transition: all 0.5s;
}
footer .footer-bt span i .tip img {
  width: 100px;
  height: 100px;
}
footer .footer-bt span i:hover > img {
  filter: brightness(200%);
}
footer .footer-bt span i:hover .tip {
  transform: translate(-50%, -100%) rotateX(0deg) rotateY(0deg);
  visibility: visible;
  opacity: 1;
}
.anchor-fixed {
  position: relative;
  top: -100px;
}
.footer-tools {
  position: fixed;
  right: 1%;
  bottom: 40%;
	visibility: hidden;
	transition: all 0.5s;
  animation: fadeOutRight 0.5s;
	z-index: 10;
}
.footer-tools ul li {
	position: relative;
  background-color: #BD121A;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: clamp(12px, 1.2vw, 20px);
  border-radius: 4px;
	margin-bottom: 2px;
}
.footer-tools ul li .tip {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	white-space: nowrap;
	background-color: #BD121A;
	padding: 1em;
	font-size: 14px;
	border-radius: 4px;
	pointer-events: none;
}
.footer-tools ul li .tip img {
	display: block;
	width: 100px;
	min-width: 100px;
	height: 100px;
	object-fit: contain;
}
.footer-tools ul li:hover .tip {
	opacity: 1;
	visibility: visible;
	transform: translate(calc(-100% - .25em), -50%);
	left: 0;
}

.footer-tools-show {
  animation: fadeInLeft 0.5s;
  visibility: visible;
}
