/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset { border: 0;}
/* set image max width to 100% */
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body { background:#f5f5f5; font: .81em/150% "Microsoft YaHei",Arial, Helvetica, sans-serif; color: #666; padding: 0 0;}
a { color: #026acb; text-decoration: none; outline: none;}
a:hover { text-decoration: underline;}
p { margin: 0 0 0.2em; padding: 0;}
/* list */
ul, ol { margin: 1em 0 1.4em 24px; padding: 0; line-height: 140%;}
li { margin: 0 0 .5em 0; padding: 0;}
/* headings */
h1, h2, h3, h4, h5, h6 {}
h1 { font-size: 2em;}
h2 { font-size: 1.6em;}
h3 { font-size: 1.4em;}
h4 { font-size: 1.2em;}
h5 { font-size: 1.1em;}
h6 { font-size: 1em;}
/* reset webkit search input styles */
input[type=search] { -webkit-appearance: none; outline: none;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {	display: none;}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {}
/* site logo */
/*公用模块*/
.DeliveryBox{}
	
	.DeliveryForm{ }
	.DeliveryForm input{ text-align:center; width:100%;}
	.DeliveryForm .Input{ border:none; font-size:1.2em; background:#FDFDFD; padding:2% 4%; border-radius:5px;border:1px solid gray;outline:none;}
	.DeliveryForm .Btn{ border:none; font-size:1.2em; background:#E1E1E1; padding:2%; box-shadow:0 1px 2px #ccc; color:#333;}
	.DeliveryForm table{ width:100%;}
	.DeliveryForm table tr th{ font-size:1.2em; padding:10px 0;}
	.DeliveryForm table tr td{ padding:0 0 10px;}

	.CardInfo{ background:#FFFFFF; text-align:center; color:#333; padding:0 7% 3%;}
	.CardInfo h1{ font-style:normal; padding:1.2em 0 0.5em;}
	.CardInfo h4{ font-style:normal; padding:0 0 0.5em;}

	.CustomerInfo{ background:#ccc; padding:3% 7%;}

	.Explain{ text-align:center; padding:3% 7%;}
	.Explain table tr th{ text-align:left;}
	.Explain table tr td{ text-align:left;}
	
