.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);
}
.width-45{
    width: 45%;
}
.width-55{
    width: 55%;
}
.body-top-1{
    width: 1280px;
    margin: 45px auto 20px;
}
.body-top-1-left{
    width:64%;
}
.body-top-1-right{
    width:33.3%;
}
.body-top-left-bottom{
    background-color: #ffffff;
    padding: 30px 0px 10px 25px;
    border-radius: 4px;
    width: 825px;
}

.width-50{
    width: 50%;
}

.width-33{
    width: 33.333%;
}
.body-top-left-top{
    background-color: #ffffff;
}
.body-top-left-top .template-collect-btn{
    background-color: var(--saas-color2, #FFC300);
    width: 130px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 2px 7px 0px rgb(249 173 20 / 31%);
}

.body-top-left-top .template-info-title{
    font-size: 24px;
}

.body-top-left-top .template-info-imgs{
    padding: 22px 0 10px;
}
.body-top-left-top .template-info-imgs img{
    padding: 0 50px 20px;
    width: 750px;
}

.body-top-left-bottom .templete-section-item{
    width: 178px;
    height: 256px;
    margin-right: 27px;
    margin-bottom: 27px;
    border-radius: 4px;
    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;
}

.body-top-left-bottom .templete-section-item:last-child{
    margin-right: 0;
}
.body-top-left-bottom .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%);
}
.body-top-left-bottom .templete-section-item img{
    margin: 6px;
    border-radius: 4px;
    width: 166px;
    height: 208px;
    object-fit: cover;
}
.body-top-left-bottom .templete-section-item p{
    margin-left: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body-top-left-bottom .templete-section-item p a{
    color: #676767;
}
.body-top-left-bottom .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;
}

.body-top-left-bottom .templete-section-item .t-btns .t-btn-use{
    background-color: var(--saas-color1, #3eb575);
    color: #ffffff;
}
.body-top-left-bottom .templete-section-item:hover .t-btns{
    visibility: visible;
    opacity: 1;
}
.body-top-left-bottom .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%);
}
.body-top-left-right-top{
    width: calc(100% - 82px);
    margin-left: 22px;
    background-color: #fff;
    padding: 25px 30px 17px;
}
.body-top-left-right-top .trail-txt{
    font-size: 18px;
}
.body-top-left-right-top .trail-day-txt{
    font-size: 30px;
    font-weight: bold;
    color: var(--saas-color1, #3eb575);
}
.body-top-left-right-top .to-create-btn{
    width: 100%;
    background: var(--saas-color1, #3eb575);
    color: #ffffff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    box-shadow: 0px 0px 4px 0px  var(--saas-color1,#3eb575); 
    cursor: pointer;
}
.body-top-left-right-top .to-preview-btn{
    width: 100%;
    background: #ffffff;
    color: var(--saas-color1, #3eb575);
    border: 1px solid var(--saas-color1, #3eb575);
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 2px;
    cursor: pointer;
}
.body-top-left-right-top .template-tags{
}
.body-top-left-right-top .template-tag{
    font-size: 12px;
    color: #666666;
    padding: 4px 13px;
    background-color: #f5f5f3;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: auto;
    display: inline-block;
    margin: 0 5px 5px 0;
}
.body-top-left-right-top .template-info-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #f4f4f4;
    padding: 29px 0;
}
.body-top-left-right-top .template-info-box .template-info-item{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
}
.body-top-left-right-top .template-intro{
    border-top: 1px solid #f4f4f4;
}
.body-top-left-right-top .template-intro-title{
    font-size: 14px;
    margin-bottom: 2px;
}
.body-top-left-right-top .template-intro-txt{
    color: #999999;
    font-size: 12px;
}
.body-top-left-right-top .template-contact{
    border-top: 1px solid #f4f4f4;
}
.body-top-left-right-top .template-contact{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 17px;
    font-size: 12px;
}
.body-top-left-right-top .template-contact .template-contact-item{
    width: 50%;
    color: #666666;
    line-height: 12px;
}

.body-top-left-right-top .template-contact .template-contact-item i{
    margin-right: 4px;
    font-size: 13px;
}
.body-top-left-right-bottom{
    width: calc(100% - 22px);
    margin-left: 22px;
    background-color: #fff;
    border-radius: 4px;
}
.body-top-left-right-bottom .recommend-txt span{
    font-weight: bold;
}
.body-top-left-right-bottom .recommend-txt i{
    font-size: 14px;
}
.body-top-left-right-bottom .templete-section-body{
    margin-left: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
    margin-right: 20px;
    border-top: 1px solid #f4f4f4;
}
.body-top-left-right-bottom .templete-section-item{
    width: 178px;
    height: 256px;
    margin-right: 7px;
    margin-bottom: 17px;
    border-radius: 4px;
    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;
}
.body-top-left-right-bottom .templete-section-item:nth-child(even){
    margin-right: 0;
}
.body-top-left-right-bottom .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%);
}
.body-top-left-right-bottom .templete-section-item img{
    margin: 6px;
    border-radius: 4px;
    width: 166px;
    height: 208px;
    object-fit: cover;
}
.body-top-left-right-bottom .templete-section-item p{
    margin-left: 10px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body-top-left-right-bottom .templete-section-item p a{
    color: #676767;
}
.body-top-left-right-bottom .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;
}

.body-top-left-right-bottom .templete-section-item .t-btns .t-btn-use{
    background-color: var(--saas-color1, #3eb575);
    color: #ffffff;
}
.body-top-left-right-bottom .templete-section-item:hover .t-btns{
    visibility: visible;
    opacity: 1;
}
.body-top-left-right-bottom .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%);
}
.body-top-left-right-bottom2{
    width: calc(100% - 22px);
    margin-left: 22px;
    background-color: #fff;
    border-radius: 4px;
}
.body-top-left-right-bottom2 .recommend-else-txt{
}
.body-top-left-right-bottom2 .recommend-else-item{
    width: calc(49% - 6px);
    height: 24px;
    text-align: center;
    color: #676767;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: 27px;
    font-size: 12px;
    cursor: pointer;
}
.body-top-left-right-bottom2 .recommend-else-box{
    padding: 20px 30px 30px;
    border-top: 1px solid #f4f4f4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.body-top-left-right-bottom2 .recommend-else-item:nth-child(even){
    margin-left: 8px;
}

@media screen and (max-width: 1280px){
    .body-top-1{
        width: 1000px;
    }
    .body-top-left-top {
        background-color: #ffffff;
        flex: 1;
        width: 100%;
    }
    .body-top-left-bottom{
        width: 615px;
    }
    .body-top-left-top .template-info-imgs img {
        padding: 0 50px 20px;
        width: 541px;
    }
    .body-top-left-right-bottom .templete-section-item {
        width: 130px;
        height: 189px;
    }
    .body-top-left-right-bottom .templete-section-item img {
        margin: 6px;
        border-radius: 4px;
        width: 118px;
        height: 147px;
        object-fit: cover;
    }
    .body-top-left-bottom .templete-section-item{
        width: 130px;
        height: 189px;
        margin-right: 22px;
    }
    .body-top-left-bottom .templete-section-item img {
        margin: 6px;
        border-radius: 4px;
        width: 118px;
        height: 147px;
        object-fit: cover;
    }
    /* .body-top-1{
        flex-direction: column-reverse;
    }
    .body-top-1-left{
        display: flex;
        flex-flow: column wrap !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        flex-direction: row !important;
        margin-top: 21px;
    }
    .body-top-left-bottom{
        margin-left: 21px;
        margin-top: 0px !important;
        width: 50%;
        padding: 15px 0px 6px 23px;
        flex: none !important;
    }
    .body-top-1-left{
        width: 100%;
    }
    .body-top-1-right{
        width: 100%;
    }
    .body-top-1-right .body-top-left-right-bottom{
        width: 100%;
        margin-left: 0px;
    }
    .body-top-left-right-top{
        margin-top: 0px;
    } */
}
.layui-layer-error {
   background-color: var(--saas-color3, #FA5151);
}