@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}

.column3 .article-list{
    margin: 0 -20px;
}
.column3 .article-list .item {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.type3 .article-list .Category,
.type3 .article-list .Category+.date:before{
    display: none;
}
.type3 .keyword_box:before{
    display: none;
}
.type3 .article-list .item .box .top_box{
    position: relative;
}
.type3 .article-list .item .text{
    position: static;
    display: grid;
    grid-template-areas:
    "name"
    "date"
    "description"
    "keyword_box"
    "more-box";
}
.type3 .article-list .item .text .CandD-box,
.type3 .article-list .item .text .text-all,
.type3 .article-list .more-box{
    display: contents;
    position: static;
}
.type3 .article-list .item .name {
    grid-area: name;
    min-height: inherit;
    max-height: inherit;
    -webkit-line-clamp:1;
    margin-bottom: 15px;
}
.type3 .article-list .item .date {
    grid-area: date;
    color: #858585;
}
.type3 .article-list .date .day,
.type3 .article-list .date .month,
.type3 .article-list .date .years{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #858585;
    line-height: 1.5;
}
.type3 .article-list .item .description {
    grid-area: description;
    display: -webkit-box;
    height: 67px;
}
.type3 .article-list .item .keyword_box{
    grid-area: keyword_box;
    position: absolute;
    bottom: calc(225px + 10px);
    right: 10px;
    margin: 0;
    padding: 0;
}
.type3 .article-list .more-box {
    grid-area: more-box;
    display: block;
}
.type3 .article-list .more-box .btn.more{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    font-family: "Bellefair", serif;
    text-align: right;
    padding-right: 50px;
    background: transparent;
    color: #665D53;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(103,93,84,.75);
    transition: all .3s ease;
}
.type3 .article-list  .item .box:hover .more-box .btn.more{
    background: #675D54;
    color: #FFFFFF;
}
.type3 .article-list .more-box .btn.more::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto 0;
    background: url('../../../images/layout06/common/index/more_arrow.webp');
    background-size: contain;
    transition: all .3s ease;
    animation: none;
}
.type3 .article-list .item .box:hover .more-box .btn.more::before {
    animation: arrowFloat 1s ease-in-out infinite;
    background: url('../../../images/layout06/common/index/more_arrow_.webp');
    background-size: contain;
}
.type3 .article-list .item .box{
    margin: 0 auto 0;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #675D54;
    margin: -40px 0 10px 15px ;
    font-weight: 500;
    background: #E4E1DA;
    border: 0;
    border-radius: 0;
    transition: all .3s ease;
}
.type5 .article-list .item .date{
    padding-top: 8px;
    line-height: .7;
}
.type5 .article-list .item .box:hover .date{
    background: #675D54;
    color: #FFFFFF;
}
.type5 .article-list .item .day {
    width: 100%;
    font-size: 35px;
}
.type5 .article-list .item .month, .type5 .article-list .item .years {
    font-size: 12px;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow: hidden;
    color: #675D54;
    font-family: "Bellefair", serif !important;
    font-weight: normal;
    border-radius: 0;
    width: 100%;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E4E1DA;
    z-index: 0;
    transition: all .3s ease;
    border-radius: 0px;
}
.type1 .article-list .btn.more:hover {
    background: #675D54;
    color: #FFFFFF;
    z-index: 60;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.article-list .text-all {
    border-color: #D9D2CB;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #858585;
    border-color: transparent;
}
.type3 .article-list .date .month:before, .type3 .article-list .date .day:before{
    content: '/';
    font-weight: normal;
    margin: 0;
}
.article-list .item .date{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif !important;
}
.article-list .item .name {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
    padding-top: 15px;
}
.article-list .description,
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: inherit;
    margin: 10px 0 20px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.1em;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
}
.type1 .article-list .date .day {
    display: block;
    letter-spacing: 0;
}
.type1 .article-list .date{
    font-size: 55px;
    padding: 35px 25px 20px;
    line-height: 25px;
    text-align: center;
    display: block;
}
.type1 .article-list .date .day{
    font-size: 55px;
    line-height: 25px;
    text-align: center;
}
.type1 .article-list .date .month, .type1 .article-list .date .years {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
}
.type2 .article-list .date{
    border-bottom: 4px solid #675D54;
}
.type2 .keyword_box:before{
    background: #D9D2CB;
}
.type2 .keyword_box {
    border-bottom: 1px solid #D9D2CB;
}
.keyword_box {
    border-color: #D9D2CB;
}
.type2 .article-list .date .day {
    display: inline-block;
    font-size: 35px;
}
.type4 .article-list .box:hover .btn.more{
    width: 100%;
    background: #675D54;
    color: #FFFFFF;
}
.type4 .article-list .more-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.type5 .article-list .item .text {
    margin: 0 0px;
}
.type5 .article-list .item .pic{
    margin: 0;
}
.type5 .article-list .item .name{
    height: auto;
    font-weight: 600;
    font-size: 18px;
    padding-top: 0;
}
.article-list .item .box {
    border-color: #D9D2CB;
}
.type5 .article-list .item .box{
    border-bottom: 1px solid #D9D2CB;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #9A7F64;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword li a {
    border: 1px solid #F9F8F6;
    background: #F9F8F6;
    border-radius: 5px;
    padding: 7px 8px;
    margin-right: 2px;
    line-height: 1.4;
}
.keyword_box .keyword li a:hover {
    background: #675D54;
    border-color: #675D54;
    color: #fff;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
@media screen and (max-width: 1000px){
    .column3 .article-list{
        margin: 0 -10px;
    }
    .column3 .article-list .item{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .article-list .item .name{
        font-size: 17px;
        padding-top: 10px;
    }
    .type3 .article-list .item .name{
        margin-bottom: 5px;
    }
    .type3 .article-list .date .day, .type3 .article-list .date .month, .type3 .article-list .date .years{
        font-size: 13px;
    }
    .article-list .description, .type1 .article-list .description, .type2 .article-list .description, .type3 .article-list .description, .type4 .article-list .description{
        font-size: 14px;
        margin: 5px 0 15px;
    }
    .type3 .article-list .item .description{
        height: 63px;
    }
    .type3 .article-list .more-box .btn.more{
        font-size: 13px;
        height: 45px;
        line-height: 45px;
        padding-right: 35px;
    }
    .type3 .article-list .more-box .btn.more::before {
        width: 6px;
        height: 12px;
        right: 15px;
    }
    .type3 .article-list .item .keyword_box {
        display: none;
    }
    .keyword_box{
        font-size: 12px;
    }
    .keyword li a{
        padding: 5px 6px;
    }

}

@media screen and (max-width: 769px){
    .column3 .article-list .item {
        width: 50%;
    }
    .type2 .article-list .item:first-child .box {
        border-top: 1px solid transparent;
    }
    .type2 .article-list .item .box {
        border-top: 1px solid #D9D2CB;
    }
}
@media screen and (max-width: 600px) {
    .type4 .CandD-box {
        margin-top: 45px;
    }
    .type4 .article-list .item .name {
        margin-bottom: 15px;
    }
}

/*!列表通用 index article*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4{
    margin: 0 -20px;
}
.news-list.type4 .item{
    padding: 0 20px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    transition: all .3s;
    border-radius: 0;
    border: none;
}
.news-list.type1 .date .day {
    display: block;
    letter-spacing: 0;
}
.news-list .item .box{

}
.news-list.type4 .item .box:hover{

}
.news-list .item .date{
    font-family: "Noto Serif TC", serif !important;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #4A4A4A;
}
.news-list.type3 .item {
    border-left: solid #D9D2CB 1px;
}
.news-list.type4 .item .date,
.news-date{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #858585;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
}
.news-list.type3 .box:hover .name{
    color: #665D53;
}
.news-list.type4 .item .box{
    position: relative;
    max-width: 295px;
}
.news-list.type4 .txt{
    position: static;
    display: grid;
    padding: 0;
    grid-template-areas:
    "name"
    "date"
    "description"
    "more-box";
}
.news-list.type4 .date,
.news-list.type4 .txt .txt_in,
.news-list.type4 .more-box{
    display: contents;
    position: static;
}
.news-list.type4 .item .name {
    grid-area: name;
    min-height: inherit;
    max-height: inherit;
    -webkit-line-clamp:1;
    margin-bottom: 15px;
    height: auto;
}
.news-list.type4 .item .date {
    grid-area: date;
    display: flex;
    width: fit-content;
    height: inherit;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    background-color: transparent;
}
.news-list.type4  .date .day,
.news-list.type4 .date .month,
.news-list.type4 .date .years{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #858585;
    line-height: 1.5;
    width: fit-content;
}
.news-list.type4 .date .years{
    order: 1;
}
.news-list.type4 .date .month{
    order: 2;
}
.news-list.type4 .date .day{
    order: 3;
}
.news-list.type4 .item .description {
    grid-area: description;
    display: -webkit-box;
    height: 67px;
}

.news-list.type4 .item .box .more-box {
    grid-area: more-box;
    display: block;
}
.news-list.type4 .item .box .more-box .btn.more{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    font-family: "Bellefair", serif;
    text-align: right;
    padding-right: 50px;
    background: transparent;
    color: #665D53;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(103,93,84,.75);
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .more-box .btn.more{
    background: #675D54;
    color: #FFFFFF;
}
.news-list.type4 .item .box .more-box .btn.more::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 24px;
    margin: auto 0;
    background: url('../../../images/layout06/common/index/more_arrow.webp');
    background-size: contain ;
    transition: all .3s ease;
    animation: none;
    z-index: 2;
}
.news-list.type4 .item .box:hover .more-box .btn.more::before {
    animation: arrowFloat 1s ease-in-out infinite;
    background: url('../../../images/layout06/common/index/more_arrow_.webp');
    background-size: contain ;
    opacity: 1;
}
.news-list.type4 .date .month:before, .news-list.type4 .date .day:before{
    content: '/';
    font-weight: normal;
    margin: 0;
}
.news-list .item .name{
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
    padding-top: 15px;
}
.news-list .item .description{
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: inherit;
    margin: 10px 0 20px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.1em;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
}

.news-list .btn.more{
    z-index: 5;
    overflow: hidden;
    color: #675D54;
    font-family: "Bellefair", serif !important;
    font-weight: normal;
    border-radius: 0;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #E4E1DA;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type2 .description{
    -webkit-line-clamp:2;
}
.news-list.type2 .name{
    padding-top:5px;
}
.news-list .box:hover .btn.more {
    background: #675D54;
    color: #FFFFFF;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
    .news-list.type4 {
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .news-list .item .name{
        font-size: 17px;
        padding-top: 10px;
    }
    .news-list.type4 .item .name{
        margin-bottom: 5px;
    }
    .news-list.type4 .item .date .day,
    .news-list.type4 .item .date .month,
    .news-list.type4 .item .date .years{
        font-size: 13px;
    }
    .news-list.type4 .item .description ,
    .news-list .item .description{
        font-size: 14px;
        margin: 5px 0 15px;
        height: 63px;
    }
    .news-list.type4 .item .box .more-box .btn.more{
        font-size: 13px;
        height: 45px;
        line-height: 45px;
        padding-right: 35px;
    }
    .news-list.type4 .item .box .more-box .btn.more::before {
        width: 6px;
        height: 12px;
        right: 15px;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 {
        margin: 0 auto;
    }
    .news-list.type3 .item {
        border-top: solid #D9D2CB 1px;
    }
    .news-list.type3 .item:first-child {
        border-top: none;
    }
}

/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 0px;
    position: relative;
}
.products-list.type2 .mask{
    margin: 0 0px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.products-list.type2 .mask .pic:before{
    display: none;
}
.products-list.type2 .box .mask .pic:after{
    display: none;
}
.products-list.type2{
    margin: 0 -20px;
}
.products-list.type2 .item {
    padding: 0 20px;
    margin-bottom: 50px;
}
.products-list.type2 .txt {
    padding-top: 0px;
}
.products-list.type2 .name{
    min-height: inherit;
    max-height: inherit;
    -webkit-line-clamp: 1;
    margin-bottom: 15px;
    height: auto;
}
.products-list .name{
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
    padding-top: 15px;
}
.products-list .description{
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: inherit;
    margin: 0px 0 20px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.1em;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
}
.products-list.type2 .item .description{
    height: 67px;
}
.products-list.for-cart .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    width: 65px;
    height: 30px;
    line-height: 30px;
    background: #675D54;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    font-family: "Bellefair", serif;
    position: absolute;
    top: 25px;
    left: -15px;
    z-index: 2;
}

.products-list.type2 .item .box .more-box .btn.more{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    font-family: "Bellefair", serif;
    text-align: right;
    padding-right: 50px;
    background: transparent;
    color: #665D53;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(103,93,84,.75);
    transition: all .3s ease;
}
.products-list.type2 .item .box:hover .more-box .btn.more{
    background: #675D54;
    color: #FFFFFF;
}
.products-list.type2 .item .box .more-box .btn.more::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 24px;
    margin: auto 0;
    background: url('../../../images/layout06/common/index/more_arrow.webp');
    background-size: contain;
    transition: all .3s ease;
    animation: none;
    z-index: 2;
}
.products-list.type2 .item .box:hover .more-box .btn.more::before {
    animation: arrowFloat 1s ease-in-out infinite;
    background: url('../../../images/layout06/common/index/more_arrow_.webp');
    background-size: contain;
    opacity: 1;
}
.products-list .mask .more{
    display: none;
}

.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}

.products-list.type1 .box .more-box{
    display: none;
}
.products-list .pic:before{
    background: rgba(97, 88, 80, .65);
}
@media screen and (max-width: 1000px){
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list.type2{
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
        margin-bottom: 40px;
    }

    .products-list .item .name{
        font-size: 17px;
        padding-top: 10px;
    }
    .products-list.type2 .item .name{
        margin-bottom: 5px;
    }
    .products-list.type2 .item .date .day,
    .products-list.type2 .item .date .month,
    .products-list.type2 .item .date .years{
        font-size: 13px;
    }
    .products-list.type2 .item .description ,
    .products-list .item .description{
        font-size: 14px;
        margin: 5px 0 15px;
    }
    .products-list.type2 .item .description {
        height: 63px;
    }
    .products-list.type2 .item .box .more-box .btn.more{
        font-size: 13px;
        height: 45px;
        line-height: 45px;
        padding-right: 35px;
    }
    .products-list.type2 .item .box .more-box .btn.more::before {
        width: 6px;
        height: 12px;
        right: 15px;
    }
    .products-list .box.new:before {
        width: 50px;
        height: 25px;
        line-height: 28px;
        font-size: 14px;
        left: -10px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type2 .name {
        font-size: 17px;
        margin: 0px 0;
        line-height: 1.5;
        max-height: inherit;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list .item .name{
    color: #7b6956;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.webp);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #7b6956;
}
.album-list.type2 .box .pic:before{
    background: rgba(97,88,80,.65)
}

/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
.onlyitem-list.album-list .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}

/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner,
.banner_m{
    position: relative;
}
.banner::before,
.banner_m::before{
    content: '';
    position: absolute;
    display: block;
    top: calc(100% - 100px);
    left: 0 ;
    right: 0 ;
    width: 100%;
    height: 100px;
    background: url('../../../images/layout06/common/index/wave_bn.webp') no-repeat;
    background-size: cover;
    margin: 0 auto;
    z-index: 1;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    position: absolute;
    width: 80px;
    height: 20px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 48.5%;
    left: 1.75%;
    z-index: 100;
    cursor: pointer;
    background: unset;
    transform: rotate(90deg);
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-left: 0px;
    margin-bottom: 80px;
}
.banner .slick-next,
.banner_m .slick-next{
    margin-right: 0px;
    border-left: rgba(140,132,125,.5) 1px solid;
}
.banner .slick-prev:hover:after,
.banner .slick-next:hover:after,
.banner_m .slick-prev:hover:after,
.banner_m .slick-next:hover:after{
    color: #FFF;
}
.banner .slick-prev:hover:before,
.banner .slick-next:hover:before,
.banner_m .slick-prev:hover:before,
.banner_m .slick-next:hover:before{
    background: url('../../../images/layout06/common/index/bn_more_ic.webp');
}
.banner .slick-prev:before,
.banner_m .slick-prev:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    bottom: 0;
    top:0;
    margin: auto 0;
    left: 0;
    background: url('../../../images/layout06/common/index/bn_more_ic_.webp');
    transform:rotate(-90deg);
    transition: all .2s;
}
.banner .slick-prev:after,
.banner_m .slick-prev:after{
    content: 'PREV';
    position: absolute;
    font-family: 'Bellefair', serif;
    color: #8C847D;
    font-size: 14px;
    font-weight: normal;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .2s;
}
.banner .slick-next:before,
.banner_m .slick-next:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    bottom: 0;
    top:0;
    margin: auto 0;
    right: 0;
    background: url('../../../images/layout06/common/index/bn_more_ic_.webp');
    transform:rotate(90deg);
    transition: all .2s;
}
.banner .slick-next:after,
.banner_m .slick-next:after{
    content: 'NEXT';
    position: absolute;
    font-family: 'Bellefair', serif;
    color: #8C847D;
    font-size: 14px;
    font-weight: normal;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all .2s;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 40px;
    z-index: 5;
}
.title h2{
    box-sizing: border-box;
    font-family: "Noto Serif TC", serif;
    color: #4A4A4A;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 600;
    padding-top: 8px;
    margin: 0;
}
.title span{
    position: relative;
    font-family: "Bellefair", serif;
    color: #665D53;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: normal;
    margin: 0;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner,.banner_m,.articles-sect{
    position: relative;
    z-index: 2;
}

/*------------ more ------------*/
.index_more{
    position: relative;
    display: flex;
    text-align: left;
    margin: 0px 0 0;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    color: #665D53;
    letter-spacing: normal;
    font-family: "Bellefair", serif;
    padding: 0 25px;
    font-size: 0;
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid rgba(103,93,84,.75);
    transition: all .3s ease;
    z-index: 5;
}
.index_more a:hover{
    background: #675D54;
    color: #FFFFFF;
    border: 1px solid #675D54;
}
.index_more a span{
    position: relative;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: normal;
    display: block;
    text-align: left;
    z-index: 2;
    transition: all .4s ease;
}
.index_more a:hover span{
    letter-spacing: 0.1em;
}
.index_more a::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto 0;
    background: url('../../../images/layout06/common/index/more_arrow.webp');
    background-size: contain;
    transition: all .3s ease;
    animation: none;
}
.index_more a:hover:before {
    animation: arrowFloat 1s ease-in-out infinite;
    background: url('../../../images/layout06/common/index/more_arrow_.webp');
    background-size: contain;
}

/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 120px 0 109px;
}
.about-sect::before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% + 98.2%);
    background: url(../../../images/layout06/common/index/bg_as.webp) 50% 50%  repeat;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 63.7%;
    float: left;
    z-index: 2;

}
.about-sect .col.pic{
    position: relative;
    width: 36.3%;
    max-width: 450px;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}

.about-sect .title{
    position: relative;
    text-align: left;
    margin-bottom: 50px;
}
.about-sect .title span{
    left: -4px;
}
.about-sect .title::before{
    content: 'YU LAW';
    position: absolute;
    font-size: 220px;
    letter-spacing: -0.025px;
    white-space:nowrap;
    font-family: "Bellefair", serif;
    line-height: normal;
    background: linear-gradient(to bottom, rgba(103,93,84,.08) 0%, rgba(103,93,84,0) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: left;
    left: -17%;
    top: -82px;
}
.about-sect .index_more{
    position: relative;
    margin-top: 52px;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 58px 0 0;
    max-width: 600px;
}
.about-sect .txt-box .index-about-editor{
    padding-top: 0px;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .a_pic {
    position: absolute;
    left: -29.1%;
    bottom: -40px;
    z-index: 0;
}


/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 109px 0 91px ;
    z-index: 4;
}
.service-sect::before{
    content: '';
    position: absolute;
    display: block;
    bottom: calc(0% - 100px);
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: url(../../../images/layout06/common/index/wave_s.webp) no-repeat;
    background-size: cover;
    margin: 0 auto;
    z-index: 1;
}
.service-sect .title{
    position: relative;
}
.service-sect .title::before {
    content: 'EXPERTISE';
    position: absolute;
    font-size: 220px;
    letter-spacing: -0.025px;
    white-space: nowrap;
    font-family: "Bellefair", serif;
    line-height: normal;
    background: linear-gradient(to bottom, rgba(103, 93, 84, .08) 0%, rgba(103, 93, 84, 0) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
    left: 0;
    right: 0;
    top: -82px;
    margin: 0 auto;
}
.service-sect .title i{
    display: none;
}
.service-sect .editor{
}
.service-box{
    position: relative;
    padding-bottom: 0px;
    text-align: left;
    z-index: 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: relative;
    display: none;
}

.service-sect .s_deco {
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: 1px solid rgba(103,93,84,.3);
    right: 89.5%;
    bottom: 8%;
    z-index: 5;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 260px 0 62px;
    z-index: 2;
}
.articles-sect .title {
    position: relative;
}
.articles-sect .title::before {
    content: 'SUCCESS';
    position: absolute;
    font-size: 220px;
    letter-spacing: -0.025px;
    white-space: nowrap;
    font-family: "Bellefair", serif;
    line-height: normal;
    background: linear-gradient(to bottom, rgba(103, 93, 84, .08) 0%, rgba(103, 93, 84, 0) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
    left: 0;
    right: 0;
    top: -82px;
    margin: 0 auto;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: block;
    position: absolute;
    right: 15px;
    top: 60px;
}
/*------------ news ------------*/

.news-sect{
    position: relative;
    padding: 62px 0 82px;
}
.news-sect::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 45px);
    background: url(../../../images/layout06/common/index/n_waveline.webp)100% 50% no-repeat;
    height: 156px;
    background-size: cover;
    z-index:5;
}
.news-sect .title{
    position: relative;
}
.news-sect .title::before {
    content: 'LEGAL';
    position: absolute;
    font-size: 220px;
    letter-spacing: -0.025px;
    white-space: nowrap;
    font-family: "Bellefair", serif;
    line-height: normal;
    background: linear-gradient(to bottom, rgba(103, 93, 84, .08) 0%, rgba(103, 93, 84, 0) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
    left: 0;
    right: 0;
    top: -82px;
    margin: 0 auto;
}
.news-sect .index_more{
    display: block;
    position: absolute;
    right: 15px;
    top: 60px;
}

.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    background: #F9F8F6;
    padding: 260px 0 118px;
    z-index: 0;
}
.products-sect::before {
    content: '';
    position: absolute;
    display: block;
    bottom: calc(100% - 100px);
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: url(../../../images/layout06/common/index/p_wave_bn.webp) no-repeat;
    background-size: cover;
    margin: 0 auto;
    z-index: 1;
}
.products-sect .title{
    position: relative;
}
.products-sect .title::before {
    content: 'LATEST';
    position: absolute;
    font-size: 220px;
    letter-spacing: -0.025px;
    white-space: nowrap;
    font-family: "Bellefair", serif;
    line-height: normal;
    background: linear-gradient(to bottom, rgba(103, 93, 84, .08) 0%, rgba(103, 93, 84, 0) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
    left: 0;
    right: 0;
    top: -82px;
    margin: 0 auto;
}

.products-sect .index_more{
    display: block;
    position: absolute;
    right: 15px;
    top: 60px;
}
.products-box{
    margin: 0px auto 0;
    max-width: 1330px;
    padding-bottom: 0px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/

/*------------ album ------------*/
.album-sect {

}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: #675D54;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
}
.album-list .item .namebox .name{
    margin:12px 0;
    padding: 0 15px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    -webkit-line-clamp:1;
    height: auto;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(97,88,80,.65);
    transition: all .3s ease;
    z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}

.album-sect .title{
    position: relative;
}
.album-sect .title{
    display: none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 14px 0 0;
    font-size: 16px;
    padding-right: 60px;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 2560px){
    .news-sect::before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 45px);
        background: url(../../../images/layout06/common/index/n_waveline.webp)100% 50% no-repeat;
        height: 25%;
        background-size: cover;
        z-index:5;
    }
}
@media screen and (max-width: 1920px){
    .news-sect::before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 45px);
        background: url(../../../images/layout06/common/index/n_waveline.webp)100% 50% no-repeat;
        height: 156px;
        background-size: cover;
        z-index:5;
    }
}
@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1200px){
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .banner::before, .banner_m::before{
        height: 30px;
        top: calc(100% - 29px);
    }
    .title{
        margin: 0 auto 30px;
    }
    .title span{
        font-size: 50px;
    }
    .title h2{
        font-size: 22px;
        padding: 0;
    }
    .about-sect .title,
    .service-sect .title,
    .articles-sect .title
    .news-sect .title,
    .products-sect .title{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .about-sect .title::before,
    .service-sect .title::before,
    .articles-sect .title::before,
    .news-sect .title::before,
    .products-sect .title::before{
        width: 100%;
        font-size: 120px;
        text-align: center;
        left: 0;
        right: 0;
        top: -50px;
        margin: 0 auto;
    }
    .index_more a{
        width: 225px;
        height: 45px;
        line-height: 45px;
    }
    .index_more a span{
        font-size: 14px;
    }
    .index_more a::before{
        width: 7px;
        height: 13px;
    }
    .articles-sect .index_more,
    .news-sect .index_more,
    .products-sect .index_more{
        right: 15px;
        top: 40px;
    }
    .about-sect {
        padding: 60px 0 50px;
        background: url(../../../images/layout06/common/index/bg_as.webp) 50% 0% repeat;
    }
    .service-sect {
        padding: 50px 0 30px;
        background: url(../../../images/layout06/common/index/bg_as.webp) 50% 100% repeat;
    }
    .articles-sect {
        padding: 130px 0 30px;
    }
    .news-sect {
        padding: 30px 0 20px;
    }
    .products-sect {
        padding: 130px 0 50px;
    }
    .about-sect::before {
        height: calc(100% + 82.7%);
        background: url(../../../images/layout06/common/index/bg_as.webp) 50% 50% repeat;
        display: none;
    }
    .about-sect .row{
        padding: 0 15px;
        flex-direction: column;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        text-align: left;
    }
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic{
        position: relative;
        margin: 40px auto 0;
    }
    .about-sect .col.pic img{
        max-width: 100%;
        height: auto!important;
    }
    .about-sect .a_pic {
        left: -24%;
        bottom: -40px;
    }
    .about-sect .txt-box{
        padding: 0;
        max-width: 650px;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor{
        padding-top: 0px;
    }
    .about-sect .txt-box .index-about-editor .editor:before{
        display: none;
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 15px;
        padding:0 0px;
        height: auto;
        -webkit-line-clamp:inherit;
    }
    .about-sect .index_more{
        margin: 40px auto 0;
    }
    .service-sect::before{
        height: 30px;
        bottom: calc(0% - 27px);
    }
    .service-sect .s_deco{
        width: 150px;
        height: 150px;
        right: 92%;
        bottom: 18%;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/

    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
    }

    .news-sect::before {
        top: calc(100%);
        height: 80px;
    }
    .products-sect::before{
        height: 40px;
        bottom: calc(100% - 39px);
    }

    .album-list .item .namebox{
        font-size: 17px;
    }
    .album-list .item .namebox .name {
        margin: 8px 0;
        padding: 0 10px;
        font-size: 17px;
    }
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }

    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .articles-sect .index_more, .news-sect .index_more, .products-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: inherit;
        width: fit-content;
    }
    .about-sect .title::before, .service-sect .title::before, .articles-sect .title::before, .news-sect .title::before, .products-sect .title::before{
        font-size: 80px;
    }
    .about-sect .a_pic{
        display: none;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}