.goodsspectable .pic-click {
  position: relative;
  width: 19%;
  margin: 0 1% 0 0;
  border: 1px solid rgb(219, 219, 219);
  padding-bottom: 19%;
}

.goodsspectable .pic-click:hover em {
  display: block;
}

.goodsspectable .pic-click img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.goodsspectable .pic-click em {
  z-index: 1;
  left: 0;
  bottom: -25px;
  height: 20px;
  line-height: 20px;
  color: #666 !important;
  border: 1px solid #ccc;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
  background: #fff;
}

.item1 > h3 {
  font-size: 24px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #292929;
  padding-bottom: 44px;
  border-bottom: 1px solid #e7e8ea;
}

.infos {
  background-color: #f6f6f6 !important;
}

.item2s {
  background: #ffffff;
  padding: 34px 23px;
}

.item2s-title {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #975e28;
}

.item2s-con {
  width: 185px;
  padding-left: 25px;
  border-left: 1px solid #edded4;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
  line-height: 30px;
}

.share-img {
  display: flex;
}

.share-img > a {
  width: 30px;
  height: 30px;
  /* background-color: #C2A284; */
  border-radius: 50%;
  /* padding: 4px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.titles {
  font-size: 24px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #c2a284;
}

.cons {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
  margin-top: 52px;
}

.titles-box {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.titles-box > img {
  width: 58px;
  height: 38px;
  margin-right: 22px;
}

.infotitls {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
}

.description {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: normal;
  color: #292929;
  line-height: 36px;
}

.description > strong {
  font-size: 18px;
  font-family: MontserratSemi;
  font-weight: Bold;
  color: #292929;
}

.word-click {
  width: 100%;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  text-align: left;
  border: 1px solid #ddd;
  margin: 3px 10px 3px 0;
  line-height: 32px;
  color: #333;
  border-radius: 2px;
}

.d2-item1 > h3 {
  font-size: 24px;
  font-family: MontserratBold;
  font-weight: bold;
  color: #292929;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e8ea;
}

.news-img {
  width: 898px;
  height: 146px;
  margin-top: 55px;
  text-align: center;
}

.pay-info {
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
  line-height: 18px;
}

.style-list {
  padding: 0 21px 0;
  max-height: 571px;
  overflow-y: scroll;
  margin-top: 20px;
}

.style-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.style-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: #dadada;
}

.style-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fdfdfd;
  border-radius: 10px;
}

.style-list-active,
.style-list > li {
  height: 40px;
  background-color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: MontserratLight;
  font-weight: 300;
  color: #292929;
  cursor: pointer;
  line-height: 40px;
}

.style-list-active {
  border: 2px solid #c2a284;
  color: #c2a284 !important;
}
