.offer-box{
	width:1840px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 200px;
}
#products .offer-info-box.en{
	width: 1000px;
}
.offer-info-box.en .offer-shop-car,
.offer-info-box.en .offer-shop-pay{
	width: calc(50% - 15px);
}
.offer-block{
	width: calc(100% - 180px);
	display: block;
	float: right;
	font-size: 0;
	min-height: calc(100vh + 100px);
  
}
.offer-block .title{
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
	color: #414141;
	position: relative;
	width: 400px;
	max-width: 100%;
    display: block;
}
#products .offer-block .title{
	display: none;
}
.offer-block .title:after{
	content: '';
	width: 130px;
	max-width: 100%;
	height: 5px;
	display: block;
	background-color: #6c6c6c;
}
.offer-info-box{
	width:calc(100% - 600px);
	max-width: 100%;
	float: right;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	font-size: 0;
}
#products .offer-info-box{
	width: 800px;
	max-width: 100%;
	display: block;
	float: none;

}
#products .offer-list{
	display: none;

}
.offer-list{
	display: block;
	float: left;
	width: 550px;
	max-width: 100%;
	margin-top: 30px;
}
.offer-list li{
	width: 100%;
	display: block;
	font-size: 0;
	margin-bottom: 10px;
}
.offer-list li span{
	width: 25px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	position: relative;
}
.offer-list li span:after{
	content: '';
	width: 5px;
	height: 22px;
	display: block;
	position: absolute;
	background-color: #e50012;
	right: -3px;
	top: 0;
}
.offer-list-title{
	width: calc(100% - 40px);
	font-size: 18px;
	letter-spacing: 2px;
	display: inline-block;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: justify;
}
.offer-info-img-box{
	width: 400px;
	max-width: 100%;
	display: inline-block;
}
.offer-info-b-img-box{
	width: 100%;

	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.offer-info-b-img-box li{
	width: 100%;
	height: 400px;
	display: block;
    border: 1px solid #979696;
    box-sizing: border-box;
}
.offer-info-b-img{
	width: 100%;
	height: 100%;
	display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
}
.offer-info-s-img-box{
	width: 100%;
	height: 80px;
	display: block;
	overflow: hidden;
	font-size: 0;
}
.offer-info-s-img-box li{
	width: 80px;
	height: 80px;
	margin: 0 10px;
	display: inline-block;
	border: 2px solid #979696;
	box-sizing: border-box;
	cursor: pointer;
}
.offer-info-s-img-box li .offer-info-s-img{
	width: 100%;
	height: 100%;
	display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
}
.offer-title{
	font-size: 24px;
	color: #4e4e4e;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

.offer-info-shop-box{
	width: calc(100% - 400px);
	display: inline-block;
	vertical-align: top;
	padding:0 20px;
	box-sizing: border-box;
}
.offer-price-box{
	width: 400px;
	max-width: 100%;
	display: block;
}
.original-price{
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.original-price span{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}
.original-price span:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 50%;
	left: 0;
}
.offer-price{
	display: block;
	float: right;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color:  #e50012;
}
.offer-narrative{
	font-size: 18px;
	letter-spacing: 2px;
	color: #434343;
	text-align: justify;
	line-height: 1.6;
	margin: 20px 0;
}
.offer-num{
	font-size: 18px;
	letter-spacing: 2px;
	color: #434343;
	display: block;
	margin-top: 20px;
}
.offer-many-title{
	font-size: 24px;
	letter-spacing: 2px;
	color:  #e50012;
	margin: 10px 0;
}
.offer-many-box{
	width: 330px;
	max-width: 100%;
	display: block;
}
.offer-many-down, 
.offer-many-up{
	width: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #e50012;
    font-size: 30px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    cursor: pointer;
}
.offer-many-input {
	width: 250px;
	max-width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
}
.offer-many-input input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e50012;
    text-align: center;
}
.offer-button{
	margin-top: 30px;
	width: 100%;
	display: block;
	font-size: 0;
}
.offer-shop-car{
	
	width: 150px;
	max-width: calc(50% - 15px);
	line-height: 35px;
	letter-spacing: 2px;
	display: inline-block;
	background-color: #e50012;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.offer-shop-pay{
	background-color: #4485de;
	width: 150px;
	max-width: calc(50% - 15px);
	line-height: 35px;
	letter-spacing: 2px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	margin-left: 30px;
}

.offer-editor{
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #979696;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	font-size: 18px;
	padding-top: 20px;
	font-family: "微軟正黑體";
}

.offer-rwd-mask{
	width: 100%;
	height: 1000%;
	position: absolute;
	top: 0;
	display: none;
	left: 0;
	background-color: rgba(0, 0, 0, 0.0)
}
.size_color select{
    width: 150px;
    line-height: 35px;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    height: 35px;
    font-family: "cwTeXYen","微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
.size_color select:first-child{
    margin-right: 30px;
}
@media only screen and (max-width: 550px){
	.offer-info-box.en .offer-shop-car, .offer-info-box.en .offer-shop-pay{
		width: 100%;
		display: block;
	}
	.offer-info-box.en .offer-shop-pay{
		margin-left: 0;
		margin-top: 10px;
	}
}