/* For Webkit browsers (Chrome, Safari) */

::-webkit-scrollbar {
  width: 10px; /* 滚动条的宽度 */

  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道的背景颜色 */

  border-radius: 10px; /* 滚动条轨道的圆角 */
}

::-webkit-scrollbar-thumb {
  background: #888; /* 滚动条滑块的背景颜色 */

  border-radius: 10px; /* 滚动条滑块的圆角 */
}

::-webkit-scrollbar-thumb:hover {
  background: #555; /* 当鼠标悬停时，滚动条滑块的背景颜色 */
}

/* For Firefox */

* {
  scrollbar-width: thin; /* 滚动条宽度 */

  scrollbar-color: #888 #f1f1f1; /* 滚动条滑块和轨道的颜色 */
}

/* ================== */

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label {
  display: none !important;
}

.m-page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 1rem auto;
}

.m-page .current {
  color: red;
  font-weight: bold;
}

.m-page a,
.m-page span {
  margin: 0 10px;
}

html,
body {
  margin: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif !important;
  font-weight: normal;
  font-size: 18px;
}

body {
  overflow-x: hidden;
}

.imgcove {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* Pagination style */

.pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.pagination li {
  display: inline;
}

.pagination a,
.pagination span {
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.pagination a:hover,
.pagination .current {
  background-color: #ae2725;
  color: white;
  border: 1px solid #ae2725;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: 0;
  transition: all 0.6s;
}

button,
input,
textarea,
div {
  outline: 0;
  transition: all 0.6s;
}

button {
  border: none;
  background: none;
  transition: all 0.6s;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

/* 修改活动状态的分页器点的颜色 */

/* .swiper-pagination-bullet-active {
  background-color: #ae2725 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  border: 1px solid Rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  line-height: 50px;
  transform: translate(0, -7%);
  background: rgb(219 6 16 / 61%);
  top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
} */
/*
.container {
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
} */

/* footer */
.dibu {
  min-height: 300px;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-top: 3rem;
  background-position: top center;
  background-image: url(../img/pro5_bbg.jpg);
}

.dibu .footer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.footer-l {
  width: 25%;
  color: #fff;
  padding-bottom: 10px;
}

.footer-l p {
  margin-top: 10px;
}

.footer-r {
  width: 64%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.footer-r ul {
  margin: 0;
  padding: 0;
}
.footer-r ul h3 {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}
.footer-r ul p {
  color: #fff;
}
.footer-r ul li a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 36px;
  transition: all 0.4s;
  cursor: pointer;
  text-transform: capitalize;
  width: auto;
}

.footer2 {
  margin: 10px auto;
  font-size: 16px;
  color: #999;
  padding: 24px 0;
  border-top: 1px solid #565a67;
}

.cont1 {
  max-width: 1200px;
  margin: 0 auto;
}

.share2 {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.share2 a {
  background: #27241f;
  margin-right: 10px;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.share2 a:hover {
  color: #c73828 !important;
}

.dz_ {
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .footer_m {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }

  .footer_m {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
    box-shadow: 0px 0px 4px #adadad;
    z-index: 9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#595f60));
    border-radius: 20px 20px 0 0 !important;
  }

  .footer_m div a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    color: #fff;
    height: 2rem;
  }

  .footer_m div:nth-child(1) {
    border-right: 1px solid #e2ecde;
  }

  .footer_m div a span:nth-child(1) {
    margin-right: 6px;
  }

  .footer_m div .flientfpb {
    margin: 0;
    background: none;
    border: none;
    color: #4e8718;
    padding: 0;
    align-items: baseline;
    height: auto;
    color: #fff;
    font-weight: 400;
  }
}
