@charset "utf-8";
.banner {
    margin-bottom: 60px;
}
.banner .slider {
    position: relative;
}
.banner .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: static;
    margin-top: 10px;
    text-align: center;
}
.banner .slick-dots li {
    display: inline-block;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 30px;
    height: 30px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.sect-title {
    color: #222;
    font-family: 'Alike', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 25px;
}
.sect1 {
    margin-bottom: 65px;
    padding-top: 20px;
}
.sect1 .row {
    position: relative;
}
.sect1 .row:before {
    content: '';
    display: block;
    border-left: 1px solid #ddd;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
}
.sect1 .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}
.sect1 .btn-box {
    padding: 50px 0 10px;
}
.sect1 .btn.more {
    padding: 0;
    color: #fff;
    background: #FF732F;
    width: 110px;
    line-height: 24px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 0;
}
.sect1 .btn.more:hover {
    background: #CC0D0D;
}
.sect1 .btn.more:before {
    content: '+ ';
    vertical-align: text-bottom;
    font-size: 1.4em;
    line-height: 1;
}
.about-sect .editor {
    color: #8B8B8B;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    min-height: 150px;
}
.news-list {
    min-height: 150px;
}
.news-list .box {
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 13px;
    position: relative;
}
.news-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .date {
    float: left;
    color: #FF732F;
}
.news-list .date:after {
    content: '|';
    display: inline-block;
    color: #ccc;
    margin-left: 17px;
}
.news-list .name {
    color: #8B8B8B;
    margin-left: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .box:hover .name {
    text-decoration: underline;
}
.sect2 {
    margin-bottom: 20px;
}
.products-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.products-sect .sect-title:before,
.products-sect .sect-title:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    position: absolute;
    top: 50%;
}
.products-sect .sect-title:before {
    left: 0;
    right: 50%;
    margin-right: 100px;
}
.products-sect .sect-title:after {
    right: 0;
    left: 50%;
    margin-left: 100px;
}
/*wish*/
.products-list .pic-box .btn {
    background: #ff7230;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0;
}
.products-list .pic-box .btn:hover {
    background: #CC0D0D;
}
.products-list .pic-box .btn i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.products-list .pic-box .ibtn.wish {
    background-position: 0 0;
}
.products-list .pic-box .ibtn.wish:hover {
    background-position: 0 100%;
}
/*!wish*/
/********** 拆單 *********/
.shopping_way.hot {
    text-align: left;
    margin: 8px 0;
}
.shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #333;
}
.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;
}
/*------------ /拆單 ------------*/
.products-list {
    margin: 0 -10px;
}
.products-list .txt{
    position: relative;
}
.products-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .item {
    width: 33.33%;
    padding: 0 10px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    max-width: 450px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .pic-box {
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .box:hover .pic {
    outline: 6px solid #FF7430;
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 50% no-repeat rgba(0, 0, 0, 0.50);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-list .txt {
    padding-top: 10px;
    position: relative;
}
.products-list .txt:before {
    content: 'READ MORE';
    display: inline-block;
    color: #FF7430;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Muli', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 22px;
    width: 100px;
    border: 1px solid #FF732F;
    position: absolute;
    right: 0;
    top: 43px;
}
.products-list .box:hover .txt:before {
    background: #FF732F;
    color: #fff;
}
.products-list .name {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products-list .box:hover .name {
    background: #ff7230;
    color: #fff;
}
.products-list .description {
    color: #8B8B8B;
    font-size: 14px;
    padding: 0 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    max-height: 65px;
    margin-right: 120px;
}
.products-list .offers {
    color: #FF7330;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
.sect3 {
    background: #EFEFEF;
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 35px 0;
    margin-bottom: 1px;
}
.ad-list {
    margin: 0 -7px;
}
.ad-list .item {
    width: 25%;
    padding: 0 7px;
}
.ad-list .box {
    margin: 10px auto;
    border: 4px solid #FF732F;
    max-width: 320px;
    overflow: hidden;
}
.ad-list .box:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ad-list .box:hover:before {
    opacity: 1;
}
.sect5 {
    margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
    /*手機版*/
    .banner .slick-dots {
        margin-top: 5px;
    }
    .sect-title,
    .products-sect .sect-title {
        margin: 0 0 13px;
        font-size: 18px;
    }
    .banner {
        margin-bottom: 30px;
    }
    .sect1 {
        margin: -30px 0 10px;
    }
    .sect1 .row:before {
        display: none;
    }
    .sect1 .col {
        width: 100%;
        padding: 20px 0 30px;
    }
    .sect1 .col+.col {
        border-top: 1px solid #ddd;
    }
    .sect1 .sect-title {
        text-align: center;
    }
    .products-list .txt:before {
        display: none;
    }
    .products-list .description {
        margin: 0px;
    }
    .about-sect .editor,
    .news-list {
        min-height: 0;
    }
    .products-list .item {
        width: 50%;
        padding: 0 5px;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .sect3 {
        padding: 15px 0;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 3px;
    }
    .sect5 {
        margin-bottom: 30px;
    }
    .ad-sect {
        margin: 0 auto;
    }
    .ad-list .box {
        margin: 3px 0;
    }
    .news-list .box {
        margin-bottom: 10px;
    }
    .sect1 .btn-box {
        padding: 20px 0;
    }
    .products-list .box {
        margin-bottom: 33px;
    }
    .shopping_way.hot {
        margin: 8px 0 5px;
    }
    .products-sect .sect-title:before {
        margin-right: 60px;
    }
    .products-sect .sect-title:after {
        margin-left: 60px;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .txt:before {
        position: relative;
        top: auto;
        margin-bottom: 5px;
    }
    .products-list .description {
        margin-right: 0;
    }
}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
    }
    .news-list .date:after {
        display: none;
    }
    .news-list .name {
        margin-left: 0;
    }
    .ad-list .item {
        width: 50%;
    }
    .ad-list .item:nth-child(2n+1) {
        clear: left;
    }
}