/* search page */
.single-box .searchbg {
  background: linear-gradient(270deg,#fe3c35,#ff1f4c);
}

.single-box .searchbody {
  position: relative;
  top: 2.7rem;
  margin-bottom: 10rem;
}

.searchbody .searchbanner {
  padding: 2rem;
  background: #fff;
  
}

.searchbody .searchbanner .search-wrapper {
  position: relative;
  display: flex;
}

.search-wrapper .search-box {
  padding-left: 1.25rem;
  width: 100%;
  height: 2.5rem;
  box-shadow: 0 .36rem 1rem 0 rgba(0,0,0,.1);
  border-radius: 1.5rem;
  outline: 0.063rem solid #e62000;
}

.search-wrapper .search-botton {
  position: absolute;
  right: 0.625rem;
  bottom: 0.34rem;
  padding: 0.313rem 0.938rem;
  border: 0;
  border-radius: 1.25rem;
  color: #fff;
  background: #e62000;
}

.search-nav {
	display: flex;
	justify-content: space-around;
	padding-top:1.25rem;
	background-color: #f6f6f6;
}

.search-nav li a {
  display: flex;
  align-items: center;
  height: 1.125rem;
  line-height: 1.125rem;
}

.search-nav li a img {
  margin-right: 0.313rem;
  width: 0.938rem;
  height: 0.938rem;
}

.search-nav li.active a span {
  color: #323233;
  font-weight: 600;
  border-bottom: 0.125rem solid #ee0a24;
}

.search-tip {
	background-color: #fff;
	margin: 0.938rem 0;
	padding: 0.938rem
}

.search-tip .tip-step {
  display: flex;
  justify-content: space-between;
}

.search-tip .tip-title {
  margin-bottom: 0.313rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.search-tip .tip-step li {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.search-tip .tip-step li img {
  width: 1.313rem;
  height: 1.313rem;
}

.search-tip .tip-step li span {
  margin-left: 0.313rem;
}

.top-keywords {
  background-color: #fff;
	margin: 0.938rem 0;
	padding: 0.938rem
}

.top-keywords .title {
  font-size: 0.875rem;
  font-weight: bold;
}

.top-keywords ul {
  display: flex;
  flex-wrap: wrap;
}

.top-keywords ul li {
  margin: 0.625rem 0.3125rem;
  padding: 0 0.625rem;
  background: #f6f6f6;
  border-radius: 0.625rem;
}