.bread .area {
  padding: 20px 0;
  border-bottom: dashed 1px #e3e3e3;
}
.content-product .keyword {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bread .sp1 {
  color: #666666;
}
.prosidebar-l .item ul div {
  background-color: #a4a4a4;
}
.prosidebar-l .message {
  width: 100.8%;
  border: 3px solid #ff0000;
  margin-left: -1px;
  padding: 21px 23px;
}
.prosidebar-l .message h1 {
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-bottom: 14px;
}
.prosidebar-l .message div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prosidebar-l .message div input {
  width: 75.13%;
  margin-bottom: 15px;
  outline: none;
  background-color: #f2f2f2;
  border-radius: 3px;
  height: 21px;
}
.prosidebar-l .message div textarea {
  width: 75.13%;
  margin-bottom: 15px;
  outline: none;
  background-color: #f2f2f2;
  border-radius: 3px;
  height: 55px;
}
.prosidebar-l .message div button {
  margin: auto;
  padding: 8px 23px;
  background-color: #ff0000;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}
.prolist-r .demo {
  width: 47.93%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prolist-r .title-r {
  height: 44px;
  border: solid 1px #d7d7d7;
}
.prolist-r .demo .imgs {
  width: 57.74%;
  border-radius: 5px;
}
.prolist-r .demo:hover.demo .protext h4 {
  color: #ff0000;
}
.prolist-r .demo .imgs:hover {
  border: 1px solid #ff0000;
}
.prolist-r .demo .imgs img {
  border-radius: 5px;
  width: 100%;
}
.prolist-r .demo .protext {
  width: 40%;
  font-size: 13px;
  color: #666666;
  padding-top: 15px;
}
.demo .protext h4 {
  font-size: 15px;
  color: #333;
}
.demo .protext p {
  margin: 12px 0;
  line-height: 28px;
}
.prolist-r .item-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fy {
  display: flex;
  justify-content: center;
}
.fy > div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ccc;
}
.prolist-r .demo a {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .bread .area {
    padding: 20px 10px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bread .area {
    padding: 15px 10px;
  }
  .prolist-r .demo {
    width: 30%;
  }
  .prolist-r .demo .imgs {
    width: 100%;
  }
  .prolist-r .demo .protext {
    width: 100%;
  }
  .demo .protext p {
    margin: 5px 0;
  }
  .prolist-r .demo {
    margin-bottom: 15px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .bread .area {
    padding: 10px 10px;
  }
  .prolist-r .demo {
    width: 49%;
  }
  .prolist-r .demo .imgs {
    width: 100%;
  }
  .prolist-r .demo .protext {
    width: 100%;
  }
  .demo .protext p {
    margin: 3px 0;
    margin: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prolist-r .demo {
    margin-bottom: 15px;
  }
  .prolist-r .demo .protext {
    font-size: 12px;
  }
  .demo .protext h4 {
    font-size: 13px;
    font-weight: bold;
  }
  .prosidebar-l .message {
    width: 100.8%;
    border: 3px solid #ff0000;
    margin-left: -1px;
    padding: 15px 5px;
    display: none;
  }
  .prosidebar-l .message > div input {
    width: 95%;
  }
  .prosidebar-l .message > div textarea {
    width: 95%;
    height: 40px;
  }
  .prosidebar-l .message > div button {
    margin: auto;
    padding: 8px 12px;
    background-color: #f2f2f2;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
  }
  .content-product .keyword{
      display: none;
  }
}
