html {
	-webkit-text-size-adjust: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html {
	zoom: 1;
}

html * {
	outline: 0;
	zoom: 1;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

body {
	font-size: 12px;
	background-color: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	/*border-collapse:collapse;border-spacing:0;*/
}

fieldset,
a img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
	-webkit-appearance: none !important;
}

em,
i {
	font-style: normal;
}

select {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
}

.pics {
	width: 100%;
	height: auto;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Microsoft YaHei", sans-serif;
	margin: 0 auto;
	max-width: 640px;
	min-width: 320px;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	background: #fff;
}

.banner {
	display: flex;
}

.titBox {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 2rem;
}

.titBox p {
	font-size: 2rem;
	font-weight: bold;
	color: #333;
}

.btnsBox {
	margin: 1rem;
}

.btnsBox ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btnsBox li {
	width: 48%;
	height: 3.6rem;
	line-height: 3.6rem;
	background: #b90b1e;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

.btnsBox li:nth-child(2) {
	background: #ffc600;
	color: #fff;
}


.oneBox {
	padding: 2rem 0rem;
}

.oneBox .itemBox {
	overflow: hidden;
	margin-bottom:1.5rem;
}

.oneBox .itemBox dl {
	background: #b90b1e;
	padding:0.5rem;
}

.oneBox .itemBox dl dd {
	font-size: 1.3rem;
	line-height: 2rem;
	margin-bottom:0.5rem;
	color: #666;
	display: flex;
    background:#fff;
	padding:1rem;
	border-radius:4px;
}

.oneBox .itemBox dl dd span{
	display: flex;
	width:32px;
	height:32px;
	border-radius:100%;
	font-size:1.4rem;
	font-weight: bold;
	background: #b90b1e;
	color:#fff;
	align-items: center;
	justify-content: center;
}

.oneBox .itemBox dl dd p{
	flex: 1;
	font-size: 1.3rem;
	margin-left: 12px;
	color: #333;
}

.twoBox {
	padding: 2rem 1rem;
	background: #efefef;
}

.twoBox .itemBox {}

.twoBox .itemBox ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.twoBox .itemBox ul li {
	width: 48.5%;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 1.2rem;
	overflow: hidden;
}

.twoBox .itemBox ul li p {}

.twoBox .itemBox ul li dl {
	padding: 1rem;
}

.twoBox .itemBox ul li dl dt {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
}

.twoBox .itemBox ul li dl dd {
	margin-top: 0.5rem;
	color: #666;
	font-size: 1rem;
}

.threeBox {
	background: #b90b1e;
	padding: 2rem 1rem;
}

.threeBox .titBox p {
	color: #fff;
	font-size: 1.8rem;
}

.threeBox .itemBox {}

.threeBox .itemBox ul {}

.threeBox .itemBox ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 0.5rem;
	padding: 1.5rem 1rem;
	border-radius: 4px;
}

.threeBox .itemBox ul li p {
	width: 20%;
}

.threeBox .itemBox ul li dl {
	margin-left: 2rem;
	flex-wrap: 1;
}

.threeBox .itemBox ul li dl dt {
	font-size: 1.6rem;
	font-weight: bold;
}

.threeBox .itemBox ul li dl dd {
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

.fourBox {
	padding: 2rem 1rem;
}

.fourBox .picBox {
	border-radius: 4px;
	padding-bottom: 0.2rem;
	background: #fff;
}

.fourBox .picItem {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}

.fourBox .picItem img {
	border-radius: 4px;
}

.fourBox .picItem .flBox {
	width: 48.5%;
}

.fourBox .picItem .frBox {
	width: 48.5%;
	display: flex;
	flex-wrap: wrap;
}

.fourBox .picItem .frBox p {
	width: 100%;
}

.fourBox .picItem .frBox p:nth-child(1) {
	align-self: flex-start;
}

.fourBox .picItem .frBox p:nth-child(2) {
	align-self: flex-end;
}

.fiveBox{
	padding: 2rem 1rem;
	background:#efefef;
}

.fiveBox .itemBox{}
.fiveBox .itemBox .item{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0.5rem;margin-bottom:0.8rem;}
.fiveBox .itemBox .item p{width:25%;border-radius:4px;overflow:hidden;}
.fiveBox .itemBox .item dl{width:72%;flex-wrap:1;margin-left:1.5rem;}
.fiveBox .itemBox .item dl dt{color:#a70e1f;font-size:1.6rem;font-weight:bold;}
.fiveBox .itemBox .item dl dd{font-size:1.3rem;margin-top:0.5rem;color:#666;line-height:2rem;}

.sixBox {
	padding: 2rem 1rem;	
}
.sixBox .itemBox{

}
.sixBox .itemBox ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sixBox .itemBox ul li{
	width: 48.5%;
	background: #fff;
	margin-bottom: 1.2rem;
	overflow: hidden;
}

.tipModal {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	max-width: 80%;
	line-height: 30px;
	position: fixed;
	z-index: 9999999999999;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	display: none;
}


@media only screen and (min-width:321px) {

	/*iphone5*/
	html {
		font-size: 62.5% !important
	}
}

@media only screen and (min-width:361px) {
	html {
		font-size: 70.31% !important
	}
	.threeBox .itemBox ul li dl {
		width: 90%;
	}
}

@media only screen and (min-width:376px) {
	html {
		font-size: 73.24% !important
	}
}

@media only screen and (min-width:481px) {
	html {
		font-size: 84% !important
	}
}

@media only screen and (min-width:561px) {
	html {
		font-size: 90% !important
	}
}

@media only screen and (min-width:641px) {
	html {
		font-size: 100% !important
	}
}