@charset "utf-8";


.wrapper {
    padding-top: 0px;
    background: url(../../images/common/bg.jpg) 50% 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/* ------ banner ------ */
.banner .slick-dots {
    position: absolute;
    right: 50px;
    top: 58%;
    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: transparent;
    border: 1px solid #D6D6D6;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
    border-radius: 100%;
}
.banner .slick-dots li.slick-active button {
    background: #92C02B;
    border-color: #92C02B;
}
/* ------ common ------ */
.sect-title {
    position: relative;
    margin: 0 0 30px;
    text-align: left;
}
.sect-title span{
    position: relative;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: "Alan Sans", sans-serif;
    left: 4px;
}
.sect-title h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #92C02B;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

/* ------ btn.more ------ */
.btn.more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    top: 0;
    right: 0;
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    background: transparent;
    color: #D6D6D6;
    border: 1px solid #A8A8A8;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Alan Sans", sans-serif;
    transition: all .3s ease;
    overflow: hidden;
    z-index: 10;
}
.btn.more:hover {
    color: #FFFFFF;
    border: 1px solid #92C02B;
}
.btn.more:before {
    background-color: #92C02B;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    z-index: -1;
}
.btn.more:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
.btn.more::after{
    content: '';
    position: absolute;
    display: block;
    width: 51px;
    height: 9px;
    background: url(../../images/common/index/btn_arrow.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 30px;
    z-index: 2;
    transition: all .3s ease;
}
.btn.more:hover:after{
    background: url(../../images/common/index/btn_arrow_.png) no-repeat;
}
/* ------ sect1-about ------ */
.sect1{
    position: relative;
    padding: 92px 0 46px;
    z-index: 2;
}
.about-sect {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.about-sect .about-pic{
    position: relative;
    box-sizing: border-box;
    width: 53%;
    max-width: 760px;
    height: auto;
}
.about-sect .about-pic img {
    object-fit: cover;
    height: 100% !important;
    min-height: 460px;
}
.about-sect .about-pic::before{
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 90px;
    background: url(../../images/common/index/a_deco.png) no-repeat;
    right: calc(100% - 15px);
    top: 20px;
}
.about-sect .about-txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}
.about-sect .sect-title{
    position: relative;
    margin: 0 0 25px;
}
.about-sect .index-about-editor {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}
.about-sect .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    color: #A7A7A7;
    letter-spacing: 0.05em;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 347px;
}
.about-sect .index-about-editor .editor h3{
    color: #D6D6D6;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin: 0 0 5px;
    padding: 0;
}
.about-sect .index-about-editor .editor .a_pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 42px;
}
.about-sect .btn.more{
    position: absolute;
    right: 0;
    top: 32px;
}
/* ------ sect3-ad2 ------ */
.sect3 {
    position: relative;
    padding: 46px 0 92px;
}
.index-pic-sect {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
/* ------ sect2-news ------ */
.sect2 {
    position: relative;
    padding: 92px 0 46px;
    background: url(../../images/common/index/n_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}
.sect2::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 57.1%;
    background: url(../../images/common/index/n_bgtop.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.sect2 .new-pic{
    position: absolute;
    right: calc(100% - 606px);
    top: inherit;
    bottom: 0;
}

.news-sect {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.news-sect .sect-title {
    position: relative;
    top: 40px;
}
.news-sect .sect-title span{
    color: #3E3A39;
}
.news-sect .sect-title h2{
    color: #1E1E1E;
}
.news-sect .btn.more {
    position: absolute;
    background: #1E1E1E;
    color: #FFFFFF;
    border: none;
    top: 34%;
    left: 0;
}

.news-list {
    margin: 0 -15px;
    width: calc(100% - 390px);
    margin-left: auto;
}
.news-list .item {
    width: calc(100% / 3);
    padding: 0 15px;
}
.news-list .item:nth-child(3n+1) {
    clear: left;
}
.news-list .box {
    max-width: 330px;
    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: 0px;
}
.news-list .pic img{
    width: 100%;
}
.news-list .txt {
    position: relative;
    box-sizing: border-box;
    padding: 15px 20px 20px;
    padding-left: 98px;
    background: #FFFFFF;
    transition: all .3s ease;
}
.news-list .box:hover .txt{
    background: #92C02B;
}
.news-list .date {
    position: absolute;
    box-sizing: border-box;
    left: 20px;
    top: 15px;
    display: block;
    width: 58px;
    height: 72px;
    color: #FFFFFF;
    border: none;
    background: #92C02B;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    font-family: "Alan Sans", sans-serif;
    padding-top: 6px;
    transition: all .3s ease;
}
.news-list .date small {
    display: block;
    font-size: 15px;
}
.news-list .box:hover .date{
    color: #92C02B;
    background: #FFFFFF;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    margin: 0 0 0px;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #FFFFFF;
}
.news-list .description {
    position: relative;
    box-sizing: border-box;
    color: #3E3939;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    transition: all 0.3s ease;
}
.news-list .box:hover .description {
    color: #EEEEEE;
}

.news-list .item .more {
    display: none;
}
/* ------ sect4-products ------ */
.sect4 {
    position: relative;
    padding: 92px 0 20px;
}
.products-sect .sect-title {
    display: block;
    text-align: left;
}
.products-list {
    margin: 0 -1.7%;
}
.products-list .item {
    width: 25%;
    padding: 0 1.7% 3.4%;
}
.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;
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    left: 25px;
    top: 25px;
    color: #92BF2B;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #92BF2B;
    z-index: 5;
    font-family: "Alan Sans", sans-serif;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list li .txt {
    position: absolute;
    box-sizing: border-box;
    z-index: 5;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 1);
    padding: 15px 20px 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    width: 85%;
}
.products-list .name {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    margin: 0 0 5px;
    margin-right: 35px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #92C02B;
}
.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #3E3939;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 22px;
    margin: 0 0 0px;
    margin-right: 35px;
}
.products-list .btn-group {
    position: absolute;
    box-sizing: border-box;
    top: 48%;
    right: 20px;
    transform: translateY(-50%);
}
.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.3s ease;
}
.products-list .btn-group .btn .ic {
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0;
}
.products-list .btn-group .btn.detail {
    display: none;
}
.products-list .btn-group .btn.wish {
    font-size: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.products-list .btn-group .btn.wish i {
    color: #92C02B;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    transition: all 0.3s ease;
}
.products-list .btn-group .btn.wish:hover i {
    color: #3E3A39;
}
.products-list .box:hover .btn-group .btn.delete {
    color: #92C02B;
}
/* ------ sect5-ad ------ */
.sect5 {
    position: relative;
    display: block;
    width: 100%;
    /* height: 25rem; */
    height: 400px;
    overflow: hidden;
    padding: 20px 0 92px;
    margin: 0px 0 0;
    z-index: 1;
}
.sect5 .container {
    max-width: 1920px;
    padding: 0;
}
/* ------ 拆單 ------ */
.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: 1920px) {
    .sect2 .new-pic{
        position: absolute;
        right: 68.15%;
        top: inherit;
        bottom: 0;
    }
}
@media screen and (max-width: 1440px) {
    .about-sect .about-pic{
        padding-right: 4%;
    }
    .about-sect .about-pic::before{
        right: calc(100% - 60px);
    }
}
@media screen and (max-width: 1280px) {
    .wrapper {
        padding-top: 107px;
    }
    .banner .slick-dots{
        top: 50%;
    }
    /* sect2-news */
    .sect2::before{
        right: 59.1%;
    }
    .news-sect .sect-title {
        top: 20px;
    }
    .news-sect .btn.more{
        top: 40%;
    }
    .news-list {
        width: calc(100% - 260px);
    }
    /* sect4-products */

}
@media screen and (max-width: 1000px) {
    /* banner */
    .banner .slick-dots li {
        margin: 5px 0;
    }
    /* common */
    .sect-title{
        margin: 0 auto 25px;
    }
    .sect-title span{
        font-size: 18px;
        left: inherit;
    }
    .sect-title h2{
        font-size: 38px;
    }
    /* sect1-about */
    .sect1 {
        padding: 60px 0 30px;
    }
    .sect3 {
        padding: 30px 0 60px;
    }
    .sect2 {
        padding: 52px 0 60px;
        background: url(../../images/common/index/n_bg.jpg) 50% 50% repeat;
        background-size: contain;
    }
    .sect4 {
        padding: 52px 0 19px;
    }
    .sect5 {
        padding: 19px 0 60px;
        margin: 0px 0 0;
        /* height: 10rem; */
        height: 200px;
    }
    .about-sect .sect-title{
        text-align: center;
        margin: 0 0 20px;
    }
    .about-sect .about-txt{
        margin: 0 auto;
    }
    .about-sect .index-about-editor .editor h3{
        font-size: 16px;
    }
    .about-sect .index-about-editor .editor{
        font-size: 14px;
        text-align: center;
        height: auto;
        -webkit-line-clamp:inherit;
    }
    .about-sect .index-about-editor .editor .a_pic{
        margin-top: 30px;
    }
    .about-sect .about-pic{
        display: none;
    }
    .about-sect .btn.more{
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
        margin: 34px auto 0;
    }
    /* sect2-news */
    .sect2::before{
        top: 0;
        right: 0;
        bottom: 57.7%;
    }
    .sect2 .new-pic {
        top: 82.2%;
    }
    .news-sect {
        flex-direction: column;
        align-items: center;
    }
    .news-sect .sect-title{
        position: relative;
        top: inherit;
        text-align: center;
    }
    .news-list {
        margin: 0 -10px;
        width: 100%;
    }
    .news-list .item {
        padding: 0 10px;
        margin: 0 auto 20px;
    }
    .news-sect .btn.more {
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
        margin: 14px auto 0;
    }
    .news-list .txt{
        padding: 15px 15px 18px;
        padding-left: 80px;
    }
    .news-list .name{
        font-size: 16px;
        height: 25px;
    }
    .news-list .description{
        font-size: 14px;
        height: 42px;
    }
    .news-list .date{
        left: 15px;
        top: 15px;
        width: 53px;
        height: 67px;
        font-size: 28px;
        padding-top: 8px;
    }
    .news-list .date small{
        font-size: 13px;
    }
    /* sect4-products */
    .products-sect .sect-title{
        text-align: center;
    }
    .products-list {
        max-width: 693px;
        margin: 0 auto;
    }
    .products-list .item{
        width: 50%;
        padding: 0 3% 3.4%;
    }
    .products-list .item:first-child{
        width: 100%;
    }
    .products-list .box.new:before{
        width: 55px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }
    .products-list li .txt{
        padding: 15px 15px 18px;
        width: 90%;
    }
    .products-list .name{
        font-size: 16px;
        height: 25px;
    }
    .products-list .description{
        font-size: 14px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 3px;
        margin-left: 1px;
    }
}
@media screen and (max-width: 767px) {
    /* sect2-news */ 
    .sect2 {
        background: url(../../images/common/index/n_bgm.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
    .sect2::before {
        top: 0;
        right: 0;
        bottom: 80.7%;
    }
    .sect2 .new-pic {
        top: inherit;
        bottom: 0;
    }
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(3n+1) {
        clear: both;
    }
    .news-list .item:nth-child(n+1) {
        clear: left;
    }
    .news-list {
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    /* sect4-products */ 
    .products-list .item {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto 20px;
    }
    .products-list .box {
        max-width: unset;
    }
}
@media screen and (max-width: 460px) {
    .about-sect .index-about-editor .editor h3 {
        width: 260px;
        margin: 0 auto 5px;
    }
}