    .banner {
    margin-bottom: 30px;
}

.sect4 {
    padding: 20px 0 20px;
    position: relative;
}

.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 59px;
    height: 59px;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
}

.no-svg .banner .slick-prev,
.no-svg .banner .slick-next {
    background-image: url('../../images/common/index/banner_arrow.png')
}

.banner .slick-prev {
    background-position: 0 0;
    left: 2%;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 2%;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.svg');
    width: 82px;
    height: 82px;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
}

.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.png');
}

.site-main {
    /* background: url('../../images/common/index/main_bg.png') 50% 100% no-repeat; */
}

.sect1 {
    position: relative;
    padding: 70px 0;
}

.sect1 .container {
    position: relative;
    display: flex;
    align-items: center;
}

.sect1 .container:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_pic.jpg) no-repeat 50% 50%;
    background-size: auto auto;
    /* position: absolute; */
    /* left: 12px; */
    /* top: -95px; */
    /* top: 0; */
    width: 100%;
    height: 900px;
    /* background-size: 100% auto; */
}

.about-sect {
    float: right;
    position: relative;
    border-width: 1px 1px 0;
    padding: 30px 40px 15px;
    width: 650px;
    margin-top: 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
}

.about-slogan {
    color: #cda991;
    line-height: 1.4;
    white-space: nowrap;
    font-family: 'Cantata One', serif;
}

.about-slogan.s1 {
    font-size: 76px;
    position: absolute;
    top: -132px;
    left: 41px;
    letter-spacing: 0.1em;
    color: #cda991;
}

.about-slogan.s2 {
    font-size: 28px;
    position: absolute;
    top: -35px;
    left: 37px;
    letter-spacing: 0.6em;
    color: #a57faf;
    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.txt-box {
    letter-spacing: 2px;
    line-height: 27px;
}

.about-pic {
    display: none;
}

.about-sect .sect-title {
    color: #a57faf;
    font-size: 27px;
    margin-bottom: 12px;
    position: relative;
    display: none;
}

.about-sect .editor {
    min-height: 150px;
}

.about-sect .btn-box {
    text-align: right;
    padding-top: 15px;
}

.about-sect .btn.more {
    color: #989898;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Cantata One', sans-serif;
    position: relative;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-sect .btn.more:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #1a1a1a;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about-sect .btn.more:hover:before {
    width: 100%;
    left: 0;
    right: inherit;
}

.about-sect .btn.more:hover {
    color: #1a1a1a;
}

.about-sect .btn.more .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 2px 8px;
}

.about-deco {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none;
}

.sect2 {
    background: #f5e7de;
    position: relative;
    padding: 20px 0;
}

.news-sect {
    padding: 30px 0 10px;
}

.news-sect .sect-title {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    color: #cda991;
    letter-spacing: 0.3em;
    font-size: 27px;
    text-indent: inherit;
    text-align: center;
    display: block;
    line-height: 1.4;
    background: url(../../images/common/index/products_icon.png) no-repeat 50% 14px;
    padding-top: 49px;
}

.news-sect .sect-title:before {
    content: 'NEWS';
    font-family: 'Cantata One', serif;
    color: #cda991;
    font-size: 45px;
    position: relative;
    margin: 0 auto -7px;
    display: block;
}

.news-sect .ibtn.more {
    width: 120px;
    height: 60px;
    position: relative;
    display: block;
    margin: 5px auto 30px;
}

.no-svg .news-sect .ibtn.more {
    background-image: url('../../images/common/index/news_more.png');
}

.news-list {
    margin: 0 -15px;
}

.news-list .item {
    width: 25%;
    padding: 0 15px;
}

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    /* max-width: 320px;*/
    margin: 5px auto 45px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list .box:hover {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .pic {
    display: block;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
}

.news-list .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list .pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.news-list .txt {
    padding: 0 20px 18px;
}

.news-list .date {
    display: block;
    width: 161px;
    line-height: 31px;
    text-align: center;
    color: #a57faf;
    border: solid 1px #a57faf;
    font-family: 'Cantata One', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 auto 5px;
    position: relative;
    top: -14px;
    background: #fff;
}

.news-list .name {
    color: #000;
    font-family: 'Cantata One', '微軟正黑體', Times, Georgia, serif;
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 52px;
    margin-bottom: 13px;
}

.news-list .description {
    color: #989898;
    font-size: 13px;
    line-height: 1.5;
    max-height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}

.news-list .box:hover .name {
    color: #cda991;
}

.sect3 {
    padding: 60px 0 60px;
    background: #fff;
    position: relative;
}

.sect3 .container {
    max-width: 1920px;
    padding: 0 30px;
}

.sect5 {
    position: relative;
}

.ad-link {
    padding: 0;
    display: block;
    position: relative;
}

.products-sect .sect-title {
    font-weight: normal;
    color: #111;
    letter-spacing: 0.3em;
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    background: url(../../images/common/index/products_icon.png) no-repeat 50% 0;
    padding-top: 25px;
}

.products-sect .sect-title:before {
    content: 'PRODUCTS';
    font-family: 'Cantata One', serif;
    color: #cda991;
    font-size: 45px;
    position: relative;
    margin: 0 auto -19px;
    display: block;
    letter-spacing: 0.15em;
}

.products-list-box {
    padding: 20px 30px 60px;
    padding: 0;
}

.products-list {
    margin: 0 auto;
    max-width: 1470px;
}

.products-list .item {
    width: 25%;
    padding: 0 18px;
}

.products-list .box {
    max-width: 320px;
    margin: 0 auto 50px;
    position: relative;
}

.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 57px;
    height: 57px;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 0px;
}

.products-list .box .pic-box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.products-list .box:hover .pic-box:after {
    opacity: 1;
    z-index: 2;
}

.products-list .btn.wish {
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    font-size: 13px;
    float: right;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: solid 1px #8a8a8a;
    padding: 3px 12px;
    border-radius: 30px;
    line-height: 1.5;
}

.products-list .btn.wish:hover {
    color:#cda991;
    border-color: #cda991;
}

.products-list .btn.wish i:before {
    content: '';
    background: url(../../images/common/like.svg) no-repeat 50% 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    position: relative;
    display: block;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 3px;
    background-size: 100% auto;
}

.products-list .btn.wish:hover i:before {
    opacity: 0.6;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.products-list .pic:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 6;
    font-family: 'Cantata One', sans-serif;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #cda991;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.1em;
    left: 0;
    right: 0;
    top: 0;
    bottom: -40px;
    margin: auto;
    line-height: 1.5;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.11, .63, .7, .36);
    border: solid 1px #ffff;
    transition: all .4s cubic-bezier(.11, .63, .7, .36);
}

.products-list .box:hover .pic:before {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
    bottom: 0;
}

.products-list .pic:after {
    content: '';
    position: absolute;
    z-index: 4;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    height: 100%;
    background: rgba(205, 169, 145, 0.7);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
}

.products-list .box:hover .pic:after {
    opacity: 1;
}

.products-list .pic img {
    display: block;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.products-list .box:hover .pic img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.products-list .txt {
    padding-top: 10px;
}

.products-list .name {
    color: #303030;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto 8px;
}

.products-list .name a {
    display: inline;
}

.products-list .box:hover .name {}

.products-list .offers {
    color: #a57faf;
    font-size: 16px;
    display: inline-block;
    font-family: 'Cantata One', sans-serif;
    position: relative;
}

.products-list .box:hover .offers {}

.products-sect .btn.more {

    font-size: 17px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-family: 'Cantata One', sans-serif;
    color: #666;
    text-align: center;
    border: solid 1px #bababa;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.products-sect .btn.more:hover {
    letter-spacing: 3px;
    border-bottom-color: #000;
    color: #000;
}

.products-sect .btn.more:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.products-sect .btn.more:hover:after {
    width: 100%;
}

.products-sect .btn.more:before {
    content: '';
    width: 100%;
    height: 0;
    border: solid 1px #000;
    border-width: 0px 1px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    position: absolute;
    left: -1px;
    margin: auto;
    top: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.products-sect .btn.more:hover:before {
    height: 100%;
    bottom: 0;
    top: inherit;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}

.products-sect .btn.more .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 0 3px 8px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.products-sect .btn.more:hover .ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.ad-sect {
    padding-bottom: 58px;
}

.ad-sect .sect-title {
    display: block;
    width: 221px;
    margin: 0 auto 50px;
}

@media screen and (max-width: 1500px) {
    .sect1,
    .sect2 {
        margin: 0;
    }
    .sect2 {}
    .sect3 .container {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1400px) {
    .about-slogan.s1 {
        font-size: 60px;
        top: -130px;
    }
    .about-deco {
        width: 26%;
    }
}
@media screen and (max-width: 1200px) {
    .about-slogan.s1 {
        right: 50%;
    }
    .about-sect {
        width: 45%;
    }
    .about-pic {
        width: 36%;
    }
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .products-list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        margin-bottom: 0px;
    }
    .banner .ibtn.scroll {
        opacity: 0;
        visibility: hidden;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
        visibility: hidden;
    }
    .sect1 {
        padding-top: 80px;
    }
    .about-slogan.s1,
    .about-slogan.s2 {
        position: static;
        margin: 0;
        white-space: normal;
        line-height: 1;
        color: #cda991;
        margin-left: 30px;
    }
    .about-slogan.s2 {
        margin-left: 0px;
        color: #a57faf;
        margin-left: 25px;
    }
    .about-sect {
        float: none;
        width: auto;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .sect1 .container::before {
        display: none;
    }
    .about-sect .txt-box {
        padding: 15px 20px;
        clear: both;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .about-pic {
        position: static;
        display: block;
        float: none;
        margin: 0 auto;
        float: right;
        width: 220px;
        position: absolute;
        right: -15px;
        top: -77px;
    }
    .about-deco {
        position: relative;
        width: 40%;
        margin-top: -40px;
    }
    .sect4 {
        padding: 20px 0;
    }
    .sect1 {
        background: #fff;
    }
    .about-deco {
        position: absolute;
        bottom: 0;
        left: 15px;
        display: block;
    }
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
        margin-bottom: 20px;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list {
        max-width: 800px;
    }
    .products-list .item {
        width: 50%;
        margin-bottom: 15px;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-sect {
        padding: 38px 0 10px;
    }
    .news-list .date {
        line-height: 25px;
        margin: 0 auto 8px;
    }
    .news-list .name {
        font-size: 16px;
        height: 44px;
        margin-bottom: 5px;
        line-height: 1.45;
    }
    .news-list .txt {
        padding: 0 10px 15px;
    }
    .news-list .box {
        margin-bottom: 6px;
    }
    .products-sect .sect-title {
        padding-top: 75px;
    }
    .products-sect .sect-title::before {
        margin: 0 auto;
        font-size: 35px;
        top: -10px;
    }
    .sect3 {
        padding: 20px 0;
    }
    .products-sect .sect-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sect5 {
        margin: 20px 0;
    }
    .products-list-box {
        padding: 10px 10px 40px;
    }
    .products-list .txt {
        padding-top: 0;
        margin-top: 17px;
    }
    .products-list .name {
        height: 30px;
        font-size: 16px;
    }
    .products-list .offers {}
    .products-list .box {
        margin-bottom: 10px;
    }
    .products-sect .btn.more {
        line-height: 40px;
        width: 150px;
        height: 40px;
        margin: 10px auto 0;
    }
    .products-list .btn.wish {}
}
@media screen and (max-width: 767px) {
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
    .ad-sect {
        padding-bottom: 8%;
    }
    .ad-sect .sect-title {
        width: 30%;
        margin: 0 auto 3%;
    }
    .news-sect {
        padding: 10px 0 10px;
    }
    .news-list .date {
        margin: 0 auto 2px;
    }
    .news-list .txt {
        padding: 0 0px 15px;
    }
    .news-list .description {
        margin: 0 11px 0px;
    }
    .news-list .name {
        margin: 0 11px 5px;
    }
    .news-sect .ibtn.more {
        margin-bottom: 18px;
    }
    .news-list .item {
        width: 50%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 550px) {
    .about-pic,
    .about-slogan.s2::after {
        display: none;
    }
    .about-slogan.s1 {
        font-size: 25px;
    }
    .about-slogan.s2 {
        margin-top: 10px;
    }
    .sect1 {
        padding: 20px 0;
    }
}
@media screen and (max-width: 500px) {
    .banner .ibtn.scroll {
        display: none;
    }
    .products-list .btn.wish {
        margin-left: 0px;
        padding-left: 5px;
    }
    .products-list .item {
        width: 100%;
    }
    .news-list .item {
        width: 100%;
    }
}