* {
  margin: 0;
  padding: 0;
  outline: none;
}
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
body {
  width: 100%;
  font-family: Hiragino Sans GB, Arial, Helvetica, "ËÎÌå", sans-serif;
  font-size: 14px;
  color: #878787;
  -webkit-touch-callout: inherit ;
  -webkit-user-select: auto ;
  background-color: #fff;
  overflow: hidden;
}
a {
  color: #878787;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
}
dt,dd {
  display: inline-block;
}
textarea,input {
  resize: none;
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
ul,ol,li {
  list-style: none;
}
em {
  font-style: normal;
}
footer{margin: 0;padding: 0;}
.page{
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
}
.page-current{
	z-index:1;
}
.hide{ display:none;}
.arrow-up{
	height:auto;
	width:25px;
	position:absolute;
	left:50%;
	top:92%;
	margin-left:-12px;
	z-index:99;
}
select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}


* {
  margin: 0;
  padding: 0;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

html,
body {
  height: 100% !important;
}

.clear {
  zoom: "1";
}

body {
  background: #f7f7fa;
  font-family: '微软雅黑';
}

img {
  width: 100%;
}

input,
select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
}

span {
  color: black;
  display: inline-block;
}

.img {
  font-size: 0;
  width: 100%;
}

/*
*swiper滑动css
*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
ol,
ul,
li,
form,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
button,
input {
  font-size: 14px;
  line-height: 1.4em;
  font-family: Arial, Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  outline: none;
}

body {
  /*background-color: #fff;*/
  line-height: 1.5;
  margin: 0 auto;
  color: #333;
  overflow-y: scroll;
}

body,
html {
  width: 100%;
  /* height: 100%; */
}

h2 {
  font-size: 100%;
  word-wrap: break-word;
}

em,
i {
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table,
td,
th,
li,
img,
input,
select {
  vertical-align: middle;
  outline: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

input {
  padding: 5px;
  margin: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}