img {
  display: block;
}
.templateData_list_item_cover .tag {
  width: 0.62rem;
  height: 0.32rem;
  position: absolute;
  z-index: 5;
  top: 0.1rem;
  left: 0.1rem;
}
.searchCont_cates {
  background-color: #fff;
  height: 2.2rem;
  box-sizing: border-box;
}
.searchCont_cates .content {
  padding: 0 0.11rem;
  height: 100%;
  flex: unset;
}
.searchCont_cates .content .cate_item {
  flex: 1;
  padding: 0.03rem;
  margin-right: 0.2rem;
  border-radius: 0.2rem;
}
.searchCont_cates .content .cate_item:last-child {
  margin-right: 0;
}
.searchCont_cates .content .cate_item .infos {
  height: 1.2rem;
  border-radius: 0.15rem;
  color: #fff;
  font-size: 0.24rem;
  box-sizing: border-box;
  padding-top: 0.24rem;
  padding-left: 0.2rem;
  position: relative;
  transition: 0.2s all ease-in-out;
}
.searchCont_cates .content .cate_item .infos .img {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
}
.searchCont_cates .content .cate_item:not(.cur) .infos:hover {
  transform: scale(1.05);
}
.searchCont_cate {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0 0.3rem 0.3rem;
  margin-top: 0.18rem;
}
.searchCont_cate_list {
  font-size: 0.16rem;
  margin-top: 0.3rem;
}
.searchCont_cate_list_title {
  width: 0.78rem;
  color: #131416;
  float: left;
  height: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
}
.searchCont_cate_list_items {
  float: left;
}
.searchCont_cate_list_items .item {
  font-weight: bold;
  float: left;
  margin-right: 0.38rem;
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  border-radius: 0.1rem;
  transition: 0.2s all ease-in-out;
}
.searchCont_cate_list_items .item.cur {
  background-color: #E6212A;
  color: #fff;
}
.searchCont_cate_list_items .items {
  float: left;
  margin-right: 0.35rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
}
.searchCont_cate_list_items .items .colors {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.searchCont_cate_list_items .items.cur:before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #E6212A;
  position: absolute;
}
.templateData {
  margin-top: 0.1rem;
}
.templateData_list {
  margin-bottom: 0.7rem;
}
.templateData_list_item {
  float: left;
  width: 2.7rem;
  height: 3.7rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.13rem 0 rgba(195, 199, 209, 0.9);
  margin-top: 0.4rem;
  margin-right: 0.37rem;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.templateData_list_item:nth-child(5n) {
  margin-right: 0;
}
.templateData_list_item_cover {
  height: 3.1rem;
  position: relative;
}
.templateData_list_item_cover .cover {
  object-fit: cover;
  height: 100%;
}
.templateData_list_item_cover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(38, 40, 45, 0.6);
  opacity: 0;
  z-index: 2;
  transition: 0.2s all ease-in-out;
}
.templateData_list_item_cover:before {
  content: '\4F7F\7528\6B64\6A21\677F';
  opacity: 0;
  z-index: 3;
  transition: 0.2s all ease-in-out;
  width: 1.1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  margin-left: -0.55rem;
  top: 50%;
  margin-top: -0.2rem;
  background-color: #fff;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  color: #E6212A;
}
.templateData_list_item:hover {
  transform: translateY(-0.1rem);
}
.templateData_list_item:hover .templateData_list_item_cover:after,
.templateData_list_item:hover .templateData_list_item_cover:before {
  opacity: 1;
}
.templateData_list_item_title {
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.15rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #131416;
}
.templateData_pager {
  margin-top: 0.7rem;
}
.templateDataNew {
  margin-top: 0.1rem;
}
.templateDataNew_list {
  margin-bottom: 0.7rem;
}
.templateDataNew_list_item {
  float: left;
  width: 3.7rem;
  height: 5.4rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  margin-right: 0.4rem;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  position: relative;
}
.templateDataNew_list_item_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.47);
  opacity: 0;
  transition: 0.2s all ease-in-out;
  box-sizing: border-box;
  padding: 0 0.2rem 0.3rem;
}
.templateDataNew_list_item .masks_btnList {
  width: 100%;
  margin-top: auto;
  height: 0.5rem;
}
.templateDataNew_list_item .masks_btnList_item {
  flex: 1;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.16rem;
  background-color: #fff;
  color: #E6212A;
  text-align: center;
  font-weight: bold;
}
.templateDataNew_list_item .masks_btnList_item:last-child {
  margin-left: 0.2rem;
  color: #fff;
  background-color: #E6212A;
}
.templateDataNew_list_item:nth-child(4n) {
  margin-right: 0;
}
.templateDataNew_list_item_cover {
  height: 4.7rem;
  position: relative;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.templateDataNew_list_item_cover .coverWrap {
  height: 2.82rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
.templateDataNew_list_item_cover .coverWrap .pcImg {
  width: 2.52rem;
  height: 2.02rem;
  background-image: url("../../img/web/com/pcImg.png?v=0.0.3");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.07rem 0.1rem 0.6rem;
  box-sizing: border-box;
}
.templateDataNew_list_item_cover .coverWrap .pcImg_img {
  object-fit: unset;
  height: 100%;
}
.templateDataNew_list_item_cover .covers {
  height: 1.88rem;
}
.templateDataNew_list_item_cover .covers_img {
  float: left;
  width: 1.64rem;
  height: 0.93rem;
}
.templateDataNew_list_item_cover .covers_img:nth-child(even) {
  margin-left: 0.02rem;
}
.templateDataNew_list_item_cover .covers_img:nth-child(n+3) {
  margin-top: 0.02rem;
}
.templateDataNew_list_item_cover .tag {
  width: 0.576rem;
  height: 0.32rem;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.templateDataNew_list_item_cover .cover {
  object-fit: cover;
  height: 100%;
}
.templateDataNew_list_item:hover {
  transform: translateY(-0.1rem);
}
.templateDataNew_list_item:hover .masks {
  opacity: 1;
}
.templateDataNew_list_item_title {
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #131416;
  padding: 0 0.15rem 0 0.55rem;
  background-image: url("../../img/web/template/ppt.png?v=0.0.3");
  background-position: 0.2rem center;
  background-repeat: no-repeat;
  background-size: 0.3rem 0.3rem;
}
.templateDataNew_pager {
  margin-top: 0.7rem;
}
/*# sourceMappingURL=pptTmp.css.map */