.search-index {
  margin-top: 10px !important
}

.search-index .condition {
  padding: 0 20px 10px;
  margin-bottom: 10px;
  background: #fff
}

.search-index .condition label {
  float: left;
  width: 76px;
  line-height: 30px;
  margin-top: 10px
}

.search-index .condition .condition-tabs {
  margin-left: 76px
}

.search-index .condition .condition-tabs .el-tag {
  margin: 10px 10px 0 0
}

.search-index .condition .condition-tabs .clear-tag {
  height: 28px;
  line-height: 26px;
  background: #3c7ee5;
  border-color: #3c7ee5;
  color: #fff
}

.search-index .condition .condition-tabs .clear-tag:hover {
  background: #2c70db
}

.search-index .tab {
  padding: 20px 0 20px 20px;
  background: #fff;
  position: relative
}

.search-index .tab .tab-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e3e8
}

.search-index .tab .tab-item.keyword-panel .keyword-input {
  width: 270px
}

.search-index .tab .tab-item.keyword-panel .keyword-input .el-input__inner {
  height: 30px;
  line-height: 30px
}

.search-index .tab .tab-item.keyword-panel .keyword-btn {
  margin-left: 10px;
  border-radius: 0
}

.search-index .tab .tab-item.cls-panel,
.search-index .tab .tab-item.industry-panel,
.search-index .tab .tab-item.subcls-panel {
  padding-bottom: 10px
}

.search-index .tab .tab-item.last-item,
.search-index .tab .tab-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

.search-index .tab .tab-item .tit {
  float: left;
  width: 76px;
  line-height: 30px
}

.search-index .tab .tab-item .content {
  margin-left: 76px
}

.search-index .tab .tab-item .content li {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer
}

.search-index .tab .tab-item .content li.active,
.search-index .tab .tab-item .content li:hover {
  color: #3c7ee5
}
.search-index .tab .tab-item .content li.active{
  font-weight: bold;
}
.search-index .tab .tab-item .content .btn {
  width: 100px;
  height: 30px;
  line-height: 30px
}

.search-index .tab .tab-item .content.subcls-content li {
  margin: 0 20px 10px 0
}

.search-index .tab .tab-item .cls-content {
  height: 80px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .tab .tab-item .cls-content.full-cls {
  height: 200px
}

.search-index .tab .cls-panel .content li,
.search-index .tab .industry-panel .content li {
  width: 100px;
  height: 30px;
  line-height: 28px;
  margin: 0 10px 10px 0;
  border: 1px solid #e0e3e8;
  text-align: center
}

.search-index .tab .cls-panel .content li>a,
.search-index .tab .industry-panel .content li>a {
  display: inline-block;
  width: 100%;
  height: 100%
}

.search-index .tab .cls-panel .content li.active,
.search-index .tab .cls-panel .content li:hover,
.search-index .tab .industry-panel .content li.active,
.search-index .tab .industry-panel .content li:hover {
  background: #3c7ee5;
  border: 1px solid #3c7ee5;
  color: #fff
}

.search-index .tab .cls-panel .content li.active a,
.search-index .tab .cls-panel .content li:hover a,
.search-index .tab .industry-panel .content li.active a,
.search-index .tab .industry-panel .content li:hover a {
  color: #fff
}

.search-index .tab .cls-panel .content li.list-more,
.search-index .tab .industry-panel .content li.list-more {
  border: none;
  color: #3c7ee5;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .tab .cls-panel .content li.list-more .iconfont,
.search-index .tab .industry-panel .content li.list-more .iconfont {
  display: inline-block;
  margin: -2px 0 0 5px;
  color: #3c7ee5;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .tab .cls-panel .content li.list-more .iconfont.top,
.search-index .tab .industry-panel .content li.list-more .iconfont.top {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.search-index .tab .cls-panel .content li.list-more:hover,
.search-index .tab .industry-panel .content li.list-more:hover {
  background: none
}

.search-index .tab .price-panel li {
  margin-right: 50px
}

.search-index .tab .price-panel li:first-child {
  margin-right: 40px
}

.search-index .tab .price-panel input {
  width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 10px;
  border: 1px solid #e0e3e8
}

.search-index .tab .price-panel .line {
  display: inline-block;
  width: 30px;
  border-top: 1px solid #9b9b9b;
  vertical-align: middle
}

.search-index .tab .age-panel li,
.search-index .tab .long-panel li,
.search-index .tab .shape-panel li {
  margin-right: 40px
}

.search-index .tab .tab-operate {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .tab .tab-operate:hover {
  color: #3c7ee5
}

.search-index .tab .tab-operate .iconfont {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px
}

.search-index .tab .tab-operate .iconfont.top {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.search-index .tab .tab-operate .iconfont.down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.search-index .sub-tab {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin-top: 40px;
  background: #fff
}

.search-index .sub-tab .item {
  width: 50%
}

.search-index .sub-tab .item li {
  display: inline-block;
  margin-right: 50px;
  cursor: pointer
}

.search-index .sub-tab .item li.active span,
.search-index .sub-tab .item li:hover span {
  color: #3c7ee5
}

.search-index .sub-tab .item li .icons-wrapper {
  width: 16px;
  height: 50px;
  line-height: 10px;
  padding-top: 14px;
  text-align: right
}

.search-index .sub-tab .item li .icons-wrapper .iconfont {
  display: inline-block;
  font-size: 12px
}

.search-index .sub-tab .item li .icons-wrapper .iconfont.active,
.search-index .sub-tab .item li .icons-wrapper .iconfont:hover {
  color: #3c7ee5
}

.search-index .sub-tab .item li .icons-wrapper .top {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.search-index .sub-tab .item .btn {
  width: 100px;
  height: 30px;
  line-height: 30px
}

.search-index .sub-tab .item>span {
  margin-right: 20px;
  color: #9da0a6
}

.search-index .sub-tab .item>span em {
  font-style: normal;
  font-size: 16px
}

.search-index .result-wrap {
  margin-top: 0;
  min-height: 200px
}

.search-index .result-wrap .tab-panel {
  min-height: 170px
}

.search-index .result-wrap .tab-panel>ul {
  width: 100%;
  padding-bottom: 5px;
}

.search-index .result-wrap .item {
  float: left;
  width: 292px;
  height: 272px;
  margin: 10px 0 0 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 71.8%, .5);
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .result-wrap .item:nth-child(4n-3) {
  margin-left: 0
}

.search-index .result-wrap .item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.search-index .result-wrap .item:hover .tm-img {
  height: 150px
}

.search-index .result-wrap .item:hover .tm-img img {
  max-width: 100%;
  max-height: 140px
}

.search-index .result-wrap .item:hover .tm-info {
  padding-bottom: 43px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.search-index .result-wrap .item:hover .tm-info a {
  color: #1b1b1b
}

.search-index .result-wrap .item:hover .tm-info .tm-operate {
  bottom: -2px
}

.search-index .result-wrap .item .tm-img {
  height: 180px;
  line-height: 180px;
  border-radius: 4px 4px 0 0;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .result-wrap .item .tm-img img {
  max-width: 100%;
  max-height: 180px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle
}

.search-index .result-wrap .item .tm-info {
  padding: 0 18px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  position: relative
}

.search-index .result-wrap .item .tm-info .tit {
  height: 20px;
  line-height: 20px;
  margin: 14px 0 2px
}

.search-index .result-wrap .item .tm-info .abs {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #9b9b9b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.search-index .result-wrap .item .tm-info .price {
  height: 26px;
  margin-top: 5px;
  color: #fc6530;
  font-size: 12px
}

.search-index .result-wrap .item .tm-info .price .num {
  font-size: 14px
}

.search-index .result-wrap .item .tm-operate {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e0e3e8;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .result-wrap .item .tm-operate a {
  float: left;
  width: 50%;
  -webkit-transition: all .3s;
  transition: all .3s
}

.search-index .result-wrap .item .tm-operate a:hover {
  background: #fc6530;
  color: #fff
}

.search-index .result-wrap .item .tm-operate a:first-child {
  border-right: 1px solid #e0e3e8
}

.search-index .result-wrap .item.gray-bg {
  background: #f8f8f8
}

.search-index .result-wrap .item .price .btn {
  float: right;
  margin-top: -6px;
  padding: 3px 6px;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  color: #9b9b9b
}

.search-index .result-wrap .item .price .btn:hover {
  border: 1px solid #fc6530;
  color: #fc6530
}

.search-index .result-wrap .item .i-collect {
  position: absolute;
  right: 6px;
  top: 2px;
  color: #fc6530
}

.search-index .result-wrap .pagebar {
  margin: 40px 0
}

.search-index .contact {
  height: 176px;
  padding: 20px 0 20px 120px;
  margin-bottom: 20px;
  background: linear-gradient(149deg, #8b60ff, #4b75e5);
  color: #fff
}

.search-index .contact .item {
  display: inline-block;
  padding: 15px 70px 15px 0;
  vertical-align: middle
}

.search-index .contact .icon-item .icon-wrapper {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, .18);
  text-align: center
}

.search-index .contact .icon-item .icon-wrapper .iconfont {
  font-size: 70px
}

.search-index .contact .icon-item .txt-wrapper {
  margin-left: 100px;
  line-height: 45px;
  font-size: 18px
}

.search-index .contact .icon-item .txt-wrapper .iconfont {
  margin-left: 15px
}

.search-index .contact .pay-item .txt-wrapper,
.search-index .contact .register-item .txt-wrapper {
  float: left;
  width: 150px
}

.search-index .contact .pay-item .txt-wrapper .tit,
.search-index .contact .register-item .txt-wrapper .tit {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 18px
}

.search-index .contact .pay-item .txt-wrapper .btn,
.search-index .contact .register-item .txt-wrapper .btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin-top: 20px
}

.search-index .contact .pay-item .ewm-wrapper,
.search-index .contact .register-item .ewm-wrapper {
  margin-left: 160px;
  font-size: 12px;
  text-align: center
}

.search-index .contact .pay-item .ewm-wrapper img,
.search-index .contact .register-item .ewm-wrapper img {
  width: 60px;
  height: 60px;
  margin: 15px 0 12px
}

.search-index .contact .pay-item .btn {
  background: hsla(0, 0%, 100%, .26);
  color: #fff
}

.search-index .contact .register-item {
  padding-left: 70px;
  border-left: 1px solid #fff
}

.search-index .contact .register-item .btn {
  background: #fff;
  color: #3c7ee5
}

.search-index .empty-mode {
  padding: 84px 0 40px;
  margin: 10px 0;
  background: #fff
}

.search-index .empty-mode .empty-icons {
  margin-bottom: 42px
}

.search-index .empty-mode .empty-icons .icon {
  font-size: 68px
}

.search-index .empty-mode .empty-icons .txt {
  display: inline-block;
  margin-left: 42px;
  color: #a3afc9;
  text-align: left;
  vertical-align: middle
}

.search-index .tab .tab-item .cls-content {
  font-size: 0;
}

.tm-tooltip .same-item {
  height: 26px;
  line-height: 26px;
  font-size: 12px
}

.tm-tooltip .same-item .name {
  float: left;
  width: 80px
}

.tm-tooltip .same-item .name,
.tm-tooltip .same-item .num {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tm-tooltip .same-item .num {
  float: right;
  width: 90px;
  text-align: right
}


#wrapper {
  margin-top: 40px;
}

#wrapper .sc-page {
  margin: 46px 0 46px;
  text-align: center;
}





.search-index .contact .icon-item .txt-wrapper{
  font-size: 16px;
}
.tm-link-qq {
  background: #fff;
  display: inline-block;
  padding: 5px 8px;
  text-align: center;
  line-height: normal;
  border-radius: 4px;
  color: #3c7ee5;
  font-size: 16px;
}