html {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.price-panielli {
  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: 919px;
  /* background: url("../images/bg.jpg") no-repeat; */
}

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

#wrapper #logo {
  left: 378px;
  top: 40px;
  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: 0;
    right: 460px;
    position: absolute;
    /* background: url(../images/top-btn.png); */
}

#wrapper #navigation .btn {
  float: left;
  width: 111px; height: 38px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-right:2px;
}
#wrapper #navigation #fourThree {
  background: url(../images/top-btn_01.png);
} 
#wrapper #navigation #goBack {
  background: url(../images/top-btn_02.png);
}
#wrapper #navigation #homepage {
  background: url(../images/top-btn_03.png);
}

.active-content {
  position: relative;
  display: none;
  width: 1920px;
  height: auto;
  z-index: 10000;
}

.price-paniel{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 1000;
    text-align: center;
}

.price-paniel .active {
    margin: 0 auto;
    display: block;
}

.close-btn{
    position: absolute;
    top: 15px; right: 525px;
    z-index: 1002;
    cursor: pointer;
    display: block;
}
.next-btn{
    top: 45%;
    right: 540px;
    position: absolute;
    cursor: pointer;
}
.prev-btn{
    top: 45%;
    left: 540px;
    position: absolute;
    cursor: pointer;
}

.black-wall{
    position: absolute;
    top: 0;
    left:0;
    z-index: 999;
    height: 919px;
    /*display: none;*/
}

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