/* 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 */

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: #3e6430 !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 188 6 / 61%);

  top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}
.container2 {
  width: 94% !important;

  max-width: 1600px !important;

  margin-left: auto;

  margin-right: auto;
}
.container {
  max-width: 1600px;

  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: 4rem;

  background-attachment: fixed;

  background-position: top center;

  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/f1.jpg);

  position: relative;
}

.bj1 {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/agafeatured-story-left-01background.jpg) !important;

  background-attachment: inherit;
}

.imgcover {
  width: 100%;

  height: 100%;

  object-fit: cover !important;
}

.dibu .footer {
  display: flex;

  align-items: stretch;

  justify-content: space-between;

  flex-wrap: wrap;

  padding-bottom: 10px;
  padding-top: 2rem;
}

.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: 1300px;

  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 (max-width: 700px) {
  .fixedNav {
    background: #fff !important;
  }
}

@media screen and (min-width: 700px) {
  .fixedNav {
    background-image: url(../img/bl.webp) !important;

    /* background-image: linear-gradient(120deg, #017bd1 0%, #4cc2f5 25%) !important; */
  }
}

.fixedNav {
  position: fixed !important;

  width: 100% !important;

  top: 0 !important;

  /* background: white !important; */

  box-shadow: 4px 4px 10px #888888;

  background-repeat: no-repeat !important;

  background-position: left center !important;

  background-size: 100% 100% !important;
}

.fixedNav a {
  color: #001f54 !important;
}

html {
  cursor: url(../img/cur.png), default;
}
