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: 1080px;
  /* background: url('../images/bg.jpg') no-repeat; */
}

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

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

/* #wrapper #logo.logo3 {
  background: url(http://ddt.wan.com/Public/images/logo3.png);
} */

#wrapper #navigation {
  /* display: none; */
  top: 2px;
  right: 455px;
  position: absolute;
  font-size: 15px;
  /* background: url(../images/top-btn.png); */
}

#wrapper #navigation .btn {
  float: left;
  width: 115px;
  height: 35px;
  line-height: 33px;
  color: #ffeec2;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  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: 30px;
  right: 525px;
  z-index: 1002;
  cursor: pointer;
  display: block;
}
.next-btn {
  top: 48%;
  right: 465px;
  position: absolute;
  cursor: pointer;
}
.prev-btn {
  top: 48%;
  left: 465px;
  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;
}
