@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
.site-title .logo{
    color: transparent;
    background: url(../../../images/layout05/common/logo-t.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 300px;
    height: 85px;
    transition: all .3s ease;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
    background: #fdfdfd;
    border: 3px solid #f0efe9;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #B79AB4;
}
.article-list .item .date{
    color: #B79AB4;
    border-color: #B79AB4;
}
.type2 .keyword_box:before{
    background: #d89959;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #3B3B3B;
}
.article-list .item .description{
    color: #999;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #d89959;
    border-color: #d89959;
    background: none;
}
.keyword_box.detail .keyword li a{
    border:none;
    padding: 0;
}
.keyword_box.detail .keyword li a:hover{
    background: none;
    color: #B79AB4;
}
.keyword li a:hover{
    color: #B79AB4;
}
.article-box  .keyword li a:hover{
    background:  #B79AB4;
    border-color:  #B79AB4;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Palatino Linotype', sans-serif;
    font-weight: 500;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
    transition: all .3s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    opacity: 0.8;
    color: #fff;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
   }
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #d89959;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new:before{
    content: 'New';
    font-family: 'Palatino Linotype', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.8;
    color: #ffffff;
    display: block;
    text-align: center;
    background: rgb(181,211,228); /* Old browsers */
    background: -moz-linear-gradient(315deg, rgba(181,211,228,1) 10%,rgba(208,194,209,1) 40%,rgba(235,191,190,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(315deg,rgba(181,211,228,1) 10%,rgba(208,194,209,1) 40%,rgba(235,191,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 315deg, rgba(181,211,228,1) 10%,rgba(208,194,209,1) 40%,rgba(235,191,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
    width: 60px;
    height: 60px;
    border-radius: 100px;
    position: absolute;
    z-index: 10;
    top: 5%;
    left: -10px;
    pointer-events: none;
    align-items: center;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.products-list.type2 .box{
    border-radius: 8px;
    overflow: initial;
}
.products-list.type2 .pic{
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* .products-list.type2 .box:hover .pic{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
} */
.products-list .name{
    color: #17171F;  
}
.products-list .box:hover .name{
    color: #C1AEB4;
}
.products-list.type2 .name{
    transition: all .3s ease;
    padding: 0 15px;
}
.products-list.type2 .name {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #443F49;
}
.products-list.type2 .item {
    padding: 0 15px;
    margin-bottom: 100px;
}
/* .products-list.type2 .box:hover .name{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
} */
.products-list .description{
    color: #888888;
}
.products-list.type2 .description{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    -webkit-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
    margin: auto;
    padding-bottom: 10px;
    padding: 20px 15px;
    -webkit-line-clamp: 3;
}
/* .products-list.type2 .box:hover .description{
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
} */
.products-list.for-cart .offers{
    color: #D997D0;
    transition: all .3s ease;
}
/* .products-list.for-cart.type2 .box:hover .offers{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
} */
.products-list.type2 .offers{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    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;
    top: 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: #D997D0;
}
.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;
}
@media screen and (max-width: 1000px){
    .products-list.type2 .box:hover .pic{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .box:hover .name{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        position: static;
        padding: 0px 15px;
        margin: 0  0 20px;
    }
    .products-list.type2 .box:hover .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.for-cart.type2 .box:hover .offers {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}
/*!列表通用 index、products*/
.products-list.type2.onlyitem-list .box:hover .pic{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .box:hover .name{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    position: static;
    padding: 0px 15px;
    margin: 0  0 20px;
}
.products-list.type2.onlyitem-list .box:hover .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
/*列表通用 index、album*/
.album-list:not(.masonry-list) .pic{
    border-radius: 50%;
    overflow: hidden;
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
    padding: 6px;
    overflow: hidden;
}
.album-list:not(.masonry-list) .pic *,.album-list:not(.masonry-list) .pic:before,.album-list:not(.masonry-list) .pic:after{
    border-radius: 50%;
    overflow: hidden;
}
.album-list.type1 .item .box .more:after{
    background: #B79AB4;
    color: #fff;
}
.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.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!列表通用 index、album*/
.album-list .pic:before,
.album-list .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-radius: 50%;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.9);
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:before{
    opacity: 1;
}
/*列表通用 index、news*/
.news-sect .container {
    display: flex;
    background: #ffffff;
}
/* .news-sect .container:before {
    content: '';
    position: absolute;
    width: 1300px;
    height: 632px;
    top: 0;
    bottom: 0;
    background: #ffffff; 
} */
.news-list .date{
    color: #B79AB4;
}
.news-list.type4 .date{
    font-family: 'Crimson Text', sans-serif;
    padding: 0px;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.8;
    color: #ffffff;
    background: #A5A0A7;
    padding: 10px 10px;
    width: 80px;
    height: 80px;
    border-radius: 0px;
    font-size: 30px;
    box-sizing: border-box;
}
.news-list.type4 .box:hover .date,.news-list.type4 .box:hover .date{
    color: #fff;
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(315deg,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
}
.news-list.type4 .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list .name{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #333333;
}
.news-list .box:hover .name{
    text-decoration: underline;
}
.news-list .description{
    color: #868686;
}
.news-list.type1 .name,
.news-list.type1 .description {
    width: 80%;
}
.news-list.type1 .txt {
    /* width: calc(100% - 350px); */
    /* box-sizing: border-box; */
    width: 100%;
    padding: 0;
    padding: 25px 0px;
    /* border-bottom: solid 1px rgba(189, 190, 193, 0.3); */
}
.news-list.type1 .date{
    font-family: 'Crimson Text', sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.8;
    color: #ffffff;
    background: #A5A0A7;
    padding: 15px 15px;
    width: 80px;
    height: 80px;
    font-size: 30px;
    box-sizing: border-box;
}
.news-list.type1 .date .years:before {
    content: '.';
    display: none;
}
.news-list.type1 .date .month:before {
    content: '.';
}
.news-list.type1 .date {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center;     /* 允許換行 */
}
.news-list.type1 .day {
    order: 1;             /* 22 在第一排 */
    width: 100%;          /* 讓它獨占一行 */
    text-align: center;   /* 視需求，置中可調整 */
}
.news-list.type1 .years {
    order: 2;             /* 年在第二排最前 */
}
.news-list.type1 .month {
    order: 3;             /* 月在年後 */
}
/* .news-list.type4 .date{
    background: #F3F3F6 ;
    color: #333; 
}
.news-list.type1 .date .month, .news-list.type1 .date .years{
    font-size: 13px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;;
} */
.news-list.type1 .box:hover .date,.news-list.type4 .box:hover .date{
    color: #fff;
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(315deg,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 315deg, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
}
.news-list.type1 .box {
    left: 70px;
}
.news-list.type1 .box::before {
    content: '.';
    color: #aaa;
    height: 130px;
    width: 80%; 
    line-height: 79px;
    display: block;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    border-bottom: solid 1px rgba(189, 190, 193, 0.3);
   /* margin-right: 200px; */
}
.news-list.type1 .date .day {
    display: block;
    width: 100%;
    line-height: 0.8;
    font-size: 35px;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0.03em;
    font-weight: 400;
}
.news-list.type1 .item .txt_in {
    padding: 0px 15px;
    overflow: hidden;
    width: 80%;
}
.news-list.type1 .item{
    border: none;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list.type1 .more-box {
    display: none;
}
.news-list .btn.more,.news-list .box:hover .btn.more{
    background: #FFF;
    color: #B79AB4;
    border: 1px solid #F5E7E8;
    border-radius: 0px;
    font-family: 'Palatino Linotype';
    font-weight: 400;
}
.news-list .box:hover .btn.more{
    transition: all .5s ease;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background-image: linear-gradient(315deg,
        rgba(230,169,168,1) 0%,
        rgba(198,182,199,1) 50%,
        rgba(164,189,206,1) 100%);
    text-align: center;
    border-radius: 0px;
}
/*type2*/

.news-list.type2 .item {
    padding: 0 15px 25px;
}
.news-list.type2 .date{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #DACADA;
}
.news-list.type2 .date .month:before {
    content: '-';
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-top: 5px;
}

/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    text-align: center;
}
.banner, .banner_m {
    position: relative;
    overflow: initial;
}
.banner .slider,
.banner_m .slider{
    max-width: 1300px;
    margin:auto;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-prev,
.banner_m .slick-prev,
.banner .slick-next,
.banner_m .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    border-radius: 5px;
    width: 28px;
    height: 55px;
    margin-top: -30px;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    background: #C1AEB4;
    transition: all 0.3s ease;
}
.banner .slick-prev::before,
.banner_m .slick-prev::before,
.banner .slick-next::before,
.banner_m .slick-next::before {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 20px;
    transform: rotate(225deg);
    /* content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background: url('../../../images/layout05/common/index/banner_arrow.png') center no-repeat;
    background-size: contain; */
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(45deg);
    right: 10px;
}
.banner .slick-prev,
.banner_m .slick-prev {
    left: -3.5%;
}
.banner .slick-next,
.banner_m .slick-next {
    right: -3.5%;
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover,
.banner .slick-next:hover,
.banner_m .slick-next:hover {
    background: #D997D0;
}
.banner .banner-slider-dots,
.banner_m .banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
    height: auto;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    width: 20px;
    line-height: 25px;
}
.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: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D997D0;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -6px;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #C1AEB4;
}
.banner_m{
    display: none;
}
.banner:before {
    content: "";
    position: absolute; /* 建議用絕對定位 */
    top: -255px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    background-size: cover;
    background: rgb(238,201,200); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(238,201,200,1) 0%,rgba(213,201,214,1) 13%,rgba(199,214,224,1) 27%,rgba(213,201,214,1) 45%,rgba(240,206,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
}
/*------------ title ------------*/
.title h2{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: 0;
}
.title span{
    font-family: 'Palatino Linotype', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.2;
    color: #DACADA;
    margin: 0 0 10px 0;
}
.service-sect .title h2,
.service-sect .title span{
    display: none;
}
/*------------ more ------------*/
.index_more{
    cursor: pointer;
    border-radius: 0px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    margin: 2em 0;
    max-width: 200px;
    font-family: 'Palatino Linotype';
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    transition: all .3s ease;
    z-index: 5;
}
.index_more:before{
    border: #ECE3EA 1px solid;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: block;
    position: absolute;
    margin: -4px -15px 0px;
    content: '';
}
.index_more:hover{

}
.index_more a{
    font-size: 0;
    display: block;
    color: #D9CAD9;
    height: 100%;
    padding: 0px 0;
    position: relative;
    text-align: left;
}
.index_more a span:hover {
    letter-spacing:0.25em;
    transition: all .3s ease;
}
.index_more a span{
    font-size: 24px;
    letter-spacing: 0.075em;
    display: inline-block;
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-list.type2{
    margin: 0;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner ,.banner_m,.articles-sect{
    position: relative;
    z-index: 0;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .txt-box{
    padding: 40px 15px;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 130px;
    background: #FFF7DF;
    position: relative;
}
.articles-sect:after{
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    bottom: -5px;
    z-index: 2;
    position: absolute;
    background: url(../../../images/layout05/common/newsomething/wave.png)repeat-x;
}
.articles-sect .title{
    background: url(../../../images/layout05/common/index/article_title.png) top center no-repeat;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 66px;
}
.articles-sect .index_more{
    margin:20px auto 20px;
}
/*------------ news ------------*/
.news-sect{
    padding:270px 0 0px;
    background: #ffffff;
    position: relative;
    background: url(../../../images/layout05/common//index/news_bg.jpg) center top no-repeat;
}
.news-sect .news-list{
    padding: 50px 0px 55px 0;
    position: relative;
    max-width: 1130px;
    margin: auto;
    width: 75%;
}
.news-sect .news-list:before{
    content: '';
    position: absolute;
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow:2px 2px 38px rgba(220,148,89,0.17);
    display: none;
}
.news-list.type3 .item {
    border-left:solid  #D2CDD6 1px;
}
.news-list.type3:before{
    background: #fff7df;
}
.news-sect .title{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 50px;
    margin-bottom: 30px;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding: 65px 20px 65px 65px;
    z-index: 2;
    width: 25%;
}
.news-sect .title h2{

}
.news-sect .title h2::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../../..//images/layout05/common/index/col2icon.png) no-repeat;
    width: 89px;
    height: 51px;
    z-index: -2;
    left: 67px;
    top: 60px;
}
.news-sect .index_more{
    position: absolute;
    bottom: 225px;
    left: 220px;
    margin: 0;
    text-align: right;
    width: unset;
}
.news-sect .index_more:hover{
    transition: all .3s ease;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 100%
}
.news-list.onlyitem-list{
    margin: auto;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.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% - 350px);
    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: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 30px 0 90px;
    /* background: url(../../../images/layout05/common/index/sect2_bg02.jpg) center bottom no-repeat; */
}
.products-sect .index_more{
    display: none;  
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 65px;
}
.products-sect .title{
    display: flex;
    flex-direction: column-reverse;
    line-height: 50px;
    margin-bottom: 30px;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 300px;
}
.products-slider-control{
    position: absolute;
    right: 50px;
    top: 13%;
}
.products-sect .slick-prev,
.products-sect .slick-next{
    position: relative;
    line-height: 28px;
    float: left;
    margin: 0 5px;
    border-radius: 100%;
    border-radius: 5px;
    width: 28px;
    height: 55px;
    margin-top: -30px;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    background: #C1AEB4;
    transition: all 0.3s ease;
    /* display: none !important; */
}
.products-sect .slick-prev::before,
.products-sect .slick-next::before {
    content: "";
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 20px;
    transform: rotate(225deg);
}
.products-sect .slick-prev{
    margin-left: -26px;
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic{
    font-size: 0;
}
.products-sect .slick-next::before {
    transform: rotate(45deg);
    right: 10px;
}
.products-sect .slick-prev:hover, 
.products-sect .slick-next:hover {
    background: #D997D0;
}
.products-sect .title h2,
.album-sect .title h2 {
    position: relative;
    padding: 18px 0;
}
.products-sect .title h2:before,
.album-sect .title h2:before{
    content: '';
    width: 45px;
    height: 1px;
    background: #AAAAAA;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.album-sect .title h2:before {

}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    margin-bottom: 15px;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .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;
}
/*!少量排版*/
/*------------ service ------------*/
/* .service-sect{
    background: url(../../../images/layout05/common/index/service_bg.jpg) center bottom no-repeat #fff;
    padding: 0px 0 50px;
    margin: 0 auto;
    position: relative;
}
.service-sect .title{
    margin:65px auto 30px;
    position: relative;
}
.service-sect:before{
    content: '/我們堅持使用最新鮮的食材/';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1330px;
    margin: auto;
    height: auto;
    font-size: 18px;
    color: #883C16;
    letter-spacing: 1.5em;
    top: -67px;
    left: 0;
    right: 0;
    text-align: left;
}
.service-sect .container:before{
    content:'';
    display: block;
    background: url(../../../images/layout05/common/index/service_deco.jpg);
    width: 50%;
    padding-bottom: 40%;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 8;
}
.service-sect .title:after{
    content: '';
    width: 5%;
    height: 3px;
    background: #374162;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.service-sect .editor{
    color: #000;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
}
.service-box{
    float: left;
    position: relative;
    padding: 0px 10px 15px;
    width: 450px;
    text-align: left;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more:hover{
    background: #FFF7DF;
} */

.t-1{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3em;
    line-height: 1.7;
    position: relative;
    color: #ffffff;
    margin: 0;
}
.service-sect .index_more{
    display: none;
}
@media screen and (max-width: 1280px){
    .t-1 {
        font-size: 20px;
    }
    .t-1:before {
        font-size: 30px;
        left: calc(35% - 1.5px);
        bottom: calc(30% - 1.5px);
    }
    .news-sect .index_more {
        left: 155px;
    }
}
/*------------ album ------------*/
.album-sect{
    padding: 30px 0 100px;
    position: relative;
}
.album-sect .container{
    z-index: 3;
}
.album-sect:before{
}
.album-sect:after{
}
.album-sect .title{
    display: flex;
    flex-direction: column-reverse;
    line-height: 50px;
    margin-bottom: 30px;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 60px;
}
.album-sect .title:before,.album-sect .title:after{
    content: '';
    /*width: 43%;*/
    height: 9px;
    background: url(../../../images/layout05/common/newsomething/footer_line.png);
    display: inline-block;
    position: absolute;
    top: 37px;
    margin-left: 10px; 
    display: none;
}
.album-sect .title:before{
    left: 0px;
    right: calc(50% + 83px);
}
.album-sect .title:after{
    right: 0px;
    left: calc(50% + 83px);
}
.album-sect .index_more{
    display: none;
}
.album-list .item .box .more{
    display: none;
}
.album-sect .album-list:not(.masonry-list){
    padding: 0 7%;
}
.album-sect .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -19px;
    padding: 0;
    border-radius: 100%;
    font-size: 0;
    border: none;
    line-height: 44px;
    z-index: 40;
    cursor: pointer;

    border-radius: 5px;
    width: 28px;
    height: 55px;
    margin-top: -30px;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    background: #C1AEB4;
    transition: all 0.3s ease;
}
.album-sect .slick-arrow::before {
    content: "";
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 20px;
    transform: rotate(225deg);
}
.album-sect .slick-prev{
    left: 0;
    padding-right: 5px;
}
.album-sect .slick-next{
    right: 0;
    padding-left: 5px;
}
.album-sect .slick-next:before {
    transform: rotate(45deg);
    right: 10px;
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover  {
    background: #D997D0;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
.album-list.type1 .item .name {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.5;
    position: relative;
    color: #333333;
    margin: 15px 0 0 0;
    }
/*瀑布流*/
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.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{
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background:#FCF8F5;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.contact-title{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 0 auto 0px;
    text-align: center;
}
.reminder{
    background: #fcf8f5;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    box-sizing: border-box;
    max-width: 1120px;
    padding-top: 15px;
    border:none;
}
.reminder:before{
    display: none;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 76px;
}
.contact-title h2{
    font-size: 23px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    /*display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;*/
    display: block;
    background: url(../../../images/layout05/common/index/contact_title.png);
    width: 156px;
    height: 66px;
    font-size: 0;
    margin: 0 auto 7px;
}
.reminder{
    text-align: center;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect:after {
        bottom: 60px;
    }
    .products-sect {
        position: relative;
        padding: 0px 0 80px;
    }
    .news-sect {
        padding: 150px 0 0px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev {
        left: 2%;
    }
    .banner .slick-next,
    .banner_m .slick-next {
        right: 2%;
    }
}
@media screen and (max-width: 1300px){
    .service-sect:before {
        letter-spacing: 1em;
    }
}
@media screen and (max-width: 1280px){
    .site-title .logo{
        width: 250px;
    }
}
@media screen and (max-width: 1200px){
    .news-sect .title {
        padding: 65px 0px 65px 30px;
    }
    /*產品介紹 少量排版*/
    .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 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .products-sect {
        padding: 80px 0 40px 0;
    }
    .site-title .logo {
        width: 220px;
        height: 62px;
    }
    .products-sect .title h2:before, .album-sect .title h2:before {
    }
    /*少量排版*/
    .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%;
    }
    .news-sect .title {
        padding: 65px 0px 65px 30px;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .title h2{
        font-size: 30px;
    }
    .products-sect .title{
        margin-bottom: 0px;
        padding-top: 0px;
    }
    .about-sect{
        padding:0;
    }
    .about-sect:after{
        display: none;
    }
    .about-sect:before {
        width: 100%;
        background: url(../../../images/layout05/common/index/about_after.png)no-repeat;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
    }
    .about-sect .title{
        width: 100%;
    }
    .about-sect .title h2{
        margin-bottom: 10px;
        font-size: 18px; 
    }
    .products-sect .slick-prev,
    .products-sect .slick-next{
        float: none;
        display: inline-block!important;
        top: auto;
        margin-top: 20px;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .products-box{
        padding: 15px 0;
    }
    .service-sect{
        padding: 0px 0px 0px;
        background-position: left bottom;
        background-size: cover;
    }
    .service-sect .container:before{
        display: none;
    }
    .service-sect:before{
        display: none;
    }
    .service-sect .title{
        position: relative;
    }
    .service-box{
        box-sizing: border-box;
        padding: 0px;
        width: 100%;
    }
    .articles-sect{
        padding: 50px 0 25px;
    }
    .articles-sect .index_more{
        margin:0px auto 20px;
    }
    .news-sect{
        padding: 100px 0 0px;
    }
    .album-sect{
        padding: 0px 0;
    }
    .article-sect .container{
        padding: 0px 0 0 0;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contact-title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .reminder{
        padding:0 15px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .album-list:not(.masonry-list){
        padding: 0 50px;
    }
    .products-slider-control{
        position: static;
        text-align: center;
    }
    .products-list.type2 .item {
        margin-bottom: 0px;
    }
    .news-sect .title h2::before {
        top: 0px;
        left: 150px;
    }
    .layout .col2 p::before {
        content: "";
        background:  no-repeat;
    }
    .news-sect .news-list {
        padding: 0px 0px 50px;
        max-width: 100%;
        margin: auto;
    }
    .news-sect .container {
        display: flex;
        flex-direction: column;
    }
    .news-sect .title {
        padding: 50px 0;
        max-width: 800px; /* 例如給一個寬度 */
        margin: 0 auto;   /* 區塊水平置中 */
        text-align: center; /* 如果裡面文字也要置中 */
    }
    .news-sect .index_more {
        position: relative;
        top: unset;
        left: 0;
        right: 0;
        margin: 36px auto 55px;
        bottom: -10px;
    }
    .news-sect .title {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news-sect .news-list {
        width: 100%;
        padding: 0 15px;
    }
    .news-sect .container:before {
        height: 700px;
    }
    .news-list.type1 .name,
    .news-list.type1 .description {
        width: 100%;
    }
    .news-list.type1 .box {
        left: 0px;
    }
    .products-sect .title h2,
    .album-sect .title h2 {
        position: relative;
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px){
    .banner:before {
        top: -90px;
    }
    .album-sect:before{
        display: none;
    }
    .products-sect {
        padding: 800px 0 40px 0;
    }
    .about-sect .index_more {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 20px auto 25px;
    }
    .index_more:before {
        margin: 0px 20px 0px;
    }
    .index_more a {
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    .site-title .logo {
        width: 150px;
        height: 42px;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list .box.new:before {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
    .news-list.type1 .date {
        padding: 15px 8px;
    }
    .service-sect .container {
        padding: 30px 0 0 0;
    }
    .products-sect {
        padding: 550px 0 40px 0;
    }
}
