@charset "utf-8";
:root{
	--maincolor:#BC002B;
}
*{ margin:0; padding:0;}
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
	blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.wrapper{
	margin:12px 12px 75px 12px;
}
img {
	width: 100%;
	display: block;
}
body {
	min-width: 320px;
	position: relative;
	background-size: 100%;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.fles{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}
.line2{
	display:grid; 
	grid-template-columns: repeat(2, 1fr);
}
.line3{
	display:grid; 
	grid-template-columns: repeat(3, 1fr);
}
.line4{
	display:grid; 
	grid-template-columns: repeat(4, 1fr);
}
.line5{
	display:grid; 
	grid-template-columns: repeat(5, 1fr);
}
.clear{ 
	clear:both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}