@import url(./bootstrap.css);
@import url(./style.css);
@import url(./font-awesome.css);
@import url(./responsive.css);
@import url(./magnific-popup.css);
@import url(./animate.css);

/* team-tab切换 */
.tabBtn {
  width: 100%;
  display: flex;
  margin-top: 50px;
}

.spanList {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #7cc576;
  text-align: center;
  letter-spacing: 0.005rem;
  font-weight: 400;
  border: 2px solid #7cc576;
  padding: 8px 10px;
  border-radius: 50px;
  margin-right: 15px;
  cursor: pointer;
}

.active {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.005rem;
  font-weight: 400;
  border: 2px solid #7cc576;
  background: #7cc576;
  padding: 8px 10px;
  border-radius: 50px;
}

.con {
  display: none;
}


/* RDproduct */
.rdproduct_SizeColor:hover{
  cursor: pointer;
  color: #7cc576;
}

/* 详情页detail */
.detailCon {
  margin: 0 auto;
  max-width: 1200px;
}
.detailCon img {
  width: 100%;
}
