header {
  width: 100%;
  background-color: #000;
  color: #fff;
}

header > .container {
  display: flex;
  align-items: center;
  height: 100px;
}

header a {
  color: #fff;
}

.header-logo {
  padding-right: 30px;
}

.header-menu {
  flex: 1;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.header-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}

.header-menu > li.active a {
  color: #ff0000;
}

.header-sign {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #171717;
  width: 90px;
  height: 30px;
}

.warp > .container {
  display: flex;
}

.main {
  flex: 1;
  margin-right: 20px;
}

.land-breadcrumb {
  background-color: #fff;
  padding: 10 0;
  margin: 0;
}

.land-breadcrumb a {
  color: #000;
}

.land-select {
  padding: 20px;
  border: 1px #ccc solid;
  margin-bottom: 20px;
}

.land-select-item {
  padding: 5px 0;
}

.land-apply-btn {
  display: flex;
  background-color: #ff0000;
  width: 60px;
  height: 150px;
  border-radius: 20px;
}

.land-select-item {
  display: flex;
}

.land-select-item ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.land-select-item li {
  padding: 0 10px;
}

.land-list {
  border: 1px #ccc solid;
  padding: 0 25px;
}

.land-toolbar {
  display: flex;
  align-items: center;
  height: 70px;
  border-bottom: 1px #ccc solid;
}

.land-order {
  line-height: 34px;
}

.land-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px #ccc solid;
}

.land-item-img {
  width: 180px;
  height: 140px;
  margin-right: 50px;
}

.land-item-content {
  flex: 1;
  display: flex;
  align-items: center;
}

.land-item-content .col-xs-6 {
  display: flex;
  align-items: center;
  height: 40px;
}

.land-pagination {
  display: flex;
  justify-content: center;
}

.sidebar {
  width: 270px;
  height: 1000px;
  margin-top: 20px;
}

.sidebar-ad {
  width: 270px;
  height: 120px;
  margin-bottom: 5px;
}

.sidebar-box {
  margin-bottom: 5px;
}

.sidebar-box h3 {
  color: #ff0000;
  font-size: 16px;
  border-bottom: 1px #ff0000 solid;
  margin: 0;
  padding: 5px 0;
}

.sidebar-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


.sidebar-box li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px #404040 dotted;
}

.sidebar-box a {
  color: #404040;
}


.setps {
  display: flex;
}

.setp {
  flex: 1;
  height: 100px;
  background-color: #ff0000;
  margin-right: 20px;
}

.setp:last-child {
  margin-right: 0;
}

