html,
body {
  width: 100%;
  height: 100%;
}
.container {
  /* overflow: auto; */
  /*  height: 100%; */
  /* padding: 0 700px; */
  /*  padding-top: 50px; */
}
.mainContent {
  background-image: url(../image/videoBgk.png);
  background-size: 100% 100%;
}
.container.minHeight {
  min-height: calc(100vh - 291px);
}
.search {
  width: 100%;
  height: 48px;
  margin: 0 auto;
  /* margin-top: 50px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-left: 80px; */
  position: relative;
}

.search input {
  display: inline-block;
  height: 100%;
  border: 1px solid #cccccc;
  border-right: none;
  width: calc(100% - 100px);
  padding-left: 19px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search input::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
}
.search input:focus-visible {
  outline: none;
}
.searchBtn {
  padding: 0 33px;
  height: 48px;
  line-height: 48px;
  background: #004baa;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.filterArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  /* border-bottom: 1px solid #ccc; */
  /* padding-bottom: 10px; */
}
.filterItem {
  width: 100%;
}
.filterBtn {
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.select {
  color: red;
  border-color: red;
}
.productShow {
  /* overflow: auto; */
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 59px;
  padding-top: 10px;
}
.productItem {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  /* margin-bottom: 10px; */
  margin-top: 20px;
  border-radius: 8px;
  /* border: 1px solid #ccc; */
  /* box-shadow: 0px 0px 8px 0px rgba(204, 204, 204, 0.5); */
  box-shadow: 0px 0px 10px 0px rgba(25, 102, 255, 0.2);
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  background-color: #fff;
  /* height: 365px; */
}
.productItem:nth-child(3n) {
  margin-right: 0;
}
.picUrlBgk {
  height: 286px;
  border-radius: 8px 8px 0px 0px;
  transition: all 0.5s ease 0s;
  /* box-shadow: 4px 0px 12px 0px #000000; */
  background-size: 100% 100%;
}
.itemBottom {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
}
.itemBottom span:first-child {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  /* margin-bottom: 17px; */
}
.itemBottom span:last-child {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #373737;
  line-height: 16px;
}
.pageation {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
}
.page {
  width: 160px;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
}
.itemLeft {
  padding: 16px 22px 15px 14px;
  flex-shrink: 0;
  width: 102px;
}
.itemRight {
  width: calc(100% - 102px);
}
.rightItem,
.noData {
  /* width: calc(100% / 9); */
  text-align: center;
  padding: 17px 0;
  cursor: pointer;
  padding-right: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.selectClassify {
  color: #004baa;
}
.industry {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #004baa;
}
.btn {
  background-image: url(../image/caseBtnBgk.png);
  background-size: 100% 100%;
  width: 200px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -59px;
  font-size: 18px;
  color: #ffffff;
}
.filterItem {
  border: 1px solid #eeeeee;
  /* border-collapse: collapse; */
  border-top: none;
  display: flex;
  align-items: center;
}
.filterItem:first-child {
  border-top: 1px solid #eeeeee;
}

.filterItem:first-child .itemRight {
  width: calc(100% - 190px);
}
.filterItem:first-child .reset {
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #cccccc;
  height: 36px;
  cursor: pointer;
}
.canPage {
  border-color: #004baa;
  color: #004baa;
}
.filterArea .filterItem:not(:first-child) .itemRight .rightItem:hover {
  color: #004baa;
  /* font-size: 20px; */
}
.productItem:hover .picUrlBgk {
  transform: scale(1.1);
}
.productItem:hover .itemBottom {
  /* display: none; */
}
.videoDuration {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 14px;
  color: #004baa;
  display: inline-block;
  margin-top: 3px;
}

