.jdyd_header {
  width: 100%;
  height: 27.08vw;
  background: url("../../images/zxyd/banner.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.jdyd_header span {
  position: absolute;
  left: 13.5%;
  bottom: 76px;
  font-size: 40px;
  color: #fff;
}
.jdyd_header img {
  width: 17px;
  height: 26px;
  position: absolute;
  left: 17.2%;
  bottom: 37px;
}
.search {
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: space-between;
  padding: 0 13.5%;
  align-items: center;
  background: #f4f5f6;
}
.search .prices {
  display: flex;
  height: 100%;
  font-size: 14px;
  align-items: center;
  font-weight: 600;
}
.search .prices span {
  /* font-family: "宋体"; */
  color: #555555;
}
.search .prices .searchprice {
  /* font-family: "宋体"; */
  color: #555555;
  height: 50px;
  width: 4.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-right: 17px;
  cursor: pointer;
}
.search .prices .searchprice.active {
  background-color: #ddd !important;
}
.search .searchbutton {
  position: absolute;
  display: block;
  right: 13.5%;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d69c09;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.search #searchKey {
  width: 18.75vw;
  /* margin: 0 -15% 0 10px; */
  margin-right: 15%;
  font-size: 14px;
  padding: 16px;
}
.content {
  width: 100%;
  min-height: 400px;
  padding-bottom: 60px;
}
.content .contentlist {
  width: 73%;
  margin: auto;
}
.content .contentlist .content_item {
  width: 100%;
  height: 13.54vw;
  background-color: #fff;
  border: 10px solid #f4f5f6;
  margin-top: 32px;
  display: flex;
  align-items: center;
  padding-left: 1.96%;
}
.content .contentlist .content_item .itemimg {
  width: 26.88%;
  height: 9.89vw;
  object-fit: cover;
}
.content .contentlist .content_item .itemcontent {
  width: 31.25vw;
  height: 9.89vw;
  padding-left: 1.875vw;
}
.content .contentlist .content_item .itemcontent div {
  font-size: 14px;
  /* font-family: "宋体"; */
  color: #555555;
  line-height: 34px;
}
.content .contentlist .content_item .itemcontent div:nth-of-type(1) {
  color: #c89107;
  font-size: 24px;
  line-height: 50px;
}
.content .contentlist .content_item .itemprice {
  width: 16.4vw;
  margin-left: 3vw;
  height: 9.89vw;
  border-left: 1px solid #dadada;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.content .contentlist .content_item .itemprice .price span {
  /* font-family: "宋体"; */
  color: #c89107;
  font-size: 18px;
}
.content .contentlist .content_item .itemprice .price span:nth-of-type(2) {
  font-size: 30px;
}
.content .contentlist .content_item .itemprice .button {
  width: 155px;
  height: 45px;
  background: #d69c09;
  font-size: 16px;
  /* font-family: "宋体"; */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
