/*------------ banner ------------*/
.banner {
    position: relative;
}
.slick-arrow {
    position: absolute;
    width: 60px;
    height: 75px;
    display: block;
    border: 0;
    top: 50%;
    margin: -37px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}
.slick-prev {
    left: 90px;
}
.slick-next {
    left: auto;
    right: 90px;
    background-position: 0 100%;
}
/*------------ title ------------*/
/*------------ more ------------*/
.more a,
.about-more {
    position: relative;
    display: block;
    margin: 40px auto;
    width: 188px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-radius: 100px;
    background: #FFEBC3;
    border-bottom: 4px solid #FFCE71;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}
.more i {
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 3px 0;
    background: url('../../images/common/ic_leaf.png');
    display: none;
}
.ic-plus:before {
    display: none;
}
.more a:hover,
.about-more:hover {
    color: #fff;
    background: #FFCE71;
    border-color: #C8A229;
    transition: all .2s;
}
/*------------ news ------------*/
.news-sect {
    background: url('../../images/common/index/news_bg.jpg')center center no-repeat;
    background-size: cover;
    padding: 0px 0 20px;
}
.news-list {
    margin: -85px -5px 0;
}
.news-list li {
    width: 25%;
}
.news-list li:nth-child(4n+1) {
    clear: left;
}
.news-list li .box {
    position: relative;
    transition: all .2s;
    background: #F2F2F2;
    border: 5px solid #FFFFFF;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 5% 5%;
    top: 0;
}
.news-list .box .pic {
    overflow: hidden;
}
.news-list .box .pic img {
    transition: all ease 0.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.1);
}
.news-list li .box:hover {
    top: -15px;
}
.news-list li .cover2 {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list li:nth-child(1) .box {
    background: #EA6755;
}
.news-list li:nth-child(2) .box {
    background: #E7C42B;
}
.news-list li:nth-child(3) .box {
    background: #88B61D;
}
.news-list li:nth-child(4) .box {
    background: #F39801;
}
.news-list .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    transition: all .2s;
}
.news-list .cover:before {}
.news-list .box:hover .cover,
.news-list .box:hover .cover:before {
    opacity: 1;
    transition: all .2s;
}
.news-list .box:hover .cover:before {
    top: 50%;
}
.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    max-width: 304px;
    margin: 0 auto;
}
.news-list li .pic:before {
    content: "";
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    display: block;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, .4);
}
.news-list li .date,
.news-date {
    position: relative;
    text-align: center;
    display: block;
    line-height: 1;
    margin: 0 -25px 0px;
}
.news-list li .date:after,
.news-date:after {
    left: auto;
    right: 0;
}
.news-list li .date b,
.news-date b {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 20px;
    display: block;
    position: relative;
    margin: 20px auto 30px;
    line-height: 44px;
    transition: all .2s;
    background: url('../../images/common/news/date.png')no-repeat;
    width: 164px;
    height: 32px;
}
.news-list li .date i,
.news-date i {
    font-size: 65px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    transition: all .2s;
    display: none;
}
.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    line-height: 20px;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    margin: 0 15px 20px;
    font-size: 15px;
}
.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    color: #fff;
    height: auto;
    text-align: center;
    font-size: 19px;
    font-weight: lighter;
    margin: 5px 10px 15px;
}
/*------------ ad ------------*/
.ad-sect .col {
    width: 50%;
    float: left;
}
.ad-sect .col img {
    width: 100%;
}
.ad-sect .col a {
    transition: all .2s;
}
.ad-sect .col a:hover {
    opacity: .5;
    transition: all .2s;
}
.ad-sect {
    margin: 30px 0;
}
.ad-sect.has-html {
    margin: 50px 0px;
}
/*------------ products ------------*/
.products-sect {
    margin: -150px 0 0px;
    background: url('../../images/common/index/products_bg.jpg')center center no-repeat;
    padding: 200px 0 150px;
    background-size: cover;
}
.products-sect .container {
    background: #fff;
    border-radius: 100px;
    padding: 50px 80px 50px;
    box-shadow: 5px 5px 20px 5px rgb(0 0 0 / 10%);
    max-width: 1600px;
}
.products-sect .title {
    font-size: 35px;
    color: #3B0000;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    line-height: 1;
    padding-bottom: 30px;
    display: block;
    margin: auto;
    position: relative;
    width: auto;
}
.products-sect .title span {
    position: relative;
    display: block;
}
.products-sect .title span:before,
.products-sect .title span:after {
    content: '';
    background: url('../../images/common/index/border.png') 50% 50%;
    width: calc(50% - 206px);
    height: 8px;
    position: absolute;
    display: block;
    top: 38px;
    left: 0;
}
.products-sect .title span:after {
    right: 0;
    left: auto;
    width: calc(50% - 111px);
}
.products-sect .title p {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #C6ABA3;
    font-weight: 400;
}
.products-sect .title i {
    width: 71px;
    height: 47px;
    position: absolute;
    left: calc(50% - 168px);
    top: 13px;
    display: block;
    background: url('../../images/common/index/products_ti.png')center center no-repeat;
}
.product-list {
    margin: 0;
}
.product-list li {
    width: 25%;
    padding: 0 20px 45px;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list>li>a {
    margin: 50px auto 0;
    max-width: 330px;
    box-sizing: border-box;
}
.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    z-index: 1;
}
.product-list li.has-top .cover {
    position: absolute;
    display: block;
    top: -20px;
    right: -20px;
    z-index: 15;
    width: 70px;
    height: 68px;
    background: url('../../images/common/products/ic.png');
}
.product-list a:hover .pic {
    opacity: .5;
    transition: all .2s;
}
.product-list .text {
    margin: 15px auto 10px;
    padding: 0 5px;
    line-height: 1.2;
}
.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2E1D13;
    font-size: 18px;
    font-weight: 400;
    height: 20px;
    margin: 5px 0;
}
.product-list .description {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list .box:hover .name {
    color: #BA8718;
}
.product-list .box:hover .description {
    color: #20202F;
}
.products-sect .more {
    margin: -50px 0 0 0;
}
.product-list .shopping_way.hot {
    margin-bottom: 10px;
}
.product-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/ic.png') no-repeat;
    width: 44px;
    height: 33px;
    position: absolute;
    z-index: 15;
    left: 15px;
    top: -10px;
    background-size: contain;
}
.product-list .pic-box .btn.wish {
    content: '';
    background: url('../../images/common/products/wish_tag.png')no-repeat;
    width: 59px;
    height: 53px;
    position: absolute;
    z-index: 20;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
}
.product-list .pic-box .btn.wish:hover {
    background: url('../../images/common/products/wish_tag2.png')no-repeat;
    transition: all .2s;
}
.product-list .pic-box {
    position: relative;
}
.product-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-list .box .pic img {
    transition: all ease 0.6s;
}
.product-list .box:hover .pic img {
    transform: scale(1.1);
}
.product-list .pic img {
    width: 100%;
}
/*------------ about ------------*/
.about-sect {
    background: url('../../images/common/index/about_bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0px 0;
    margin: 0 0 40px;
}
.about-sect .title {
    font-size: 35px;
    color: #3B0000;
    font-weight: bold;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    line-height: 1;
    padding-bottom: 30px;
    display: block;
    margin: auto;
    position: relative;
    width: auto;
}
.about-sect .title p {
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #C6ABA3;
    font-weight: 400;
}
.about-sect article.editor {
    max-width: 1000px;
    position: relative;
    color: #545454;
    margin: auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 100px;
    margin: auto;
    letter-spacing: 1.5px;
    -webkit-box-orient: vertical;
    margin: 0 auto 50px;
    white-space: normal;
    max-width: 700px;
}
.about-sect article.editor h3 {
    color: #A57666;
    font-size: 20px;
    margin: 0 auto 10px;
    letter-spacing: 2px;
    font-family: 'Noto Serif TC', serif;
}
.about-more {}
.about-sect .about-pic-1 {
    position: absolute;
    left: -304px;
    left: -737px;
    top: 142px;
    z-index: 1;
    transition: all 1.5s ease;
}
.about-sect.loaded .about-pic-1 {
    left: 0;
}
.about-sect .about-pic-2 {
    position: relative;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
}
.about-sect .about-pic-2-1 {
    position: absolute;
    right: calc(0% - -114px);
    bottom: 250px;
}
.about-sect .about-pic-3 {
    position: absolute;
    right: -70px;
    top: -50px;
}
.about-sect .about-pic-2-1 img {
    -webkit-animation: tada 5s .5s linear infinite;
    animation: tada 5s .5s linear infinite;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*------------ rwd ------------*/
@media screen and (max-width: 1200px) {
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .product-list li {
        padding: 0 10px 45px;
    }
}
@media screen and (max-width: 1100px) {
    .news-list {
        margin: -50px -5px 0;
    }
    .news-list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .news-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li {
        width: 50%;
    }
    .more a,
    .about-more {
        margin: 20px auto;
        font-size: 15px;
        line-height: 45px;
    }
    .products-sect .container {
        border-radius: 0px;
        padding: 40px;
    }
    .news-list li .date b,
    .news-date b {
        font-size: 16px;
        margin: 20px auto;
        background-size: 75%;
        background-position: 50% 40%;
    }
    .news-list li .box {
        padding: 0% 5% 5%;
    }
    .about-sect.loaded .about-pic-1 {
        top: -50px;
        width: 20%;
    }
    .about-sect .about-pic-3 {
        width: 20%;
        right: 10px;
    }
    .about-sect article.editor {
        height: auto;
        margin: 0 auto 0px;
        display: block;
    }
    .products-sect .title span:before {
        left: 0;
        right: auto;
        width: calc(50% - 111px);
    }
    .product-list .pic-box .btn.wish,
    .product-list .pic-box .btn.wish:hover {
        background-size: contain;
        width: 20%;
        background-position: right bottom;
    }
    .product-list .box.new .pic-box:before {
        background-size: contain;
        width: 20%;
        background-position: left bottom;
    }
    .about-sect article.editor h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding: 0;
    }
    .more {
        font-size: 14px;
        padding: 0;
    }
    .products-sect .title {
        font-size: 25px;
        margin: -20px 0 20px;
        line-height: 1;
    }
    .products-sect .title span {
        display: block;
        top: 40px;
    }
    .product-list .name {
        font-size: 16px;
        height: auto;
        padding: 1px 0;
    }
    .product-list .description {
        font-size: 14px;
        height: 40px;
        padding-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .product-list .text {
        margin: 15px auto 5px;
    }
    .product-list li {
        padding: 0 5px 10px;
        margin-bottom: 20px;
    }
    .product-list>li>a {
        margin: 10px auto 0;
    }
    .products-sect {
        margin: 0px;
        padding: 50px 20px 80px;
    }
    .products-sect .title i {
        top: -73px;
        left: calc(50% - 32px);
    }
    .about-sect .about-pic-2-1 {
        display: none;
    }
    .about-sect {
        padding: 40px 0;
    }
    .about-sect .title {
        font-size: 25px;
        padding-bottom: 20px;
        letter-spacing: 0.1em;
    }
    .products-sect .title p,
    .about-sect .title p {
        font-size: 14px;
    }
    .ad-sect {
        margin: 10px 0 0;
    }
    .ad-sect.has-html {
        margin: 10px 0 30px;
    }
    .news-list li .name {
        font-size: 16px;
        margin: 2px 0;
    }
    .news-list li .description {
        margin: 0 0px 10px;
        font-size: 14px;
    }
    .products-sect .more {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .slick-arrow {
        transform: scale(0.5);
    }
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    .news-list {
        margin: 0;
    }
}