body {
  background-color: #f2f2f2;
  /* padding-top: 70px; */
}
.l-wrapper {
  width: 1200px;
  height: 400px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  margin-top: 10px;
}
.l-wrapper img {
  width: 100%;
}
.l-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.l-wrapper .swiper-pagination-bullet-active {
  background: #fc583d;
}
.l-wrapper .swiper-button-prev,
.l-wrapper .swiper-button-next {
  font-family: "fc" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-size: 45px;
  color: #999;
}
.l-wrapper .swiper-button-prev:hover,
.l-wrapper .swiper-button-next:hover {
  color: #fc583d;
}
.l-wrapper .swiper-button-prev:after {
  content: "\e600";
}
.l-wrapper .swiper-button-next {
  right: 30px;
}
.l-wrapper .swiper-button-next:after {
  content: "\e601";
}
.list-search {
  position: relative;
  height: 40px;
  background-color: #ffffff;
  margin: 10px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.list-search input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 10px;
}
.list-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  padding-right: 10px;
  color: #999;
  background: url(../../img/search.png) no-repeat center center;
}
.list-search button i {
  font-size: 25px;
}
.list-search button:hover {
  color: #333;
}
.list-search.l-search button {
  width: 60px;
  background-color: #fc583d;
  color: #ffffff;
  padding: 0;
}
.list-search-end {
  position: relative;
  height: 85px;
}
.list-search-end .list-search {
  width: 500px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.list-search-end .list-search input {
  position: absolute;
  top: 0;
}
.list-search-end > div {
  padding: 20px;
}
.list-search-end > div u {
  color: #fc583d;
  margin: 0 5px;
  text-decoration: inherit;
}
.list-filtrate {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
}
.list-filtrate li {
  padding: 10px 15px 0 15px;
  border-bottom: 1px dashed #ccc;
}
.list-filtrate li:last-of-type {
  border-bottom: none;
}
.list-filtrate li div {
  margin-left: 80px;
}
.list-filtrate > div {
  overflow: hidden;
}
.list-filtrate span {
  width: 80px;
  line-height: 25px;
  color: #999;
  float: left;
}
.list-filtrate a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  margin: 0px 10px 10px 10px;
  color: #666;
}
.list-filtrate a:hover {
  background-color: #fc583d;
  color: #ffffff;
}
.list-filtrate a.active {
  background-color: #fc583d;
  color: #ffffff;
}
.list-box {
  margin: 10px 0;
  margin-left: -15px;
}
.list-item {
  width: 385px;
  height: 450px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 16px;
}
.list-item-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.list-item-img img {
  width: 100%;
  height: 100%;
}
.list-item-img span {
  position: absolute;
  left: -20px;
  top: 10px;
  transform: rotate(315deg);
  background-color: #fc583d;
  color: #ffffff;
  width: 80px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.list-item-text {
  padding: 10px 15px;
}
.list-item-text h4 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 15px 0;
}
.list-item-text p {
  font-size: 12px;
  color: #666;
  line-height: 25px;
}
.list-item-text span {
  position: absolute;
  bottom: 26px;
  left: 20px;
  font-size: 14px;
  color: #fc583d;
  font-weight: 700;
}
.list-item-text a {
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background-color: #fc583d;
  color: #ffffff;
  position: absolute;
  left: 56%;
  bottom: 20px;
  margin-left: -80px;
}
.list-item-text a:hover {
  background-color: #fd7964;
}
.list-item-text a.default {
  border: 1px solid #27b28b;
  color: #27b28b;
  background-color: #ffffff;
}
.list-item-text a.disabled {
  background-color: #ddd;
}
.list-box.site {
  margin-left: -10px;
}
.list-box.site .list-item {
  width: 285px;
  height: 360px;
  margin-left: 13px;
}
.list-box.site .list-item-img {
  height: 200px;
}
