
.templatelib .templatelib-banner{
  background-image: url('/assets/images/bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  /* height: ; */
  /* margin-top: -96px; */
  padding-top: 160px;
}
.templatelib .templatelib-banner .top{
  margin-bottom: 3.125rem;
}



@media (max-width:48rem){
  .templatelib .templatelib-banner{
    padding-top: 80px;
  }
  .templatelib .templatelib-banner .top{
    margin-bottom: 1.5rem;
  }
  
  .templatelib .templatelib-banner .top .title {
    font-weight: 700;
    font-size: 24px;
    /* line-height: 48px; */
    letter-spacing: -0.01em;
    color: #101828;
    margin-bottom: 1.5rem;
  }
  .top .subtitle{
    font-size: 0.875rem;
  }
}
.templatelib .templatelib-shaft{
  max-width: 82.5rem;
  margin: auto;
}

.templatelib .templatelib-type{
  padding: 0 2.5rem;
  text-align: center;
  margin: 0 auto;
  max-width: 50rem;
}

.templatelib .templatelib-type .templatelib-type-item{
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.625rem 1.25rem;
  border: 0.0625rem solid #D0D5DD;
  border-radius: 1.25rem;
  margin-top: 0.3125rem;
  display: inline-block;
}
.templatelib .templatelib-type .templatelib-type-item:hover{
  background-color: #006D77; 
  color: #fff;
}
.templatelib  .templatelib-content{
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: left;
  min-height: 50vh;
}
.templatelib-content .templatelib-content-card{
  /* flex: 1; */
  width: 25rem;
  background: #FFFFFF;
  border: 0.0625rem solid #E4E7EC;
  box-shadow: 0rem 2.8125rem 5rem 0rem #0000000A;
  border-radius: 1.25rem;
  margin: 1.25rem;
  padding: 2rem;
  cursor: pointer;
  position: relative;
  max-height: 14.0625rem;
}

/* .templatelib-content-card:hover .temp-hover-span{
  display: block;
}
.templatelib-content-card .temp-hover-span{
  height: 2.75rem;
  padding: 0.75rem 1.75rem 0.75rem 1.6875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0rem 0.625rem;
  background: var(--color-background-bg-6, #BEE1E6);
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  color: #006D77;
} */
.templatelib-content-card:hover{
  box-shadow: 14px 14px 36px 0px rgba(153, 153, 153, 0.22);
}


.templatelib-content-card .t-card-title{
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.125rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.templatelib-content-card .t-card-introduce{
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;

}
.templatelib-content-card .t-card-content{
  font-family: Alibaba PuHuiTi 2.0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0em;
  text-align: left;
  color: #98A2B3;
  border-left: 0.125rem solid #E4E7EC;
  padding: 0 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}


.templatelib .templatelib-pagination{
  text-align: right;
  padding-right: 1.25rem;
  display: flex;
  justify-content: right;
}
.templatelib .templatelib-pagination span{
 width: 2.5rem;
 height: 2.5rem;
 line-height: 2.5rem;
 display: inline-block;
 border-radius: 50%;
 margin-left: 0.3125rem;
 background-color: #E4E7EC;
 /* padding: 0.625rem; */
 font-family: Chivo;
 font-weight: 400;
 font-size: 1rem;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items:center;
 cursor: pointer;
}
.templatelib .templatelib-pagination span img{
  filter: brightness(0) invert(0);
}
.templatelib .templatelib-pagination .page:hover{
  background-color: #006D77;
  color: #FFFFFF;
}
.templatelib .templatelib-pagination .active{
  background-color: #006D77;
  color: #FFFFFF; 
}
.templatelib .active{
  background-color: #006D77;
  color: #fff;
}
/* .templatelib .templatelib-pagination span:last-child{
  background-color: #006D77;
  color: #FFFFFF;
 } */

 @media (max-width:48rem){
  .templatelib  .templatelib-content{
    display: block;
    margin-top: 1.5rem;
  }
  .templatelib-content .templatelib-content-card{
    width: calc(100% - 2.5rem);
    background: #FFFFFF;
    border: 0.0625rem solid #E4E7EC;
    box-shadow: 0rem 2.8125rem 5rem 0rem #0000000A;
    border-radius: 1.25rem;
    margin: 1.25rem;
  }
  .templatelib .templatelib-type .templatelib-type-item{
    font-size: 0.75rem;
  }
  .templatelib .templatelib-type .templatelib-type-item{
    padding: 0.25rem 0.75rem;
  }
  .templatelib-content-card .t-card-introduce{
    height: 2.5em;
    line-height: 1.25em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .templatelib-content-card .t-card-content{
    height: 2.5em;
    line-height: 1.25em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
