html {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.price-paniel li {
  list-style: none;
}

#app {
  font-family: 'Microsoft Yahei';
  font-size: 16px;
  width: 1920px;
  padding: 0;
  margin-left: -960px;
  position: absolute;
  left: 50%;
  overflow: hidden;
  z-index: 100;
}

#wrapper {
  position: relative;
  width: 1920px;
  height: 960px;
}

#wrapper #outer-flash {
  position: absolute;
  width: 100%;
  height: 960px;
  left: 0;
  top: 0px;
}

#wrapper #logo {
  left: 420px;
  top: 40px;
  cursor: pointer;
  position: absolute;
  width: 172px;
  height: 63px;
  background: url('../images/logo.png') no-repeat;
}

#wrapper #navigation {
  /* display: none; */
  top: 20px;
  right: 350px;
  position: absolute;

  /* background: url(../images/top-btn.png); */
}

#wrapper #navigation .btn {
  float: left;
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  margin-right: 2px;
  background: url(../images/top-btn.png) no-repeat;
}

.active-content {
  position: fixed;
  display: none;
  width: 1920px;
  height: auto;
  z-index: 10000;
  top: 50%;
  transform: translateY(-50%);
}
.price-paniel {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.price-paniel .active {
  margin: 0 auto;
  display: block;
}
.close-btn {
  position: absolute;
  top: 25px;
  right: 380px;
  z-index: 1002;
  cursor: pointer;
  display: block;
}
.next-btn {
  top: 40%;
  right: 360px;
  position: absolute;
  cursor: pointer;
}
.prev-btn {
  top: 40%;
  left: 360px;
  position: absolute;
  cursor: pointer;
}

.black-wall {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.footer {
  position: relative !important;
  z-index: 1000 !important;
}
