

#product .img-item {
  width: 13.95rem;
  height: 1.71rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#product .img-item .imgs {
  width: 2.77rem;
  height: 1.71rem;
  border-radius: 0.14rem;
}

#product .img-item .rightBox {
  width: 10.95rem;
  height: 1.71rem;
  margin-left: 0.23rem;
}

#product .img-item .titleBox {
  width: 10.95rem;
  height: 0.48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#product .img-item .titleBox .title {
/*  width: 4.3rem;*/
  height: 0.48rem;
  font-size: 0.33rem;
  font-family: Source Han Sans SC, Source Han Sans SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
#product .img-item .titleBox  .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#product .img-item .titleBox .iconBox span {
  width: 0.84rem;
  height: 0.31rem;
  font-size: 0.21rem;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #da251d;
}
#product .img-item .titleBox .iconBox img {
  width: 0.19rem;
  height: 0.19rem;
}
#product .img-item .line {
  width: 0.64rem;
  height: 0.03rem;
  background: #ea253c;
  border-radius: 0.02rem;
  margin: 0.17rem 0;
}
#product .img-item .infor {
  width: 10.95rem;
  height: 0.77rem;
  font-size: 0.26rem;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:verticel;
}



#product {
  margin: 0 auto;
  font-size: 0.12rem;
  position: relative;
  z-index: 0;
}
#product .back {
  width: 100%;
}
#product .nav-list {
  display: flex;
  justify-content: center;
  font-size: 0.18rem;
  background-color: #FFFCFC;
  margin-bottom: 0.6rem;
}
#product .nav-list .nav {
  width: 2.6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  cursor: pointer;
}
#product .nav-list .nav2 {
  color: #EA253C;
  border-bottom: 0.02rem solid #EA253C;
}
#product .img-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 13rem;
  margin: 0 auto;
}
/*#product .img-list .img-item {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
  padding: 0 0.36rem;
  text-align: center;
  font-size: 0.16rem;
  margin: 0.2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}*/
#product .img-list .img-item .img-box {
  position: relative;
}
#product .img-list .img-item .img-box img {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.3rem;
}
#product .img-list .img-item .img-box .text-box {
  display: none;
  padding: 0.6rem 0.27rem;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(234, 37, 60, 0.65);
  text-align: left;
  color: #fff;
}
#product .img-list .img-item .img-box .text-box .title {
  font-size: 0.2rem;
}
#product .img-list .img-item .img-box .text-box .box {
  background-color: #FFFCFC;
  width: 100%;
  height: 0.02rem;
  margin: 0.25rem 0;
}
#product .img-list .img-item .img-box .text-box .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#product .img-list .img-item .img-box .text-box .img-line {
  margin-top: 0.35rem;
  padding: 0 0.05rem;
  display: flex;
  justify-content: space-between;
}
#product .img-list .img-item .img-box .text-box .img-line .imgs1 {
  visibility: hidden;
}
#product .img-list .img-item .img-box .text-box .img-line img {
  width: 0.46rem;
  height: 0.23rem;
}
#product .page {
  display: flex;
  justify-content: center;
  margin: 1rem 0 1rem;
}
#product .page .pagination {
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
}
#product .page .pagination li,
#product .page .pagination a,
#product .page .pagination span {
  text-align: center;
  line-height: 0.28rem;
  border: 0.02rem solid #999;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.05rem;
  margin: 0.07rem;
  box-sizing: border-box;
}
#product .page .pagination li:hover,
#product .page .pagination a:hover,
#product .page .pagination span:hover {
  background-color: #EA253C;
  color: #fff;
  border: none;
  line-height: 0.32rem;
}
#product .page .pagination a,
#product .page .pagination span {
  border: none;
}
#product .page .pagination .active {
  background-color: #EA253C;
  color: #fff;
  border: 0.02rem solid #EA253C;
}
#product .img-item2 {
  display: none;
}
