/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner-arrow {
    margin: 40px 0 25px;
    text-align: center;
}

.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #E6E7E7;
    margin: 0 15px;
    position: relative;
    top: -10px;
}
.banner-arrow button:hover{
    color: #E94C01;
}
.banner-dot {
    display: inline-block;
}

.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.banner-dot .slick-dots li {
    margin: 0 3px;
}

.banner-dot .slick-dots button {
    width: 30px;
    height: 5px;
    margin: 0;
    display: block;
    color: transparent;
    background: #E6E7E7;
    top: 0;
}

.banner-dot .slick-active button {
    background: #E94C01;
}



/*------------ title ------------*/

section .title {
    font-size: 22px;
    color: #333;
    line-height: 1.2;
    padding: 0 0 13px 0px;
    background: url('../../images/common/index/news_line.png') no-repeat left bottom;
    font-family: 'Encode Sans Expanded','微軟正黑體', sans-serif;
    font-weight: 900;
    font-style: italic;
    margin: 0 0 20px;
}

section .title span {
    font-size: 22px;
    display: inline-block;
    margin: 0 5px 0px 0;
    letter-spacing: 3px;
    font-weight: normal;
    font-style: normal;
    
}



/*------------ more ------------*/

.more {
    font-size: 13px;
    color: #fff;
    width: 188px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .2s;
    font-family: 'Encode Sans Expanded', sans-serif;
    position: relative;
    overflow: hidden;
    margin:44px auto 0;
    font-weight: 600;
}

.more:hover {
    color: #E94C00;
    transition: all .2s;
}
.more:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.more span{
    position: relative;
    z-index: 2;
}
.more:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}

/*------------ news ------------*/

.news-sect {
    background-image: url('../../images/common/index/news_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 75px 30px;
    margin: 0 0 50px;
}
.news-sect .more{
    width: 100px;
}
.news-sect .col {
    float: left;
    width: 67%;
}

.news-sect .col.pic {
    float: right;
    width: 29%;
    margin: -5px 0 0 0;
    display: none;
}
.news-list{
    background: rgba(255,255,255,0.9);
}
.news-list li {
    line-height: 36px;
    margin-bottom: 2px;
}
.news-list li a{
    display: flex;
}
.news-list li a:before{
    display: none;
}
.news-list li+li {
    border-top: 1px solid rgba(216, 216, 216, .8);
}

.news-list li .date {
    font-size: 12px;
    margin: 0 0px 0 0;
    background: #DCDCDB;
    color: #333333;
    font-weight: 600;
    font-family: 'Encode Sans Expanded', sans-serif;
    flex-basis: 100px;
    width: 100px;
    text-align: center;
    transition: all .3s ease;
}

.news-list li .name {
    padding: 0 10px;
    color: #72726E;
    font-size: 14px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
    width: calc( 100% - 100px);
}

.news-list li a:hover .name {
    background: #DCDCDB;
    color: #212121;
}
.news-list li a:hover .date{
    color: #E31837;
}
.news-sect .more {
    margin: 15px 0 0 10px;
}



/*------------ products ------------*/
.products-sect .title{
    margin-left: 64px;
    background: url(../../images/common/index/products_line.png) left bottom no-repeat;
}
.product-list {
    margin: 0 -10px;
}

.product-list li {
    width: 16.66%;
    padding: 0 10px 40px;
}

.product-list li:nth-child(6n+1) {
    clear: left;
}

.product-list>li>a {
    margin: 0 auto;
    max-width: 250px;
    box-sizing: border-box;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    z-index: 1;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.u-effectiveLinkInner {
    display: block;
    position: absolute!important;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0.6;
}
svg:not(:root) {
    overflow: hidden;
}
.product-list .pic svg{
transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1),-webkit-transform .75s cubic-bezier(.19,1,.22,1);
    pointer-events: none;
    transform: translate3d(-1600px, 0px, 0px);  
      animation-name: out;
   animation-duration:0.5s; 
}
.product-list li:hover .pic svg{
    animation-name: in;
   animation-duration:0.5s; 
    transform: translate3d(-800px, 0px, 0px);
}

@-webkit-keyframes in {
  0% {
    transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1),-webkit-transform .75s cubic-bezier(.19,1,.22,1);
    pointer-events: none;
    transform: translate3d(-1600px, 0px, 0px); 
    
  }

  100% {
     transform: translate3d(-800px, 0px, 0px);
  }
}

@keyframes in {
  0% {
    transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1),-webkit-transform .75s cubic-bezier(.19,1,.22,1);
    pointer-events: none;
    transform: translate3d(-1600px, 0px, 0px); 
  }

  100% {
    
    transform: translate3d(-800px, 0px, 0px);
  }
}
@-webkit-keyframes out {
  0% {
    transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1),-webkit-transform .75s cubic-bezier(.19,1,.22,1);
    pointer-events: none;
    transform: translate3d(-800px, 0px, 0px);
    
  }

  100% {
     transform: translate3d(200px, 0px, 0px);
  }
}

@keyframes out {
  0% {
    transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1),-webkit-transform .75s cubic-bezier(.19,1,.22,1);
    pointer-events: none;
    transform: translate3d(-800px, 0px, 0px);
  }

  100% {
    
    transform: translate3d(200px, 0px, 0px);
  }
}

.product-list li.has-top .cover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 15;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #9C3044 transparent transparent transparent;
}

.product-list li.has-top .cover b {
    position: absolute;
    bottom: 100%;
    right: -16px;
    z-index: 50;
    margin: 0px 0 14px 0px;
    color: #fff;
}

.product-list .text {
    margin: 5px auto;
    text-align: center;
    line-height: 1.6;
}


.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #69666B;
    font-size: 16px;
    font-weight: bold;
}

.product-list li:hover .name {
    color: #333333;
}

.product-list li .offers {
    color: #E31837;
    font-size: 14px;
    position: relative;
    text-align: center;
    margin: 0px;
    font-family: 'Encode Sans Expanded', sans-serif;
    font-weight: 600;
    transition: all .3s ease;

}
.product-list li:hover .offers {
    color: #FF7B62;
}
.product-list .box{
    position: relative;
}
.product-list .box.new:before {
    content: '';
    width: 39px;
    height: 39px;
    z-index: 5;
    background: url('../../images/common/products/new.png') no-repeat;
    display: block;
    position: absolute;
    top: -10px;
    left: 8px;
}


.product-list .wish {
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #333;
    line-height: 27px;
    transition: all .2s;
    margin-top: 5px;
}

.product-list .wish i {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 5px;
    transition: all .2s;
}

.product-list .wish:hover {
    border-color: #e31937;
    color: #e31937;
    transition: all .2s;
}


/*------------ about ------------*/

.about-sect {
    min-height: 340px;
    max-height: 340px;
    background: #F7F4EE url('../../images/common/index/about_bg.jpg') no-repeat center left;
    background-size: contain;
    padding: 40px 25px 18px 0;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px;
}

.about-sect .col {
    float: left;
    width: 50%;
    position: relative;
}

.about-sect .col.text {
    float: right;
    color: #BFEFFF;
    font-size: 14px;
    max-width: 417px;
    text-align: center;
    font-weight: normal;
    padding-top: 25px;
    letter-spacing: 1.5px;
}

.about-title {
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: right;
    width: 230px;
    height: 152px;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 0px 0 0 0;
    position: absolute;
    top: 15px;
    left: 50%;
    margin: 0 0 0 145px;
    font-family: 'Encode Sans Expanded','微軟正黑體', sans-serif;
}
.about-title b{
    font-size: 60px;
    display: block;
    font-weight: normal;
    font-style: italic;
}
.about-title span {
    font-size: 22px;
}

.about-sect .more {

}



/*------------ sect4 ------------*/

.sect4 {
    margin: 10px 0;
}


/*------------ ad ------------*/


/*------------ warning-sect ------------*/


/*------------ site-footer ------------*/


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

@media screen and (max-width: 1280px) {
    .product-list li {
        width: 33.33%;
    }
    .about-sect {
        padding: 0px;
        min-height: auto;
        max-height: none;
        background-size: cover;
    }

    .about-sect .col.text {
        padding: 20px 15px 10px 100px;
    }
    .about-title {
        z-index: 50;
        margin: 0 0 0 5px;
    }
    .more{
        margin-top: 20px;
        width: 188px;
        height: 36px;
        line-height: 36px;
    }
    .about-title b{
        font-size: 50px;
    }

}

@media screen and (max-width: 1000px) {

    .banner{
        margin-top: 0;
    }
    .banner-arrow {
        margin: 15px 0px 0;
    }

    .banner-arrow button {

        top: -7px;
    }
    .about-sect .col{
        float: none;
        width: 100%;
    }
    .about-title{
        position: static;
        margin:0 auto;
        text-align: center;
        height: auto;
    }
    .about-sect .col.text{
        padding:20px 30px;
        max-width: inherit;

    }
    .sect4 {
        margin: 0px 0 10px;
    }
    section .title {
        font-size: 16px;
        margin: 0 0 15px;
        padding: 0 0 10px 0px;
    }

    section .title span {
        font-size: 16px;
    }
    .news-sect {
        padding: 20px 55px 20px;
         margin: 0 0 30px;
    }
    .news-sect .more {
        margin: 10px 0 0 10px;
    }

    .product-list li {
        padding: 0 10px 30px;
    }
    .product-list li .offers {
        font-size: 12px;
        margin: 0px 0px 5px
    }
    .product-list li .offers .price {
        font-size: 14px;
    }
    .about-title {
        z-index: 50;
        font-size: 12px;
        padding: 35px 0 0;
    }
    .about-title b {
        font-size: 30px;
    }
    .index-about-editor .tit {
        font-size: 14px;
    }
    .about-sect {
        margin: 0 0 10px;
    }
    .about-sect {
        margin: 30px 0 25px;
        padding: 6px;
        background-size: cover;
        background-position: right;
    }
}

@media screen and (max-width: 900px) {
    .news-sect .col,
    .news-sect .col.pic {
        float: none;
        width: auto;
    }
    .news-sect .col.pic {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .news-sect {
         padding: 50px 15px 20px;
    }
    .news-list {
        padding: 5px;
        background: rgba(255, 255, 255, 0.9);
    }
    .news-list li .name {
        width: 100%;
    }
    .product-list li {
        width: 50%;
    }

}


/*
@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 40px;
    }
}*/