/* 这个文件里写的是全局样式,在各个页面都生效 */
body, html {
  margin: 0;
  padding: 0;
  font: normal 12px/180% "SimSun";
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #5d0d0d;
}
body {
  top: 0;
  left: 0;
  margin: auto;
  position: absolute;
  transform-origin: 0 0;
}
.ox {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #efdbdc;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../resource/bg.jpg');
  
  background-size: 100% 100%;
}
h1, h2, h3, h4, h5, input {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style-type: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.swiper-box {
  z-index: 9;
}

.no-button .button {
  display: none;
}