.banner {
    margin-bottom: 20px;
    padding: 0px 0;
}

.site-main {
    background: none;
}

.site-main:before {
    content: '  ';
    background: none;
}

.sect1 .row .col {
    float: left;
    width: 50%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sect1 {
    background: url('../../images/common/index/sect_bg.jpg') center top no-repeat;
    padding: 30px 0;
}

.sect1 .row {
    margin: 0 0 200px 0;
}

.about-sect {
    position: relative;
    display: block;
    margin: 0 auto;
}

.about-sect .editor {
    position: relative;
    line-height: 1.8;
}

.about-sect:hover {
    opacity: 0.8;
}

.about-sect .sect-title {
    font-size: 18px;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
    margin: 10px 0;
}

.about-sect .more {
    position: absolute;
    top: 15px;
    right: 0px;
    color: #333333;
    font-size: 10px;
    font-family: Arial, '微軟正黑體';
}

.about-sect .more:before {
    content: '>> ';
    font-size: 15px;
    font-family: 'Bentham', '微軟正黑體', serif;
}

.about-sect .more:hover {
    color: #E4685C;
}

.news-sect {
    display: block;
    margin: 0 auto;
    position: relative;
}

.news-sect .sect-title {
    font-size: 18px;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
    margin: 10px 0;
}

.about-sect .sect-title span,
.news-sect .sect-title span {
    border-bottom: 1px solid #333333;
}

.news-sect .more {
    position: absolute;
    top: 15px;
    right: 0px;
    color: #333333;
    font-size: 10px;
    font-family: Arial, '微軟正黑體';
}

.news-sect .more:before {
    content: '>> ';
    font-size: 15px;
    font-family: 'Bentham', '微軟正黑體', serif;
}

.news-sect .more:hover {
    color: #E4685C;
}

.news-list {}

.news-list .item {
    border-bottom: 1px solid #333333;
}

.news-list .box {
    line-height: 45px;
    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 .box:hover {}

.news-list .date {
    float: left;
    width: 25%;
    text-align: center;
    color:#a5a5a5;
}

.news-list .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 110px;
    position: relative;
    text-align: left;
}

.news-list .box:hover .name {
    color:#929292;
}

.hot-sect button.slick-arrow {
    background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
    width: 41px;
    height: 40px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 6px;
    border: none;
    z-index: 10;
}

.hot-sect button.slick-prev {
    left: -20px;
}

.hot-sect button.slick-prev:hover {
    background-position: 0 100%;
}

.hot-sect button.slick-next {
    background-position: 100% 0%;
    right: -20px;
}

.hot-sect button.slick-next:hover {
    background-position: 100% 100%;
}

.hot-sect .sect-title {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 1em;
    font-family: 'Gentium Basic', '微軟正黑體', serif;
    font-size: 20px;
    padding: 0 0 40px 0;
    background: url('../../images/common/index/pa.png') bottom center no-repeat;
}

.hot-list.item {
    width: 100%;
    padding: 0 10px;
}

.hot-list .box {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.hot-list .item .pic-box {
    float: left;
    width: 45%;
    max-width: 340px;
}

.hot-list .item .txt {
    margin-left: 340px;
    padding: 10px 50px;
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.hot-list .item .txt .taste {
    display: block;
    font-size: 16px;
    font-family: 'Architects Daughter', '微軟正黑體', cursive;
    font-style: italic;
    text-align: left;
}

.hot-list .item .txt .name {
    color: #000;
    font-size: 22px;
    text-align: left;
}

.hot-list .item .txt .offers {
    color: #E4675B;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 0 35px 0 0;
    position: relative;
    margin: 20px 0;
}

.hot-list .item .txt .offers i:before {
    background: #E4685C;
    border-radius: 50%;
    width: 30px;
    height: 25px;
    position: absolute;
    color: #fff;
    right: 0;
    top: -1px;
    padding: 5px 0 0;
    text-align: center;
}

.hot-list .item .txt .description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin: 10px 0;
    height: 130px;
    overflow: hidden;
}

.hot-list .wish i:before {
    background: #E4685C;
    border-radius: 50%;
    position: absolute;
    right: 6%;
    bottom: 232px;
    width: 30px;
    height: 22px;
    color: #fff;
    padding: 8px 0 0;
    text-align: center;
    z-index: 19;
}

.hot-list .wish:hover i:before {
    background: #DB3624;
}

.products-sect .more,
.hot-list .item .txt .more {
    font-family: 'Architects Daughter', '微軟正黑體', cursive;
    font-style: italic;
    border: 1px solid #888888;
    border-radius: 30px;
    padding: 8px 40px;
    margin: 20px 0 10px;
}

.products-sect .more:hover,
.hot-list .item:hover .txt .more {
    background: #B29066;
    border: 1px solid #B29066;
    color: #fff;
}

.hot-list .item a:hover .txt .offers i:before {
    background: #DB3624;
}

.sect2 {
    background: url('../../images/common/index/sect2_bg.png') center top no-repeat #F3F3F3;
    padding: 80px 0;
}

.products-sect {
    text-align: center;
}

.products-list.type1 .item {
    width: 20%;
    padding: 0 10px;
}

.products-sect .more {
    padding: 8px 13%;
}

.sect3 {
    background: url('../../images/common/index/sect3_bg.jpg') center bottom no-repeat;
    padding: 70px 0 500px;
}

.cf-list .box {
    padding: 0 18px;
}

.cf-list .box a {
    padding: 10px;
    border: 1px solid #111111;
    max-width: 300px;
    text-align: center;
}

.cf-list .box a:hover {
    background: #B29066;
}

.cf-list .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -70px;
    right: 0;
}

.cf-list .slick-dots {
    margin: 0px 0px;
    height: 12px;
}

.cf-list .slick-dots li {
    display: inline-block;
}

.cf-list .slick-dots li button {
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #000000;
    margin: 0 15px;
    border-radius: 50%;
}

.cf-list .slick-dots li button:focus {
    outline: none;
    background: #000000;
    border: 1px solid #000000;
}

.cf-list .slick-dots li.slick-active button {
    background: #000000;
    border: 1px solid #000000;
    box-shadow: none;
}

.sect4 {
    margin-bottom: 30px;
}



/****************************/

.shopping_way.hot,
.shopping_way {
    text-align: left;
}



/*****************************/

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1320px) {
    .products-list.type1 .item {
        width: 33.33%;
    }
    .products-list li:nth-child(10) {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .sect1 .row .col {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1200px) {
    .sect1 .row .col {
        padding: 0 25px;
    }
    .sect1 .row {
        margin: 0 0 100px 0;
    }
}

@media screen and (max-width: 1000px) {
    .sect1,
    .sect2 {
        padding: 20px 0 30px;
    }
    .sect3 {
        padding: 30px 0 60px 0px;
    }
   .sect2{
      padding:30px 0;
   }
    .products-list .item {
        width: 50%;
        margin-bottom:15px;
    }
    .products-list .box {
        margin-bottom: 10px;
    }
    .sect1 .row {
        margin: 0 0 35px 0;
    }
    .hot-list .wish i:before {
        right: 2%;
         bottom: 190px;
    }
    /*----- 優化開始 -----*/
    .sect4 {
        margin-bottom: 10px;
    }
    .about-sect .sect-title,
    .news-sect .sect-title {
        font-size: 17px;
        margin: 0;
    }
    .about-sect .editor {
        line-height: 25px;
        margin-top: 12px;
    }
    .news-list{
         margin-top: 12px;
    }
    .news-list .box {
        line-height: 33px;
    }
    .news-sect .more,
    .about-sect .more {
        top: 0px;
    }
    .hot-sect .sect-title {
        margin-bottom: 10px;
         font-size: 18px;
        padding: 0 0 30px 0;
    }
    .hot-list .item .txt .name {
        font-size: 16px;
    }
    .hot-list .item .txt .offers {
        font-size: 16px;
        margin: 0px;
    }
    .hot-list .item .txt .description {
        margin: 10px 0;
        height: 135px;
        font-size: 14px;
        height: auto;
    }
    .products-sect .more,
    .hot-list .item .txt .more {
        padding: 5px 30px;
        margin: 10px 0 20px;
    }
    .cf-list .slick-dots {
        bottom: -30px;
    }
    .cf-list .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .banner {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:900px) {
    .hot-list .item .pic-box {
        float: none;
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }
    .hot-list .item .txt {
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .hot-sect button.slick-arrow {
        top: 25%;
    }
}

@media screen and (max-width: 767px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list li:nth-child(10) {
        display: block;
    }
    .sect1 .row .col {
        float: none;
        width: 100%;
        padding: 0 0px;
    }
    .sect1 .row .col+.col {
         margin-top: 35px;
    }
    .news-list .date {
        width: 25%;
        text-align: center;
    }
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 400px) {
    .news-list .box {
        text-align: center;
        max-width: 100%;
    }
    .news-list .date {
        float: left;
        width: 33%;
    }
}