.site-title .logo {
    display: none;
}
.site-nav {
    bottom: 19%;
}
.banner {
    position: relative;
}
.banner:after {
    display: block;
}
.banner .slick-dots li button {
    display: block;
    text-align: center;
    border: 0;
    padding: 0;
    background: none;
    color: #666;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: bold;
}
.banner .slick-dots li.slick-active button {
    color: #C5A36E;
}
.banner-control-box {
    position: absolute;
    right: 20px;
    top: 0%;
    display: table;
    z-index: 200;
}
.banner-control {
    display: table-cell;
    vertical-align: middle;
}
.banner-pager li a {
    color: #757595;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.banner-pager li.active a {
    color: #734667;
    font-weight: bold;
    text-decoration: underline;
}
.banner .ibtn.scroll {
    background-image: url('../../images/common/index/btn_scroll.png');
    width: 84px;
    height: 76px;
    position: absolute;
    z-index: 50;
    left: 50%;
    bottom: 7%;
    margin-left: -42px;
}
.sect-bg {
}
.sect-title {
    color: #eb6519;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin: 50px 0 50px 0;
}
.sect5{
    margin: 50px 0;  
}
.sect1{
    background: url('../../images/common/index/about_bg.jpg') center no-repeat;
    display: block;
    padding: 130px 0;
}
.btn.more {
    display: block;
    width: 100px;
    color: #C6A36F;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 30px auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn.more:before {
    content: '';
    width: 12px;
    height: 7px;
    background: url('../../images/common/more_arrow.png') no-repeat;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.btn.more:hover {
    letter-spacing: 0.2em;
}
.about-sect .btn.more:after,
.products-sect .btn.more:after {
    margin-top: 10px;
}
.sect2,
.sect3 {
    border-bottom: 1px solid #C6A36F;
}
.sect2{
    background: #fff;
}
.about-sect {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 3;
    text-align: center;
    font-weight: bold;
}
.about-sect .sect-title{
    margin: 10px 0 30px 0;
}
/*.about-sect .sect-title:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 7px;
    height: 7px;
    background: #7C6B3F;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.products-sect .sect-title {
    margin: 50px 0;
}
.products-slider {
    position: relative;
    padding: 0 40px;
}
.products-slider .slick-prev,
.products-slider .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/products_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    top: 41%;
    margin-top: -50px;
    cursor: pointer;
}
.products-slider .slick-prev {
    background-position: 0 0;
    left: 0;
}
.products-slider .slick-next {
    background-position: 100% 0;
    right: 0;
}
.products-slider .slick-prev:hover {
    background-position: 0 100%;
}
.products-slider .slick-next:hover {
    background-position: 100% 100%;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .box {
    max-width: 275px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.products-list .cover{
    font-size: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .cover.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .pic:before {
    content: '';
    background: #fff;
    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: 0.5;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .btn-group {
    position: relative;
    margin:auto;
    text-align:center;
}
.products-list .btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 13px;
    padding: 0 8px;
    line-height: 24px;
}
.products-list .btn-group .btn+.btn:before {
    content: '';
    display: inline-block;
    border-left: 1px dashed #666;
    height: 12px;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -6px;
}
.products-list .btn-group .btn:hover {
    color: #855F26;
}
.products-list .btn-group .btn .ic {
    vertical-align: text-bottom;
    margin-right: 6px;
    font-size: 16px;
}
.products-list .box .txt {
    color: #C6A36F;
    line-height: 1.5;
    padding: 10px 0 0;
}
.products-list .box:hover .txt {
    color: #855F26;
}
.products-list .name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}
.products-list .offers {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.sect3 .container {
    max-width: 1920px;
    padding: 0;
}
.ad-links {
    display: block;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.ad-links:hover {
    opacity: 0.7;
}
.news-sect .sect-title {
    margin-bottom: 50px;
}
.news-sect .btn.more {
   margin-top: 35px;
}
.news-list {
    margin: 0 -20px;
}
.news-list .item {
    width: 50%;
    padding: 0 20px;
}
.news-list .box {
    position: relative;
    min-height: 84px;
}
.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 .item:nth-child(2n) .box {
    padding-left: 100px;
}
.news-list .item:nth-child(2n+1) .box {
    padding-right: 100px;
    text-align: right;
}
.news-list .date {
    display: block;
    width: 84px;
    height: 84px;
    background: #C4C4C4;
    color: #333;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .item:nth-child(2n) .date {
    left: 0;
}
.news-list .item:nth-child(2n+1) .date {
    right: 0;
}
.news-list .box:hover .date {
    background: #C5A36E;
    color: #fff;
}
.news-list .date small {
    display: block;
    font-size: 12px;
}
.news-list .name {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 25px;
    padding-top: 7px;
    margin-bottom: 5px;
    font-weight: bold;
}
.news-list .box:hover .name {
    color: #C6A36F;
    text-decoration: underline;
}
.news-list .description {
     color: #656565;
    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:auto;
}
/*.site-nav .menu ul {
    display: none!important;
}*/
.func-menu .gomember-box {
    top: auto;
    bottom: 40px;
    height: 0;
    overflow: hidden;
    transform: rotateX(0deg);
    transition: all .3s ease;
}
.func-menu .gocart{
      display:none
}
.func-menu .gocart.index{
      display: inline-block;
}
.func-menu .gomember.active .gomember-box {
    height: auto;
    transform: rotateX(0deg);
}
.func-menu .cart-box {
    display: none !important
}
.header-fixed .func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: 0%;
    left: -20%;
    top: 90%;
    background: #060606;
    padding: 1px;
    border: 1px solid #545454;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    color: #d8d8d8;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.header-fixed .func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.header-fixed .func-menu .cart-box {
    display: block;
}
@media screen and (max-width: 1600px) {
    .sect1 {
        background: url(../../images/common/index/about_bg.jpg) center no-repeat;
        background-size: cover;
        display: block;
        padding: 100px 0;
    }
}
@media screen and (max-width: 1440px) {
    .banner .ibtn.scroll {
        bottom: 4%;
    }
}
@media screen and (max-width: 1100px) {
    .products-list .item {
        width: 33.33%;
    }
    .sect1{
        padding: 50px 0; 
    }
}
@media screen and (max-width: 1000px) {
    .about-sect .sect-title{
        margin: 0;  
        color: #A57F46;
    }
    .about-sect{
        line-height: 2;
        font-size: 14px;
    }
    .site-title .logo {
        display: inline-block;
    }
    .warning-sect,
    .footer-info {
        padding-top: 20px;
    }
    .btn.more,
    .news-sect .btn.more {
        margin: 25px auto;
    }
    .products-sect .sect-title,
    .news-sect .sect-title {
        margin: 30px 0;
    }
    .shopping_way.hot {
        margin: 5px 0 0;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding: 3px 5px;
        bottom: 5px;
        font-size: 13px;
        bottom: 3px;
    }
    .products-list .offers {
        font-size: 16px;
        height: auto;
    }
    .news-list .description {
        font-size: 14px;
    }
    .news-list .date {
        width: 70px;
        height: 66px;
        font-size: 18px;
        padding-top: 16px;
    }
    .news-list .item:nth-child(2n+1) .box {
        padding-right: 80px;
    }
    .news-list .item {
        padding: 0 10px;
    }
    .news-list .box {
        min-height: auto;
    }
    .news-list .name {
         font-size: 16px;
        max-height: 18px;
        margin-bottom: 2px;
        padding: 0 0 5px;
    }
    .site-main {
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        overflow: visible;
    }
    .banner-control-box {
        height: auto !important;
        display: block;
        left: 0;
        right: 0;
        top: 100%;
    }
    .banner-control {
        display: block;
    }
    .banner .slick-dots {
        text-align: center;
    }
    .banner .slick-dots li {
        display: inline-block;
        padding: 0 5px;
    }
    .banner .slick-dots li button {
        padding: 0 5px;
    }
    .banner .ibtn.scroll {
        display: none;
    }
    .products-list .item {
        width: 50%;
    }
    .news-list .item {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
        float: none;
    }
    .news-list .item:nth-child(2n+1) .box {
        padding-right: 0;
        padding-left: 80px;
        text-align: left;
    }
    .news-list .item:nth-child(2n+1) .date {
        right: auto;
        left: 0;
    }
    .news-list .item:nth-child(2n) .box {
        padding-left: 80px;
    }
    .sect1{ 
        
    }
    .sect5 {
        margin-top: 30px;
    }
}
/*
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
}*/