@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent
}

html,
body {
	width: 100%;
	color:#000;
	overflow-x: hidden;
	font-size: 16px;
	box-sizing: content-box;
	background:#950202
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
	margin: 0;
	padding: 0
}

body {
	font-family: '微软雅黑';
	/*禁止用户选中*/
	/* user-select: none;
	-webkit-user-select: none; */
}
li,
ol {
	list-style: none
}

ins {
	text-decoration: none
}

i,
em {
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}


/* 链接 */
a {
	text-decoration: none;
	outline: 0;
	border: 0;
	color: #111;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
a:focus {
	outline: 0;
	color:#000;
	text-decoration: none;
}

/* 图片 */
img {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: middle;
}

a img {
	border: none
}

/* 清除浮动 */
.clear {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	zoom: 1;
	font-size: 0px;
	content: '.'
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
/* 文本框 */
input{
	width: 100%;
	padding: 20px 0;
	padding-left: 10px;
	resize: none;
	outline: none;
	border: 1px solid #cccacb;
}
input::-webkit-input-placeholder{
	color: #cccacb;
} 
input::-moz-placeholder{
	color: #cccacb;
}
/* 文本域 */
textarea{
	resize: none;
	outline: none;
	padding-left: 10px;
	border: 1px solid #cccacb;
}
textarea::-webkit-input-placeholder{
	color: #cccacb;
} 
textarea::-moz-placeholder{
	color: #cccacb;
}
/* 表格 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ====== 项目代码 ======*/
.row {
	margin: 0 !important;
}

.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xs-1,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xs-2,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xs-3,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xs-4,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xs-5,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xs-6,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xs-7,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xs-8,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xs-9,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xs-10,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xs-11,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
	padding: 0;
}

