@charset "UTF-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
form,
figure,
dl,
dd {
	margin: 0;
	font-family: "Helvetica";
	font-size: 12px;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
img {
	border: none;
	vertical-align: top;
}
input,
button,
select,
textarea {
	vertical-align: top;
	outline: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
body * {
	-webkit-text-size-adjust: 100%;
}
strong {
	font-weight: normal;
}
textarea {
	resize: none;
	overflow: auto;
}
.clearFix {
	zoom: 1;
}
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.page {
	max-width: 675px;
	margin: 0 auto;
	position: relative;
}
/************/
.float-2018 {
	position: fixed;
	left: 0.48rem; 
	top: -8rem;
	z-index: 9998;
	width: 6.65rem;
	height: 6rem;
	border-radius: .15rem;
	box-shadow: 1px 2px 2px #ccc, -1px -2px 2px #ccc;
	transition: 2s;
	background: url(imgs/tchs.png) no-repeat;
	background-size: cover;
}
.cenhs{
	width: 5.5rem;
	position: absolute;
	left: 0.6rem;
	top:2.5rem;
}
.cenhs img{
	width: 100%;
}
.float-first-a img,.float-last-a img{
	width: 1rem;
	display: block;
	margin: 0 auto;
}
.float-first-a a,.float-last-a a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.35rem;
	margin-top: 0.1rem;
}
.float-first-a{
	position: absolute;
	bottom: 0.4rem;
	left: 0.3rem;
	width: 2.8rem;
}
.float-last-a{
	position: absolute;
	bottom: 0.4rem;
	left: 3.5rem;
	width: 2.8rem;
}
.float-2018-close {
	position: absolute;
	top: .24rem;
	right: .24rem;
	width: .6rem;
	height: .6rem;
	background: url(imgs/hsdel.png) no-repeat;
	background-size: cover;
}
































