/* For Webkit browsers (Chrome, Safari) */

body {
  margin: 0;

  font-family: 'Poppins', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

  font-size: 16px !important;

  font-weight: 400;

  color: #212529;
}

:root {
  --c1: #824f32;

  --c2: #632e07;
}

a {
  outline: none;
}

html {
  cursor: url(../img/cur.png), default;
}

/* scrollbar css */

/* width */

::-webkit-scrollbar {
  width: 6px;

  height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #fff;

  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--c2);

  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #222;
}

/* 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: var(--c2) !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: var(--c);

  top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

.swiper-container {
  width: 100%;

  height: 100%;

  position: relative;
}

.container2 {
  width: 94% !important;

  max-width: 1600px !important;

  margin-left: auto;

  margin-right: auto;
}

.imgcover {
  width: 100%;

  height: 100%;

  object-fit: cover !important;
}

/* footer */

.dibu {
  min-height: 300px;

  clear: both;

  font-size: 14px;

  padding-top: 4rem;

  /* background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 83%)), url(../img/bn2.jpg); */

  background: #040304;

  position: relative;

  background-repeat: no-repeat;

  background-position: right center;

  background-size: cover;

  position: relative;
}

.dibu::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: -webkit-fill-available;
  height: 100%;
  background: url(../img/dibu.jpg) no-repeat;
  opacity: 0.2;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 5% 4%;
}

.dibu .footer {
  display: flex;

  align-items: stretch;

  justify-content: space-between;

  flex-wrap: wrap;

  padding-bottom: 10px;

  z-index: 1;

  position: relative;
}

.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: #fff;

  line-height: 36px;

  transition: all 0.4s;

  cursor: pointer;

  text-transform: capitalize;

  width: auto;
}

.footer2 {
  margin: 10px auto 0;

  font-size: 16px;

  color: #fff;

  padding: 24px 0;

  border-top: 1px solid #fff;
}

.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: var(--c2) !important;
}

.dz_ {
  margin: 10px 0;
}

@media screen and (max-width: 700px) {
  .fixedNav {
    background: #fff !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;

  z-index: 999;
}

/* 首页faq */

.faq_list {
  margin: 1rem auto;
}

.faq_list ul li {
  margin-bottom: 10px;

  position: relative;

  background: #fafafa;

  padding: 10px;

  border-radius: 4px;

  border-bottom: 1px dashed silver;

  transition: all 0.6s;

  font-family: '59f62fed-e171-49e4-8e95-0499379fabea';
}

.faq_list ul li p:nth-child(1) {
  font-weight: bold;

  font-size: 20px;
}

.faq_list ul li:hover:before {
  width: 100%;
}

.faq_list ul li:before {
  content: '';

  position: absolute;

  left: 0px;

  bottom: 0px;

  width: 0%;

  height: 3px;

  background: var(--c2);

  transition: all ease 0.6s;
}

.More1 {
  text-align: center;

  width: max-content;

  margin: 20px auto;

  background: var(--c2);

  color: #fff;

  padding: 10px 2rem;

  font-size: 16px;

  border-radius: 4px;
}

/* 搜索框容器 */

.search-container {
  border: 1px solid #ddd;

  padding: 20px 0;

  background-color: #ffffff;

  display: none;

  position: absolute;

  bottom: -84%;

  z-index: 9;

  left: 0;

  width: 100%;
}

.search-container .container2 {
  display: flex;

  align-items: center;
}

/* 输入框 */

#search-input {
  flex: 1;

  border: none;

  outline: none;

  background: transparent;

  font-size: 14px;

  color: #333;

  padding: 5px 10px;
}

/* 清除按钮 */

.clear-btn {
  font-size: 20px !important;

  color: var(--c2);

  cursor: pointer;

  margin-left: 10px;

  transition: color 0.3s;

  transition: all 0.6s ease-in-out;
}

.clear-btn:hover {
  color: #fca823;

  transform: rotate(360deg);
}

/* 确认按钮 */

.confirm-btn {
  background-color: transparent;

  border: 1px solid #ddd;

  border-radius: 15px;

  color: var(--c2);

  font-size: 20px;

  padding: 5px 15px;

  margin-right: 10px;

  cursor: pointer;

  transition: background-color 0.3s, color 0.3s;
}

.confirm-btn:hover {
  background-color: #fca823;

  color: #fff;
}

.sousuo span {
  font-size: 24px !important;

  margin-left: 1rem;

  color: #000;

  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .search-container {
    bottom: -23px !important;
  }
}

/* 波浪 */

.waves {
  position: relative;

  width: 100%;

  height: 100%;
}

.bls {
  position: absolute;

  top: -70px;

  width: 100%;

  height: 70px;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;

  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;

  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;

  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;

  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/

@media (max-width: 768px) {
  .waves {
    height: 40px;

    min-height: 40px;
  }
}

.on {
  background: var(--c2) !important;
}

.on a,
.on a span {
  color: #fff !important;
}

.on a i {
  background-color: #fff !important;
}

.nav_h4 {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.toggle_content {
  display: block;
}

@media screen and (max-width: 700px) {
  .toggle_content {
    display: none;
  }

  .confirm-btn {
    font-size: 14px !important;
  }
}
