* {
	padding: 0;
	margin: 0;
	-webkiit-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
	opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover {
	text-decoration: underline;
	text-decoration: none;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
input[type=text]:focus, input[type=text]:active {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	-webkit-tap-highlight-color: transparent;
}
img {
	vertical-align: middle;
}
input, input:focus, input:active, button, button[type=button], textarea:focus {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.m {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto
}
.f1 {
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
}
.f1 .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 7px;
}
.f1 p {
	line-height: 25px;
}
.f1 .dow {
	float: right;
	display: block;
	margin-top: -29px;
	border-radius: 10px;
	border: 3px solid #3395e0;
	width: 80px;
	height: 35px;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: bold;
}
.bt {
	border: 1px solid #eee;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
}
.bt ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.bt ul li {
	font-weight: bold;
}
.minaji {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
}
.minaji ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.minaji ul li {
    width: 16%;
}
