html,
body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    font: normal 100% "sans-serif", "Arial", "Helvetica", "Microsoft YaHei UI";
    background: #F2F2F2;
}

div,
p,
dl,
dd,
h1,
h2,
h3,
h6,
h5,
a,
b,
input,
textarea,
button,
select,
form,
section,
label,
span,
td,
li,
nav,
header,
footer,
body,
ul,
ol,
i {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    -moz-outline: none;
}

li {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}

button {
    border: none;
    outline: none;
    background: none;
}


i,
b,
em {
    font-style: normal;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

strong {
    font-weight: normal;
}

.wrap {
    width: 100%;
    height: auto;
    max-width: 7.5rem;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
h2{
	font-size:.3rem;
	text-align:center;
	padding:.2rem;
}
h5{
	font-size:.27rem;
	text-align:center;
	font-weight:normal;
}
.content{
	padding:.2rem .24rem;
}
p{
	font-size:.26rem;
	padding:.08rem 0;
	line-height:.52rem;
}
.item{
	padding:.2rem 0;
}

.item h3{
	font-size:.28rem;
}
.item ul{
	margin:.3rem 0;
}
.item ul li{
	font-size:.26rem;
}










