.cfix::after { content: ""; display: table; clear: both; }
.clear { clear: both; }
.clearfix::after { content: ""; display: table; clear: both; }

.bodybgblue0,
.bodybggreen0,
.bodybgorange0,
.bodybgred0 {
  background: #f5f5f5;
}

.wrapper {
  border: 1px solid #ddd;
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  background-color: #fff;
}

#select {
  text-align: left;
  font-size: 14px;
  margin: 20px 15px 15px 5px;
}

#select dl {
  display: flex;
  align-items: flex-start;
  width: auto;
  padding: 0;
  border-bottom: 1px dashed #e6e6e6;
  margin: 7px 10px 9px;
  overflow: visible;
}

#select dt {
  float: none;
  flex: 0 0 90px;
  width: 90px;
  text-align: right;
  line-height: 28px;
  color: #666;
}

#select dd {
  float: none;
  flex: 1;
  width: auto;
  min-width: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}

#select dd .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#select dd div {
  float: none;
  height: auto;
  min-height: 28px;
  line-height: 28px;
  margin-right: 13px;
  padding-bottom: 7px;
}

#select dd a,
#select dd a:link,
#select dd a:visited {
  display: inline-block;
  position: relative;
  z-index: 3;
  cursor: pointer;
  pointer-events: auto;
  padding: 2px 8px;
  border-radius: 2px;
  color: #333;
}

#select-brand .content div {
  width: auto;
  overflow: visible;
}

#select dl.lastdl {
  padding-bottom: 0;
  border: none;
}

#select dl.fore {
  border-top: 0;
}

#select dl form {
  margin-left: 16px;
  margin-top: 8px;
  line-height: 26px;
  padding-bottom: 10px;
}

#select dl form input.searchinput {
  color: #999;
  border: 1px solid #d4d4d4;
  background: #fff;
  height: 26px;
  padding: 0 8px;
  width: 250px;
}

.category-page {
  position: relative;
  z-index: 250;
}

.category-page .wrapper {
  overflow: visible;
}

.category-page .wrapper,
.category-page #select {
  position: relative;
  z-index: 1;
}

.new_listhd {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #ddd;
}

.new_listhd .listhdleft {
  float: left;
  width: 38%;
  overflow: hidden;
  height: 36px;
}

.new_listhd .listhdleft div {
  float: left;
  overflow: hidden;
}

.new_listhd .listhdleft a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: block;
  float: left;
  padding: 0 5px;
  text-decoration: none;
}

.new_listhd .listhdleft a.currentr {
  display: block;
}

.new_listhd .listhdcenter {
  color: #888;
  float: left;
  width: 32%;
  text-align: center;
}

.new_listhd .listhdcenter span {
  color: #f30;
}

.new_listhd .listhdright {
  float: right;
  width: 28%;
  height: 30px;
  text-align: right;
  overflow: hidden;
}

.new_listhd .listhdright a {
  color: #f30;
  font-size: 14px;
}

.infolists {
  width: auto;
  height: auto;
  overflow: hidden;
  display: block;
  background: #fff;
}

.infolists .section {
  background-color: #fff;
  text-align: left;
}

.infolists .sep {
  list-style: none;
  margin: 0;
  padding: 0;
}

.media {
  border-bottom: 1px solid #ddd;
  padding: 17px 5px;
}

.media-hover,
.media:hover {
  background: #f8f8f9;
}

.ding {
  position: relative;
  background: #fffae7;
}

.ding::after {
  content: "顶";
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 12px;
  color: #d4a017;
  font-weight: bold;
}

.media-cap {
  overflow: hidden;
  display: block;
  float: left;
  margin: 7px 15px 0 8px;
  width: 104px;
  height: 88px;
}

.media-cap img {
  width: 100px;
  height: 84px;
  border: 1px solid #ddd;
  padding: 1px;
  object-fit: cover;
  background: #fff;
}

.media-body {
  line-height: 2;
  overflow: hidden;
}

.media-body-title {
  line-height: 1.6;
}

.media-body-title a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

.media-body-title a:hover {
  color: var(--primary);
}

.media-body-title a.is-hot {
  color: #e53935;
  font-weight: bold;
}

small.pull-right {
  float: right;
  font-size: 12px;
  color: #888;
  margin-right: 25px;
  margin-top: 6px;
}

.typo-small {
  font-size: 12px;
  color: #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  width: 80%;
  margin-top: 5px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.typo-smalls {
  color: #555;
  font-size: 12px;
  line-height: 1.8;
}

.img_count {
  color: #fff;
  background: #396;
  padding: 0 4px;
  margin-left: 5px;
  font-size: 12px;
  border-radius: 2px;
}

.certify {
  color: #fff;
  background: #2aa1e0;
  padding: 0 4px;
  margin-left: 5px;
  font-size: 12px;
  border-radius: 2px;
}

.tuijian {
  color: #fff;
  background: #f78015;
  padding: 0 4px;
  margin-left: 5px;
  font-size: 12px;
  border-radius: 2px;
}

.xx1,
.xx2,
.xx3,
.xx4 {
  font-size: 12px;
  padding: 1px 5px;
  margin: 2px 6px 2px 0;
  border-radius: 2px;
}

.xx1 {
  border: 1px solid #89a9d3;
  color: #89a9d3;
}

.xx2 {
  border: 1px solid #a2c15f;
  color: #a2c15f;
}

.xx3 {
  color: #e28d90;
  border: 1px solid #e28d90;
}

.xx4 {
  border: 1px solid #c597c0;
  color: #c597c0;
}

.pagination2 {
  text-align: center;
  padding: 18px 0;
  color: #888;
  font-size: 14px;
}

.pagination2 .anum {
  margin-right: 10px;
}

.pagination2 a {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 2px;
  color: #666;
  border: 1px solid #ddd;
}

.pagination2 .current {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 2px;
  color: #fff;
  background: #3592e2;
  border: 1px solid #3592e2;
}

.colorfoot {
  width: auto;
  height: auto;
  overflow: auto;
  border-top: 1px solid #cdcdcd;
  padding: 30px 0;
  margin-top: 10px;
  background: #fff;
}

.cateintro {
  font-size: 14px;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  overflow: auto;
  line-height: 24px;
  text-align: left;
}

.cateintro .introleft {
  width: 150px;
  float: left;
  margin: 10px 0;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

.cateintro .introflink,
.cateintro .introright {
  width: calc(100% - 170px);
  color: #888;
  float: right;
  margin: 10px 10px 10px 0;
}

.cateintro .introflink a,
.cateintro .introright a {
  margin-right: 10px;
  color: #888;
  white-space: nowrap;
}

.cateintro .introflink a:hover,
.cateintro .introright a:hover {
  color: var(--primary);
}

.category-page .location {
  max-width: var(--max-width);
  margin: 12px auto 0;
  padding: 0;
  color: #888;
  font-size: 13px;
}

.category-page .location a {
  color: #666;
}

.category-page .location code {
  color: #ccc;
  padding: 0 4px;
}

.blue #select dd a.curr,
.blue #select dd a.curr:link,
.blue #select dd a.curr:visited {
  border: 1px solid #3592e2;
  color: #3592e2;
}

.blue .new_listhd .listhdleft a.currentr {
  border-bottom: 2px solid #3592e2;
  color: #3592e2;
}

.blue #select dl form input.new_searchsubmit {
  background-color: #3592e2;
}

.blue .pagination2 .current {
  background: #3592e2;
  border-color: #3592e2;
}

.green #select dd a.curr {
  border: 1px solid #42b712;
  color: #42b712;
}

.green .new_listhd .listhdleft a.currentr {
  border-bottom: 2px solid #42b712;
  color: #42b712;
}

.green #select dl form input.new_searchsubmit {
  background-color: #42b712;
}

.green .pagination2 .current {
  background: #42b712;
  border-color: #42b712;
}

.orange #select dd a.curr {
  border: 1px solid #f78015;
  color: #f78015;
}

.orange .new_listhd .listhdleft a.currentr {
  border-bottom: 2px solid #f78015;
  color: #f78015;
}

.orange #select dl form input.new_searchsubmit {
  background-color: #f78015;
}

.orange .pagination2 .current {
  background: #f78015;
  border-color: #f78015;
}

.red #select dd a.curr {
  border: 1px solid #c40000;
  color: #c40000;
}

.red .new_listhd .listhdleft a.currentr {
  border-bottom: 2px solid #c40000;
  color: #c40000;
}

.red #select dl form input.new_searchsubmit {
  background-color: #c40000;
}

.red .pagination2 .current {
  background: #c40000;
  border-color: #c40000;
}

#select dl form input.new_searchsubmit {
  border-radius: 2px;
  height: 26px;
  width: 68px;
  border: 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

#select dl form input.new_searchsubmit:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  #select dt {
    float: none;
    width: 100%;
    text-align: left;
  }
  #select dd {
    float: none;
    width: 100%;
  }
  .new_listhd .listhdleft,
  .new_listhd .listhdcenter,
  .new_listhd .listhdright {
    float: none;
    width: 100%;
    text-align: left;
    height: auto;
    margin-bottom: 6px;
  }
  .media-cap {
    width: 88px;
    height: 72px;
    margin-right: 10px;
  }
  .media-cap img {
    width: 84px;
    height: 68px;
  }
  .media-body-title a {
    font-size: 16px;
  }
  .typo-small {
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .cateintro .introleft,
  .cateintro .introflink,
  .cateintro .introright {
    float: none;
    width: 100%;
  }
}
