@import '../common/index.css';
@import '../common/header.css';
@import '../common/footer.css';

/* banner */
.banner {
  min-width: 1200px;
  height: 270px;
  background: url('../../imgs/search/banner.png') no-repeat center center;
}


.content-wrap {
  width: 1200px;
  margin: 0 auto;
  min-height: 880px;
  padding-top: 65px;
}
.content-wrap .tab-wrap {
  margin-right: 130px;
}
.content-wrap .tab {
  width: 248px;
  height: 280px;
  padding: 40px;
  background-color: var(--def-bgc);
}
.content-wrap .tab-item .tag {
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url('../../imgs/index/right.png') no-repeat;
}
.content-wrap .tab-item {
  width: 180px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 38px;
  border-radius: 20px;
  color: var(--color555);
}
.content-wrap .tab-item.active {
  color: #fff;
  background-color: var(--light-text);
}
.content-wrap .tab-item.active .tag{
  background: url('../../imgs/index/right-light.png');
}
.content-wrap .tab-item:hover {
  color: #fff;
  background-color: var(--light-text);
}
.content-wrap .tab-item:hover .tag{
  background: url('../../imgs/index/right-light.png');
}
.content-wrap .search-wrap .int-warp{
  width: 574px;
  height: 46px;
  line-height: 46px;
  position: relative;
  border-radius: 50px;
  padding: 0 160px 0 18px;
  border: 1px solid var(--light-text);
  position: relative;
  margin-bottom: 40px;
}
.content-wrap .search-wrap .int-warp input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.content-wrap .search-wrap input::placeholder {
  color: #ccc;
}
.content-wrap .search-wrap .pgq-ext {
  font-size: 14px;
}
.content-wrap .search-btn {
  width: 120px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  background-color: var(--light-text);
  position: absolute;
  right: 6px;
  top: 4px;
}