/*-----category list -----*/
.category-list {
    margin: 0 -20px 12px;
}
.category-list .item {
    width: 25%;
    padding: 0 20px;
}
.category-list .item:nth-child(4n+1) {
    clear: left;
}
.category-list .box {
    position: relative;
    margin: 0 auto 20px;
}
.category-list .box:before {
    content: "";
    width: 130px;
    height: 3px;
    background: #11AEB8;
    position: absolute;
    left: calc(50% - 65px);
    bottom: -32px;
    transition: all .3s ease;
    opacity: 0;
}
.category-list .box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #11AEB8 transparent transparent transparent;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -42px;
    transition: all .3s ease;
    opacity: 0;
}
.category-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.category-list .pic-box {
    position: relative;
    box-sizing: border-box;
}
.category-list .pic-box img{
    width: 100%;
}
.category-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 0;
}
.category-list .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.category-list .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    border: 5px solid #11AEB8;
    border: 5px solid transparent;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 20px;
    transition: all .3s ease;
}
.category-list .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.category-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 95px;
}
.category-list .box:hover .pic:after,
.category-list .box.active .pic:after {
    border: 5px solid #11AEB8;
}
.category-list .box.active:before,
.category-list .box.active:after {
    opacity: 1;
}
.category-editor {
    background: #F0F0F0;
    padding: 50px 70px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 55px;
}
/*----- products-list -----*/
.products-list {
    margin: 0 -14px;
}
.products-list .item {
    width: calc(100% / 3);
    padding: 0 14px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    position: relative;
    margin: 0 auto 40px;
    display: flex;
    border: 2px solid #D6D6D6;
    transition: all .3s ease;
    padding: 20px 20px;
    border-radius: 20px;
    align-items: center;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .pic-box {
    position: relative;
    box-sizing: border-box;
    width: 170px;
}
.products-list .pic-box img{
    width: 100%;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.products-list .txt {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 170px);
    padding-left: 20px;
}
.products-list .txt:before {
    content: "";
    background: #D6D6D6;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    left: 20px;
    top: 76px;
}
.products-list .name {
    position: relative;
    box-sizing: border-box;
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding: 0;
    margin: 10px 0 20px;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.products-list .box:hover .name {
    color: #11AEB8;
}
.products-list .box:hover {
    border: 2px solid #88D7DC;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #666666;
    font-size: 17px;
    line-height: 1.45;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}
/*----- content -----*/
.products-intro {
    max-width: 1320px;
    margin: 0 auto 58px;
    display: flex;
}
.pd-pic {
    width: 500px;
}
.pd-pic img{
    border-radius: 20px;
}
.pd-intro{
    width: calc(100% - 500px);
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 45px;
}
.pd-name {
    color: #1F1F1F;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.8;
    margin: 0 0 30px;
    padding-bottom: 15px;
    position: relative;
}
.pd-name:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #F0F0F0;
    left: 0;
    bottom: 0;
}
.pd-description {
    font-size: 17px;
}
.pd-mid-editor{
    margin-bottom: 40px;
}
.pd-mid-row{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 37px;
}
.article-title{
    position: relative;
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding-left: 65px;
}
.article-title:before{
    content: "";
    background: #11AEB8;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: 28px;
    top: calc(50% - 12px);
    position: absolute;
    transition: all .3s ease;
}
.article-title:after{
    content: "\f107";
    font-family: 'icon-font' !important;
    color: #FFF;
    position: absolute;
    left: 36px;
    top: 13px;
    font-size: 14px;
    transition: all .3s ease;
    line-height: 14px;
}
/*----- article-list -----*/
.article-list .item {
    width: 100%;
}
.article-list .box {
    position: relative;
    margin: 0 auto 40px;
    display: flex;
    transition: all .3s ease;
    padding: 30px 30px;
    border-radius: 20px;
    background: #F0F0F0;
}
.article-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.article-list .date {
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #11AEB8;
    transition: all .3s ease;
}
.article-list .pic {
    position: relative;
    box-sizing: border-box;
    width: 280px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.article-list .txt {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 280px);
    padding-left: 55px;
    padding-top: 19px;
}
.article-list .name {
    position: relative;
    box-sizing: border-box;
    color: #1F1F1F;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.7;
    padding: 0;
    margin: 10px 0 20px;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 73px;
}
.article-list .box:hover .name {
    color: #11AEB8;
}
.article-list .description {
    position: relative;
    box-sizing: border-box;
    color: #666666;
    font-size: 17px;
    line-height: 1.7;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.article-list .article-more{
    width: 152px;
    height: 30px;
    position: absolute;
    right: 10px;
    bottom: 13px;
    color: #A4A4A4;
    font-size: 15px;
    line-height: 33px;
    transition: all 0.3s ease;
    font-family: "Libertinus Sans", sans-serif;
    font-weight: bold;
    pointer-events: none;
}
.article-list .article-more:before {
    content: "";
    background: #11AEB8;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 5px;
    top: calc(50% - 8px);
    position: absolute;
    transition: all .3s ease;
}
.article-list .article-more:after {
    content: "\f105";
    font-family: 'icon-font' !important;
    color: #FFF;
    position: absolute;
    right: 11px;
    top: 9px;
    font-size: 14px;
    transition: all .3s ease;
    line-height: 14px;
}
.article-list .box:hover .article-more {
    color: #11AEB8;
}
.article-intro {
    max-width: 1280px;
    margin: 0 auto 55px;
    display: flex;
    padding-bottom: 55px;
    border-bottom: 1px solid #D6D6D6;
}
.art-pic {
    width:350px;
}
.art-pic img{
    border-radius: 20px;
}
.art-intro{
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 25px;
}
.art-name {
    color: #1F1F1F;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.7;
    margin: 0 0 30px;
    padding-bottom: 15px;
    position: relative;
}
.art-name:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 2px;
    background: #11AEB8;
    left: 0;
    bottom: 0;
}
.art-description {
    font-size: 17px;
}
.art-intro .date {
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #11AEB8;
    margin-bottom: 5px;
    display: block;
}
.article-detail{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
/*----- rwd -----*/
@media screen and (max-width: 1400px) {
    .category-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .category-list .item {
        padding: 0 10px;
    }
    .category-list .name {
        font-size: 18px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1200px) {
    .products-list {
        margin: 0 -15px;
    }
    .products-list .item {
        padding: 0 15px;
    } 
    .products-list .pic-box {
        width: 50%;
    }
    .products-list .txt {
        width: 50%;
    }
    .products-list .box {
        padding: 15px 15px;
        margin-bottom: 30px;
    }
    .products-list .name {
        margin-top: 0;
    }
    .products-list .txt:before {
        top: 69px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .pic-box {
        width: 120px;
    }
    .products-list .txt {
        width: calc(100% - 120px);
    }
    .products-list .name {
        margin: 0 0 5px;
        font-size: 18px;
        height: 50px;
        line-height: 1.4;
    }
    .products-list .description {
        font-size: 15px;
        line-height: 1.45;
        height: 64px;
    }
    .products-list .txt:before {
        display: none;
    }
    .products-intro {
        flex-direction: column;
        max-width: 500px;
    }
    .pd-intro {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }
    .pd-pic {
        width: 100%;
        text-align: center;
    }
    .products-detail .title {
        margin: 0 0 30px;
        padding: 0 0 10px;
    }
    .pd-name {
        font-size: 20px;
        margin: 15px 0 15px;
        line-height: 1.5;
    }
    .pd-description {
        font-size: 15px;
    }
    .pd-mid-row {
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: 0;
        margin-bottom: 5px;
    }
    .article-title {
        font-size: 20px;
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .article-title:before {
        left: 5px;
    }
    .article-title:after {
        left: 12px;
        top: 10px;
    }
    .article-list .box {
        margin: 0 auto 20px;
        padding: 15px 15px;
    } 
    .article-list .pic {
        width: 200px;
    }
    .article-list .txt {
        width: calc(100% - 200px);
        padding-left: 15px;
        padding-top: 0;
    }
    .article-list .article-more{
        bottom: unset;
        top: 0;
    }
    .article-list .name{
        font-size: 20px;
        height: 67px;
    }
    .article-list .description {
        font-size: 15px;
        height: 52px;
    }
    .article-intro {
        flex-direction: column;
        max-width: 500px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .art-intro {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }
    .art-pic {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .art-name {
        font-size: 20px;
        margin: 0 0 15px;
        line-height: 1.5;
    }
    .art-description {
        font-size: 15px;
    }
    .art-pic img {
        width: 100%;
    }
}
@media screen and (max-width: 760px) {
    .category-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .category-list .box {
        margin-bottom: 10px;
    }
    .category-list .item {
        width: 50%;
        padding: 0 5px;
    }
    .category-list .item:nth-child(4n+1) {
        clear: unset;
    }
    .category-list .item:nth-child(2n+1) {
        clear: left;
    }
    .category-list .name {
        font-size: 16px;
    }
    .category-editor {
        padding: 30px 30px;
    }
    .category-list .box:before {
        display: none;
    }
    .category-editor{
        position: relative;
        margin-bottom: 30px;
    }
    .category-editor:before {
        content: "";
        width: 130px;
        height: 3px;
        background: #11AEB8;
        position: absolute;
        left: calc(50% - 65px);
        top: 0;
        transition: all .3s ease;
    }
    .category-editor:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 8px 0 8px;
        border-color: #11AEB8 transparent transparent transparent;
        position: absolute;
        left: calc(50% - 8px);
        top: -9px;
        transition: all .3s ease;
        transform: rotate(180deg);
    }
    .article-list .article-more {
        display: none;
    }
    .article-list .box {
        flex-direction: column;
    }
    .article-list .txt {
        width: 100%;
        padding-left: 0;
    }
    .article-list .pic {
        margin-bottom: 15px;
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .article-list .name {
        font-size: 18px;
        height: 55px;
        line-height: 1.5;
        margin-bottom: 5px;
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .box {
        margin-bottom: 20px;
    }
    .products-list .txt {
        padding-left: 15px;
    }
    .products-list .name {
        margin: 0 0 5px;
    }
}