.memberBd {
  display: flex;
  flex-wrap: wrap;

}

.memberBdBox {
  width: 2.95rem;
  /* height: 4.1rem; */
  overflow: hidden;
  margin-right: .4rem;
  margin-bottom: .4rem;
  cursor: pointer;
}

.memberBdBox:nth-child(4n) {
  margin-right: 0rem;
}

.product {
  padding: 1rem 0;
  background: url(../img/bg06.png) no-repeat left top;
  background-size: 100% auto;
  overflow: auto;
}

.proImg {
  height: 2.6rem;
}

.proImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

.product .title {
  width: 100%;
  height: 3rem;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 1.15rem;
}

.product .title h2 {
  font-size: 0.34rem;
  letter-spacing: 0.1rem
}

.product .title p {
  font-size: 0.16rem;
  word-spacing: 0.04rem
}

.product .judown img {
  width: 0.6rem !important;
  padding-left: 0.1rem;
  vertical-align: middle;
}

.product .judown {
  display: block;
  text-align: right;
  color: #000;
  padding-top: 0.1rem;
  font-size: 0.16rem;
}

.product .juxing {
  background-color: #fff;
  padding: .15rem;
  position: relative
}

.product .protitle {
  color: #fff;
  font-size: .16rem;
  display: inline-block;
  top: -0.25rem;
  left: 0;
  position: absolute;
}

.product .protitle span.bluebg {
  color: #fff;
  font-size: .2rem;
  display: inline-block;
  padding: 0.1rem .15rem;
  background-color: #002438;
  border-left: 0.2rem solid #ab6234
}

.product .juright {
  padding-top: .1rem;
}


.detail {
  background-color: #fff;
  position: relative;
}

.detail img {
  width: 100%;
}

.detail .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 0.6rem;
  cursor: pointer;
}

.detail .info {
  padding: 0.78rem 1.2rem;
}

.detail .infotitle {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0.1rem;
}

.detail .infotitle span {
  letter-spacing: 0.04rem;
  font-size: 0.22rem;
  color: var(--main-color);
  flex: 1;
  vertical-align: middle;
}

.detail .dlink {
  display: inline-block;
  padding: 0.05rem 0.1rem;
  border: 1px solid #005d79;
  border-radius: 0.3rem;
  text-align: center;
  color: #005d79;
  margin-top: 0.05rem;
  font-size: 0.14rem;
}

.detail .dlink img {
  width: 0.2rem;
  vertical-align: middle
}

.detail .dlink:hover {
  background-color: var(--main-color);
  color: #fff
}