@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "微软雅黑", "宋体", "黑体";
  font-size: 16px;
  min-width: 1280px;
  color: #000;
}
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.main-width {
  width: 1280px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.bold {
  font-weight: 600;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-38 {
  font-size: 38px;
}
.m-20 {
  margin: 20px 0;
}
.m-t-20 {
  margin-top: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
a {
  color: #333;
}
a:hover {
  font-weight: 600;
}
.scale {
  transform: scale(1);
  transition: all 0.5s;
}
.scale:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}

/*
  基础样式
*/
.header {
  background: #35435b;
  padding: 6px 20px;
  justify-content: space-around;
  align-items: center;
}
.header .logo {
  display: flex;
  align-items: center;
  color: #e8ff69;
}
.header .logo span {
  padding-right: 24px;
  font-size: 24px;
}
.header .logo img {
  width: auto;
  height: 60px;
}
.header .menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header .menu a {
  display: block;
  color: #fff;
  padding: 0 12px;
}
.header .search {
  margin-left: 20px;
}
.header .search input {
  width: 180px;
  height: 36px;
  display: inline-block;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  background: #fff;
  padding-left: 10px;
}
.header .search button {
  width: 40px;
  height: 36px;
  display: inline-block;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: #fff url(../images/search.png) no-repeat center center;
  background-size: 16px auto;
  text-indent: -9999px;
}
.header .sign {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header .sign .log {
  margin-left: 10px;
}
.header .sign .reg {
  background: #e8ff69;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin-left: 20px;
  color: #888888;
  border-radius: 4px;
  cursor: pointer;
}
.main-color {
  color: #35435b;
}
.main-bg-color {
  background: #35435b;
}
.text-center {
  text-align: center;
}
.tags {
  margin: 20px 0;
}
.tags .tag {
  font-size: 14px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 8px;
  margin: 4px;
}
.tags .tag.area {
  background: #fff1cf;
  color: #b54c00;
}
.tags .tag.limit-year {
  background: #d7fbdc;
  color: #2e5934;
}
.tags .tag.price {
  color: #ff1212;
}
.footer {
  color: #333;
  padding: 80px 0;
  margin-top: 30px;
  background: url(../images/f-bg.png) no-repeat center top;
}
.footer a {
  color: #333;
}
.footer .part-1 {
  display: flex;
  justify-content: space-between;
}
.footer .part-1-2 .c-item {
  margin-top: 30px;
}
.footer .part-1-2 .c-item div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.footer .part-1-2 .c-item div img {
  margin-right: 10px;
  display: inline-block;
}
.footer .f-logo {
  display: flex;
  align-items: center;
}
.footer .f-logo .tit {
  color: #e8ff69;
  font-size: 32px;
  font-weight: bold;
  margin-right: 50px;
}
.footer .f-logo img {
  height: 60px;
}
.footer .f-desc {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.8;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  display: inline-block;
  padding: 5px 10px;
  background: #eee;
  margin: 0 5px;
}
.pagination li a:hover {
  font-weight: normal;
}
.pagination li.active {
  background: #35435b;
  color: #fff;
}
.breadcrumb {
  display: flex;
  margin-top: 30px;
  align-items: center;
  font-size: 18px;
}
.breadcrumb li a {
  margin: 0 5px;
  display: inline-block;
}
.breadcrumb a {
  font-size: 18px;
}
.tips {
  display: flex;
  margin-bottom: 30px;
}
.tips span {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tips .more {
  display: flex;
  background: #cdd280;
  color: #1c5323;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
  width: 80px;
  justify-content: center;
}
.pointer {
  cursor: pointer;
}

.block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #35435b;
}
.block .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #35435b;
}
