@charset "utf-8";
/* CSS Document */
/* S 公共库开始  */
html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}
html, body {
	width:100%;
    height: 100%;
	font-family:PingFangSC-Regular, sans-serif,'Open Sans', sans-serif,"Microsoft Yahei", "\5B8B\4F53", SimHei;
}
body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, select, canvas, button, dl, dd, dt {
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
}
header, hgroup, nav, section, article, aside, footer {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol, li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-size: 12px;
	font-weight:normal;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline:none;
}
input, textarea, select {
	*font-size:100%;
	font-size: 12px;
}
legend {
	color:#000;
}
img {
	vertical-align:top;
}
a:link, a:visited {
	text-decoration: none;
} /* 链接颜色 */
/* S 公共库结束  */
body a{outline:none;blr:expression(this.onFocus=this.blur());}
/*清理浮动*/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*字体微软雅黑和宋体*/
.wryh {
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.st {
	font-family: "\5B8B\4F53";
}
/*图片适应宽100%*/
.img{width: 100%; height: auto;-ms-interpolation-mode: bicubic;}
/*用户不能选中*/
/*body{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}*/


/*清楚浮动*/

.decimal {
	font-family: 'Microsoft YaHei', SimHei;
	font-size: 14px;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*解决盒子塌陷问题*/

.clearfix {
	display: inline-table;
}

.clearfix {
	display: block;
}

*+html .clearfix {
	min-height: 1%;
}


/*公共样式*/

.tc {
	text-align: center!important;
}

.tl{
	text-align: left!important;
}

.tr {
	text-align: right!important;
}

.fl {
	float: left!important;
}

.fr {
	float: right!important;
}
.rlast{
	margin-right: 0!important;
}
.ffirst{
	margin-left: 0!important;
}
.ellipsis {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
*{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
body{
	width: 100%;
	font-size: 12px;
}

.confirm{
	background-color: #c8161d!important;
}


