@import url("//at.alicdn.com/t/c/font_4815375_sjh08yd3k8.css");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.swiper-pagination {
  text-align: right;
  width: 98% !important;
}
.swiper-pagination-bullet-active {
  background: #000;
}

.footer .wrap {
  margin: 0 12%;
}
.footer {
  width: 100%;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  background: #fefaf3;
}

.footer .cols {
  display: inline-block;
  width: 27%;
  min-width: 250px;
  margin: 20px 2%;
  vertical-align: top;
  text-align: left;
}

.footer .title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  /* border-bottom: 1px solid #333;
  padding-bottom: 20px; */
  font-weight: bold;
  width: 100%;
}

.footer .ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2;
  font-size: 14px;
}

.footer .ul a {
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 12px;
  position: relative;
}
.footer .ul a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9c9c9c;
}
.footer .ul a:hover {
  color: #d61b28;
}

.footer .ul p {
  margin: 0;
  color: #000;
}
.copyrights {
  background: #000;
  text-align: center;
  font-size: 14px;
  color: #f9f9f9;
  height: 40px;
  line-height: 40px;
}
.copyrights span {
  margin: 0 10px;
}
.copyrights a {
  color: #fff;
}
@media (max-width: 930px) {
  .copyrights {
    height: auto;
    line-height: inherit;
    padding: 10px 0;
  }
  .copyrights span {
    display: block;
  }
  .footer .wrap {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .footer .cols {
    width: 100%;
    margin: 20px 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
