@CHARSET "UTF-8";
.product, .authcode-introductions{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.product{
	margin-top: 65px;
	border: 1px solid #E5E5E5;
}
.product-title{
	width: 100%;
	height: 65px;
	padding-top: 17px;
	text-align: center;
	background-color: #00A0E9;
	color: white;
	font-size: 20px;
}
.product-content{
	height: 460px;
}
.product-payment{
	float: left;
	width: 600px;
	height: 100%;
	border-right: 1px solid #E5E5E5;
}
.product-notes{
	float: left;
	width: 418px;
    height: 460px;
}
.product-payment > div{
	margin-top: 45px;
	margin-left: 60px;
	padding-left: 15px;
	border-left: #00A0E9 solid 3px;
}
.product-name span{
	font-size: 16px;
	font-weight: bold;
}
.product-price-value{
	color: #FF8E42;
	font-size: 16px;
	font-weight: bold;
}
.product-original-price-value{
	padding-left: 5px;
	font-size: 12px;
	text-decoration: line-through;
}
.product-amount{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
.product-amount .add-reduce-num{
	display: inline-block;
	width: 20px;
	height: 25px;
	text-align: center;
	vertical-align:middle;
	background: #f1f1f1;
	color: #666;
	border: 1px solid #ccc;
	font-size:16px;
	text-decoration:none;
	cursor: pointer;
}
.product-amount .choose-num-input{
	display: inline-block;
	width: 40px;
	height: 25px;
	text-align: center;
	vertical-align:middle;
	margin-top: -0px;
	margin-left: -5px;
	margin-right:-5px;
	border: 1px solid #ccc;
}
.product-money{
	width: 525px;
	margin-left: auto !important;
	margin-right: auto;
	padding-top: 50px;
	border-left: none !important;
	border-top: 1px #DBDBDB dashed;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.product-money-value{
	color: #FF7800;
}
.product-original-money-value{
	padding-left: 5px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
}
.product-pay-button{
	margin-left: auto !important;
	margin-right: auto;
	border-left: none !important;
	text-align: center;
	color: white;
}
.product-pay-button button{
	width: 140px;
	height: 38px;
	margin-left: 20px;
	padding-left: 0 !important;
	border: none !important;
	border-radius: 8px;
	background-color: #eb6100;
	cursor: pointer;
}
.product-pay-button button:first-child{
	margin-left: 0 !important;
}
.product-notes{
	padding-left: 35px; 
	padding-right: 35px; 
	background-color: #FBFBFB;
}
.product-notes-title{
	padding-top: 15px;
	font-weight: bold;
}
.product-notes-price{
	width: 100%;
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
	text-align: center;
}
.product-notes-price thead tr{
	background-color: #97CBFC;
	color: white;
}
.product-notes-price tbody tr{
	border-bottom: 1px solid #EEEEEE;
}
.product-notes-price th, .product-notes-price td{
	height: 33px;
	text-align: center;
}
.product-notes-price .product-batch-price-value{
	color: #FF7800;
}
.product-notes-price .product-batch-original-price-value{
	color: gray;
}
.authcode-introductions{
	margin-top: 50px;
	margin-bottom: 30px;
}
.authcode-introductions-title{
	font-size: 16px;
}
.instruction-sub-title{
	margin-top: 25px;
	font-size: 14px; 
	font-weight: bold; 
}
.instruction-content.invoice-special-message{
	color: red;
}
.customer-service{
	position: fixed; 
	left: 50%;
	margin-left: 540px; 
	top: 240px;
}
.customer-service img{
	height: 160px;
	width: 100px;
}