@charset "utf-8";
/* ------ banner ------ */
.banner .slick-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.banner .slick-dots li {
    margin: 10px 0;
    display: flex;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #fff;
    width: 8px;
    height: 8px;
    transition: all 0.5s ease;
    border-radius: 100%;
}
.banner .slick-dots li.slick-active button {
    background: #46B183;
}
/* ------ common ------ */
.sect-title {
    position: relative;
    margin: 0 0 40px;
}
.sect-title span{
    position: relative;
    box-sizing: border-box;
    font-size: 80px;
    font-weight: normal;
    color: #46B183;
    letter-spacing: 2.5px;
    line-height: 1;
    font-family: "Tenor Sans", sans-serif;
}
.sect-title h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 30px;
    font-weight: normal;
    color: #31150B;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.sect-title::after {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgb(188, 158, 122, 0.5);
    margin: 23px 10px 0 auto;
}
/* ------ sect1-about ------ */
.sect1 {
    position: relative;
    padding: 345px 0 500px;
    background: url(../../images/common/index/p_bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.sect1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 654px;
    background: url(../../images/common/index/a_bg.png) no-repeat 50% 50%;
}
.about-sect {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
}
.about-sect .sect-title{
    display: block;
    text-align: right;
}
.about-sect .index-about-editor {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 0 120px 0 -40px;
    padding: 88px 0 0 35px;
    width: 100%;
    max-width: 432px;
}
.about-sect .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    color: #525252;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 1.85;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 162px;
}
.about-sect .more {
    position: absolute;
    display: block;
    text-align: right;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 82px;
    line-height: 82px;
    color: #31150B;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 85px 0 0;
    font-family: "Tenor Sans", sans-serif;
}
.about-sect .more .aboutButtonCircle {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    z-index: -2;
}
.about-sect .more .circleUnder {
    fill: none;
    stroke: rgb(204, 204, 204, 0.5);
    stroke-width: 1px;
    stroke-dasharray: 433px;
    stroke-dashoffset: 0px;
    animation: circleDownOff 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more .circleOver {
    fill: none;
    stroke: rgb(187, 158, 121, 0.5);
    stroke-width: 1px;
    stroke-dasharray: 433px;
    stroke-dashoffset: 0;
    animation: circleUpOff 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more:hover .circleUnder {
    animation: circleDownOn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more:hover .circleOver {
    animation: circleUpOn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.about-sect .more::before{
    content: '';
    position: absolute;
    width: 82px;
    height: 82px;
    background: #EEF9F4;
    border-radius: 100%;
    left: 0;
    z-index: -1;
    transition-delay: 2.5s;
    opacity: 0;
    transition: all 2.5s ease;
}
.about-sect .more:hover:before{
    opacity: 1;
}
@keyframes circleUpOn {
    0% {
        stroke-dashoffset: 433;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes circleDownOn {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -433;
    }
}
@keyframes circleUpOff {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 433;
    }
}
@keyframes circleDownOff {
    0% {
        stroke-dashoffset: -433;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
/* ------ sect5-ad ------ */
.sect5 {
    position: relative;
    display: block;
    width: 100%;
    height: 25rem;
    overflow: hidden;
    padding: 0;
    margin: -400px 0 0;
}
.sect5 .container {
    max-width: 1920px;
    padding: 0;
}
/* ------ sect2-news ------ */
.sect2 {
    position: relative;
    padding: 100px 0 40px;
}
.sect2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../../images/common/index/n_bg.png) no-repeat;
    background-attachment: fixed;
}
.news-sect {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.news-sect .sect-title {
    padding: 0 65px 0 0;
    display: block;
    width: 100%;
    max-width: 265px;
    text-align: right;
    position: relative;
    margin: 0;
}
.news-sect .sect-title span i {
    font-style: unset;
    display: block;
}
.news-sect .more {
    display: none;
}
.news-sect .btn.more::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    width: 32.5px;
    height: 5px;
    background: url(../../images/common/index/arr.png) no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
    display: none;
}
.news-sect .btn.more:hover:after {
    right: 9px;
}
.news-list {
    margin: 0 -25px;
    width: calc(100% - 265px);
    padding: 0;
}
.news-list .item {
    width: calc(100% / 3);
    padding: 0 25px;
}
.news-list .item:nth-child(3n+1) {
    clear: left;
}
.news-list .box {
    max-width: 350px;
    position: relative;
    margin: 0 auto;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .item{
    margin: 0 auto 40px;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.news-list .pic img{
    width: 100%;
}
.news-list .txt {
    position: relative;
    padding: 0 20px 0 60px;
}
.news-list .date {
    position: absolute;
    left: -45px;
    top: -35px;
    width: 90px;
    height: 90px;
    color: #31160B;
    background: #F9F4EA;
    border-radius: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease;
    font-family: "Tenor Sans", sans-serif;
}
.news-list .date::before {
    content: '';
    position: absolute;
    top: calc(50% - 27.5px);
    left: calc(50% - 30px);
    width: 60px;
    height: 55px;
    background: url(../../images/common/menu_ic.svg) no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
    transform: scale(0);
    opacity: 0;
}
.news-list .box:hover .date::before {
    opacity: 0.2;
    transform: scale(1);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.news-list .box:hover .date {
    color: #31160B;
    background: #EEF9F4;
}
.news-list .date small {
    display: block;
    font-size: 18px;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    color: #31160B;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    margin: 0 0 5px;
    transition: all 0.5s ease;
}
.news-list .box:hover .name {
    color: #46B183;
}
.news-list .description {
    position: relative;
    box-sizing: border-box;
    color: #605A53;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.news-list .box .more {
    display: none;
}
.news-list .item:hover .more {
    opacity: 0.5;
}
/* ------ sect3-ad2 ------ */
.sect3 {
    position: relative;
    box-sizing: border-box;
    padding: 80px 0;
    /* margin: -80px 0 0; */
}
.sect3::before {
    content: '';
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url(../../images/common/index/n_bg.png) no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
}
/* ------ sect4-products ------ */
.sect4 {
    position: relative;
    padding: 80px 0 100px;
    margin: 0 0 -62px;
    background: url(../../images/common/index/p_bg.jpg) no-repeat 100% 100%;
    background-size: cover;
}
.products-sect .sect-title {
    display: block;
    text-align: center;
}
.products-sect .sect-title::after {
    display: none;
}
.products-sect .sect-title::before {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgb(188, 158, 122, 0.5);
    margin: 0 auto 23px;
}
.products-list {
    margin: 0 -1.7%;
    padding: 0;
}
.products-list .item {
    width: 25%;
    padding: 0 1.7% 3.4%;
    padding: 0 1.7% 20px;
}
.products-list .item:first-child {
    width: 50%;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}
.products-list .item:first-child .box {
    max-width: 693px !important;
}
.products-list .item:first-child .box img {
    width: 693px !important
}
.products-list .box.new:before {
    content: 'HOT';
    position: absolute;
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 20px;
    top: -10px;
    color: #31160B;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    background: #EEF9F4;
    font-family: "Tenor Sans", sans-serif;
    z-index: 20;
    border-radius: 100%;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list li .txt {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 5px 0 0;
    line-height: 1.5;
    width: 100%;
}
.products-list .item:first-child .txt {
    max-width: 550px;
    background: #FFFFFF;
    position: relative;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    transition: all 0.5s linear;
}
.products-list .name {
    position: relative;
    color: #31160B;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    margin: 0 35px 0 0;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    line-height: 30px;
}
.products-list .box:hover .name {
    color: #46B183;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #525252;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 22px;
    margin: 0 35px 0 0;
}
.products-list .item:first-child .name {
    height: 30px;
    margin: 0 35px 5px 0;
}
.products-list .item:first-child .description {
    margin: 0 35px 0 0;
    padding: 10px 0 0;
    height: 30px;
}
.products-list .item:first-child .description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.products-list .btn-group {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.products-list .btn-group .btn {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    color: #333;
    font-size: 15px;
    pointer-events: visible;
    transition: all 0.5s ease;
}
.products-list .btn-group .btn .ic.ic5-detail {
    display: none;
}
.products-list .btn-group .btn.detail {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.products-list .btn-group .btn.wish {
    font-size: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0 0;
}
.products-list .item:first-child .btn-group .btn.wish{
    padding: 0;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.products-list .btn-group .btn.wish i {
    color: #A3A3A3;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    transition: all 0.5s ease;
}
.products-list .btn-group .btn.wish:hover i {
    color: #46B183;
}
.products-list .box:hover .btn-group .btn.delete {
    color: #46B183;
}
.products-sect .more {
    display: none;
}
/* ------ 拆單 ------ */
.shopping_way.hot{
    text-align: left;
    margin-top: 8px;
}
.shopping_way .general{
    border: 1px solid #aaa;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #aaa;
}
.shopping_way .cold{
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}
.shopping_way .freezing{
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}
.shopping_way span+span{
    margin-left:10px;
}
.pd-intro .btn-group .btn.general {
    border :1px solid #4e4e4e;
    color: #4e4e4e;
    background:#fff;
}
.pd-intro .btn-group .btn.general:hover {
    color: #fff;
    background: #4e4e4e;
}
.pd-intro .btn-group .btn.cold {
    border: 1px solid #42b354;
    color:#42b354;
    background:#fff;
}
.pd-intro .btn-group .btn.cold:hover {
    color:#fff;
    background:#42b354;  
}
.pd-intro .btn-group .btn.freezing {
    border:1px solid #68a0da;
    color:#68a0da;
    background:#fff;
}
.pd-intro .btn-group .btn.freezing:hover {
    color:#fff;
    background:#68a0da;  
}
/* ------ /拆單 ------ */
/* ------ rwd ------ */
@media screen and (max-width: 1280px) {
    .sect-title span {
        font-size: 60px;
    }
    .sect1 {
        padding: 200px 0 500px;
    }
    .sect1::before {
        top: -40px;
        opacity: 0.5;
        background-position: 18% 50%;
    }
    .about-sect {
        max-width: 780px;
    }
    .news-sect .sect-title {
        max-width: 250px;
        padding: 0 50px 0 0;
    }
    .news-list {
        width: calc(100% - 250px);
    }
    .news-list .date {
        position: absolute;
        left: -40px;
        top: -30px;
        width: 80px;
        height: 80px;
        font-size: 25px;
    }
    .news-list .txt {
        padding: 0 20px 0 50px;
    }
    .news-list .date small {
        font-size: 15px;
    }
    .products-list .box.new:before{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .sect4 {
        padding: 80px 0 100px;
        margin: 0 0 -80px;
    }
}
@media screen and (max-width: 1000px) {
    .banner .slick-dots li {
        margin: 5px 0;
    }
    .index-pic-sect {
        padding: 0 0 0 0;
    }
    .sect-title {
        margin: 0 0 30px;
    }
    .sect-title::after {
        margin: 20px auto 0;
    }
    .sect-title span {
        font-size: 45px;
    }
    .sect-title h2{
        font-size: 23px;
    }
    .sect1 {
        padding: 100px 0 300px;
    }
    .sect1::before {
        background-position: 50% 50%;
    }
    .about-sect {
        flex-direction: column;
        justify-content: center;
    }
    .about-sect .sect-title {
        display: block;
        text-align: center;
    }
    .about-sect .index-about-editor {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: unset;
    }
    .about-sect .index-about-editor .editor {
        -webkit-line-clamp: initial;
        height: auto;
        text-align: center;
        font-size: 15px;
    }
    .about-sect .more {
        position: relative;
        margin: 30px auto 0;
        top: unset;
        transform: matrix(1, 0, 0, 1, 0, 0);
        left: 0;
        right: 0;
    }
    .sect5 {
        padding: 30px 0;
        height: 10.5rem;
        margin: -280px 0 0;
    }
    .sect2 {
        padding: 50px 0 20px;
        background: #fff;
    }
    .sect2::before {
        background-position: 20% 50%;
        background-attachment: unset;
        opacity: 0.8;
    }
    .news-sect {
        flex-direction: column;
    }
    .news-sect .sect-title {
        max-width: unset;
        padding: 0;
        margin: 0 0 30px;
        text-align: center;
    }
    .news-list {
        margin: 0 auto;
        width: 100%;
        max-width: 750px;
        display: flex;
        flex-wrap: wrap;
    }
    .news-list .item{
        width: 50%;
        margin: 0 auto 30px;
        padding: 0 20px;
    }
    .news-list .name{
        font-size: 16px;
        margin: 5px 0 10px;
        height: 20px;
    }
    .news-list .description{
        -webkit-line-clamp: 2;
        height: 45px;
        font-size: 14px;
    }
    .news-list .item:nth-child(3n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .sect3::before {
        display: none;
    }
    .sect3 {
        padding: 15px 0 0;
        margin: 0;
        background: url(../../images/common/index/p_bg.jpg) no-repeat;
        background-size: 500%;
    }
    .sect4 {
        padding: 50px 0;
        margin: 0;
    }
    .products-list .item:first-child {
        width: 100%;
    }
    .products-list {
        max-width: 693px;
        margin: 0 auto;
    }
    .products-list .item:first-child {
        width: 100%;
    }
    .products-list .item{
        width: 50%;
        padding: 0 3% 20px;
    }
    .products-list .name{
        font-size: 16px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 3px;
        margin-left: 1px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(2n+1) {
        clear: both;
    }
    .news-list .item:nth-child(n+1) {
        clear: left;
    }
    .news-list .txt {
        padding: 0 10px 0 65px;
    }
    .news-list .pic {
        margin-bottom: 7px;
    }
    .news-list {
        margin: 0;
    }
    .news-list .date {
        left: -15px;
        width: 70px;
        height: 70px;
        font-size: 23px;
        line-height: 1;
    }
    .news-list .date small {
        font-size: 14px;
    }
    .products-list .item:first-child .txt{
        top: 0;
    }
}
@media screen and (max-width: 480px) { 
    .products-list .item {
        padding: 0 1% 20px;
    }
    .products-list .btn-group .btn.wish i {
        font-size: 25px;
        line-height: 30px;
    }
    .products-list .box.new:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        left: 10px;
    }
}