.center-box {
  width: 1400px;
  margin: 0 auto;
}

.bread-crumbs {
  color: #545454;
  font-size: 14px;
  line-height:61px;
}

.bread-crumbs span {
  color: #8f8f8f;
}
.bread-crumbs a:link,
.bread-crumbs a:visited{
	color: #545454;
}
.tantalum {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #545454;
  line-height: 33px;
  margin: 12px auto;
}

.results {
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #545454;
  line-height: 42px;
}

.results input {
  width: 20px;
  height: 20px;
  margin-left: 40px;
}

.results label {
  height: 36px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8f8f8f;
  line-height: 36px;
}

.optionBox {
  /* background: #f0f0f0; */
  border-radius: 2px;
  /* margin-top: 24px; */
  /* padding: 23px 13px; */
}

.appliedFilters span {
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  background: #d8d8d8;
  border-radius: 14px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #545454;
  vertical-align: middle;
  margin-right: 23px;
}

.appliedFilters img {
  vertical-align: middle;
}

.appliedFilters span:nth-child(1) {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #8f8f8f;
  line-height: 28px;
  background: #f0f0f0;
  border-radius: 0;
  padding-left: 0;
}

.felx-box {
  display: flex;
  margin-top: 48px;
}

.felxItem {
  flex: 1;
  margin-right: 4px;
}

.felxItem:nth-child(3) {
  margin-right: 0;
}

.felx-box .title {
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #545454;
  line-height: 42px;
  margin-bottom: 16px;
}

.felx-box input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  font-size: 20px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #8f8f8f;
  padding: 0 10px;
}
.searchBox {
  height: 227px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  overflow: auto;
}

.searchBox a {
  display: block;
  color: #8f8f8f;
  font-family: PingFangSC-Bold, PingFang SC;
  font-size: 20px;
  text-decoration: none;
}

.bottom {
  /* margin-top: 48px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom .resetAll,
.bottom .apply {
  margin-right: 42px;
}

.bottom label {
  height: 33px;
  font-size: 14px;
  color: #545454;
  line-height: 33px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.bottom label:nth-child(4) {
  margin-right: 40px;
}

.bottom input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.bottom .search {
	display: flex;
	width: 470px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	margin-right: 30px;
}
.bottom .searchbtn {
  width: 61px;
  height: 44px;
  border: 1px solid #30A06B;
  background-color: #30A06B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.bottom .searchbtn .iconfont{
	    font-size: 24px;
}
.bottom .search input {
  flex: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #8f8f8f;
  padding-left: 8px;
}

.reset {
  margin-top: 12px;
  margin-bottom: 48px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4f96e3;
  line-height: 28px;
  cursor: pointer;
}

.active {
  color: #47aafc !important;
}


