@charset "utf-8";
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
img, video { height: auto; }
blockquote, q { quotes: none; }
blockquote p:before, blockquote p:after, q:before, q:after { content: '';}
/* Table reset */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; vertical-align: top; font-weight: normal; }
thead th, thead td { font-weight: bold; vertical-align: bottom; }
/* Image inside */
a img, th img, td img { vertical-align: top; }
/* Webkit browsers reset margin */
button, input, select, textarea { margin: 0; }
textarea { overflow: auto; }
/* Normalize buttons in IE */
button { width: auto; overflow: visible; }
/* Hand cursor on clickable controls */
input[type=button], input[type=submit], button { cursor: pointer; }
/* Trick with vertical align for radio and checkbox  */
input[type="radio"], input[type="checkbox"] { font-size: 100%; }
/* Horizontal rule reset  */
hr { margin: 1.5em 0;}
/* Clearfix */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* =Typography
-----------------------------------------------------------------------------*/
body { background: #ffffff; color: #000000; font-size: 0.875em; line-height: 1.5em; font-family: Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; }
h1 { font-size: 2.142em; line-height: 1.1333em; margin-bottom: .2666em; }
h2 { font-size: 1.714em; line-height: 1.1666em; margin-bottom: .4555em; }
h3 { font-size: 1.429em; line-height: 1.4em; margin-bottom: .4em; }
h4 { font-size: 1.143em; line-height: 1.5em; margin-bottom: .4555em; }
h5 { font-size: 1em; line-height: 1.5em; margin-bottom: .5em; }
h6 { font-size: 0.857em; line-height: 1.5em; margin-bottom: .4555em; text-transform: uppercase; }
p, ul, ol, dl, dd, dt, blockquote, td, th { line-height: 1.85em; }
ul, ol, ul ul, ol ol, ul ol, ol ul { margin: 0 0 0 2em; }
ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }
blockquote { margin-bottom: 1.5em; padding-left: 1.5em; border-left: 1px solid #ccc; color: #555555; }
blockquote small, cite { color: #999999; font-style: normal; }
blockquote p { font-size: 1.1em; margin-bottom: .5em; font-style: italic; }
small, blockquote cite { font-size: 0.85em; line-height: 1; }
blockquote .pull-right, .row blockquote .pull-right { float: none; text-align: right; display: block; }
address { font-style: italic; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
sub, sup { font-size: 0.7em; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
figcaption { font-size: 0.85em; font-style: italic; }
ins, mark { background-color: #ffee55; color: #000000; text-decoration: none; }
pre, code, kbd, samp { font-size: 90%; font-family: Arial, sans-serif; }
pre { font-size: 90%; color: #444; background: #f5f5f5; padding: .85em; white-space: pre-wrap; overflow: auto; }
code { padding: 2px 3px; display: inline-block; line-height: 1; background: #f5f5f5; border: 1px solid #ddd; }
kbd { padding: 0 .4em; border-radius: .3em; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #ffffff inset; background-color: #fafafa; border-color: #ccc #ccc white; border-style: solid solid none; border-width: 1px 1px medium; color: #444; font-weight: normal; white-space: nowrap; }
input[type="text"], input[type="password"], input[type="email"], input[type="mail"], input[type="phone"], input[type="tel"], input[type="date"], textarea { font-size: .95em; }
fieldset { padding: 2em 1.5em; margin-bottom: 1.5em; border: 1px solid #dddddd; }
legend { font-size: 1.2em; text-transform: uppercase; font-weight: bold; padding: 0 1em; }
tfoot th, tfoot td { background-color: #f2f2f2; }

.form-control:focus{outline:0;box-shadow:none;}
.form-control{line-height:24px; font-size: 0.9rem;}
.input-group-text { font-size: 0.9rem;}
.form-select{line-height:24px;}


/* =Tables
-----------------------------------------------------------------------------*/
table caption { text-transform: uppercase; font-weight: bold; padding-left: 0.5em; color: #666; }
table.simple td, table.simple th { border: none; padding: 0.75em 0.7em 0.75em 0; }
table.bordered td, table.bordered th { border: 1px solid #ddd; }
table.stroked td, table.stroked th { border-bottom: 1px solid #eee; }
table.striped tbody tr:nth-child(odd) td { background-color: #f8f8f8; }
table.hovered tbody tr:hover td, table.hovered thead tr:hover th { background-color: #f6f6f6; }
.thead-gray td, .thead-gray th { background-color: #f0f0f0; }
.thead-black td, .thead-black th { font-weight: normal; color: rgba(255, 255, 255, 0.9); background-color: #222; }
table.bordered .thead-black td, table.bordered .thead-black th { border: 1px solid #444; }
/* tableforms */
table.tableforms td { font-size: 90%; padding: 1px 10px 3px 0 !important; border: none; }
table.tableforms tr.labels td { padding-top: .8em !important; font-weight: bold; }

/* =Goodies
-----------------------------------------------------------------------------*/
.image-left { float: left; margin: 0 1em 1em 0; }
.image-right { float: right; margin: 0 0 1em 1em; }
.image-left img, .image-right img { position: relative; top: .4em; }
.supersmall { font-size: 0.7em; }
.small { font-size: 0.85em; }
.big { font-size: 1.2em; }
input.big { padding: 2px 0; font-size: 1.2em; }
.text-centered { text-align: center; }
.text-lefted { text-align: left; }
.text-righted { text-align: right; }
.uppercase { text-transform: uppercase; }
.nowrap { white-space: nowrap; }
.clear { clear: both; }
.last { margin-right: 0 !important; }
.pause { margin-bottom: 0.75em !important; }
.end { margin-bottom: 0 !important; }
.handle { cursor: move; }
.normal { font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.req, .required{ font-weight: normal; color: #da3e5a; font-size: 14px; }
.highlight { background-color: #e5ecf5 !important; }

/* Width */
.width-5{ width:5%; min-width:40px; box-sizing: border-box;}
.width-10{ width:10%; box-sizing: border-box;}
.width-15{ width:15%; box-sizing: border-box;}
.width-20{ width:20%; box-sizing: border-box;}
.width-25{ width:25%; box-sizing: border-box;}
.width-33{ width: 33%; box-sizing: border-box;}
.width-50{ width: 50%; box-sizing: border-box;}
.width-66{ width: 66%; box-sizing: border-box;}
.width-75{ width:75%; box-sizing: border-box;}
.width-90 { width: 90%; box-sizing: border-box;}
.width-100 { width: 100%; box-sizing: border-box;}
.width-auto{ width:auto; box-sizing: border-box;}

/*==========以下部分是Valid form必须的===========*/
.Validform_checktip{
	margin-left:0;
	line-height:31px;
	height:31px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url("../images/right.png") no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url("../images/error.png") no-repeat left center;
	width: auto;
}
.Validform_loading{
	padding-left:20px;
	background:url("../images/onLoad.gif") no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
.Validforminfo{
	border:1px solid #ccc; 
	padding:0 20px 0 5px; 
	color:#666; 
	position:absolute;
	display:none;
	line-height:20px;
	background-color:#fff;
	z-index:99;
}
.dec {
    bottom: -8px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}
.dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: -9px;
    width: 17px;
}
.dec .dec1 {
    color: #ccc;
}
.dec .dec2 {
    color: #fff;
    top: -10px;
}

.pro_info {
	padding-left:10px;
	width:90%;
	margin-bottom:10px;
	box-sizing: border-box;
}

.pro_size{
	padding-left:0px;
}


.pro_size a {
	display:inline-block;
	min-width:30px;
	height:30px;
	border: #d4d4d4 1px solid;
	border-radius: 3px;
	text-align:center;
	line-height:30px;
	margin-right:3px;
	margin-bottom: 5px;
	padding: 0 5px;
	color: #000;
}

.pro_size a:hover, .pro_size a.size_select,.pro_size a.styles_select,.pro_size a.volume_select {
	background-color: #f5f3ed;
    border: #000 1px solid;
}

.pro_select select {
	width:100%;
	height:35px;
	padding:0 10px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	border-radius: 5px;
    background: #FFF;
    border: #d4d4d4 1px solid;
}

.pro_select {
	position:relative;
}
.pro_select:after {
	position: absolute;
	display: block;
	content: " ";
	top: 40%;
	right: 10px;
	border: solid transparent;
	border-top: 5px solid #000;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}