@charset "utf-8";
.shopping_way.hot{
    text-align: center;
}
/*------------ banner ------------*/

.banner {
    margin-bottom: 80px;
}

.banner .slick-arrow {
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 0;
    color: transparent;
    background: url(../../images/common/index/banner_arrow.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    text-indent: -9999px;
}



.banner .slick-prev {
    left: 0;
    bottom: 50px;
}

.banner .slick-next {
    bottom: 0;
    left: 50px;
    background-position: 100% 0;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}

.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;
    -webkit-transition: all .2s;
    transition: all .2s;
}

section .more:hover {
    background: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
}


/*------------ sect1 ------------*/

.sect1 {
    max-width: 1820px;
    margin: 0 auto;
    background: url('../../images/common/index/about-bg.png') no-repeat center top;
    background-size: cover;
    padding: 0px 0 45px;
}
.sect5{
    padding:20px 0 110px;
}
/*----- news ----*/

.news-box {
    position: relative;
    top: -33px;
    margin: 0 0 30px;
    border: solid 1px #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 5;
}

.news-box .title {
    background: #79796A;
    color: #fff;
    width: 179px;
    line-height: 70px;
    font-style: italic;
    text-align: left;
    padding-left: 25px;
    font-size: 18px;
    letter-spacing: 4px;
    float: left;
    font-family: 'Poppins', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../images/common/index/news_title.png) no-repeat;
}

.news-box .news-marquee {
    background: #fff;
    padding: 15px;
    height: 70px;
    float: right;
    width: calc(100% - 179px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-top: 28px;
    padding-right: 140px;
    position: relative;
}
.news-box .news-marquee:before{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #666;
    position: absolute;
    right: 120px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.news-box .news-marquee:after{
    content: '';
    display: block;
    background: url(../../images/common/index/news_more.png) no-repeat 0 0;
    width: 81px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    cursor: pointer;
}
.news-box .news-marquee:hover:after{
    background-position: 0 100%;
}

.news-marquee .date {
    display: inline-block;
    color: #333333;
    padding-right: 20px;
    margin-right: 15px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 4px #0080FF;
}

.news-marquee .name {
    display: inline-block;
}

/*ios */
.news-marquee a{
    display: inline-block;
    line-height: 1;
    white-space:nowrap;
}
/*/ios*/
/*----- about ----*/
.sect1 .container:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_cover.png) no-repeat;
    width: 100%;
    max-width: 1181px;
    height: 628px;
    position: absolute;
    bottom: -45px;
    right: 0;
    z-index: 2;
}
.about-box {
    position: relative;
}

.about-box .pic {
    position: absolute;
    top: 0;
    max-width: 684px;
}

.about-box .text {
    padding: 71px 0px 66px;
    max-width: 840px;
    width: 50%;
    margin: 40px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 15;
}
.about-box .text:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_arrow.png) no-repeat;
    width: 82px;
    height: 12px;
    position: absolute;
    left: -115px;
    top: 107px;
}

.about-box .text .title {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    max-width: 145px;
}
.about-box .text .title:before{
    content: '關於我們';
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei",  "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro","微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    margin: 0 auto 0;
    bottom: -3px;
}
.sect1 .more{
    background: url(../../images/common/index/about_more.png) no-repeat;
    width: 190px;
    height: 95px;
    text-indent: -99999px;
    position: absolute;
    bottom: -45px;
    right: 185px;
    max-width: inherit;
    -webkit-transition: all .0s;
    transition: all .0s;
}
.sect1 .more:hover{
    background: url(../../images/common/index/about_more.png) no-repeat;
    background-position: 0 100%;
    -webkit-transition: all .0s;
    transition: all .0s;
}

/*------------ products ------------*/
.products-sect:before{
    content: '';
    display: block;
    background: url(../../images/common/index/big_bg.png) no-repeat 50% 50%;
    width: 100%;
    height: 1727px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -370px;
    z-index: -1;
}
.products-sect {
    padding: 50px 0 35px 0;
    position: relative;
}
.products-sect .more{
    text-indent: -9999px;
    background: url(../../images/common/index/products_more.png) no-repeat;
    width: 200px;
    height: 55px;
    max-width: inherit;
}
.products-sect .more:hover{
    background: url(../../images/common/index/products_more.png) no-repeat;
    background-position: 100% 0;
}
.products-sect .title {
    font-size: 42px;
    font-weight: bold;
    color: #050996;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    line-height: normal;
}
.products-sect .title:before{
    content: '';
    display: block;
    background: url(../../images/common/main_title_angle.png) no-repeat;
    width: 17px;
    height: 10px;
    margin: 0 auto;
    position: relative;
}
.products-sect .title:after{
    content: '熱門商品';
    display: block;
    font-size: 18px;
    color: #333333;
    margin: -5px auto 20px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei",  "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro","微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    position: relative;
    letter-spacing: 2px;
}

.products-arrow {
    position: absolute;
    top: 50px;
    right: 0;
    width: 65px;
}


.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    background: url(../../images/common/index/products_arrow.png) no-repeat;
    text-indent: -9999px;
    width: 23px;
    height: 20px;
    
}

.products-arrow .slick-prev {
    left: -10px;
    
}

.products-arrow .slick-next {
    right: 00px;
    background-position: 100% 0;
}
.products-arrow .slick-prev:hover{
    background-position: 0 100%;
}
.products-arrow .slick-next:hover{
    background-position: 100% 100%;
}


.products-arrow .slick-prev:before,
.products-arrow .slick-next:before {
    display: none;
}

.products-list {
    margin: 0 -17px;
}
.products-list .new > a{
    position: relative;
}
.products-list .new > a::before{
    width: 65px;
    height: 29px;
    content: 'NEW';
    text-align: center;
    display: block;
    z-index: 15;
    left: 1px;
    top: 10px;
    color: #fff;
    position: absolute;
    background: #3131AC;
    line-height: 29px;
}
.products-list li {
    width: 20%;
    padding: 0 17px;
}

.products-list li a {
    margin: 0 auto;
    max-width: 260px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list .pic {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid #fff;
    margin: 0 auto 3px;
    max-width: 260px;
}


.products-list .pic:after {
    content: "";
    display: block;
    background: url(../../images/common/products/hover.png) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 0%;
    z-index: 50;
    margin: auto;
    position: absolute;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.products-list a:hover .pic:after {
    opacity: 1;
    top: 0;
}


.products-list .text {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px 8px 30px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.products-list .text:before{
    content: '';
    display: block;
    background: url(../../images/common/products/name_ic.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 15px;
}
.products-list li:hover .text:before{
    background-position: 100% 0;
}

.products-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list li:hover .name{
    color: #3131AC;
}

.products-list li .offers {
    color: #D90000;
    font-size: 18px;
    position: relative;
    text-align: left;
    display:none;
}

.products-list li .offers i {
    font-size: 18px;
    color: #79796A;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 3px 0;
    display: none;
}
.products-list li .wish,
.products-list li .del {
    width: 35px;
    height: 35px;
    background: #7CDAFA;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list li .wish:hover,
.products-list li .del:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    background:#00BFFF;
}


.products-list li .pic a{
    position: relative;
    z-index: 1011;
}
.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:40px 0 60px;
}


/*------------ rwd ------------*/


@media screen and (max-width: 1000px) {/*手機板*/
    .banner {
        margin-bottom: 25px;
    }
    
    section .more{
        margin:20px auto 5px;
    }
   .sect1{
        padding: 10px 0;
    }
    .ad-sect{
        padding: 20px 0;
    }
    .products-sect,.sect5{
        padding:80px 0 10px;
    }
    .sect5{  padding:25px 0 45px;}
    .products-list{
        margin:40px 0 10px;
    }
    .products-list li .offers {
        line-height: 1.2;
    }
     .products-arrow {
        left: 50%;
        top: 30px;
        margin: 30px 0 0px -52px;
    }
    .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;
    }
    .about-box .text::before,
    .sect1 .container::before{
        display: none;
    }
    .about-box .text .title::before{
        text-align: left;
        margin: 5px 0;
    }
    .about-box .text{
        padding: 5px 10px;
        line-height: 1.6;
        background: rgba(0,0,153,0.8);
    }
    .about-box .text .title,.products-sect .title{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .sect1 .more{
        position: relative;
        bottom: -30px;
        right: inherit;
    }
}
@media screen and (max-width: 768px) {
 
}
@media screen and (max-width: 600px) {
    .banner .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
        opacity: 0;
        display: none;
        visibility: hidden;
    }
    .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;
		padding: 0px;
    }
    .news-box .news-marquee::after,
    .news-box .news-marquee::before{display: none;}
    .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;
    }
    .news-box{
        top: inherit;
    }
    .about-box .text{
    line-height: 2;
    background: rgba(0,0,153,0.8);
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .products-sect{
        padding-top: 30px;
    }
	.products-list li .offers {
    font-size: 15px;
}
   
}
