/* products */
.products{
    width:100%;
}
.products-title{
    width:100%;
    display:block;
    margin-top:75px;
}
.products-title ul{
    width:600px;
    max-width:100%;
    margin: 0 auto;
    border-bottom:1px solid #eb6100;
    margin-bottom:30px;
}
.products-b-title{
    color:#eb6100;
    font-size:3rem;
    padding:20px 0;
    text-align:center;
}

.products-s-title{
    color:#7b7b7b;
    font-size:1.5rem;
    text-align:center;
    padding-bottom:20px;
}
/* products圖片設定 */
.products-box{
    width:1600px;
    max-width:100%;
    margin:0 auto;
    font-size:0;
    margin-bottom:20px;
}

.products-box ul{
    width:300px;
    max-width:100%;
    display:inline-block;
    margin:20px 50px;
    vertical-align: top;
}

.products-box ul li{
    width:100%;
    display:block;
    overflow:hidden;
}
.products-box ul li span.title{
    height: 75px;
    display: block;
}
.products-img-box img{
    width:100%;
}
.products-word{
    text-align:center;
    color:#000;
    font-size:1.5rem;
    line-height:1.6;
}
.products-money{
    color:#eb6100;
}

.products-box ul:hover .products-img-box img{
    transform: scale(1.2);
    transition: all 0.5s ease-out;
}

/* 頁數 */
.page{
    margin:40px 0;
    text-align: center;
    
}
.page a{
    font-size: 1rem;
    padding: 0 10px;
    color:#000;
}
.page .prev ,.page .next{
    font-size:1.5rem;
    color: #eb6100;
    vertical-align:middle;
}

.page .prev{
    padding-right:10px;
}

.page .next{
    padding-left:10px;
}

.page .select{
    color:#eb6100;
}
