.product-width{
	width: 1200px;
	max-width: 100%;
	margin: auto;
    position: relative;
    z-index: 0;
    margin-bottom: 89px;
}
.products-class-left,
.products-list-right{
	float: left;

}
.products-list-right{
	width: 77%;
    font-size: 0;
}
.products-class-left{
	width: calc( 23% - 70px);
	margin-right: 60px;
	border: 10px solid #8ba9b6;
	padding: 50px 15px;
	text-align: center;
}
.products-class-left h3{
	font-size: 24px;
	font-weight: bold;
	color: #28637d;
	position: relative;
    margin-bottom: 30px;
}
.products-class-left h3:after{
    content: '';
    width: 40px;
    color: #28637d;
    position: absolute;
    left: 37%;
    bottom: -10px;
    border: 1px solid #28637d;
}
.products-class:hover,
.products-class.active{
	color: #ff5400;
}
.select_boder .select{
	display: none;
}
.products-class-left .icon_writing .products-class{
	margin:10px 0 ;
}
.products-class:hover, .products-class.active{
    transition: all .3s linear;
}
.products-list{
	font-size: 0;
}
.products-box{
	display: inline-block;
	width: 33.333333%;
	padding:10px;
}
.products-bg{
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 100%;
	border: 2px solid #aaa;
}
.products-list-right-title{
	padding: 0 10px;
	font-size: 24px;
	padding-bottom: 35px;
}
.products-mask{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    left: 0;
    top: 0;
}
.products-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.products-page{
	border-bottom: 3px solid #aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.products-page-img,
.products-page-info{
	float: left;
}
.products-page-img{
	width: 50%;
}
.products-page-info{
	width: calc( 50% - 40px);
	margin-left: 40px;
}
.products-page-img-big .img{
	width: 100%;
	height: 0;
	padding-bottom: 475px;
	display: block;
	border: 2px solid #aaa;
}
.products-page-img-small{
	display: inline-block;
	width: 20%;
	height: 0;
	padding-bottom: 100px;
	margin:10px ;
	border: 2px solid #aaa;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.products-page-info h3{
	font-size: 24px;
	padding-bottom: 35px;
}
.products-page-info .remarks{
    height: 380px;
    overflow: hidden;
}
.products-back{
	text-align: center;
}



/* -----------購物車------------ */
.products-list-many-box {
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 0;
    margin-top: 10px;
}
.products-list-buycar-box .products-list-many-box {
    float: left;
    margin-top: 0;
}
.products-pay{
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    display: block;
    font-family: "微軟正黑體", "Microsoft JhengHei";
    background-color: #ff5400;
    transition: all .3s linear;
    color: #FFF;
    letter-spacing: 2px;
    border: 0;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    cursor: pointer;
}
.products-pay:hover{
    background-color: #000;
    color: #FFF;
}
.products-list-bth {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s linear;
}
.products-list-many-box input {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    border: 1px solid #ddd;
    width: calc(100% - 60px);
    height: 30px;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    border-right: 0;
    border-left: 0;
}
.pproducts-list-buycar-box .products-button {
    float: right;
    margin-top: 0;
}
.products-button {
    width: 180px;
    max-width: 100%;
    padding: 2px 0;
    font-size: 16px;
    color: #555555;
    letter-spacing: 2px;
    background-color: #FFF;
    border: 1px solid #ddd;
    font-family: "微軟正黑體", "Microsoft JhengHei";
    margin: 0 auto;
    display: block;
    outline: none;
    transition: all .3s linear;
    cursor: pointer;
    float: right;
}

.products-list-bth:hover {
    background-color: #555;
    color: #FFF;
}

.products-button:hover {
    background-color:  #ff5400;
    color: #FFF;
}
.products-pice-box.open .products-pice{
    text-decoration:line-through;
}
.products-pice{
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    display: block;
    float: left;
   
}

.products-pice2{
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    color: red;
    display: block;
    float: right;
}
.products-page-buy-list li{
    position: relative;
    margin-bottom: 20px;
}
.products-page-buy {
    font-size: 16px;
    color: #ff5400;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.products-page-select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 84, 0);
    color: #555555;
    font-size: 16px;
    font-family: "微軟正黑體";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-expand: none;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0.0);
}
.products-page-buy-list li:before {
    content: 'normal';
    font-size: 0;
    width: 42px;
    display: block;
    border-left: 1px solid rgb(255, 84, 0);
    height: 38px;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.products-page-buy-list li:after {
    content: 'normal';
    font-size: 0;
    width: 0px;
    display: block;
    position: absolute;
    top: calc(100% - 25px);
    right: 10px;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(255, 84, 0);
    border-left: 10px solid transparent;
    pointer-events: none;
}
.products-size-box.open .products-pice{
    text-decoration: line-through;
    color: #999;
}