﻿@charset "utf-8";
/* Begin slide滑动 */
#focus{margin-top:6px;}
.slide {
  height: 200px;
  width: 250px;
  overflow: hidden;
  position: relative;
}
.slide ul {
  height: 200px;
  position: absolute;
}
.slide ul li {
  list-style: none;
  height: 200px;
  width: 250px;
  float: left;
  position: relative;
}

.slide .btnBg {
  background-color:#000;
  bottom: 0;
  height: 20px;
  left: 0;
  position: absolute;
  width: 250px;
  opacity: 0.5;
}
.slide .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 10px;
  width: 230px;
  padding: 5px 10px;
  text-align: center;
}
.slide .btn span {
  background-color:#fff;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 25px;
  opacity: 0.4;
}
/* End slide滑动 */

/*Begin cart*/
.cart {
  position: absolute;
  width: 29px;
  height: 30px;
  z-index: 100;
}
.cart-trash {
  background: url("xiaoxue_img/trash.jpg") no-repeat 0px 0px;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 100;
  display: none;
}
.cart-doc {
  background: url("xiaoxue_img/icobg.png") no-repeat -3px -146px;
}
.cart-rar {
  background: url("xiaoxue_img/icobg.png") no-repeat -2px -1px;
}
.cart-other {
  background: url("xiaoxue_img/icobg01.png") no-repeat -2px -279px;
}
.cart-pdf {
  background: url("xiaoxue_img/icobg.png") no-repeat -3px -214px;
}
.cart-ppt {
  background: url("xiaoxue_img/icobg.png") no-repeat -1px -74px;
}
.cart-swf {
  background: url("xiaoxue_img/icobg.png") no-repeat -3px -417px;
}
.cart-mp3 {
  background: url("xiaoxue_img/icobg.png") no-repeat -2px -349px;
}
.cart-xls {
  background: url("xiaoxue_img/icobg.png") no-repeat -4px -541px;
}
.cart-txt {
  background: url("xiaoxue_img/icobg.png") no-repeat -4px -486px;
}
/*End   cart*/