@charset "utf-8";
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 40px;
    border-bottom: 1px solid #ECE7E1;
    padding-bottom: 40px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .name,
.article-list .item .name{
    padding: 0;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #3F2D26;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.article-list .box:hover .name {
    color: #D2A36C;
}
.news-list .item .description,
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description{
    color: #858585;
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 45px;
    height: 45px;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    color: rgb(63, 46, 39, 0.5);
    font-family: 'Lato', serif;
}
.article-date{
    margin: auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    font-weight: 500;
    color: #fff;
    background: #3F2E27;
    border-radius: 40px;
    overflow-x: hidden;
    z-index: 5;
    transition: all 0.3s ease;
    font-family: 'Lato', 'Noto Serif TC', serif;
}
.type1 .article-list .box:hover .btn.more,
.type4 .article-list .box:hover .btn.more{
    color: #fff;
    background: #D2A36C;
}
/*keyword_box*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
}
.keyword_box.detail{
    position: relative;
    box-sizing: border-box;
    height: auto;
    max-width: 1000px;
    margin: 30px 0 0;
    padding: 0 0 0 25px;
    font-size: 14px;
    line-height: 1.5;
    color: #858585;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.keyword li a,
.type4 .keyword li a {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    border-radius: 32px;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*/keyword_box*/
/*/列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new:before{
    content: 'New';
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #D2A36C;
    border-radius: 100%;
    font-family: 'Lato', serif;
    z-index: 6;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .name{
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #3F2D26;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #D2A36C;
}
.products-list.type2 .description{
    color: #858585;
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    -webkit-line-clamp: 1;
    max-height: 22px;
}
.products-list.for-cart .offers{
    margin-bottom: 0;
    font-weight: 500;
    color: #D80000;
    font-family: 'Lato', 'Noto Serif TC', serif;
}
.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 .3s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    color: #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;
}
/*/列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #D2A36C;
}
.album-list .item .name{
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #3F2D26;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
    font-size: 18px;
}
.album-list .box:hover .name{
    color: #D2A36C;
}
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #3F2D26;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #D2A36C;
}
.news-list .item .description{
    color: #858585;
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    max-height: 45px;
    height: 45px;
}
.news-list .date {
    color: rgb(63, 46, 39, 0.5);
    font-family: 'Lato', serif;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 0;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    margin: 0 8px;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3F2E27;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -6px;
    box-sizing: border-box;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #D2A36C;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    margin: 0 0 50px;
}
.title h2{
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #3F2C26;
    font-family: 'Noto Serif TC', serif;
}
.title span {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #D2A36C;
    font-family: 'Lato', serif;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more {
    position: relative;
    display: flex;
}
.index_more a{
    position: relative;
    display: block;
    text-align: center;
    background: #3F2E27;
    width: 200px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    font-size: 0;
    transition: all .3s ease;
    overflow: hidden;
    z-index: 5;
}
.index_more a:hover {
    background: #D2A36C;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06/common/bg3.webp) no-repeat fixed;
    background-size: cover;
    z-index: -1;
}
.index_more a span{
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.index_more a:hover span{
    letter-spacing: 5px;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.service-sect,
.products-sect,
.article-sect,
.contact-sect,
.banner,
.banner_m,
.articles-sect{
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ article_新編輯器  ------------*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*------------ /article_新編輯器  ------------*/
/*------------ about ------------*/
.about-sect{
    padding: 0;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
    overflow: hidden;
}
.about-sect>.container {
    max-width: unset;
    padding-left: 0;
    margin-right: calc((100% - (1300px + 30px)) / 2);
    display: flex;
    align-items: center;
}
.about-sect .row{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 1168px);
    padding-left: 77px;
    z-index: 2;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1168px;
    z-index: 1;
}
.about-sect .index_more{
    justify-content: flex-end;
    margin: 50px 0 0;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 120px;
    position: relative;
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 2;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ /about ------------*/
/*------------ 文章單元_article ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ 文章單元_article ------------*/
/*------------ news ------------*/
.news-sect{
    padding: 100px 0;
}
.news-sect .title {
    text-align: center; 
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*n_type1*/
.news-list.type1 .date .day {
    font-weight: 500;
}
.news-list .btn.more{
    font-weight: 500;
    color: #fff;
    background: #3F2E27;
    border-radius: 40px;
    overflow-x: hidden;
    z-index: 5;
    transition: all 0.3s ease;
    font-family: 'Lato', 'Noto Serif TC', serif;
}
.news-list .box:hover .btn.more {
    color: #fff;
    background: #D2A36C;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #ECE7E1;
}
.news-list.type1 .item {
    border-bottom: 1px solid #C5C0BE;
}
.news-list .date .month,
.news-list .date .years {
    font-size: 18px;
    font-weight: normal;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 {
    margin: 0;
}
.news-list.type2 .item {
    box-sizing: border-box;
    padding: 0 0 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #C5C0BE;
}
.news-list.type2 .box {
    box-sizing: border-box;
    margin: 0 auto;
}
.news-list.type2 .txt {
    padding-right: 25px;
}
.news-list.type2 .date .day{
    font-weight: normal;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-weight: normal;
    font-size: 18px;
}
.news-list.type2 .date .years:before {
    content: '.';
}
/*/n_type2*/
/*n_type3*/ 
.news-list.type3:before {
    display: none;
}
.news-list.type3 .item {
    padding: 0 40px;
    margin: 0 0 40px;
    position: relative;
    border-left: solid #C5C0BE 1px;
}
.news-list.type3 .item:first-of-type {
    border: 0;
}
.news-list.type3 .box {
    box-sizing: border-box;
    margin: 0 auto;
}
.news-list.type3 .date .day,
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.news-list.type3 .date .month:before,
.news-list.type3 .date .day:before {
    content: '.';
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item {
    padding: 0 15px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    transition: all .3s ease;
    border: 0;
    display: flex;
    flex-direction: column-reverse;
}
.news-list.type4 .item:nth-of-type(2n) .box{
    flex-direction: column;
}
.news-list.type4 .item .box:hover{
    top: -10px;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 15px;
    width: auto;
    height: auto;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    color: rgb(63, 46, 39, 0.5);
    background: transparent;
    border-radius: 0;
    font-family: 'Lato', serif;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years {
    display: inline;
    width: auto;
    font-size: 16px;
    font-weight: 500;
}
.news-list.type4 .item .date .years {
    order: 1;
}
.news-list.type4 .item .date .month {
    order: 2;
}
.news-list.type4 .item .date .day {
    order: 3;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .txt {
    position: relative;
    padding: 0 5px 20px 40px;
}
.news-list.type4 .item:nth-of-type(2n) .txt {
    padding: 20px 5px 0 40px;
}
.news-list.type4 .txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 3px;
    height: calc(100% + 20px);
    background: #D2A36C;
}
.news-list.type4 .item:nth-of-type(2n) .txt::before {
    top: -20px;
}
/*/n_type4*/
/*n_少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box,
.news-list.type4 .item:nth-of-type(2n) .box {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.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: 30px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list.type4 .item .txt::before {
    content: '';
    position: absolute;
    top: 38px;
    left: -20px;
    width: 40px;
    height: 3px;
    background: #D2A36C;
}
/*/n_少量排版*/
/*------------ news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 120px 0 60px;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
}
.products-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 477px;
    background: url(../../../images/layout06/common/index/p_bg.webp) no-repeat fixed;
    background-size: cover;
    z-index: -1;
}
.products-sect .title{
    text-align: center;
}
.products-sect .title span {
    color: rgba(255, 255, 255, 0.5);
}
.products-sect .title h2 {
    color: #fff;
}
.products-sect .index_more{
    justify-content: center;
    margin: 10px 0 0;
}
.products-box{
    margin: 0 auto;
    max-width: 1330px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*p_type1*/
.products-list .pic:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(63, 46, 39, 0.5);
    border: 3px solid #D2A36C;
    transform: translate(0, 50px);
    transition: all .3s ease;
    z-index: 5;
}
.products-list .box:hover .mask .pic:before{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: 500;
    margin: 0 15px 50px;
}
.products-list.for-cart.type1 .offers,
.products-list.for-cart.type1 .box:hover .offers {
    color: #C5C0BE;
    font-weight: 500;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    margin-bottom: 40px;
}
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    transition: all .3s ease;
}
.products-list.type2 .mask{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    transition: all .3s ease;
    overflow: hidden;
    z-index: 1;
}
.products-list.type2 .mask .pic:before{
    content: '';
    position: absolute;
    box-sizing: border-box;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(63, 46, 39, 0.5);
    border: 3px solid #D2A36C;
    transform: translate(0, 50px);
    transition: all .3s ease;
    z-index: 5;
}
.products-list.type2 .box:hover .mask .pic:before{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-list .box .more{
    position: absolute;
    box-sizing: border-box;
    display: block;
    text-align: center;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -75px;
    transform: translate(0, 50px);
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    border: 3px solid rgba(255, 255, 255, 0.2);
    font-family: 'Noto Serif TC', serif;
    transition: all .5s ease;
    z-index: 10;
    opacity: 0;
}
.products-list.type2 .box:hover .more{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-list.type2 .txt {
    padding: 15px 5px 0;
}
.products-list.type2 .name {
    line-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    margin: 0 0 5px;
}
/*/p_type2*/
/*p_少量排版*/
.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;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect{
    padding: 100px 0 50px;
}
.service-sect .title{
    text-align: center;
}
.service-box{
    position: relative;
    box-sizing: border-box;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: none;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect {
    background: url(../../../images/layout06/common/bg2.webp) fixed;
}
.album-sect .title{
    display: none;
}
.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 !important;
}
.album-list .item .box .more{
    display: none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(210, 163, 108, 0.8);
    transition: all .3s ease;
    z-index: 50;
    opacity: 0;
}
.album-list .item .namebox .name{
    margin: 20px 0;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(63, 45, 38, 0.5);
    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;
}
/*al_type1*/
.album-list.type1 .item{
    margin: 0;
    border: none;
}
.album-list.type1 .box:hover .name {
    color: #fff;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(63, 46, 39, 0.5);
    border: 3px solid #D2A36C;
    transform: translate(0, 50px);
    transition: all .3s ease;
}
.album-list.type2 .box:hover .pic:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*/al_type2*/
/*al_瀑布流*/
.masonry-album-sect{
    padding: 100px 0;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .title{
    text-align: center;
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    position: relative;
    text-align: left;
    background: none; 
    opacity: 1;
}
.masonry-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 18px;
    margin: auto;
    top: -45px;
    z-index: 3;
    color: #ffffff;
    background: #D2A36C;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border-radius: 100%;
    transform: translate(0, 50px);
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.type1 .item .box:hover .namebox:after,
.masonry-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.masonry-list .item .namebox .name{
    text-align: left;
    margin: 20px 5px;
    padding: 0 60px 0 0;
}
.album-list.type1.masonry-list .box:hover .name {
    color: #D2A36C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px !important;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*/al_瀑布流*/
/*al_少量排版*/
.onlyitem-sect{
    padding: 100px 0;
}
.onlyitem-sect .title{
    text-align: center;
    display: block;
}
.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 .box{
    margin-bottom: 40px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox{
    position: relative;   
    text-align: left;
    background: none;
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 18px;
    margin: auto;
    top: -45px;
    z-index: 3;
    color: #ffffff;
    background: #D2A36C;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border-radius: 100%;
    transform: translate(0, 50px);
    opacity: 0;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.onlyitem-sect .album-list .item .namebox .name{
    text-align: left;
    margin: 20px 5px;
    padding: 0 60px 0 0;
}
/*/al_少量排版*/
/*----------- /album --------------*/
/*----------- 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.webp) top center no-repeat,
    url(../../../images/layout06/common/index/contact_bg.webp) 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;
}
.masonry-list .item:nth-child(n){
    clear: none !important;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1680px){
    .about-sect .col.pic {
        max-width: 1000px;     
    }
    .about-sect .col.txt {
        width: calc(100% - 1000px);
        padding-left: 65px;
    }
}
@media screen and (max-width: 1440px){
    .about-sect .col.pic {
        max-width: 800px;     
    }
    .about-sect .col.txt {
        width: calc(100% - 800px);
        padding-left: 50px;
    }
    .products-list.type2 {
        margin: 0 -15px;
    }
    .products-list.type2 .item {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect>.container{
        padding: 0 15px;
        margin: 0 auto;
        max-width: 1330px;
    }
}
@media screen and (max-width: 1280px){
    .title {
        margin: 0 0 40px;
    }
    .title span {
        font-size: 16px;
    }
    .title h2 {
        font-size: 28px;
    }
    .about-sect .col.pic {
        max-width: unset;  
        width: 60%;   
    }
    .about-sect .col.txt {
        width: 40%;
    }
    .about-sect .index_more {
        justify-content: flex-start;
        margin: 40px 0 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: 3;
        height: 90px;
    }
    .service-sect {
        padding: 80px 0 40px;
    }
    .products-sect {
        padding: 80px 0 40px;
    }
    .news-sect {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .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;
    }
    /*/p_少量排版*/
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 20px 5px 0 30px;
        width: 100%;
    }
    .news-list.onlyitem-list.type4 .item .txt::before {
        top: -20px;
        left: 10px;
        width: 3px;
        height: calc(100% + 20px);
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    .title{
        margin: 0 0 30px;
    }
    .index_more a {
        height: 45px;
        line-height: 45px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect {
        padding: 45px 0 50px;
        background-attachment: unset;
        background-size: contain;
    }
    .about-sect .container {
        padding: 0;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic {
        margin: -22.5px 0 0;
    }
    .about-sect .col.txt{
        padding: 0 0 0;
        margin: 0 0 0;
    }
    .about-sect .txt-box .index-about-editor .editor{
        -webkit-line-clamp: unset;
        height: unset;
    }
    .about-sect .index_more {
        justify-content: center;
        margin: 30px 0 0;
    }
    .service-sect {
        padding: 45px 0 15px;
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0;
    }
    .products-sect{
        padding: 80px 0 45px;
        background-attachment: unset;
    }
    .products-sect::before {
        height: 200px;
        background-attachment: unset;
        z-index: -2;
    }
    .products-sect::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 200px;
        background: rgba(63, 46, 39, 0.3);
        z-index: -1;
        visibility: visible;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box.new:before {
        top: 15px;
        left: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
    .products-list.type2 .name {
        font-size: 16px;
        line-height: 22px;
        max-height: 22px;
        -webkit-line-clamp: 1;
        margin: 0 0 5px;
    }
    .products-list.for-cart.type2 .offers {
        margin-bottom: 0;
    }
    .products-list .box .more {
        font-size: 14px;
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .products-sect .index_more {
        margin: -10px 0 0;
    }
    .news-sect{
        padding: 50px 0 10px;
    }
    .news-list.type4 {
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
    }
    .news-list.type4 .txt {
        padding: 0 5px 20px 30px;
    }
    .news-list.type4 .item:nth-of-type(2n) .txt {
        padding: 20px 5px 0 30px;
    }
    .news-list.type4 .txt::before {
        left: 10px;
    }
    .news-list.type4 .item .box:hover {
        top: 0;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-list .item .namebox .name{
        margin: 10px 0;
        padding: 0 10px;
        font-size: 16px;
        height: 22px;
        line-height: 22px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .service-sect {
        padding: 45px 0 35px;
    }
}