.div-fixed-right {
    position: absolute;
    top: -40px;
    right: 0;
    width: 201px;
    height: 40px;
    font-family: "Microsoft Yahei";
    background: #ed145b;
    box-shadow: 2px 1px 4px rgba(60,60,60,.2),-2px 1px 4px rgba(60,60,60,.2);
    z-index:2;
}
.group-cate-title {
    width: 100%;
    height: 40px;
    font: 700 16px/40px "Microsoft Yahei";
    color: #FFF;
    text-align: center;
    z-index: 1;
    letter-spacing: 2px;
}

/*取消a链接的默认状态*/
.item-a:link , .item-a:visited , .item-a:hover , .item-a:active {
    color: #666;
    text-decoration: none;
}

.group-itemnav {
    position: absolute;
    top: 40px;
    padding: 10px 0 0px;
    background: #FFF;
    box-shadow: 2px 1px 4px rgba(60,60,60,.2),-2px 1px 4px rgba(60,60,60,.2);
}
.group-itemnav .dd {
  width: 201px;
  clear: both;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.div-fixed-right .group-itemnav .dd .item {
    width: 46%;
    border: none;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    padding-left: 10px;
}
.item-a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
}

.item-a.item-a-cur {
  background-color: #ed145b;
  color: #fff;
}

.div-h3 {
  overflow: hidden;
  padding: 10px 10px;
}
.group-itemnav .itemnav-h3 {
    float: left;
    width: 46%;
    padding-left: 10px ;
    overflow: hidden;
    /*border-bottom: 1px solid #EFEFEF;*/
    line-height: 35px;
    border-bottom: 1px dashed #e0e0e0;
}
.div-h3 h3 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}

/* S 商品团购 */
.banner-box {
  width: 1000px;
  overflow: hidden;
}
.banner-box img {
  width: 100%;
}
.jhs-prodeta-1-tit {
    padding: 10px;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    border-bottom: 2px solid #E64346;
    margin-right: 205px;
    color: #333;
}

.jhs-prodeta-1 {
  margin-right: 201px;
  overflow: hidden;
  margin-bottom: 20px;
}
.jhs-prodeta-1 .list-item {
    position: relative;
    float: left;
    display: inline;
    width: 240px;
    height: 284px;
    margin: 20px 0 0 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 2px 2px 2px -2px rgba(200,200,200,.75);
    background: #fff;
    border: 1px solid #e0e0e0;
}
.item-img {
  width: 240px;
  height: 240px;
  overflow: hidden;
}
.item-img img {
  width: 100%;
}
.list-item .item-info {
    position: absolute;
    width: 100%;
    line-height: 22px;
    overflow: hidden;
    bottom: 42px;
    left: 0;
    padding: 5px 18px 5px 14px;
    background-color: #FFF;
    opacity: .85;
    filter: alpha(opacity=85);
}
.list-item .item-info p {
  margin: 0;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  color: #333;
}
.list-item .item-info p em {
    padding: 0 2px;
    display: inline-block;
    color: #FFF;
    font: 400 12px/14px "宋体";
    margin: 0 5px 0 0;
    background-color: #ed145b;
    border: 1px solid #FFF;
}
.list-item .item-purch {
    height: 44px;
    background-color: #ed145b;
    color: #FFF;
    font-family: Arial,"Microsoft Yahei";
}
.list-item .item-purch .item-purch-l {
  width: 70%;
  overflow: hidden;
  float: left;
  height: 44px;
}
.list-item .item-purch .item-purch-l p.cur-price {
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0 0 0 15px;
}
.list-item .item-purch .item-purch-l p.cur-price .yuan {
  font-family: arial,verdana,sans-serif;
  font-size: 24px;
}
.list-item .item-purch .item-purch-l p.cur-price .item-purch-price {
  font-size: 30px;
}
/*.list-item .item-purch .item-purch-l p.cur-price del {
  color: #F1F1F1;
}*/
.list-item .item-purch .item-purch-r {
  width: 30%;
  float: right;
  height: 44px;
  display: inline;
  padding: 4px 0;
  background-color: #ed145b;
  text-align: center;
}
.purch-over {
  height: 36px;
  width: 100%;
  line-height: 36px;
  text-align: center;
}
.item-purch .item-purch-r.item-purch-over {
  background-color: #888;
}
.list-item .item-purch-over {
  background-color: #999;
}
.list-item.borderColor {
  border-color: #ed145b;
}
/* E 商品团购 */

/*轮播*/
.all {
            width: 1000px;
            height: 330px;
            border: 1px solid #ccc;
            position: relative;
        }

        .screen {
            width: 1000px;
            height: 330px;
            overflow: hidden;
            position: relative;
        }

        .screen li {
            width: 1000px;
            height: 330px;
            overflow: hidden;
            float: left;
        }

        .screen ul {
            position: absolute;
            left: 0;
            top: 0px;
        }

        .all ol {
            position: absolute;
            right: 10px;
            bottom: 10px;
            line-height: 20px;
            text-align: center;
        }

        .all ol li {
            float: left;
            width: 20px;
            height: 20px;
            background: #fff;
            border: 1px solid #ccc;
            margin-left: 10px;
            cursor: pointer;
        }

        .all ol li.current {
            background: yellow;
        }
        .pagin-box {
        	margin-bottom:20px; 
        	text-align: center;
        }
        .pagin-box  .mt10 {
        	display:inline-block;
        }
