.banner {
    margin-bottom: 70px;
}
.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.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: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index:1;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 6px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li:nth-child(5n+1) button {
    background: #FBCFC7;
}
.banner .slick-dots li:nth-child(5n+2) button {
    background: #DAE51E;
}
.banner .slick-dots li:nth-child(5n+3) button {
    background: #E9CAFB;
}
.banner .slick-dots li:nth-child(5n+4) button {
    background: #BFEDEE;
}
.banner .slick-dots li:nth-child(5n) button {
    background: #F6C13D;
}
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #267D9A;
}
.sect-title {
    color: #444;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
.sect-title span {
    display: inline-block;
    color: #197292;
    font-family: 'Lily Script One', cursive;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 8px;
}
.sect1 {
    margin-bottom: 50px;
}
.ad-link {
    display: block;
    transition: opacity 0.3s;
}
.ad-link:hover {
    opacity: 0.7;
}
.sect2 {
    margin-bottom: 60px;
}
.news-sect {
    float: left;
    width: 42%;
}
.news-sect .sect-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.news-list {
    max-width: 1280px;
    margin: 20px auto 0;
}
.news-list .item {
    width: 50%;
    padding: 0 10px;
}
.news-list .box {
    max-width: 260px;
    margin: 0 auto 30px;
    text-align: center;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 5px solid #DAE51E;
}
.news-list .box:hover .pic {
    border-color: #197292;
}
.news-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover.png) 50% 60% no-repeat rgba(251,207,199,0.80);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 100%;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.news-list .name {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list a:hover .name {
    color: #1B7292;
}
.news-list .date {
    display: block;
    border: 1px solid #ddd;
    border-width: 1px 0;
    width: 104px;
    margin: 15px auto 0;
    color: #DAE51E;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}
.about-sect {
    float: right;
    width: 57%;
}
.about-sect .sect-title {
    margin-bottom: 10px;
}
.about-sect .pic {
    float: left;
    width: 49%;
}
.about-sect .txt {
    float: right;
    width: 49%;
}
.about-sect .btn-box {
    text-align: right;
}
.sect3 {
    background: url('../../images/common/border_colorful_h.png') repeat-x;
    padding: 50px 0;
}
.products-sect .sect-title {
    text-align: center;
    margin-bottom: 30px;
}
.products-sect .sect-title span {
    display: block;
    margin: 0;
}
.products-sect .ibtn.more {
    display: block;
    margin: 10px auto;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    /* width: 20%;*/
    padding: 0 10px;
}
/*
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}*/
.products-list .box {
    max-width: 270px;
    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;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 60% no-repeat rgba(251,207,199,0.80);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.products-list .box:hover .name {
    color: #1B7292;
}
.products-list .offers {
    color: #F2856C;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
}
.products-list .offers .icon {
    background-position: -160px 0;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
/******** 2.0 新增banner下方html區塊 ********/
.sect4{
    margin-bottom: 30px;
}
/******** 2.0 新增banner下方html區塊 ********/
/******** 新增拆單系統 *****************/
.products-list .shopping_way span+span{
    margin:0 2px;  
}
.products-list .shopping_way span{
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background:#fbab9b;
    display:inline-block;
    border-radius:5px;
    margin-bottom: 8px;
    width: auto;
    padding:0 6px;
    letter-spacing: 1px;
}
.products-list .shopping_way .cold{
    background:#80dc9c;
}
.products-list .shopping_way .freezing{
    background:#63c7f5;
}
/******** 新增拆單系統 *****************/
@media screen and (max-width: 1200px) {
    .news-sect,
    .about-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 20px auto;
    }
    .about-sect {
        max-width: 900px;
        margin: 0 auto;
    }
    /* .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }*/
}
@media screen and (max-width: 1000px) {
    /* .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }*/
    /***  優化 ***/
    .banner .slick-dots,
    .banner .slick-dots li{
        display: none;
    }
    .banner {
        margin-bottom: 10px;
    }
    .sect4,
    .sect1,
    .sect2{
        margin-bottom: 10px;
    }
    .sect3 {
        margin-top:20px;
        padding: 10px 0 10px;
    }
    .news-list .name{
        font-size:14px;
        padding: 6px 0;
    }
    .news-list .date{
        line-height: 25px;
        margin: 2px auto 0;
    }
    .news-list .box {
        margin: 0 auto 10px;
    }
    .sect-title span{
        font-size: 24px;
    }
    .news-list {
        margin: 10px auto 0;
    }
    .about-sect .sect-title{
        margin-bottom: 0px;
    }
    .about-sect {
        float: none;
        text-align:center;
    }
    .about-sect .btn-box {
        text-align: center;
        padding:20px 0 15px;
    }
    .products-list .box {
        margin-bottom:17px;
    }
    .products-list .shopping_way span{
        line-height: 22px;
        font-size: 12px;
        font-weight: normal;
        width: auto;
        padding:0 8px;
        margin-bottom: 3px;
    }
    .products-sect .sect-title {
        margin: 15px 0 10px;
    }
    .products-list .name{
        height: 20px;
        line-height:20px;
    }
    .products-list .offers {
        font-size: 15px;
        line-height: 15px;
        margin: 0px 0 5px;
        height: 32px;
    }
}
@media screen and (max-width: 767px) {
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    /* .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }*/
    .news-list .pic {
        margin: 0 auto 2px;
    }
}
@media screen and (max-width: 550px) {
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    /* .products-list .item {
        width: 100%;
    }*/  
    .news-list {
        margin: 5px auto 0;
    }
    .news-list .name{
        height: auto;
    }
}