/* ---------------- 条件筛选区域 start ---------------- */
/* 搜索样式 */
.search-keyword {
  padding: 24px 0;
  border-bottom: 1px solid #E9EEF3;
}
.search-keyword>input {
  width: 258px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E9EEF3;
  margin-right: 10px;
  padding: 0 12px;
}

.search-keyword>input:hover,
.search-keyword>input:focus {
  border-color: #bed3e9;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.search-keyword>button {
  width: 62px;
  height: 30px;
  background: #FF5600;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
}

.search-keyword>button:hover,
.search-keyword>button:active {
  opacity: 0.8;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.step-before {
  width: 120px;
  text-align: left;
  display: inline-block;
}

.category>div {
  width: calc(100% - 212px);
}

.category>div>span {
  margin-bottom: 15px;
  display: inline-block;
}

/* ---------------- 条件筛选区域 end ---------------- */

/* ---------------- 项目列表区域 start ---------------- */
.card-box {
  margin-top: 24px;
}

/* ---------------- 项目列表区域 end ---------------- */

.wc-dropdown {
	position: relative;
}
.vtcenter:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.wc-header1 {
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	text-align: center;
	z-index: 1000;
	border-bottom: 1px solid #1B232E;
  background-color: #1B232E;
}

.wc-header1-cont {
	width: 1280px;
	height: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
}

.wc-header1-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
  margin-left: 20px;
}

.wc-header1-loca {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.01);
}

.wc-header1-tabs {
	height: 100%;
	display: inline-block;
	text-align: left;
    width: 100%;
    padding-left: 250px;
}

.wc-header1-tab {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	height: 100%;
	padding: 0 10px;
	position: relative;
	cursor: pointer;
}

.wc-header1-tab:hover {
	background-color: rgba(255, 255, 255, 0.2);
  /* background-color: rgba(184, 113, 73, 0.897); */
}

.wc-header1-tab:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.wc-header1-login {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
  margin-right: 40px;
}

.wc-header1-login:before {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.wc-header1-login-btn {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
	width: 68px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 15px;
	text-align: center;
}

.bottom_r2 {
  width: 260px;
  float: right;
  /* margin-top: 35px; */
  border-left: 1px solid #888;
  height: 165px;
  line-height: 30px;
  padding: 0 20px;
  color: #b3d7e7;
}
.bottom_l {
  width: 260px;
  float: left;
  /* margin-top: 50px; */
}
.bottom_r {
  margin-left: 255px;
  margin-right: 370px;
  /* margin-top: 35px; */
  border-left: 1px solid #888;
  height: 165px;
  line-height: 30px;
  color: #b3d7e7;
  padding-left: 20px;
}
.bottom_t {
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}
.bottom_l1 {
  line-height: 40px;
color: #888;
}
.bottom_t {
  font-weight: bold;
  line-height: 40px;
  color: #888;
}