@charset "UTF-8";
.product-con {
  width: 15.6rem;
  margin: .8rem auto;
}

.product-con .product-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: .6rem;
}

.product-con .product-top .product-top-thumb {
  flex-shrink: 0;
  width: 5rem;
  margin-right: 1rem;
  height: 3.6rem;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
}

.product-con .product-top .product-top-thumb .swiper-pagination {
  font-size: 12px;
  bottom: .2rem;
}

.product-con .product-top .product-top-thumb .swiper-pagination .swiper-pagination-bullet {
  width: .14rem;
  height: .14rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 .05rem;
  opacity: 1;
}

.product-con .product-top .product-top-thumb .swiper-pagination .swiper-pagination-bullet-active {
  background: #369e6d;
}

.product-con .product-top .product-top-thumb .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.product-con .product-top .product-top-thumb .swiper-slide img {
  max-width: 80%;
  width: auto;
}

.product-con .product-top .product-top-desc {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.product-con .product-top .product-top-desc .product-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .4rem;
}

.product-con .product-top .product-top-desc .product-tit .public-tit-left {
  display: flex;
  font-size: .3rem;
  font-weight: 700;
  align-items: center;
}

.product-con .product-top .product-top-desc .product-tit .public-tit-right {
  display: flex;
  font-size: .2rem;
  align-items: center;
}

.product-con .product-top .product-top-desc .product-tit .public-tit-right img {
  width: .5rem;
  height: .5rem;
  margin: 0 .1rem;
}

.product-con .product-top .product-top-desc table {
  width: 100%;
  background: #fff;
}

.product-con .product-top .product-top-desc th {
  width: 27%;
  line-height: 57px;
  border-bottom: 1px solid #fff;
  background: #55b53d;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
}

.product-con .product-top .product-top-desc td {
  width: 100%;
  line-height: 2em;
  font-size: 16px;
  color: #555;
  font-family: "微软雅黑";
  border: 1px solid #ccc;
  border-left: none;
  border-top: none;
}

.product-con .product-top .product-top-desc .product-desc {
  opacity: 1;
  font-size: .18rem;
  color: #999999;
  margin: .15rem 0 .35rem 0;
}

.product-con .product-top .product-top-desc .product-desc :first-child td {
  border-top: 1px solid #ccc;
}

.product-con .product-top .product-top-desc .product-specs {
  margin-bottom: 1.11rem;
  border-top: 1px solid #ccc;
}

.product-con .product-top .product-top-desc .product-specs .product-specs-item {
  width: 100%;
  display: flex;
  height: .6rem;
  font-size: .18rem;
  line-height: .6rem;
  border: 1px solid #ccc;
  border-top: none;
}

.product-con .product-top .product-top-desc .product-specs .product-specs-item .product-specs-tit {
  color: white;
  width: 2rem;
  text-align: center;
  background: #55b53d;
  font-weight: bold;
}

.product-con .product-top .product-top-desc .product-specs .product-specs-item .product-specs-desc {
  color: #000;
  padding: 0 .3rem;
  box-sizing: border-box;
  flex: 1;
  background: #fff;
}

.product-con .product-top .product-top-desc .product-shop {
  display: flex;
  justify-content: center;
  font-size: .32rem;
  color: #ffffff;
}

.product-con .product-top .product-top-desc .product-shop span {
  width: 6.2rem;
  height: .5rem;
  cursor: pointer;
  background: #55b53d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-con .product-btm {
  width: 100%;
}

.product-con .product-btm .product-btm-item .product-btm-tit {
  width: 100%;
  height: .6rem;
  opacity: 1;
  padding: 0 .6rem;
  background: #f5f5f5;
  border-top: 1px solid #333;
  border-bottom: 1px solid #dddddd;
  font-size: .24rem;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: .6rem;
  box-sizing: border-box;
}

.product-con .product-btm .product-btm-item .product-btm-content {
  padding: .2rem .6rem .4rem .6rem;
  opacity: 1;
  font-size: .22rem;
  text-align: left;
  color: #000;
}
