body {
  background: #f8f8f8;
}

.pHead {
  height: 50px;
  background: #06639c;
  text-align: center;
}

.pHead img {
  height: 100%;
  width: auto;
  display: inline-block;
}

.pCate {
  width: 100%;
  height: 40px;
  background: #fff;
}

.pNav {
  width: 100%;
  height: 70px;
  padding: 10px 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.pNav.open {
  height: auto;
}


.pNav a {
  width: 25%;
  height: 30px;
  display: block;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #444;
  line-height: 30px;
}

.pNav .kg {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 16px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

.cateBox {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

.cate {
  width: 100%;
  height: auto;
  background: #fff;
}

.cate h1 {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  color: #444;
}

.cate h1 a.tmore {
  float: right;
  font-size: 14px;
  color: #888;
}

.pCate a {
  width: 33.33%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: center;
  color: #444;
  font-weight: bold;
  font-size: 16px;
  float: left;
}

.pCate a.focus {
  color: #c00;
}

.pCate a.focus:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  left: 50%;
  margin-left: -10px;
  border-top: 2px solid #c00;
}









.list-item {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0 8px 0;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.list-item .list-mes {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 7px;
  padding-left: 10px;
}

.list-item .list-img {
  width: 2rem;
  padding: 0 10px 0 0;
}

.list-img img {
  width: 100%;
  /* margin-top: -50%; */
  background-color: #FFF;
  border: none;
}

.list-item .list-mes .list-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  line-height: 0.38rem;
  max-height: 1.34rem;
}

.list-mes .list-title {
  color: #505050;
  font-size: .3rem;
  text-align: justify;
  font-weight: 800;
}

.list-mes .list-mes-item {
  padding-top: .1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999;
}

.list-price {
  font-size: .2rem;
  color: #EB5211;
}

.list-del-price {
  padding-left: .06rem;
  font-size: .2rem;
  margin-left: .02rem;
  position: relative;
  color: #8C8C8C;
}

.bMore {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.bMore a {
  color: #c00;
  font-size: 16px;
}

.heng-img {
  width: 100%;
  overflow: hidden;
}

.heng-img img {
  width: 33.33%;
  float: left;
  padding: 10px 1px 0 1px;
  box-sizing: border-box;
}

.tabCon {
  display: none;
}