@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
body, html {
	font: 13px/1.5 "Microsoft Yahei", "微软雅黑", Tahoma, Arial,"KaiTi", "楷体";
}
.def_font, .deffont {
	font: 13px/1.5 "Microsoft Yahei", Tahoma, Arial;
}
.new_font, .newfont {
	font: 13px "Consolas", 'Courier New', Georgia, Arial;
}
.kaiti {
	font: 14px "KaiTi", "楷体", "SongTi", "宋体", "Consolas", 'Courier New',  Georgia, Arial;
}
em {
	font-style: normal;
}
input, button, select, textarea {
	outline: none;
}
textarea {
	resize: none;
	-webkit-appearance: none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
label, img, th {
	vertical-align: middle;
}
ul, ol, li {
	list-style: none;
}
a {
	text-decoration: none;
}
.white, .white a {
	color: #fff;
}
.blue a, .blue {
	color: blue;
}
.grey, .grey a {
	color: #999;
}
.ff6600 {
	color: #ff6600;
}
.red, .red a, a.red {
	color: #FF0000;
}
.green {
	color: green;
}
.orange {
	color: #fecc5f !important;
}
.tu {
	color: #996633 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav,  section {
	display: block;
}
select {
	height: 26px;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin-right: 10px;
	background: url("../image/hintsRe.jpg") repeat-x;
}
.s2 {
	vertical-align: middle;
	background: none repeat scroll 0 0 #F9F9F9;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	border-style: solid;
	border-width: 1px;
	color: #333;
	padding: 2px;
}
.s1, .select {
	height: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 3px 4px;
	font-size: 13px;
	vertical-align: middle;
	border-radius: 2px;
}
header {
	min-height: 30px;
	display: block;
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
}
footer {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
}
.cursor {
	cursor: pointer;
}
.body_warp {
	padding-top: 30px;
}
/*通用样式*/
.hidden, .none {
	display: none;
}
.invisible {
	visibility: hidden;
}
.ib, .ib-a a {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.clear:after, .main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.f12 {
	font-size: 12px !important;
}
.f13 {
	font-size: 13px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.lh20 {
	line-height: 20px;
}
.lh22 {
	line-height: 22px;
}
.lh24 {
	line-height: 24px;
}
.lh26 {
	line-height: 26px;
}
.lh28 {
	line-height: 28px;
}
.fb {
	font-weight: bold;
}
.fn {
	font-weight: normal;
}
.bk, .bk3, .bk6, .bk8, .bk10, .bk15, .bk20, .bk30 {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 1px;
}
.bk3 {
	height: 3px;
}
.bk6 {
	height: 6px;
}
.bk8 {
	height: 8px;
}
.bk10 {
	height: 10px;
}
.bk15 {
	height: 15px;
}
.bk20 {
	height: 20px;
}
.bk30 {
	height: 30px;
}
.line-x {
	border-bottom: 1px solid #eee;
}
.text-c {
	text-align: center;
}
.text-l {
	text-align: left;
}
.text-r {
	text-align: right;
}
.lf, .fl {
	float: left;
}
.rt, .fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.radius-3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.radius-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.col-auto {
	overflow: hidden;
	_zoom: 1;
	_float: left;
}
.hr {
	background: url("../image/uline.gif") repeat-x center center;
}
.hr hr {
	display: none;
}
/*表单验证*/
.onShow, .onFocus, .onError, .onCorrect, .onLoad, .onTime {
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
 *display: inline;
	vertical-align: middle;
	background: url("../image/msg_bg.png") no-repeat;
	color: #444;
	line-height: 18px;
	padding: 2px 10px 2px 23px;
	margin-left: 10px;
	_margin-left: 5px;
}
.onShow {
	background-position: 3px -147px;
	border-color: #40B3FF;
	color: #959595;
}
.onFocus {
	background-position: 3px -147px;
	border-color: #40B3FF;
}
.onError {
	background-position: 3px -47px;
	border-color: #40B3FF;
	color: red;
}
.onCorrect {
	background-position: 3px -247px;
	border-color: #40B3FF;
}
.onLamp {
	background-position: 3px -200px;
}
.onTime {
	background-position: 3px -1356px;
}
div.btn {
	padding: 4px 10px;
	height: 28px;
	line-height: 28px;
	background-color: #F6F6F6;
	border: 1px solid #eee;
	z-index: 9999;
}
div.btn_wrap {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.px {
	display: inline-block;
	line-height: 20px;
	padding: 3px 4px;
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
}
.px:focus {
	border-color: rgba(67, 170, 250, 1.00);
	box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-moz-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-webkit-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
}
.px1 {
	border: 1px solid;
	border-color: #707070 #CECECE #CECECE #707070;
	background: #FFF url("../image/px.png") repeat-x 0 0;
	padding: 2px 3px;
	line-height: 18px;
	height: 18px;
	-webkit-appearance: none;
}
.px1:focus {
	border-color: #0099cc;
	background: #FFF;
}
.inputTxt {
	display: inline-block;
	line-height: 22px;
	padding: 3px 4px;
	font-size: 13px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
}
.inputTxt:focus {
	border-color: rgba(67, 170, 250, 1.00);
	box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-moz-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-webkit-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
}
.ml10 {
	margin-left: 10px
}
.mr10 {
	margin-right: 10px
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.m10 {
	margin: 10px;
}
.ml5 {
	margin-left: 5px
}
.mr5 {
	margin-right: 5px
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.m5 {
	margin: 5px;
}
.padl5 {
	padding-left: 5px;
}
.padr5 {
	padding-right: 5px;
}
.padt5 {
	padding-top: 5px;
}
.padb5 {
	padding-bottom: 5px;
}
.pad5 {
	padding: 5px;
}
.padl10 {
	padding-left: 10px;
}
.padr10 {
	padding-right: 10px;
}
.padt10 {
	padding-top: 10px;
}
.padb10 {
	padding-bottom: 10px;
}
.pad10 {
	padding: 10px;
}
.padt30 {
	padding-top: 30px;
}
.padt40 {
	padding-top: 40px;
}
.padb30 {
	padding-bottom: 30px;
}
.padb40 {
	padding-bottom: 40px;
}
.explain {
	border: 1px solid #ffbe7a;
	zoom: 1;
	background: #fffced;
	padding: 6px 8px;
	min-height: 25px;
	line-height: 25px;
	height: auto;
	vertical-align: middle;
}
.explain a {
	white-space: nowrap;
	font-size: 13px;
}
.explain a.on {
	color: #FF3300;
	height: 20px;
	line-height: 20px;
 *line-height: 20px;
}
.btn-2 {
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background: #f9f9f9;
	color: #666 !important;
	padding: 1px 5px;
	border: 1px solid #ddd;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-2:hover {
	border-color: #ccc;
	text-decoration: none;
}
.btn-2.current {
	background: #fbeed9;
	border-color: #fcca7a;
}
.btn-2.current {
	background: #fbeed9;
	border-color: #fcca7a;
}
.btn-2.green {
	border: 1px solid #6FCF03;
	background: #EEF4E4;
}
.btn-2.green:hover {
	border-color: #5AA407;
}
.btn-2.blue {
	border: 1px solid #6DB6FF;
	background: #D8EAFD;
}
.btn-2.blue:hover {
	border-color: #2894ff;
}
.btn-2.red {
	border: 1px solid #E57A7A;
	background: #F0d9d9;
}
.btn-2.red:hover {
	border-color: #B40E0E;
}
.btn-2.orange {
	border: 1px solid #d6982f;
	background: #fecc5f;
	color: #996633;
}
.btn-2.orange:hover {
	border-color: #B40E0E;
}
.button {
	display: inline-block;
	text-decoration: none;
	font: 13px/13px "Microsoft Yahei", Tahoma, Arial;
	padding: 5px 7px;
	color: #555;
	outline: none;
	border: 1px solid #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
/* 白色 */
.button.white {
	background: #f9f9f9;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',  endColorstr='#f0f0f0', grandientType='0');
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9),  to(#f0f0f0));
	background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
	border-color: #dedede #d8d8d8 #d3d3d3;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
	box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}
.button.white:hover {
	background: #efefef;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',  endColorstr='#f8f8f8', GradientType='0');
	background: -ms-linear-gradient(top, #efefef 0%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef),  to(#f8f8f8));
	background: -moz-linear-gradient(top, #efefef, #f8f8f8);
	border-color: #c7c7c7 #c3c3c3 #bebebe;
	text-shadow: 0 1px 0 #fdfdfd;
	-webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
	-moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
	box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}
/* 灰色 */
.button.grey {
	background: #bdbdbd;
	color: #555;
	border-color: #bdbdbd;
	text-shadow: 0 0px 0 #bdbdbd;
	-webkit-box-shadow: 0 1px 1px #bdbdbd, inset 0 1px 0 #bdbdbd;
	-moz-box-shadow: 0 1px 1px #bdbdbd, inset 0 1px 0 #bdbdbd;
	box-shadow: 0 0px 0px #bdbdbd, inset 0 0px 0px #bdbdbd;
}
.button.grey:hover {
	cursor: not-allowed;
	background: #c2c2c2;
	border-color: #c2c2c2;
	text-shadow: 0 1px 0 #c2c2c2;
	-webkit-box-shadow: 0 1px 1px #c2c2c2, inset 0 1px 0 #c2c2c2;
	-moz-box-shadow: 0 1px 1px #c2c2c2, inset 0 1px 0 #c2c2c2;
	box-shadow: 0 0px 0px #c2c2c2, inset 0 0px 0px #c2c2c2;
}
/* 粉红色 */
.button.pink {
	background: #f67689;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297',  endColorstr='#f56778');
	background: -ms-linear-gradient(top, #f78297 0%, #f56778 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f78297),  to(#f56778));
	background: -moz-linear-gradient(top, #f78297, #f56778);
	border-color: #df6f8b #da5f75 #d55061;
	color: #913944;
	text-shadow: 0 1px 0 #f89ca9;
	-webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
	-moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
	box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
}
.button.pink:hover {
	background: #f67c90;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e',  endColorstr='#f78297');
	background: -ms-linear-gradient(top, #f56c7e 0%, #f78297 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e),  to(#f78297));
	background: -moz-linear-gradient(top, #f56c7e, #f78297);
	border-color: #c36079 #c25669 #c14e5c;
	text-shadow: 0 1px 0 #f9a6b4;
	-webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
	-moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
	box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
}
/* 红色 */
.button.red {
	background: #b92929;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d53939',  endColorstr='#b92929');
	background: -ms-linear-gradient(top, #d53939 0%, #b92929 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#d53939),  to(#b92929));
	background: -moz-linear-gradient(top, #feda71, #b92929);
	background: linear-gradient(top, #d53939, #b92929);
	border-color: #b42323;
	color: #fff;
	text-shadow: 0 1px 0 #b42323;
	-webkit-box-shadow: 0 1px 1px #d53939, inset 0 1px 0 #b92929;
	-moz-box-shadow: 0 1px 1px #d53939, inset 0 1px 0 #b92929;
	box-shadow: 0 0px 0px #d53939, inset 0 0px 0 #b92929;
}
.button.red:hover {
	background: #b92929;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b92929',  endColorstr='#b92929');
	background: -ms-linear-gradient(top, #b92929 0%, #b92929 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#b92929),  to(#b92929));
	background: -moz-linear-gradient(top, #b92929, #b92929);
	background: linear-gradient(top, #b92929, #b92929);
	-webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
	-moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
	box-shadow: 0 0px 0px #c3c3c3, inset 0 0px 0 #f8909e;
}
/* 绿色 */
.button.green {
	background: #64B508;
	color: #fff;
	border-color: #64B508;
	text-shadow: 0 0px 0 #64B508;
	-webkit-box-shadow: 0 1px 1px #64B508, inset 0 1px 0 #64B508;
	-moz-box-shadow: 0 1px 1px #64B508, inset 0 1px 0 #64B508;
	box-shadow: 0 0px 0px #64B508, inset 0 0px 0px #64B508;
}
.button.green:hover {
	background: #6BC208;
	border-color: #6BC208;
	text-shadow: 0 1px 0 #6BC208;
	-webkit-box-shadow: 0 1px 1px #6BC208, inset 0 1px 0 #6BC208;
	-moz-box-shadow: 0 1px 1px #6BC208, inset 0 1px 0 #6BC208;
	box-shadow: 0 0px 0px #6BC208, inset 0 0px 0px #64B53C;
}
/* 橙色 */
.button.orange {
	background: #fecc5f;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71',  endColorstr='#febb4a');
	background: -ms-linear-gradient(top, #feda71 0%, #febb4a 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#feda71),  to(#febb4a));
	background: -moz-linear-gradient(top, #feda71, #febb4a);
	border-color: #f5b74e #e5a73e #d6982f;
	color: #996633;
	text-shadow: 0 1px 0 #fedd9b;
	-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
	-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
	box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
}
.button.orange:hover {
	background: #fecb5e;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354',  endColorstr='#fecd61');
	background: -ms-linear-gradient(top, #fec354 0%, #fecd61 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fec354),  to(#fecd61));
	background: -moz-linear-gradient(top, #fec354, #fecd61);
	border-color: #d29a3a #cc9436 #c89133;
	text-shadow: 0 1px 0 #fee1a0;
	-webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
	-moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
	box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
/* 蓝色 */
.button.blue {
	background: #3C86C5;
	color: #fff;
	border-color: #3C86C5;
	text-shadow: 0 0px 0 #3C86C5;
	-webkit-box-shadow: 0 1px 1px #3C86C5, inset 0 1px 0 #3C86C5;
	-moz-box-shadow: 0 1px 1px #3C86C5, inset 0 1px 0 #3C86C5;
	box-shadow: 0 0px 0px #3C86C5, inset 0 0px 0px #3C86C5;
}
.button.blue:hover {
	background: #4891CE;
	border-color: #4891CE;
	text-shadow: 0 1px 0 #4891CE;
	-webkit-box-shadow: 0 1px 1px #4891CE, inset 0 1px 0 #4891CE;
	-moz-box-shadow: 0 1px 1px #4891CE, inset 0 1px 0 #4891CE;
	box-shadow: 0 0px 0px #4891CE, inset 0 0px 0px #4891CE;
}
/* 青色 */
.button.teal {
	background: rgba(68, 181, 223, 1.00);
	color: #fff;
	border-color: rgba(68, 181, 223, 1.00);
	text-shadow: 0 0px 0 rgba(68, 181, 223, 1.00);
	-webkit-box-shadow: 0 1px 1px rgba(68, 181, 223, 1.00), inset 0 1px 0  rgba(68, 181, 223, 1.00);
	-moz-box-shadow: 0 1px 1px rgba(68, 181, 223, 1.00), inset 0 1px 0  rgba(68, 181, 223, 1.00);
	box-shadow: 0 0px 0px rgba(68, 181, 223, 1.00), inset 0 0px 0px  rgba(68, 181, 223, 1.00);
}
.button.teal:hover {
	background: rgba(57, 157, 216, 1.00);
	border-color: rgba(57, 157, 216, 1.00);
	text-shadow: 0 1px 0 rgba(57, 157, 216, 1.00);
	-webkit-box-shadow: 0 1px 1px rgba(57, 157, 216, 1.00), inset 0 1px 0  rgba(57, 157, 216, 1.00);
	-moz-box-shadow: 0 1px 1px rgba(57, 157, 216, 1.00), inset 0 1px 0  rgba(57, 157, 216, 1.00);
	box-shadow: 0 0px 0px rgba(57, 157, 216, 1.00), inset 0 0px 0px  rgba(57, 157, 216, 1.00);
}
/* 紫色 */
.button.purple {
	background: #dfaeda;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4',  endColorstr='#d494ce');
	background: -ms-linear-gradient(top, #e8c4e4 0%, #d494ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4),  to(#d494ce));
	background: -moz-linear-gradient(top, #e8c4e4, #d494ce);
	border-color: #bc9db9 #ad89aa #a1799d;
	color: #7b5777;
	text-shadow: 0 1px 0 #eacae6;
	-webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
	-moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
	box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
}
.button.purple:hover {
	background: #e0b1db;
 -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9',  endColorstr='#e0b1db');
	background: -ms-linear-gradient(top, #deabd9 0%, #e0b1db 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#deabd9),  to(#e0b1db));
	background: -moz-linear-gradient(top, #deabd9, #e0b1db);
	border-color: #a482a0 #9b7897 #947090;
	text-shadow: 0 1px 0 #ecd0e9;
	-webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
	-moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
	box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}
/* 深蓝色 */
.button.darkblue {
	background: #1e3873;
	color: #fff;
	border-color: #1e3873;
	text-shadow: 0 0px 0 #1e3873;
	-webkit-box-shadow: 0 1px 1px #1e3873, inset 0 1px 0 #1e3873;
	-moz-box-shadow: 0 1px 1px #1e3873, inset 0 1px 0 #1e3873;
	box-shadow: 0 0px 0px #1e3873, inset 0 0px 0px #1e3873;
}
.button.darkblue:hover {
	background: #1d3e91;
	border-color: #1d3e91;
	text-shadow: 0 1px 0 #1d3e91;
	-webkit-box-shadow: 0 1px 1px #1d3e91, inset 0 1px 0 #1d3e91;
	-moz-box-shadow: 0 1px 1px #1d3e91, inset 0 1px 0 #1d3e91;
	box-shadow: 0 0px 0px #1d3e91, inset 0 0px 0px #1d3e91;
}
/** 黑色 */
.button.black {
	background: #525252;
	border-color: #4c4c4c;
	color: #fff;
	text-shadow: 0 1px 0 #2e2e2e;
	-webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
	-moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
	box-shadow: 0 0px 0px #afafaf, inset 0 0px 0 #868686;
}
.button.black:hover {
	background: #5a5a5a;
	border-color: #2c2c2c;
	text-shadow: 0 1px 0 #363636;
	-webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
	-moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
	box-shadow: 0 0px 0px #b1b1b1, inset 0 0px 0 #838383;
}
.catshow span.cats {
	padding-left: 20px;
	margin-left: 8px;
}
.catshow div.nxcat {
	padding: 0 0 10px 30px;
	display: none;
}
.catshow div.nxcat.on {
	display: block;
}
.catshow span.off {
	background: url('../image/toggle-expand-dark.png') no-repeat 0 1px;
	color: #369;
	cursor: pointer;
}
.catshow span.on {
	font-weight: bold;
	color: #F30;
	background: url('../image/toggle-collapse-dark.png') no-repeat 0 -1px;
	cursor: pointer;
}
/*
===================
方位选择 例子：水印
===================
*/
.cc {
	zoom: 1;
}
.cc:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.locate {
	border: 1px solid #ccc;
	background: #fff;
	width: 209px;
}
.locate ul {
	margin-top: -1px;
	margin-left: -1px;
}
.locate li {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	width: 69px;
	height: 40px;
	text-align: center;
}
.locate li a {
	color: #333;
	display: block;
	border: 1px solid #fff;
	line-height: 38px;
}
.locate li a:hover {
	text-decoration: none;
	background: #e4e4e4;
}
.locate li.current a {
	background: #266aae;
	color: #fff;
}
.locate-1 li {
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	min-width: 42px;
	width: auto;
	height: 28px;
	text-align: center;
	margin-left: 4px;
	line-height: 28px;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.locate-1 {
	width: auto;
}
.locate-1 ul {
	margin-top: -1px;
	margin-left: -1px;
}
.locate-1 li a {
	color: #333;
	display: block;
	border: 1px solid #fff;
	line-height: 22px;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.locate-1 li a:hover {
	text-decoration: none;
	background: #e4e4e4;
}
.locate-1 li.current a {
	background: #266aae;
	color: #fff;
}
.locate-1 li.current1 a {
	background: #266aae;
	color: #fff;
}
.locate-1 li.current2 a {
	background: #5AA407;
	color: #fff;
}
.locate-1 li.current3 a {
	background: red;
	color: #fff;
}
.locate-2 li {
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	min-width: 40px;
	width: auto;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-left: 4px;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.locate-2 {
	width: auto;
}
.locate-2 ul {
	margin-top: -1px;
	margin-left: -1px;
}
.locate-2 li a {
	color: #333;
	display: block;
	border: 1px solid #fff;
	line-height: 16px;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.locate-2 li a:hover {
	text-decoration: none;
	background: #e4e4e4;
}
.locate-2 li.current a {
	background: #266aae;
	color: #fff;
}
.locate-2 li.current1 a {
	background: #266aae;
	color: #fff;
}
.locate-2 li.current2 a {
	background: #5AA407;
	color: #fff;
}
.locate-2 li.current3 a {
	background: red;
	color: #fff;
}
/*
===================
颜色控件关闭
===================
*/
a.close-own {
	background: url("../image/cross.png") no-repeat left 3px;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	outline: none;
	right: 7px;
	top: 8px;
	text-indent: 200px;
	overflow: hidden;
}
a.close-own:hover {
	background-position: left -46px;
}
/**
===================
分页
===================
*/
.pages {
	padding: 5px;
	text-align: center;
	font-size: 13px;
}
.pages a {
	margin-left: 3px;
	text-decoration: none;
	display: inline-block;
	width: auto;
	min-width: 30px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	background: url("../image/pages.png") no-repeat 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}
.pages span {
	display: inline-block;
	margin-left: 3px;
	width: auto;
	min-width: 25px;
	height: 20px;
	line-height: 20px;
	background: #5a85b2;
	border: 1px solid #5a85b2;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-width: 25px;
}
.pages input[type=text] {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-top: -1px;
	padding: 0px 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pages input[type=text]:focus {
	border-color: rgba(67, 170, 250, 1.00);
	box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-moz-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
	-webkit-box-shadow: 0 0 4px rgba(67, 170, 250, .5);
}
.pagination {
	clear: both;
	font-size: 0;
	text-align: center;
	padding: 10px 0
}
.pagination .item, .pagination .prev, .pagination .next, .pagination .more,  .pagination .total, .pagination .current {
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	-wekit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #ff6458;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px
}
.pagination .more {
	border: 0
}
.pagination .prev, .pagination .next {
	font-size: 14px;
	font-weight: 700;
}
.pagination .current {
	background-color: #ff6458;
	border: 1px solid #ff6458;
	color: #fff
}
.pagination .item:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #ff6458;
	border: 1px solid #ff6458;
	color: #fff;
	height: 30px;
	line-height: 30px
}
.pagination .prev, .pagination .next {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	-wekit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #dcdcdc
}
.pagination .prev:hover, .pagination .next:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #ff6458;
	border: 1px solid #ff6458;
	color: #fff
}
.topages {
	border: 1px solid #e3e3e3;
	height: 20px;
	line-height: 20px;
}
.upload_btn {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.upload_btn input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 60px;
	height: 100%;
	display: block;
	border: solid transparent;
	opacity: 0;
	cursor: pointer;
	display: none;
}
.upload_progress {
	display: none;
	font-size: 12px;
	padding: 5px;
	border-radius: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, .6)
}
.step {
	height: 26px;
	clear: both;
	font-size: 12px;
}
.step ul li {
	float: left;
	height: 26px;
	line-height: 26px;
	position: relative;
	background: #E8EBEF;
	width: 190px;
	text-align: center;
	list-style: none;
}
.step ul li span {
	background: url("../image/step.png") no-repeat -36px 0;
	position: absolute;
	width: 18px;
	height: 26px;
	right: -18px;
	top: 0;
	z-index: 99;
}
.step ul li.last {
	background: #E8EBEF;
}
.step ul li.ok {
	background: #DDECAF;
	font-weight: bold;
}
.step ul li.ok span {
	background: url("../image/step.png") no-repeat -0 0;
	z-index: 99;
}
.step ul li.on {
	background: #A2C922;
	font-weight: bold;
	color: #fff;
}
.step ul li.on span {
	background: url("../image/step.png") no-repeat -18px 0;
	z-index: 99;
}