.products-title {
  font-size: 26px;
  width: 1100px;
  margin: 20px auto;
  color: #998675;
}

.products-mail {
  width: 1100px;
  margin: 0 auto;
  height: auto;
  display: flex;
  /*min-height: 700px;*/
  /*max-height: 700px;*/
}

.products-mail .products-left {
  width: 220px;
  margin-right: 20px;
  background-color: #d4c8b8;
  border-radius: 5px;
  padding: 15px 0;
}

.products-mail .products-left .products-typeitem {
  margin: 0 8px;
  color: #998675;
  border-radius: 5px;
  padding: 8px 5px;
  background-color: #ede4d3;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
}

.acttype {
  position: relative;
}

.acttype::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #998675;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.products-mail .products-right {
  width: 760px;
  background-color: #d4c8b8;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  overflow-y: auto;
}

/*定义滚动条样式（高宽及背景）*/
.products-mail .products-right::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
}

/*定义滚动条轨道（凹槽）样式*/
.products-mail .products-right::-webkit-scrollbar-track {
  position: fixed !important;

  -webkit-box-shadow: inset 0 0 6px #ede4d3 !important;
  /* 较少使用 */
  border-radius: 3px !important;
}

/*定义滑块 样式*/
.products-mail .products-right::-webkit-scrollbar-thumb {

  border-radius: 3px !important;
  height: 10px !important;
  /* 滚动条滑块长度 */
  background-color: #998675 !important;
}

.products-mail .products-right .products-content {
  background-color: #ede4d3;
  margin-right: 15px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 233px;
  text-align: center;
}

.products-mail .products-right .products-content:nth-child(3n) {
  margin-right: 0;
}

.products-mail .products-right .products-content img {
  width: 200px;
  margin-top: 15px;
}

.products-mail .products-right .products-content>div {
  padding: 10px;
}

.products-mail .products-right .products-content p {
  color: #998675;
  text-align: left;
}



/* 产品详情 */
.productsdtail-mail{
  min-height: none !important;
  max-height: none !important;
}
.productsdtail-content{
  display: flex;
  margin-top: 20px;
  /*align-items: center;*/
}
.productsdtail-content img{
  width: 320px;
}
.productsdtail-content .productsdtail-tab{
  margin-left: 40px;
  width: 320px;
}

.productsdtail-content .productsdtail-tab p{
  padding: 5px 8px;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
}
.productsdtail-content .productsdtail-tab p:nth-child(2n){
  background-color: #ede4d3;
}
.productsdtail-content .tab-title{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}

.productsdtail-title{
  color: #998675;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
}
.productsdtail-title span{
  background-color: #d4c8b8;
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-right: 24px;
}
.productsdtail-title::after{
  position: absolute;
  content: '';
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #998675;
}

.productsdtail-imgbox img{
  width: 100%;
}
.productsdtail-Recommend{
  width: 100%;
}

.productsdtail-Recommend .Recommend-box{
  display: flex;
  align-items: center;
}

.productsdtail-Recommend .Recommend-box .Recommend-item{
  /*flex: 1;*/
  margin-right: 10px;
  width: 25%;
}
.productsdtail-Recommend .Recommend-box .Recommend-item:last-child{
  margin-right: 0;
}
.productsdtail-Recommend .Recommend-box .Recommend-item img{
  width: 100%;
}