@charset "utf-8";
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1
}

.ddw {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 16px;
  z-index: 9999;
}

.ddw2 {
  position: absolute;
  left: 20px;
  top: 0;
  color: #000;
  font-size: 16px;
  z-index: 9999;
}

.num_box {
  position: relative;
}

.fixed_r {
  position: absolute;
  right: 10px;
  top: 260px;
  z-index: 999;
}

.fixed_r ul {
  list-style: none;
}

.fixed_r li {
  width: 40px;
  height: 40px;
  background: #000;
  background: url('../images/yuan.png')no-repeat 40px 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.fixed_r li.on {
  color: #0FF;
}



/* 代码整理：懒人之家 www.lanrenzhijia.com */
