/*reset start*/
@charset 'utf-8';

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}


html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
em {
	font-style: normal;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-style: normal;
	font-weight: normal;
}


textarea {
	overflow: auto;
	resize: none;
}

a,
a:hover {
	text-decoration: none;
}

a {
	color: #000;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
	color: #333;
	outline: 0;
}

body * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	height: 0;
	clear: both;
	visibility: hidden;
}



input,
textarea {
	outline: none;
	/* -webkit-appearance: none; */
}

select {
	outline: none;
}

.clearOver {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

header,
section,
footer {
	display: block;
}

/* 引用字体包 */
@font-face {
	font-family: 'Regular';
	src: url(../fonts/Alibaba-PuHuiTi-Regular.ttf);
}

@font-face {
	font-family: 'Bold';
	src: url(../fonts/Alibaba-PuHuiTi-Bold.ttf);
}

@font-face {
	font-family: 'Medium';
	src: url(../fonts/Alibaba-PuHuiTi-Medium.ttf);
}

@font-face {
	font-family: 'Light';
	src: url(../fonts/Alibaba-PuHuiTi-Light.ttf);
}

/****/
html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	letter-spacing: 1px;
	color: #000;
	font-family: 'Regular', "Bold", 'Medium', 'Light', 'Microsoft YaHei';
}

.myMark {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	transition: all 1s;


}

.myMark:hover {
	background-color: #ccc;
}

.myMark>div {
	width: 18px;
	height: 18px;
	background-image: url('../images/up.png');
	background-size: 100% 100%;
}