.site-main .container {
    padding-top: 30px;
}

.hot-sect .container {
    padding-top: 0px;
}

.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: 0px 75px 0 95px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sect1 .row .col+.col{
    border-left:1px solid rgb(142 118 98 / 0.2);
    padding: 0px 35px 0 90px;
}

.sect1 {
     padding: 15px 0 70px;
     position:relative;
     background: url(../../images/common/index/bg03.png) 50% 85% no-repeat;
}


.sect1 .row:after {
    content: '';
    width: 100%;
    height: 10px;
    max-height: 610px;
    position: absolute;
    right: 0%;
    bottom: 0;
    background: url('../../images/common/index/bgline.png') 0 0% no-repeat;
    z-index: 0;
    visibility: visible;
}



.sect1 .row:before {
    content: '';
    width: 100%;
    height: 100%;
    max-height: 794px;
    position: absolute;
    left: 0%;
    bottom: 0;
    background: url('../../images/common/index/bg02.png') 0 0% no-repeat;
    z-index: 0;
    background-size: cover;
}

.sect1 .row {
    margin: 0;
    /* height: 490px; */
    position: relative;
}

.about-sect {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0px 0 70px;
}

.about-sect .editor {
    position: relative;
    line-height: 1.8;
    color:#777777;
    
}
.about-sect .editor p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 105px;
    margin: 5px 0 0;
}

.about-sect h3{
    font-size: 22px;
    color:#85581F;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    margin:0;
    letter-spacing: 3px;
}


.index_more{
    background: #705539;
    width: 140px;
    height: 45px;
    text-indent: inherit;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    transition: all .5s ease;
    display:block;
    position:relative;
    top:0;
    left:0;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    margin: 40px 0 15px;
    border-radius:0;
    font-family: 'Noto Serif TC', serif;
}


.index_more:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 3px;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
    border: 1px solid rgb(255 255 255 / 30%);
    box-sizing: border-box;
    pointer-events: none;
}

.index_more:hover{
    background: #85581F;
    box-shadow: 0px 5px 20px 2px #00000033;
    top:-8px;
   
}
.index_more a{
    font-size: 0;
    display: block;
}
.index_more a span{
    font-size: 14px;
    font-family: 'Noto Serif TC', serif;
    font-weight: normal;
    letter-spacing: 3px;
}

.sect-title {
   line-height: 1.4;
}
.sect-title h2{
   letter-spacing: 5px;
   margin: 0 0 25px;
   position: relative;
   font-size: 32px;
   color:#3E3431;
   font-family: 'Noto Serif TC', serif;
   font-weight: 500;
   padding: 0 0 0 37px;
}

.sect-title h2:before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../../images/common/index/t1.png) 0 0% no-repeat;
    z-index: -1;
}

.sect-title span{
    display:block;
    color:#998364;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 400;
    position: relative;
    font-family: 'Lora', serif;
}

.sect-title span:after{
    content: '';
    width: 56px;
    height: 1px;
    position:relative;
    display:inline-block;
    left: 10px;
    top: -4px;
    background:rgb(142 118 98 / 0.4);
    z-index: -1;
}





.news-sect {
    display: block;
    margin: 0 auto;
    position: relative;
}



.news-list {}

.news-list .item {
    border-bottom: 1px solid rgb(114 89 70 / 20%);
}

.news-list .box {
    line-height: 48px;
    position: relative;
    padding: 0 6px;
}
.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: 30%;
    text-align: center;
    font-family: 'Lora', serif;
    color: #555555;
    text-align: left;
}

.news-list .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 95px;
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #555;
}

.news-list .box:hover .name {
    color:#87581F;
}


.hot-sect .sect-title {
   text-align: center;
   padding: 115px 0 15px;
   position:relative;
}

.hot-sect .sect-title:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 55px;
    background: url(../../images/common/index/t2.png) 0 0% no-repeat;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}

.hot-sect .sect-title h2{
    padding:0;
}

.hot-sect .sect-title h2:before{
    content: '';
    width: 56px;
    height: 1px;
    position:relative;
    display:inline-block;
    left: -15px;
    top: -10px;
    background:rgb(142 118 98 / 0.4);
    z-index: -1;
}
.hot-sect .sect-title h2:after{
    content: '';
    width: 56px;
    height: 1px;
    position:relative;
    display:inline-block;
    left: 5px;
    top: -10px;
    background:rgb(142 118 98 / 0.4);
    z-index: -1;
}

.hot-sect .sect-title span:after{
    display:none;
}


.hot-sect button.slick-arrow {
    background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
    width: 40px;
    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: 30px;
}

.hot-sect button.slick-prev:hover {
    background-position: 0 100%;
}

.hot-sect button.slick-next {
    background-position: 100% 0%;
    right: 30px;
}

.hot-sect button.slick-next:hover {
    background-position: 100% 100%;
}



.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;
    position:relative;
}
.hot-list .item .pic-box :before{
content: '';
    position: absolute;
    left: 7px;
    top: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #D2C0AA;
    box-sizing: border-box;
    pointer-events: none;
}

.hot-list .item .txt {
    margin-left: 350px;
    padding: 10px 55px;
    position: relative;
    text-align: center;
    padding-top: 15px;
}

.hot-list .item .txt .taste {
    display: block;
    font-size: 16px;
      font-style: italic;
    text-align: left;
}

.hot-list .item .txt .name {
    color: #3E3431;
    font-size: 24px;
    text-align: left;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
}

.hot-list .item .txt .offers {
    color: #86581F;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    padding: 0 35px 0 0;
    position: relative;
    margin: 20px 0;
    font-family: 'Lora', serif;
}

.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;
    color: #777777;
    font-size: 15px;
    width: 90%;
}

.hot-list .wish i:before {
    background: #705539;
    border-radius: 50%;
    position: absolute;
    right: 4%;
    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: #87581f;
}





.hot-list .item a:hover .txt .offers i:before {
    background: #DB3624;
}

.sect2 {
    background: url('../../images/common/index/bg04.jpg')0 100% no-repeat;
    padding: 70px 0 210px;
    position:relative;
    background-size: cover;
}

.sect2 .index_more{
    margin: 20px auto 0;
}

.sect2:before {
    content: '';
    width: 100%;
    height: 10px;
    max-height: 610px;
    position: absolute;
    right: 0%;
    top: 0px;
    background: url(../../images/common/index/bgline.png) 0 0% no-repeat;
    z-index: 0;
}

.products-sect {
    text-align: center;
}

.products-list.type1 .item {
    width: 20%;
    padding: 0 10px;
    margin: 0 0 10px;
}

.products-sect .more {
    padding: 8px 13%;
}

.sect3 {
       padding: 0px 0 100px;
       margin: -170px 0 0;
       /* background: url('../../images/common/index/bg05.jpg')70% 100% no-repeat; */
}


.sect3 .slick-slide img {
    display: block;
    margin:0 auto;
}

.warning-sect .container {
    padding-top: 20px;
    padding-bottom: 0;
}

.cf-list .box {
    padding: 0 18px;
}

.cf-list .box a {
   
  
    max-width: 300px;
    text-align: center;
}



.cf-list .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -38px;
    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: 10px;
    height: 10px;
    background: rgb(95 82 75 / 50%);
    border: none;
    margin: 0 8px;
    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: #5F524B;
    border: none;
    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 25px;
    }
}

@media screen and (max-width: 1200px) {
    .sect1 .row .col+.col {
        padding: 0 15px 0 35px;
    }
    .sect2 {
     padding: 30px 0 170px;
    }
}

@media screen and (max-width: 1000px) {

    .sect-title h2{
        font-size: 26px;
        padding: 0 0 0 31px;
    }
    .sect-title h2:before {
    content: '';
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 7px;
}
    .warning-sect .container {
    padding-top: 0px;
}
    .sect1 {
        padding: 0px 0 45px;
    }
    .about-sect .editor p{
        display:block;
        margin: 15px 0 0;
    }
    .sect2 {
        padding: 25px 0 48px;
    }
   .sect1:before {
   display:none;
}
    .sect1 .container{
        padding:0;
    }
    .sect1:after {
   
    display:none;
}
    
    .sect3 {
     padding: 0px 0 64px;
     background: none;
    }
   .sect2{
      padding: 60px 0 215px;
   }
    .products-list .item {
        width: 50%;
        margin-bottom:15px;
    }
    .products-list .box {
        margin-bottom: 10px;
    }
    .sect1 .row {
        margin: 0 0 50px 0;
        height: auto;
        position: relative;
        background: url('../../images/common/index/bg02.png') 0% 100% no-repeat;
        padding: 30px  15px 30px;
    }

    .about-sect {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0px 0 0px;
}

    .sect1 .row:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    right: 0%;
    bottom: 0px;
    background: url(../../images/common/index/bgline.png) 0 0% no-repeat;
    z-index: 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 {
       padding: 61px 0 5px;
    }

    .hot-sect .sect-title:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top:0px;
    background: url(../../images/common/index/t2.png) 0 0% no-repeat;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
    
    .hot-list .item .txt .name {
        font-size: 21px;
    }
    .hot-list .item .txt .offers {
        font-size: 20px;
        margin: 13px 0;
    }
    .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: 25px;
    }
    .site-main .container {
    padding-top: 0px;
}
}

@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: 0 auto;
        padding: 10px 40px;
        text-align: center;
        display: block;
    }
    .hot-sect button.slick-arrow {
        top: 25%;
    }
}

@media screen and (max-width: 767px) {
    .about-sect .index_more{
        margin:20px 0;
    }
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list li:nth-child(10) {
        display: block;
    }
    .sect1 .row .col {
        float: none;
        width: 100%;
        padding: 0px 15px 20px;
    }
    .about-sect h3 {
    font-size: 18px;
    }
    .sect1 .row .col+.col {
        
         border-top: 1px solid rgb(142 118 98 / 0.2);
         border-left: none;
         padding: 38px 15px;
    }
    .news-list .date {
        width: 25%;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {

.hot-sect button.slick-prev {
    left: 0px;
}


.hot-sect button.slick-next {
    background-position: 100% 0%;
    right: 0px;
}

}

@media screen and (max-width: 400px) {
    .news-list .box {
        text-align: center;
        max-width: 100%;
    }
    .news-list .date {
        float: left;
        width: 40%;
    }
}