html,
body {
  background: #f4f4f4;
  width: 100%;
}
.search_container {
  padding-top: 74px;
  max-width: 1200px;
  margin: 20px 10px 10px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.search_container .filter_box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.search_container .filter_box p {
  margin-right: 10px;
  margin-bottom: 10px;
  background: white;
  padding: 4px 14px;
  font-size: 14px;
  color: #333333;
  border-radius: 35px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.search_container .filter_box p:hover {
  background: #76B900;
  color: white;
}
.search_container .filter_box p.select {
  background: #76B900;
  color: white;
}
.search_container .filter_box p.red {
  color: red;
}
.search_container .search_input {
  width: 190px;
  height: 37px;
  padding: 0 15px;
  margin: 0;
  border-radius: 8px 0 0 8px;
  border: 1.5px solid #76B900;
}
.search_container .btn_free {
  width: 90px;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 40px;
  background: #76B900;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.class_container {
  max-width: 1200px;
  margin: 0px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1.3%;
}
.class_container .list_item {
  width: 23%;
  min-width: 200px;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
  background: white;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  text-align: center;
}
.class_container .list_item:hover {
  box-shadow: #e6e6e6 0px 0px 20px 5px;
}
.class_container .list_item:hover .top_box .play {
  opacity: 1;
}
.class_container .list_item:hover .top_box .holder {
  opacity: 1;
}
.class_container .list_item .top_box {
  position: relative;
  width: 100%;
  height: 12vw;
  max-height: 150px;
  background: lightgrey;
}
.class_container .list_item .top_box .img_pic {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}
.class_container .list_item .top_box .play {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  z-index: 3;
}
.class_container .list_item .top_box .holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.class_container .list_item .title {
  display: -webkit-box;
  text-align: left;
  font-size: 15px;
  padding: 5px 6px 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom: 10px;
}
.class_container .list_item .tag_box {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.class_container .list_item .tag_box p {
  border-radius: 2px;
  padding: 1px 4px;
  padding: 1px 3px;
}
.class_container .list_item .tag_box p:first-child {
  background: #5FB878;
  color: white;
}
.series_box {
  background: #ffffff;
  width: 450px;
  height: 140px;
  position: relative;
  padding-top: 15px;
  border-radius: 5px;
}
.series_box .title {
  display: block;
  margin: 0px 15px;
  font-size: 24px;
  padding: 0;
}
.series_box .tips {
  margin: 0px 15px;
  color: #999999;
  font-size: 13px;
}
.series_box .input_box {
  display: flex;
  margin: 12px 15px;
}
.series_box .input_box .input_series {
  flex: 1;
}
.series_box .input_box .btn_verify {
  width: 80px;
  height: 38px;
  background: #5FB878;
  color: white;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
  border-radius: 2px;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */