html,body{
	color: #818181;
	min-width: 320px;
	font-size: 14px;
	max-width: 1920px;
	margin: 0 auto;
	
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
:selection{
	background: #b3d4fc;
	text-shadow: none;	
}

ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
	margin: 0;
	padding: 0;
}
li{list-style: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
u{
	text-decoration:none
}
img{ max-width: 100%; height: auto; transition: all .5s;}
/*=============
 * 工具样式
 =============*/
.center-block{
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.pull-right{
	float: right !important;
}
.pull-left{
	float: left !important; 
}

.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}

.hide{
	display: none !important;
}
.show{
	display: block !important;
}
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.clearfix:after{
	content: '';
	display: table;
	  }
.clearfix:after{
	clear: both;
	}

*{box-sizing: border-box;}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade{
	margin: 0;
	padding: 1rem;
	background: #ccc;
}

/*=============
 * 自定义页面样式
 =============*/
body{
	
	line-height: 1.8;
	background: #fff;
	font-family: Microsoft YaHei;
	width: 100%;
	overflow-x: hidden;
	color: #333;
}

a{
	color: #333;
	text-decoration: none;
	transition: all .4s; 
}
a:active,a:hover{
	color: #7f0f24;
	text-decoration: none;
}
.m-t-30{
	margin-top: 30px;
}
.m-t-120{
	margin-top: 120px;
}
.p-b-50{
	padding-bottom: 50px;
}
@media screen and (max-width: 850px){
	.m-t-30{
		margin-top: 30px;
	}
	.m-t-120{
		margin-top: 20px;
	}
	.p-b-50{
		padding-bottom: 50px;
	}
	.p-b-50{
		padding-bottom: 10px;
	}
}
