@charset "utf-8";
.shopping_way.hot{
    text-align: center;
}
/*------------ banner ------------*/

.banner {
    margin-bottom: 135px;
}

.banner .slick-arrow {
    transition: all .2s;
    border: 0;
    color: transparent;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
}

.banner .slick-arrow:hover {
    transition: all .2s;
    background: rgb(121, 121, 106);
}

.banner .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CACACA;
    font-size: 30px;
}

.banner .slick-prev {
    left: 0;
    bottom: 50px;
}

.banner .slick-prev:before {
    content: "\e100e";
}

.banner .slick-next {
    bottom: 0;
    left: 50px;
}

.banner .slick-next:before {
    content: "\e1020";
}

.btn-scroll {
    display: block;
    width: 70px;
    height: 87px;
    left: 50%;
    bottom: -50px;
    margin: 0 0 0 -35px;
    z-index: 50;
    position: absolute;
    background: url('../../images/common/index/scroll.png');
}


/*------------ more ------------*/

section .more {
    color: #fff;
    line-height: 22px;
    max-width: 165px;
    margin: 35px auto 0;
    display: block;
    text-align: center;
    background: #79796A;
    letter-spacing: 1px;
    transition: all .2s;
}

section .more:hover {
    background: #000;
    transition: all .2s;
}


/*------------ sect1 ------------*/

.sect1 {
    max-width: 1820px;
    margin: 0 auto;
    background: url('../../images/common/index/about-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0px 0 93px;
}
.sect5{
    padding:20px 0;
}

/*----- news ----*/

.news-box {
    position: relative;
    top: -20px;
    margin: 0 0 20px;
}

.news-box .title {
    background: #79796A;
    color: #fff;
    width: 155px;
    line-height: 50px;
    font-family: "Times New Roman";
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    float: left;
}

.news-box .news-marquee {
    background: url('../../images/common/index/news-bg.jpg');
    padding: 15px;
    height: 50px;
    float: right;
    width: calc(100% - 155px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
}

.news-marquee .date {
    border-bottom: 1px solid #664C00;
    display: inline-block;
    color: #664C00;
    padding-right: 10px;
    margin-right: -5px;
}

.news-marquee .name {
    border-bottom: 1px solid #000000;
    display: inline-block;
}

/*ios */
.news-marquee a{
    display: inline-block;
    line-height: 1;
    white-space:nowrap;
    margin-right: 40px;
}
/*/ios*/
/*----- about ----*/

.about-box {
    position: relative;
}

.about-box .pic {
    position: absolute;
    top: 0;
    max-width: 740px;
}

.about-box .text {
    padding: 45px 70px 27px;
    background: #ECECEC;
    border: 5px solid #FFFFFF;
    max-width: 840px;
    margin: 40px 0 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 15;
}

.about-box .text .title {
    font-family: "Times New Roman";
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 20px;
}


/*------------ products ------------*/

.products-sect {
    padding: 30px 0 35px 0;
}

.products-sect .title {
    font-size: 45px;
    font-weight: bold;
    color: #000000;
    font-family: "Times New Roman";
    text-align: center;
    margin: 0 0 10px;
    position: relative;
}

.products-arrow {
    position: absolute;
    top: 10px;
    right: 0;
    width: 65px;
}

.products-arrow:before {
    content: "";
    display: block;
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 24px 0 0 0;
}

.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
}

.products-arrow .slick-prev {
    left: -10px;
}

.products-arrow .slick-next {
    right: -100px;
}

.products-arrow .slick-arrow:before {
    color: #CEBCA1;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}

.products-arrow .slick-arrow:hover:before {
    color: #999;
}

.products-arrow .slick-prev:before {
    content: "\e100e";
}

.products-arrow .slick-next:before {
    content: "\e1020";
}

.products-list {
    margin: 0 -17px;
}

.products-list .new > .box::before{
    width: 65px;
    height: 29px;
    content: 'NEW';
    text-align: center;
    display: block;
    z-index: 15;
    left: 1px;
    top: 10px;
    color: #fff;
    position: absolute;
    background: #A86846;
    line-height: 29px;
}
.products-list li {
    width: 20%;
    padding: 0 17px;
}

.products-list li .box {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    display: block;
    box-sizing: border-box;
}
.products-list li .name,.products-list li .offers{
    display: block;

}
.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 .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    border: 1px solid #fff;
    margin: 0 auto 3px;
    max-width: 260px;
}

.products-list .pic:before,
.products-list .pic:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.products-list .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
    z-index: 20;
}

.products-list .pic:after {
    content: "MORE";
    display: block;
    border: 1px solid #000000;
    width: 120px;
    height: 56px;
    line-height: 56px;
    color: #000000;
    box-sizing: border-box;
    top: 0;
    left: 50%;
    z-index: 20;
    margin: -28px 0 0 -60px;
}

.products-list .box:hover .pic:before,
.products-list .box:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}

.products-list li .box:hover .pic:after {
    top: 50%;
}

.products-list .text {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 8px 10px;
    position: relative;
    transition: all .2s;
}

.products-list li .text:hover {
    background: #F0F0E1;
    transition: all .2s;
}

.products-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.products-list li .offers {
    color: #444444;
    font-size: 18px;
    position: relative;
}

.products-list li .offers i {
    font-size: 18px;
    color: #79796A;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 3px 0;
}
.products-list li .wish,
.products-list li .del {
    width: 35px;
    height: 35px;
    background: rgba(188, 124, 88, .5);
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15;
    transition: all .2s;
}

.products-list li .wish:hover,
.products-list li .del:hover {
    transition: all .2s;
    background: rgba(188, 124, 88, 1);
}


.products-list li .pic {
    position: relative;
}
.products-list li .pic .btn {
    background: #79796A;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1012;
    border-radius: 0;

}
.products-list li .pic .btn:hover {
    background: #a5a698;
}
.products-list li .pic .btn i{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}


/*------------ ad ------------*/

.ad-sect {
    padding-bottom: 60px;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .sect1 {
        padding: 0px 0 50px;
    }
    .about-box .text {
        max-width: 100%;
        float: none;
        margin: -20px 0 0 0;
    }
    .about-box .pic {
        position: static;
        margin: 15px auto 0;
    }
}
@media screen and (max-width: 1000px) {/*手機板*/
    .banner {
        margin-bottom: 25px;
    }
    .about-box .text{
        padding: 5px 10px;
        line-height: 1.6;
    }
    .about-box .text .title,.products-sect .title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    section .more{
        font-size: 10px;
        letter-spacing: 0;
        margin:5px auto;
    }
    .sect1,.ad-sect{
        padding: 10px 0;
    }
    .products-sect,.sect5{
        padding:10px 0;
    }
    .products-list{
        margin:30px 0 10px;
    }
    .products-list li .offers {
        line-height: 1.2;
    }
     .products-arrow {
        left: 50%;
        top: 30px;
        margin: 0 0 0 -32px;
    }
    .products-arrow .slick-arrow:before{
        font-size: 20px
    }
    .products-arrow:before{
        margin-top: 0;
        height: 30px;
    }
    .products-arrow .slick-next {
        right: -50px;
    }
    .banner .slick-prev {
        left: 0px;
        bottom: 0px;
    }
    .btn-scroll{
        display: none;
    }
    .index-about-editor{
        letter-spacing: 0;
    }
}
@media screen and (max-width: 768px) {
 
}
@media screen and (max-width: 600px) {
    .banner .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .banner .slick-arrow:before{
        font-size: 10px;
        line-height: 30px;
    }
    
    .banner .slick-next {
        bottom: 0px;
        left: 30px;
    }
   /* .news-box .title,
    .news-box .news-marquee {
        float: none;
        width: auto;
        height: 35px;
        line-height: 35px;
    }*/
    .news-box .title{
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        width: 65px;
        letter-spacing: 1px;
    }
    .news-box .news-marquee{
        width: calc(100% - 65px);
        height: 30px;
        line-height: 30px;
    }
    .news-box .news-marquee {
        padding: 0 10px;
    }
    .news-marquee .date,
    .news-marquee .name {
        line-height: 1.2;
    }


   
}
