.banner {
    position: relative;
    padding-bottom: 110px;
}
.banner:before {
    content: '';
    display: block;
    background: url('../../images/common/banner_bg.png') top center repeat-x;
    height: 486px;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner img{
    border-radius: 15px;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 65px;
    height: 66px;
    margin-top: -34px;
    position: absolute;
    z-index:1;
    top: 50%;
    cursor: pointer;
    transition: all .3s ease;
}
.banner .slick-prev {
    left: -30px;
    transform: scale(1);
}
.banner .slick-next {
    right: -30px;
    transform: scale(1) scaleX(-1);
}
.banner .slick-prev:hover {
    transform: scale(1.1);
}
.banner .slick-next:hover {
    transform: scale(1.1) scaleX(-1);
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 23px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0px 7.5px 0;
    cursor: pointer;
    background: #FBBF2B;
}
.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #EE7700;
}
/* site-main */
.site-main{
    position: relative;
    display: flex;
    flex-direction: column;
}

/******** 2.0 新增banner下方html區塊 ********/
.sect4{
    position: relative;
    background: url('../../images/common/bg.jpg') center repeat;
    padding-bottom: 0px;
    order: 1;
}
.sect4 img{
    border-radius: 15px;
}
/******** 2.0 新增banner下方html區塊 ********/
/* title */
.sect-title {
    position: relative;
    display: flex;
    line-height: 1.2;
    margin: 0 auto 38px;
    z-index: 2;
}
.sect-title span {
    position: relative;
    box-sizing: border-box;
    background: url('../../images/common/index/tit_bg.png') top center no-repeat;
    width: 98px;
    height: 30px;
    line-height: 42px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ED7700;
    text-align: center;
}
.sect-title b{
    font-size: 32px;
    color: #444444;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.2;
    font-family: "Noto Sans TC", sans-serif;
    margin: 0;
}
/* .sect2 .news-sect + .about-sect*/
.sect2 {
    position: relative;
    background: url('../../images/common/bg.jpg') center repeat;
    padding: 126px 0 22px;
    order: 2;
    z-index: 3;
    overflow: visible;
}
.sect2 .container{
    position: relative;
    display: flex;
    z-index: 2;
}
.news-sect {
    position: relative;
    float: left;
    width: 40.3%;
    margin-right: auto;
}
.news-sect .sect-title span{
    margin-right: 10px;
}
.news-sect .ibtn.more{
    position: absolute;
    top: -12px;
    right: 20px;
}
.news-list {
    max-width: 1280px;
    margin: 0 -15px ;
}
.news-list .item {
    width: 50%;
    padding: 0 15px;
}
.news-list .box {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 274px;
    margin: 0 auto 30px;
    text-align: center;
}

.news-list .item .box{
    position: relative;
    display: flex;
}
.news-list .pic {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #E3E3E3;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    transition: all .3s ease;
    order: 1;
}
.news-list .box:hover .pic {
    border-color: #EE7700;
}
.news-list .pic img{
    margin: auto;
    border-radius: 15px;
    box-sizing: border-box;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    max-width: 250px;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    order: 3;
}
.news-list .date {
    position: relative;
    box-sizing: border-box;
    max-width: 250px;
    color: #FBBF2B;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-family: "Montserrat", sans-serif;
    padding:15px 0 5px;
    margin: 0;
    margin-left: 20px;
    text-align: left;
    order: 2;
}
.news-list .n_round{
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    right: 22px;
    top: -22px;
    background: #FBBF2B;
    transition: all .3s ease;
    z-index: 2;
}
.news-list .n_round::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 0%;
    background: #EE7700;
    border-radius: 100%;
    transition: all .4s ease;
}
.news-list .box:hover .n_round::before{
    width: 100%;
    height: 100%;
}

.news-list .n_round::after{
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 9px;
    background: url('../../images/common/index/n_arrow_ic.png') center no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
@media screen and (max-width: 1000px) {
    .news-list {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
        padding: 0 7.5px;
    }
    .news-list .date{
        font-size: 14px;
        margin: 0 auto 0;
        width: 100%;
        max-width: 250px;
    }
    .news-list .name{
        font-size: 17px;
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
    }
    .news-list .n_round{
        width: 40px;
        height: 40px;
        background-size:contain ;
    }
}
@media screen and (max-width: 767px) {
    .news-list .date {
        box-sizing: border-box;
        padding-left: 2%;
    }
}
@media screen and (max-width: 480px) {
    .news-list .date {
        box-sizing: border-box;
        padding-left: 5%;
    }
}

.about-sect {
    position: relative;
    display: flex;
    flex-direction: column;
    float: right;
    width: 52.8%;
    max-width: 760px;
    margin-left: auto;
}
.about-sect .sect-title{
    margin: 0 auto 56px -18px;
}
.about-sect .sect-title  span{
    margin-right: 10px;
}
.about-sect .pic {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    height: fit-content;
    /* animation: upanddown1 4s linear infinite; */
    z-index: 2;
}
.about-sect .about_pic_s{
    position: absolute;
    width: 26.9%;
    height: fit-content;
    left: 29.5%;
    top: 59%;
    /* animation: upanddown3 4s linear infinite; */
    z-index: 3;
}
.about-sect .about_bg{
    position: absolute;
    width: 22%;
    height: fit-content;
    left: 1.5%;
    top: 0;
    /* animation: upanddown2 4s linear infinite; */
    z-index: 1;
}
.about-sect .txt {
    position: relative;
    float: right;
    width: 42.8%;
    max-width: 325px;
    margin-left: auto;
    z-index: 2;
}
.about-sect .txt .editor{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #666666;
}
.about-sect .txt .editor h4{
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    margin: 0 0 12px;
}
.about-sect .txt .editor h4 b{
    font-weight: 500;
    color: #F9BF2B;
}
.about-sect .txt .editor h4 i{
    position: relative;
    display: inline-block;
    width: 2px;
    height: 22px;
    background: rgba(251,191,43,.5);
    margin: 0 20px -2px;
}

.about-sect .btn-box {
    text-align: right;
    width: fit-content;
    margin-left: auto;
}

.sect2 .deco1{
    position: absolute;
    display: block;
    left: 69.75%;
    right: -5.6%;
    bottom: 10%;
    -webkit-animation: sparkle 1.2s ease-in-out infinite;
    animation: sparkle 1.2s ease-in-out infinite;
}

/* .sect3 .products-sect */
.sect3 {
    position: relative;
    padding: 60px 0px 81px;
    background: #FFFFFF;
    order: 3;
    z-index: 2;
    overflow: visible;
}
.sect3::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 288px;
    background: url('../../images/common/index/p_bg.png') center bottom no-repeat;
    z-index: -1;
}
.sect3  .container{
    position: relative;
    z-index: 2;
}
.products-sect{
    position: relative;
}
.products-sect .sect-title {
    position: relative;
    display: flex;
    flex-direction: column;
    width: fit-content;
    text-align: center;
    align-items: center;
    margin: 0 auto 38px;
}
.products-sect::before{
    content: '';
    position: absolute;
    display: block;
    width: 333px;
    height: 309px;
    background: url('../../images/common/index/p_titbg.png') center no-repeat;
    background-size: contain;
    top: -58px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}
.products-sect .sect-title span{
    margin-bottom: 8px;
}
.products-sect .ibtn.more {
    position: relative;
    box-sizing: border-box;
    width: 278px;
    height: 60px;
    display: flex;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 0.05em;
    background: #FBBF2B;
    z-index: 2;
    overflow: hidden;
    justify-content: center;
    padding-right: 30px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
.products-sect .ibtn.more::after {
    content: "";
    position: absolute;
    background: #EE7700;
    width: 120%;
    padding-top: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.products-sect .ibtn.more:hover:after {
    top: -100%;
}
.products-sect .ibtn.more .more_ic{
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 68px;
    margin: auto;
    background: transparent;
}
.products-sect .ibtn.more:hover .more_ic{
    -webkit-animation: arrowLeft 1s ease-in-out both infinite;
    animation: arrowLeft 1s ease-in-out both infinite;
}
.products-sect .ibtn.more .more_ic::before{
    display: none;
}
.products-list {
    position: relative;
    margin: 0 -12.5px;
    z-index: 2;
}
.products-list .item {
    /* width: 20%;*/
    padding: 0 12.5px;
}
/*
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}*/
.products-list .box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    padding: 0 22px;
    max-width: 270px;
    margin: 0 auto 40px;
    flex-direction: column-reverse;
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #E3E3E3;
    transition: all .3s ease;
}
.products-list .box:hover{
    border: 2px solid #EE7700;
}
.products-list .box::after{
    position: absolute;
    content: '';
    display: block;
    border-radius: 100%;
    background: #F7B500;
    width: 10px;
    height: 10px;
    right: 25px;
    bottom: 28px;
    transform: scale(1);
    transition: all .3s ease;
}
.products-list .box:hover::after{
    background: #EE7700;
    transform: scale(2);
}
.products-list .box.new:before {
    content: '最新款';
    display: block;
    background:#EE7700;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    width: 66px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    z-index: 10;
    left: 22px;
    top: 32%;
}
.products-list .pic-box {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.products-list .pic-box::after{
    position: relative;
    content: '了解更多';
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #333333;
    padding: 12px 0 22px;
    margin: 12px  0 0;
    border-top: 1px solid #DDDDDD;
    transition: all .3s ease;
}
.products-list .box:hover .pic-box::after{
    color: #EE7700;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.products-list .txt {
    padding-top: 24px;
}
.products-list .name {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin-bottom: 5px;
    line-height: 1.5;
    transition: all .3s ease;
}
.products-list .offers {
    color: #ED7700;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    margin: 5px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;

}
.products-list .offers .icon {
    display: none;
}
.sect3 .deco2{
    position: absolute;
    display: block;
    left: -4.1%;
    right: 59.05%;
    top: 19.1%;
    -webkit-animation: sparkle 1.2s ease-in-out infinite;
    animation: sparkle 1.2s ease-in-out infinite;
}
.sect3 .deco3{
    position: absolute;
    display: block;
    left: 81.8%;
    right: -3.2%;
    bottom: 2.4%;
    -webkit-animation: sparkle 1.2s ease-in-out infinite;
    animation: sparkle 1.2s ease-in-out infinite;
}
/******** 新增拆單系統 *****************/
.products-list .shopping_way span+span{
    margin:0 2px;
}
.products-list .shopping_way span{
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background:#fbab9b;
    display:inline-block;
    border-radius:5px;
    margin-bottom: 8px;
    width: auto;
    padding:0 6px;
    letter-spacing: 1px;
}
.products-list .shopping_way .cold{
    background:#80dc9c;
}
.products-list .shopping_way .freezing{
    background:#63c7f5;
}
@media screen and (max-width: 1280px) {
    .products-list{
        margin: 0 -7.5px;
    }
    .products-list .item{
        padding: 0 7.5px;
    }
    .products-list .box{
        padding: 0 15px;
    }
    .products-list .txt {
        padding-top: 15px;
    }
    .products-list .box::after{
        bottom: 22px;
    }
    .products-list .pic-box::after{
        padding: 10px 0 15px;
    }
    .products-list .offers{
        margin: 5px 0 12px;
    }
    .products-list .box.new:before{
        left: 15px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list {
        width: 100%;
        margin: 0 auto;
    }
    .products-list .box {
        padding: 0 10px;
        margin: 0 auto 30px;
    }
    .products-list .txt {
        padding-top: 10px;
    }
    .products-list .name{
    font-size: 17px;
        margin-bottom: 5px;
    }
    .products-list .offers {
        margin: 5px 0 10px;
        font-size: 16px;
    }
    .products-list .box.new:before {
        left: 10px;
        width: 58px;
        top: 35%;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .products-list .pic-box::after {
        padding: 8px 0 12px;
        font-size: 14px;
    }
    .products-list .box::after {
        bottom: 20px;
        right: 15px;
        width: 8px;
        height: 8px;
    }
}
/******** 新增拆單系統 *****************/
/* ad */
.sect1 {
    position: relative;
    padding: 0;
    order: 4;
    background: #FFFFFF;
    z-index: 0;
}
.ad-link {
    display: block;
    transition: opacity 0.3s;
}
.ad-link:hover {
    opacity: 0.7;
}
@media screen and (max-width: 1680px) {
    .banner {
        padding: 0 15px;
        padding-bottom: 110px;
    }
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next{
        right: 15px;
    }
    .about-sect{
        width: 64%;
        margin: 0 auto;
    }
    .news-sect{
        width: 36%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {
    .banner {
        padding: 0 15px;
        padding-bottom: 72px;
    }
    .banner .slick-prev, .banner .slick-next{
        width: 55px;
        height: 55px;
        background-size: contain;
    }
    .banner .slick-dots{
        margin: 15px 0 0;
    }

    .sect2{
        padding: 72px 0 56px;
    }
    .sect3 {
        padding: 60px 0px 32px;
    }
    .sect2 .container{
        display: flex;
        flex-direction: column;
    }
    .news-sect{
        width: 100%;
        padding: 0 0 32px;
        max-width: 760px;
    }
    .about-sect{
        width: 100%;
        padding: 32px 0 0;
        max-width: 760px;
    }
    .news-sect .sect-title{
        margin: 0 auto 38px 6%;
    }
    .about-sect .sect-title {
        margin: 0 auto 38px -18px;
    }
    .sect2 .deco1{
        top: 10%;
        bottom: inherit;
    }
    .sect3 .deco2{
        top: 15%;
    }
    .sect3 .deco3{
        bottom: 20%;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding: 0 15px;
        padding-bottom: 48px;
    }
    .banner:before{
        height: 65%;
        background-size: cover;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .banner .slick-dots li button{
        width: 7px;
        height: 7px;
        margin: 0 5px;
    }

    .sect-title{
        margin: 0 auto 30px;
    }
    .sect-title span{
        font-size: 16px;
    }
    .sect-title b {
        font-size: 24px;
    }
    .news-sect .sect-title span,
    .about-sect .sect-title span,
    .products-sect .sect-title span {
        margin: 0 auto 2px;
    }
    .news-sect .sect-title{
        position: relative;
        display: flex;
        flex-direction: column;
        width: fit-content;
        text-align: center;
        align-items: center;
        margin: 0 auto 24px;
        order: 1;
    }
    .about-sect .sect-title{
        position: relative;
        display: flex;
        flex-direction: column;
        width: fit-content;
        text-align: center;
        align-items: center;
        margin: 0 auto 24px;
    }
    .products-sect .sect-title {
        position: relative;
        display: flex;
        flex-direction: column;
        width: fit-content;
        text-align: center;
        align-items: center;
        margin: 0 auto 24px;
    }

    .sect2{
        padding: 48px 0 42px;
    }
    .sect3 {
        padding: 42px 0px 20px;
    }
    .sect3::before{
        height: 192px;
        background-size: cover;
    }
    .news-sect{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 0 24px;
        max-width: 650px;
    }
    .about-sect{
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 24px 0 0;
        max-width: 650px;
    }
    .news-sect .ibtn.more{
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: inherit;
        order: 3;
    }
    .news-list{
        order: 2;
    }
    .about-sect .about_bg {
        left: -25%;
        right: 0;
        margin: 0 auto;
        top: 16%;
        /* animation: upanddown2_m 4s linear infinite; */
    }
    .about-sect .pic{
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto 32px;
    }
    .about-sect .about_pic_s{
        width: 22.9%;
        left: 42%;
        right: 0;
        margin: 0 auto;
        top: 48%;
        /* animation: upanddown3_m 2.5s linear infinite; */
    }
    .about-sect .txt{
        width: 100%;
        max-width: 760px;
    }
    .about-sect .txt .editor h4 i{
        height: 18px;
        margin: 0 15px -2px;
    }
    .about-sect .txt .editor h4 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .about-sect .txt .editor{
        font-size: 15px;
        text-align: center;
        max-width: 595px;
        width: 100%;
        margin: 0 auto;
    }
    .about-sect .txt .editor > br:last-child{
        display: none;
    }
    .about-sect .btn-box{
        padding: 0;
        margin: 28px auto 0;
    }
    .products-sect::before{
        width: 288px;
        height: 268px;
        background-size: contain;
        top: -42px;
    }
    .products-sect .ibtn.more{
        width: 250px;
        height: 54px;
        font-size: 16px;
        line-height: 54px;
    }
    /* .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }*/
    /***  優化 ***/
    .products-list .shopping_way span{
        line-height: 22px;
        font-size: 12px;
        font-weight: normal;
        width: auto;
        padding:0 8px;
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 767px) {
    .about-sect .about_bg{
        width: 36%;
        left: -36%;
    }
    .about-sect .about_pic_s{
        width: 36%;
        left: 60%;
    }
    .products-sect{
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
    /* .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }*/
}

@media screen and (max-width: 480px) {

}