@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  font-size: 100%;
}
a {
  text-decoration: none;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  height: 100%;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
}
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: 100%;
}
html,
body {
  min-height: 100%;
  position: relative;
  font-size: 0.2rem;
  background: #fff;
}
input,
textarea {
  -webkit-appearance: none;
}
/**
 * border1px手机端解决方法    
 */
.con{
	width: 7.5rem;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.title{
	font-size: 0.46rem;
  font-weight: bold;
  text-align: center;
  /*margin-bottom: 0.4rem;*/
  line-height: 1.2rem;
}
.part{
	margin-bottom: 0.1rem;
}
.part .part-title{
	font-weight: bold;
	font-size: 0.3rem;
	text-align: left;
	margin-bottom: 0.1rem;
}
.part .wz{
	font-size: 0.24rem;
	text-align: justify;
	line-height: 0.4rem;
	margin-bottom: 0.1rem;
}
