body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container {
  /* padding: 0.25rem 0.18rem 0.4rem 0.15rem;
  box-sizing: border-box; */
  margin-top: 0.25rem;
}

.container .tabs {
  width: 100%;
  height: 0.36rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.2rem;
}

.tabs .tab {
  width: 33.1%;
  float: left;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background: #f2f2f2;
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
}

a {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.2rem;
  text-decoration: none;
}
li.tabCurrent {
  background: #006fb8 !important;
  border: 1px solid #006fb8;
}
li.tabCurrent a {
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.23rem;
}
.bottom {
  padding: 0.27rem 0.15rem 0.4rem 0.15rem;
  box-sizing: border-box;
}
.title {
  width: 100%;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.25rem;
}
.txt {
  padding-bottom: 0.07rem;
  box-sizing: border-box;
}
.strip {
  width: 100%;
  height: 0.02rem;
  background: #e5f0f8;
  margin-bottom: 0.23rem;
}
.strip_blue {
  background: #006fb8;
  height: 100%;
  width: 0.78rem;
}
.goods {
  width: 100%;
  border-top: 0 none;
  display: none;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
  padding-top: 0.27rem;
  box-sizing: border-box;
}

div.goodsShow {
  display: block;
}
.contentLists {
  margin-top: 0.25rem;
}
.contentLists .item {
  height: 1.07rem;
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  box-sizing: border-box;
  display: flex;
}
.item .leftItem {
  width: 2.28rem;
  height: 0.76rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.leftItem img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.item .rightItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.15rem;
}
.rightItem .topItem {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 0.23rem;
  width: 2.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rightItem .bottomItem {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.17rem;
}
