/* 基础变量定义 */
/* ###### 颜色定义开始 ###### */
/* ------全站主色------ */
/* 全站主色 */
/* 全站字体颜色 */
/* 全站链接颜色 */
/* 常用链接颜色 */
/* ------神爸标准颜色------ */
/* ------PMS 优惠活动颜色------ */
/* ------调色板------ */
/* ###### 颜色定义结束 ###### */
/*当前模块的页面布局*/
/*当前页面的header*/
/*
*如果是公共的头尾部，这里留空即可
*如果当前页面的头部是自定义的
*则在这里书写样式，覆盖common.css中得头尾部
*或者，不引入common.css
*/
/*首页轮播slide*/
.sprite-common {
  background-image: url('../img/sprite/common.png');
}
/*各个区块样式*/
/*
 * 首页幻灯片
*/
.sprite-index {
  background-image: url('../img/sprite/index.png');
}
.fullSlide {
  width: 100%;
  position: relative;
  height: 320px;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd ul li {
  width: 100% !important;
  height: 320px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd ul li a {
  display: block;
  height: 320px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  text-align: center;
}
.fullSlide .hd ul {
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 5px 5px 5px 15px;
  line-height: 10px;
  border-radius: 20px;
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  overflow: hidden;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  line-height: 999px;
  border-radius: 100%;
}
.fullSlide .hd ul li.on {
  background: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.fullSlide span {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  height: 50px;
}
.fullSlide .prev {
  left: 50%;
  margin-left: -600px;
}
.fullSlide .prev em {
  display: block;
  height: 50px !important;
  background-position: -60px -106px;
  width: 50px;
  height: 50px;
}
.fullSlide .next {
  left: 50%;
  margin-left: 550px;
}
.fullSlide .next em {
  display: block;
  height: 50px !important;
  background-position: 0px -106px;
  width: 50px;
  height: 50px;
}
.side {
  display: none;
  position: fixed;
  left: 50%;
  z-index: 20;
}
.i-ad {
  margin-top: 20px;
}
.i-ad li {
  float: left;
}
.i-ad li img {
  width: 300px;
  height: 150px;
}
/* 解决首页变专场图片间隙 */
#list-container p img,
.cropwrap img {
  display: block;
}
/*main*/
/*.main {
    background: url('../img/bg/i-main.png') no-repeat center 25px;
}*/
.main-children {
  background-image: url('../img/bg/i-main.png');
  background-position: top center;
  background-repeat: no-repeat;
}
/* 可公用标题栏目 */
.m-hd-title h2 {
  font-weight: normal;
}
.m-hd-title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  vertical-align: -5px;
}
.m-hd-title strong {
  margin-right: 5px;
  font-size: 26px;
  font-weight: normal;
  color: #333;
}
.m-hd-title em {
  font-size: 20px;
  color: #e73069;
}
.m-hd-title span {
  font-size: 16px;
  color: #999;
}
.m-hd-title .icon-snapping {
  background-position: -37px -166px;
  width: 27px;
  height: 30px;
}
.m-hd-title .icon-sale {
  background-position: -120px -106px;
  width: 27px;
  height: 30px;
}
.i-time li {
  float: left;
  color: #666;
  font-size: 20px;
  font-family: arial;
  letter-spacing: 5px;
  font-weight: bold;
}
.i-time li span {
  font-weight: normal;
  letter-spacing: 0;
  padding: 0 5px;
  margin-right: 5px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  background: #333;
  border-radius: 3px;
}
.i-time li i {
  font-size: 16px;
  display: inline-block;
  font-style: normal;
  padding: 0 5px;
  line-height: 28px;
}
.i-time li i .time-icon {
  margin: 0 6px;
  vertical-align: middle;
  display: inline-block;
  background-position: -207px -104px;
  width: 2px;
  height: 7px;
}
.i-time li * {
  vertical-align: middle;
}
.lab {
  position: absolute;
  right: 0;
  top: 0;
}
.lab i {
  display: inline-block;
}
.lab i.hot {
  background-position: -170px -52px;
  width: 42px;
  height: 42px;
}
.lab i.new {
  background-position: -170px 0px;
  width: 42px;
  height: 42px;
}
/*item*/
.bor0 {
  border: 0 !important;
}
.h18 {
  height: 18px !important;
}
.i-bd {
  /*margin-top: 15px;*/
}
.i-bd li.item {
  float: left;
  /*margin-bottom: 20px;*/
  position: relative;
  zoom: 1;
  border-right: 1px #eee solid;
  background: #fff;
  width: 239px;
  /*overflow: hidden;*/
}
.i-bd li.item .pri {
  padding: 5px 9px 0 9px;
  font-family: arial;
  color: #ff6060;
  font-weight: bold;
}
.i-bd li.item-normal img {
  display: block;
  vertical-align: middle;
  width: 239px;
  height: 239px;
  max-width: 239px;
  max-height: 239px;
}
.i-bd li.item-normal .tit {
  display: block;
  padding: 10px 9px 0 9px;
  height: 35px;
  overflow: hidden;
  font-family: "SimSun", "宋体";
}
.i-bd li.item-normal .tit a {
  color: #999;
}
.i-bd li.item-special {
  position: relative;
  text-align: center;
  /*满赠、满折、满减*/
}
.i-bd li.item-special img {
  height: 60px;
  width: auto;
  max-height: 60px;
  max-width: 240px;
  margin: 20px auto 0;
  background: #fff;
}
.i-bd li.item-special .tit {
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", Tahoma, Geneva, sans-serif;
  padding: 8px 35px 0 35px;
  height: 45px;
  margin-bottom: 15px;
}
.i-bd li.item-special .tit a {
  color: #666;
}
.i-bd li.item-special .discount {
  color: #ff6060;
  height: 32px;
  line-height: 32px;
}
.i-bd li.item-special .discount em {
  font-size: 30px;
}
.i-bd li.item-special .txt {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #ff6060;
  font-size: 14px;
  padding: 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.i-bd li.item-special .p-txt {
  margin-left: 8px;
  padding: 1px 5px;
  color: #fff;
}
.i-bd li.item-special .coupon-icon {
  margin-top: 30px;
}
.i-bd li.item-special .end-time {
  position: absolute;
  bottom: 15px;
  width: 239px;
  font-size: 14px;
  color: #444;
  text-align: center;
  left: 0;
}
.i-bd li.item-special .tips {
  background-position: 0px -60px;
  width: 140px;
  height: 36px;
  color: #ff6060;
  margin: 30px auto 0 auto;
  line-height: 36px;
  text-indent: -5px;
  overflow: hidden;
}
.i-bd li.item-special .tips em {
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
}
.i-bd .go-special {
  position: absolute;
  text-indent: -9999em;
  top: 120px;
  left: 40px;
  background-position: 0px 0px;
  width: 160px;
  height: 50px;
}
.i-bd .item-big {
  position: relative;
  zoom: 1;
  float: left;
  margin-left: -1px;
  width: 720px;
  height: 300px;
}
/*限时抢购*/
.snapping .i-time {
  margin: 8px 0 0 15px;
}
.snapping li.item-time {
  height: 320px;
}
.snapping li.item-time a {
  display: block;
}
.snapping li.item-time a img {
  display: block;
  width: 240px;
  height: 320px;
}
.snapping .price {
  font-size: 20px;
}
.snapping .rmb {
  font-size: 14px;
}
.snapping .market {
  color: #999;
}