/* 注意事項 */
.products-return-note ul{
    width: 100%;
    border-bottom: 1px solid #eb6100;
    margin-bottom: 30px;
}

.products-return-note{
    width:600px;
    max-width:100%;
    margin:0 auto;
    margin-top:90px;
}

.products-return-note-word{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.products-return-note-word ul{
    background-color:#f7f7f7;
    padding: 10px 0;
}
.products-return-note-word ul li{
    font-size:2rem;
    display:block;
    padding:20px 0;
    padding-left:40px;
}
.products-return-num{
    width:1200px;
    max-width:100%;
    margin:0 auto;
    font-size:1.5rem;
    padding-bottom: 10px;

}
/* 商品呈現 */
.products-return-title{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.prodlcuts-return-details{
    width:1200px;
    max-width:100%;
    margin:0 auto;
}
.products-return-title ul{
    width: 100%;
    border-bottom: 1px solid #eb6100;
    margin-bottom: 30px;
}
.prodlcuts-return-details ul{
    font-size:0;
    background-color:#e7e7e7;
}
.prodlcuts-return-details ul li{
    display:inline-block;
    vertical-align:middle;
}
.prodlcuts-return-details ul.bg-orange{
    background-color:#eb6100;
}
.prodlcuts-return-details ul:nth-child(even){
    background-color: #f7f7f7;
}

.return-del-checkbox{
    width:20px;
    max-width:20px;
    margin:0 auto;
}
.return-del-checkbox input{
    width:20px;
    max-width:100%;
    margin:0 auto;
    height:20px;
    background-color:#FFF;
}

/* 匯款資料 */

.return-data-box{
    width:1200px;
    max-width:100%;
    margin:0 auto;

}

.return-data{
    width:700px;
    max-width:100%;
    margin:0 auto;
    padding:15px 0;
}

.return-data input{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:1.5rem;
}

.return-button-box{
    margin-top:30px;
    width:1200px;
    max-width:100%;
    margin:0 auto;
}



.return-button{
    margin:30px 0;
    width:700px;
    max-width:100%;
    margin:0 auto;
    padding:15px 0;
}

.return-button input{
    width:100%;
    margin:0 auto;
    display:block;
    height:70px;
    background-color:#eb6100;
    border:0;
    color:#FFF;
    font-size:2rem;
}