body {
  --c1: #cc3337;
  --c2: #413f3f;
}
::-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;
}
* {
  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: 700;
}
.m-page a,
.m-page span {
  margin: 0 10px;
}
body {
  overflow-x: hidden;
}
.imgcove {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  border: 0;
  transition: all 0.6s;
}
button,
input,
textarea,
div {
  outline: 0;
}
button {
  border: none;
  background: none;
  transition: all 0.6s;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.container {
  max-width: 1600px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.container2 {
  width: 94% !important;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.imgcover {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.dibu {
  min-height: 300px;
  clear: both;
  background-repeat: no-repeat;
  font-size: 14px;
  padding-top: 4rem;
  background-position: 0% 35%;
  background-image: linear-gradient(#fff0, #fff0), url(https://www.displays-china.com/wp-content/themes/displays/static/img/bg.jpg);
  position: relative;
  margin-top: 8rem;
  background-size: cover;
}
.bj1 {
  background-image: url(https://www.displays-china.com/wp-content/themes/displays/static/img/bj20.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
.bj22 {
  background-image: url(https://www.displays-china.com/wp-content/themes/displays/static/img/22314860.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
}
.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: #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: #fff;
}
.share2 a:hover {
  color: var(--c1) !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(https://www.displays-china.com/wp-content/themes/displays/static/img/bl.webp) !important;
  }
}
.fixedNav {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  box-shadow: 4px 4px 10px #888;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: 100% 100% !important;
}
.fixedNav a {
  color: #001f54 !important;
}
html {
  cursor: url(https://www.displays-china.com/wp-content/themes/displays/static/img/cur.png), default;
}
.faq_list {
  margin: 1rem auto;
}
.faq_list ul li {
  margin-bottom: 10px;
  position: relative;
  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: 700;
  font-size: 20px;
}
.faq_list ul li:hover:before {
  width: 100%;
}
.faq_list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: var(--c1);
  transition: all ease 0.5s;
}
.More1 {
  text-align: center;
  width: max-content;
  margin: 20px auto;
  background: var(--c1);
  color: #fff;
  padding: 10px 2rem;
  font-size: 16px;
  border-radius: 4px;
}
.search-container form {
  margin: 0 auto;
  width: 30%;
}
.search-container {
  border: 1px solid #ddd;
  padding: 20px 0;
  background-color: #fff;
  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: #fff0;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
}
.clear-btn {
  font-size: 20px !important;
  color: var(--c1);
  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: #fff0;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: var(--c1);
  font-size: 20px !important;
  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: 700;
}
@media screen and (max-width: 700px) {
  .search-container {
    bottom: -100% !important;
  }
}
.waves {
  position: relative;
  width: 100%;
  height: 100%;
}
.bls {
  position: absolute;
  top: -44px;
  width: 100%;
  height: 50px;
}
.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);
  }
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.on {
  background: var(--c1) !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;
  }
}
