@charset "utf-8";

* {
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: 100% !important;
}

html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -webkit-touch-callout: none;
}

@font-face {
  font-family: 'HYQihei';
  src: url('../font/qihei55.ttf');
}

@font-face {
  font-family: 'HYQihei-BEJ';
  src: url('../font/HYQiHei-25J.ttf');
}

@font-face {
  font-family: 'HYQihei-CEJ';
  src: url('../font/HYQiHei-35J.ttf');
}

@font-face {
  font-family: 'HYQihei-DZJ';
  src: url('../font/HYQiHei-40J.ttf');
}

@font-face {
  font-family: 'HYQiHei-AZEJ';
  src: url('../font/HYQiHei-105J.ttf');
}

@font-face {
  font-family: 'HYCuJianHeiJ';
  src: url('../font/HYCuJianHeiJ.ttf');
}

@font-face {
  font-family: 'HYQiHei-FZS';
  src: url('../../luckyBox/font/HYQiHei-60J.ttf');
}

@font-face {
  font-family: 'HYe3gj';
  src: url('../font/HYZhongYuanJ.ttf');
}

/*新字体*/
@font-face {/*标准*/
  font-family: 'PFHTzhun';
  src: url('../font/PFHTzhun.ttf');
}
@font-face {/*中粗*/
  font-family: 'PFHTmiddle';
  src: url('../font/PFHTmiddle.ttf');
}
@font-face {/*中黑*/
  font-family: 'PFHTblod';
  src: url('../font/PFHTblod.ttf');
}

html,
body {
  font-family: 'HYQihei';
  line-height: 1;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 去除默认边框 */
fieldset,
.img {
  border: 0;
}

/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}

ul,
ol,
menu,
li {
  list-style: none;
}

.clearfix:after {
  content: ' ';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom: 1;
}

/* 告诉苹果不用内置苹果ui */
input[type='submit'],
input[type='button'],
button,
select,
input {
  border: none;
  -webkit-appearance: none;
}

.wap-box {
  background: #fafafa;
  width: 100%;
  height: 0.186666rem;
}

#house {
  position: fixed;
  right: 0;
  top: 19%;
  width: 0.85rem;
  height: 0.65rem;
  z-index: 99;
  /* background: url(../img/返回.png) no-repeat;
  background-size: 100% 100%; */
}
#house1 {
  position: fixed;
  right: 0;
  top: 19%;
  width: 0.85rem;
  height: 0.65rem;
  z-index: 99;
  /* background: url(../img/返回.png) no-repeat;
  background-size: 100% 100%; */
}