body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div,
img {
  margin: 0;
  padding: 0;
  line-height: initial;
}

body {
  background-size: 100%;
  color: #FFF;
  height: 100%;
  width: 100%;
}

body,
button,
input,
select,
textarea {
  font: 14px/20px 微软雅黑, arial, SourceHanSansCN Regular, sans-serif;
  /*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

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

ul {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.yellow {
  color: #e7bb63;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 20px\0;
}

.returnHome {
  color: #feda93;
  font-size: 50px;
  display: block;
  width: 40%;
  margin: auto;
  text-align: center;
  margin-top: 70px;
}

.borderLine {
  border: 1px solid #FFF;
  border-image: -webkit-linear-gradient(#77705d, #282828) 30 30;
  border-image: -moz-linear-gradient(#77705d, #282828) 30 30;
  border-image: -ms-linear-gradient(#77705d, #282828) 30 30;
  border-image: linear-gradient(#77705d, #282828) 30 30;
}

/* 弹窗 */
.masking {
  position: fixed;
  opacity: 0.7;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
}

input {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}