@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: #EA5410;
}

.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: #fff;
    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');
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    animation-name: bounce;
    transition: all 0.3s ease;
}

.btn-scroll:hover{
    opacity: 0.5;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/*------------ more ------------*/

section .more {
    color: #EA5410;
    line-height: 50px;
    width: 150px;
    margin: 50px auto 0;
    display: block;
    text-align: center;
    background: none;
    letter-spacing: 1px;
    transition: all .2s;
    border: 1px solid #EA5410;
    font-family: 'Montserrat', '微軟正黑體';
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}

.products-sect .more {
    margin: 20px auto 20px;
}

section .more:hover {
    color: #ffffff;
    letter-spacing: 3px;
}

section .more:after, section .more:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all .3s ease;
}

section .more:after {
    z-index: -2;
    background: #EA5410;
}

section .more:hover:before {
    height: 0;
}

/*------------ sect1 ------------*/

.sect1 {
    max-width: 1820px;
    margin: 0 auto;
    background: url('../../images/common/index/about-bg.jpg') no-repeat center top;
    padding: 4% 0 3%;
    background-size: cover;
}

.sect5 {
    padding: 20px 0;
}

/*----- news ----*/

.news-box {
    position: relative;
    top: -20px;
    margin: 0 0 20px;
}

.news.more.ibtn {
    width: 93px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    text-indent: inherit;
    color: transparent;
    text-align: center;
    z-index: 5;
    color: #fff;
    border-radius: 0;
}

.news.more::before {
    content: '';
    background: #332C2B;
    border: none;
}

.news-box .title {
    background: #EA5410;
    color: #fff;
    width: 155px;
    line-height: 50px;
    font-family: "Montserrat";
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2.5px;
    float: left;
    z-index: 40;
    position: relative;
}

.news-box .news-marquee {
    background: #ffffff;
    border: 1px solid #EA5410;
    padding: 15px;
    height: 51px;
    float: right;
    width: calc(100% - 155px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
    z-index: 20;
    position: relative;
}

.news-box .news-marquee marquee {
    margin-right: 100px;
}

.news-marquee .date {
    display: inline-block;
    padding-right: 10px;
    margin-right: -5px;
}

.news-marquee .name {
    display: inline-block;
}

.news-marquee .date {
    display: inline-block;
    color: #FF7F13;
    padding-right: 10px;
    margin-right: -5px;
}

.news-marquee .date:before {
    content: '【';
}

.news-marquee .date:after {
    content: '】';
}

.news-marquee .name {
    display: inline-block;
}

.news-marquee .name:hover {
    opacity: .6;
}

/*ios */

.news-marquee a {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    margin-right: 40px;
}

.news.ibtn a {
    margin: 0;
    display: block;
    height: 100%;
    white-space: inherit;
    width: 100%;
    z-index: 10;
    top: 0;
    font-size: 0;
    position: relative;
}

.news.ibtn a:before {
    content: '';
    position: absolute;
    background: url(../../images/common/index/new_arr.png) no-repeat;
    width: 39px;
    height: 7px;
    top: 20px;
    left: 28px;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 80;
}

.news.ibtn a:hover:before {
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(50%) translateZ(0);
    left: 100%;
    /* right: -100%; */
    z-index: 5;
}

.news.ibtn a:after {
    content: '';
    font-size: 40px;
    top: 0;
    left: -100%;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
    z-index: 5;
    background: url(../../images/common/index/new_arr.png) no-repeat;
    width: 39px;
    height: 7px;
    top: 20px;
}

.news.ibtn a:hover:after {
    left: 28px;
    opacity: 1;
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    z-index: 5;
}

/*/ios*/

.title {
    font-family: 'Montserrat', '微軟正黑體';
    color: #EA5410;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.5px;
}

.title:after {
    content: '';
    color: #000000;
    font-size: 24px;
    position: relative;
    letter-spacing: 1px;
}

/*----- about ----*/

.about-box {
    position: relative;
}

.about-box .pic {
    position: absolute;
    top: 0;
    max-width: 740px;
}

.about-box .text {
    padding: 40px 40px 40px 120px;
    background: rgba(255, 255, 255, .5);
    border: 5px solid rgba(255, 255, 255, 0.5);
    max-width: 625px;
    margin: 40px 150px 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 0;
}

.about-box .more {
    margin-left: 0;
}

.about-box .text .title {
    margin: 0 0 20px;
}

.about-box .text .title:after {
    content: '‧ 關於我們';
    margin: 0 10px;
    top: -5px;
}

.about-box .editor {
    height: 185px;
}

/*------------ products ------------*/

.products-sect {
    padding: 50px 0 30px;
    background: url(../../images/common/index/products_bg.png) no-repeat top center;
}

.products-sect .title {
    font-size: 45px;
    text-align: center;
    margin: 0 0 30px;
    position: relative;
}

.products-sect .title:after {
    content: '產品介紹';
    display: block;
    margin: 10px 0;
}

.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: -45px;
}

.products-arrow .slick-next {
    right: -100px;
}

.products-arrow .slick-arrow:before {
    color: #CCCCCC;
    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: 35px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    transition: all .3s ease;
    border-radius: 50%;
    background: #fff;
}

.products-arrow .slick-arrow:hover:before {
    background: #EA5410;
    border-color: #EA5410;
    color: #ffffff;
}

.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: 46px;
    height: 38px;
    content: '';
    text-align: center;
    display: block;
    z-index: 15;
    left: 10px;
    top: -3px;
    position: absolute;
    background: #EA5410;
    background: url(../../images/common/products/news_tage.png) no-repeat;
}

.products-list li {
    width: 20%;
    padding: 5px 17px 0;
}

.products-list li .box {
    position: relative;
    margin: 0 auto;
    max-width: 260px;
    display: block;
    box-sizing: border-box;
}

.products-list .text {
    position: relative;
}

.products-list li .text:before {
    content: '';
    display: block;
    background: #F2F2F2;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out;
    height: 1px;
    width: 100%;
}

.products-list li:hover .text:before {
    width: 100%;
    background: #FBDDCF;
    right: inherit;
    left: 0;
}

.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(234, 84, 16, .3);
    z-index: 20;
    transition: all .3s ease;
}

.products-list .box:hover .pic:before, .products-list .box:hover .pic:after {
    transition: all .3s ease;
    opacity: 1;
}

.products-list li .box:hover .pic:after {
    top: 50%;
}

.products-list .text {
    text-align: left;
    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: #444444;
    font-size: 16px;
    font-weight: normal;
}

.products-list .box:hover .name {
    color: #EA5410;
}

.products-list li .offers {
    color: #FF7F13;
    font-size: 18px;
    position: relative;
}

.products-list li .offers i {
    font-size: 18px;
    color: #EA5410;
    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;
    overflow: hidden;
}

.products-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.products-list .box:hover .pic img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.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: 1440px) {
    .about-box .text {
        padding: 50px 40px 50px 135px;
        background: rgba(255, 255, 255, .5);
        border: 5px solid rgba(255, 255, 255, 0.5);
        max-width: 730px;
        margin: 40px 0 0 0;
        box-sizing: border-box;
        float: right;
        position: relative;
        z-index: 0;
    }
}

@media screen and (max-width: 1380px) {
    .about-box .text {
        padding: 50px 40px 50px 195px;
    }
}

@media screen and (max-width: 1320px) {
    .about-box .text {
        padding: 50px 40px 50px 250px;
    }
}

@media screen and (max-width: 1280px) {
    .sect1 {
        padding: 0px 0 50px;
    }
    .about-box .text {
        max-width: 100%;
        float: none;
        margin: 20px 0 0;
        padding: 20px;
    }
    .about-box .pic {
        position: static;
        margin: 0 auto 0;
    }
    .about-box {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1000px) {
    /*手機板*/
    .banner {
        margin-bottom: 25px;
    }
    .about-box .text {
        padding: 20px;
        line-height: 1.6;
    }
    .about-box .text .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    section .more {
        font-size: 10px;
        letter-spacing: 0;
        margin: 5px auto;
        width: 100px;
        line-height: 40px;
    }
    .sect1 {
        padding: 20px 0;
    }
    .ad-sect {
        padding: 10px 0;
    }
    .products-sect, .sect5 {
        padding: 30px 0 0;
    }
    .products-list {
        margin: 30px 0 10px;
    }
    .products-list li .offers {
        line-height: 1.2;
    }
    .products-arrow {
        left: 50%;
        top: 67px;
        margin: 0 0 0 -26px;
    }
    .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;
    }
    .products-arrow .slick-prev {
        left: -10px;
    }
    .products-arrow button {
        z-index: 50;
    }
    .products-sect .title {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .about-box .text .title:after, .products-sect .title:after {
        font-size: 18px;
        top: 0;
    }
    .about-box .more {
        margin: 20px auto 0;
    }
    .news.more.ibtn {
        display: none;
    }
    .news-box .news-marquee marquee {
        margin-right: 0;
    }
    .products-list .text {
        text-align: center;
    }
    .products-list .name {
        margin-bottom: 5px;
    }
}

@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;
    }
    .warning-sect {
        padding: 6px 0 15px;
        display: flex;
    }
    .news-box {
        margin: 0 0 0px;
    }
}