.inner{
    width:100%;
    margin-top:75px;
}
.zoomContainer{
     z-index: 11;
 }

.products-inner-box{
    width:900px;
    max-width:100%;
    margin:0 auto;
    padding-top:50px;
    display:block;
    font-size:0;
}

.products-inner-box ul{
    width:450px;
    max-width:100%;
    /* height:500px; */
    overflow:hidden;
    display:inline-block;
    vertical-align: top;
}

.products-left{
    width:400px;
    max-width:100%;
    /* height:500px; */
    display:inline-block;
    vertical-align: top;
}


/* 產品左邊大圖 */
.products-left-img{
    width:100%;
    max-width: 100%;
    height:100%;
    margin: 0 auto;
}

.products-left-img img{
    width:100%;
}
/* 右邊產品敘述 */
.products-right li{
    width:350px;
    max-width:100%;
    margin:0 auto;
    text-align:left;
}

.inner-right-b-title{
    color:#eb6100;
    font-size:1.5rem;
    padding-bottom:20px;
}

.inner-right-word{
    font-size:1rem;
    padding-bottom:20px;
}

.inner-right-list{
    font-size:1.5rem;
    padding-bottom:20px;
    text-decoration:line-through;
}

.inner-right-offer{
    font-size:2rem;
    color:red;
    font-weight:bold;
    padding-bottom:20px;
}

.inner-right-sub{
    font-size:1.5rem;
    padding:17px 0;
}

.inner-color-block{
    width:40px;
    height:40px;
    display:inline-block;
    vertical-align: middle;
    border:1px solid #c9c9c9;
    margin:5px 0;
    margin-right:10px;
    cursor: pointer;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-color-block.active{
    border: 3px solid #000;
}
.inner-color-block a{
    width:100%;
    display:block;
}
.black{
    background-color:#000;
}
.orange{
    background-color:#eb6100;
}
.whitle{
    background-color:#FFF;
}

.inner-right-select select{
    width:250px;
    height:40px;
    line-height:40px;
    font-size:1.3rem;
    border:1px solid #c9c9c9;
    vertical-align:middle;
    background-image:url('../img/icon-1.png');
    background-position:100% center;
    background-repeat:no-repeat;
    border-right:0;
}

/* 購物車結帳區域 */

.pay-box{
    width:900px;
    max-width:100%;
    margin:30px auto;
    
}

.pay-box ul{
    width:400px;
    max-width:100%;
    background-color:#000;
    height:50px;
    line-height:50px;
    display:inline-block;
    margin-left:30px;
    text-align:center;
}
.pay-box ul a{
    font-size:1.2rem;
    color:#FFF;
    display:block;
    width:100%;
}
.pay-box ul:first-child{
    margin-left:0;
}
.products-inner-img{
    width:1000px;
    max-width:100%;
    margin:20px auto;
    font-size:0;
    text-align: center;
}

.products-inner-img ul{
    width:400px;
    max-width:100%;
    display:block;
    margin:0 auto;
    margin-bottom: 30px;

}

.products-inner-img ul img{
    width:100%;
}

.inner-img-left{
    float:left;
}

.inner-img-right{
    float:right;
}