@charset "gb2312";

/* CSS Document */
body {
	padding: 0;
	font-family: source han sans cn;
	-webkit-text-size-adjust: none;
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
	font-size: 12px;
	background-color: #FFF;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.clearfix {
	zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

img {
	max-width: 100%;
	border: 0;
	font-size: 0;
}

a {
	text-decoration: none;
	border: 0px;
	color: #000;
}

ol,
ul {
	list-style: none
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

*:focus {
	outline: 0
}
.mt13{
	padding-top: 13px;
}
.mt15{
	margin-top: 15px;
}
.mt25{
	margin-top: 25px;
}
.mt27{
	margin-top: 27px;
}
.wh{
	width: 4.5%;
}
.box1{
	width: 94.6%;
	border-radius: 8px;
	margin: 20px auto 0;
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: -1px;
	color: #333333;
	padding: 16px 10px;
	background-color: #f5f5f5;
}
.part2{
	margin-top: 25px;
	background-color: #f5f5f5;
}
.box2{
	width: 94.6%;
	margin: auto;
}
.box3{
	position: relative;
}
.box4{
	position: absolute;
	bottom: 0;
	left: 6px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #999999;
	width: 100%;
	height: 86%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box4 span{
	font-size: 2.2rem;
	line-height: 1.4rem;
	letter-spacing: -1px;
	color: #333333;
}
.box5{
	display: block;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #333333;
	padding: 8px 13px;
	border-radius: 25px;
	background-color: rgba(221,0,0,0.08);
}
.box6{
	width: 96.6%;
	margin: 13px auto 0;
}
.box7{
	position: relative;
}
.box7 img{
	box-shadow: 2px -1px 10px 0 rgba(0, 0, 0, 0.2);
}
.box7 span{
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing: -1px;
	position: absolute;
	display: flex;
	bottom: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	color: #333333;
}
.part3{
	width: 94.6%;
	margin: 25px auto 0;
}
.box8{
	margin-top: 14px;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: -1px;
	color: #333333;
}
.box9{
	position: relative;
}
.box9 span{
	font-size: 1.2rem;
	position: absolute;
	bottom: 2px;
	text-align: center;
	display: flex;
	color: #ffffff;
	width: 100%;
	height: 30px;
	align-items: center;
	justify-content: space-around;
	border-radius: 0 0 10px 10px;
	background-color: rgba(0,0,0,0.5);
}
.box10{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.box11{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 70px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
}
.box12{
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #999999;
}
.box12 span{
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: -1px;
	color: #333333;
}
.box13{
	font-size: 1.3rem;
	line-height: 1.4rem;
	color: #ffffff;
	padding: 9px 5px;
	background-color: #dd0000;
	border-radius: 10px;
}
.part4{
	height: 72px;
	background-color: #f5f5f5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.box15{
	font-size: 1.4rem;
	line-height: 1.4rem;
	letter-spacing: -1px;
	color: #333333;
	margin-left: 22px;
}
.box14{
	font-size: 1.6rem;
	line-height: 72px;
	letter-spacing: -1px;
	color: #ffffff;
	background-color: #dd0000;
	padding: 0 35px;
	height: 72px;
	border-radius: 0 10px 10px 0;
}