@charset "utf-8";
/* CSS Document */

*,
::before,
::after{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;/*清除点击默认的高亮效果*/
    -webkit-box-sizing: border-box;/*以你的border开始计算你的宽度*/
}
html{
	height:100%;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei",sans-serif;/*第二个是手机的一个默认的字体*/
    color: #000;
	height:100%;
	position:relative;
	background-color:#fef4f4;
}
a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style: none;
}
input,textarea{
    border: none;
    resize: none;
    outline: none;/*清除选中效果*/
    -webkit-appearance: none;/*清楚浏览器默认的样式*/
}
/*清除浮动*/
.clearfix::before,
.clearfix::after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}



.top > img{
	width:7.5rem;
}
.mid{
	margin-top:0.2rem;
}
.mid > a{
	display:block;
	text-align:center;
	background:#f54c4b;
	border-radius:0.1rem;
	height:1.15rem;
	width:6rem;
	margin:0 auto;
	font-size:0.4rem;
	line-height:1.15rem;
	margin-bottom:0.6rem;
	color:#fff;
}
.mid > a > img{
	width:0.7rem;
	vertical-align:middle;
	padding-bottom:0.12rem;
}
.bottom > img{
	width:7.5rem;
}
	










