@charset "gb2312";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td,img
	{
	margin: 0;
	padding: 0;
}

body,button,input,select,textarea {
	font: 14px/1.0 "Microsoft Yahei";
	color: #333333;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,h5,h6 {
	font-size: 100%;
}
.background-purple{
	background:#a055d4;
}
.background-orange{
	background:#e86b19;
}
.background-blue{
	background:#1786cb;
}
address,cite,dfn,em,var {
	font-style: normal;
}

code,kbd,pre,samp,tt {
	font-family: "Courier New", Courier, monospace;
}

small {
	font-size: 14px;
}

ul,ol {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr[title],acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,q:after {
	content: '';
}

legend {
	color: #000;
}

fieldset,img {
	border: none;
}

button,input,select,textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: none;
	height: 1px;
}

* html {
	overflow-y: scroll;
}

*+html {
	overflow-y: scroll;
}

.box {
	box-sizing: border-box;
}

.bold {
	font-weight: bold;
}
.mb1 {
	margin-bottom: 1px !important;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb3 {
	margin-bottom: 3px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.m8 {
	margin-bottom: 8px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}
/*一些自己平时喜欢使用的式样*/
.fb {
	font-weight: bold;
}

.fn {
	font-weight: normal;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}
.hide{
	display:none;
}
.block{
	display:block;
}

.w1 {
	width: 1px
}

.w2 {
	width: 2px
}

.w3 {
	width: 3px
}

.w5 {
	width: 5px
}

.m8 {
	width: 8px
}

.w10 {
	width: 10px
}

.w15 {
	width: 15px
}

.w20 {
	width: 20px
}

.w30 {
	width: 30px
}

.w50 {
	width: 50px
}

.w70 {
	width: 70px
}

.w100 {
	width: 100px
}
/*这个属性的时候必须和h1或者其他的h结果*/
.wp3 {
	width: 3%;
}

.wp5 {
	width: 5%;
}

.wp7 {
	width: 7%;
}

.wp10 {
	width: 10%;
}

.wp15 {
	width: 15%;
}

.wp20 {
	width: 20%;
}

.wp25 {
	width: 25%;
}

.wp30 {
	width: 30%;
}

.wp40 {
	width: 40%;
}

.wp50 {
	width: 50%;
}

.wp60 {
	width: 60%;
}

.wp100 {
	width: 100%;
}