.page_base{
    background-color:#f5f5f3 ;
}
.body-banner{
    height: 130px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 120px;
}
.search-bd{
    width: 540px;
    height: 40px;
    background-color: #ffffff;
    position: relative;
    border-radius: 4px;
    border:2px solid var(--saas-color1, #3eb575);
}
.search-bd .fil-tab{
    height: 40px;
      overflow: hidden;
    width: 100px;
}

.search-bd .fil-tab li{
    padding: 12px;
    font-size: 12px;
    color: #5f6464;
}
.search-bd input{
    height: 40px;
    width: 100%;
    border: none;
}
.search-bd .search-btn{
    height: 40px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--saas-color1, #3eb575);
    color: #ffffff;
    cursor: pointer;
}
.search-bd .search-btn a{
    color: #ffffff;
    font-size: 12px;
}
.search-bd .search-arrow{
    font-size: 10px;
    position: absolute;
    top: 15px;
    left: 74px;
    color: #5f6464;
}
.search-bd .search-input::before{
    content: '';
    height: 16px;
    width: 1px;
    background-color: rgba(80, 96, 122, .2);
    display: inline-block;
    position: absolute;
    left: -8px;
    top: 12px;
    display: none;
}
.search-hot-bd{
    margin-top: 6px;
}
.search-hot-bd .hot-label-title{
    color: #676767;
    font-size: 12px;
}
.search-hot-bd .hot-label{
    font-size: 12px;
    color: #999999;
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
}
.search-hot-bd .hot-label.selected{
    color: var(--saas-color1, #3eb575);
}
.body-top-1{
    width: 1280px;
    margin: 20px auto 20px;
}
.body-top-1 .filter-container{
    background-color: #ffffff;
    padding: 27px 44px;
    margin-bottom: 30px;
}
.body-top-1 .filter-container .filter-title{
    padding: 3px 10px;
    flex: none;
    color: #999999;
}
.body-top-1 .filter-container .filter-items{
}
.body-top-1 .filter-container .filter-item{
    display: inline-block;
    padding: 3px 10px;
    margin-right: 3px;
    color: #666;
    margin-bottom: 6px;
}
.body-top-1 .filter-container .filter-item:hover{
    color: var(--saas-color1, #3eb575);
}

.body-top-1 .filter-container .filter-item.active{
    background-color: #f6f7f1;
    color: var(--saas-color1, #3eb575);
    border-radius: 4px;
    font-size: 14px;
}


.template-container .template-container-body .templete-section-item{
    width: 236px;
    height: 322px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 25px;
    background-color: #fff;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 6%);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.template-container .template-container-body .templete-section-item:nth-child(5n){
    margin-right: 0px;
}
.template-container .template-container-body .templete-section-item:hover{
    -webkit-transform: translateY(-4px) scaleZ(1.000001);
    transform: translateY(-4px) scaleZ(1.000001);
    -webkit-box-shadow: 0px 5px 8px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 5px 8px 1px rgb(0 0 0 / 8%);
}
.template-container .template-container-body .templete-section-item img{
    margin: 6px;
    border-radius: 4px;
    width: 224px;
    height: 281px;
    object-fit: cover;
}
.template-container .template-container-body .templete-section-item p{
    margin-left: 10px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-container .template-container-body .templete-section-item p a{
    color: #676767;
}
.template-container .template-container-body .templete-section-item .t-btns{
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.template-container .template-container-body .templete-section-item .t-btns .t-btn-use{
    background-color: var(--saas-color1, #3eb575);
    color: #ffffff;
}
.template-container .template-container-body .templete-section-item:hover .t-btns{
    visibility: visible;
    opacity: 1;
}
.template-container .template-container-body .templete-section-item .t-btn{
    text-align: center;
    width: 110px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background-color: var(--saas-color2, #FFC300);
    color: #ffffff;
    margin: 0 10px;
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 6%);
}

.template-container-page{
    text-align: center;
}
.template-container-page .layui-laypage a,.template-container-page .layui-laypage span {
    height: 50px !important;
    width: 50px;
    background: #FFFFFF !important;
    text-align: center !important;
    line-height: 50px !important;
    box-sizing: border-box !important;
    border: 1px solid #EEEEEE !important;
    margin: 0 5px !important;
    font-size: 14px !important;
    color: #666666 !important;
    border-radius: 4px !important;
    overflow: hidden;
}

.template-container-page .layui-laypage a:hover,.template-container-page .layui-laypage span:hover{
    background-color: var(--saas-color1, #3eb575)!important;
    color: #ffffff!important;
}
.template-container-page .layui-laypage a.layui-disabled:hover,
.template-container-page .layui-laypage a.layui-disabled{
    background-color: #F9F9F9!important;
    color: #666666!important;
}
.template-container-page .layui-laypage-prev,
.template-container-page .layui-laypage-next{
    width: 80px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    border: 1px solid #EEEEEE !important;
    margin: 0 5px !important;
    font-size: 14px !important;
    color: #666666 !important;
    border-radius: 4px !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: var(--saas-color1, #3eb575);
}
@media screen and (max-width: 1280px){
    .body-top-1{
        width: 1000px;
    }
    
.template-container .template-container-body .templete-section-item{
    width: 196px;
    height: 276px;
    margin-right: 4px;
}

.template-container .template-container-body .templete-section-item img{
    width: 184px;
    height: 229px;
}
}
.layui-layer-error {
   background-color: var(--saas-color3, #FA5151);
}