html,body {padding:0;margin:0;width:100%;height:100%;color:#555555;background-color:#f7f7f7;font-family:'Microsoft YaHei',sans-serif;}
img {max-width: 100%;}
a:link, a:visited {text-decoration:none;color:inherit;font-size:inherit;outline:none;}
a:hover {color:#ff6633;}
.clear {height:20px;clear:both;}
.img24 {height:24px;width:24px;}
.img32 {height:32px;width:32px;}
.uplink {width:45px;height:45px;position:fixed;right:20px;bottom:20px;cursor:pointer;display:none;}
.footerdiv {height:50px; background-color: #f7f7f7;}
#content p,img {margin:0;padding:0;}
/*newcheck*/
#slider {
  width: 280px;
  height: 34px;
  position: relative;
  border-radius: 2px;
  background-color: #e8e8e8;
  border:1px solid #dbdbdb;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7ac23c;
  z-index: 1;
}

#label {
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  line-height: 30px;
  background: white;
  z-index: 3;
  cursor: move;
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}