﻿/*公用变量*/
/*公用样式函数*/
/*banner上新闻和快链部分*/
html{
  font-size:100px;
}
body{
  font-size:12px;
}
.bannerPart {
  position: relative;
  height: 500px;
}
.bannerPart .samewidth {
  position: absolute;
  height: 500px;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 20;
  overflow: hidden;
}
.bannerPart  .bannerNews {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 500px;
  overflow: hidden;
  z-index: 20;
}
.bannerPart  .bannerNews .indexSaleCard {
  display: block;
  width: 300px;
  height: 89px;
  text-align: right;
  margin-top: 5px;
  padding: .1px;
  border:solid 1px rgba(255,255,255,0);
  box-sizing: border-box;
}
.bannerPart  .bannerNews .indexSaleCard:hover{
  border:solid 1px #19aa4b;
  box-sizing: border-box;
}
.bannerPart  .bannerNews .indexSaleCard p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
  margin-top: 50px;
}
.bannerPart  .bannerNews .proPushed {
  margin-top: 8px;
  border:solid 1px rgba(255,255,255,0);
  box-sizing: border-box;
}
.bannerPart  .bannerNews .proPushed:hover {
  border:solid 1px #19aa4b;
  box-sizing: border-box;
}
.bannerPart  .indexNews {
  background-color: #fff;
  border: 1px solid #d9d7d7;
}
.bannerPart  .indexNews .newsTitle {
  font-size: 18px;
  color: #666;
  border-bottom: 1px dashed #d8d6d6;
  padding: 11px 20px;
}
.bannerPart .indexNews .newsTitle a {
  font-size: 12px;
  color: #666;
  line-height: 28px;
}
.bannerPart  .indexNews .newsTitle a:hover {
  color: #19aa4b;
}
.bannerPart  .indexNews .newsTitle a span {
  font-family: SimSun;
}
.bannerPart  .indexNews .newsList {
  padding: 10px 20px;
}
.bannerPart  .indexNews .newsList a {
  width: 255px;
  color: #666;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bannerPart  .indexNews .newsList a:hover {
  color: #19aa4b;
}
/*banner轮播*/
.bannerSlide {
  position: relative;
  height: 500px;
  z-index: 20;
}
.bannerSlide a {
  display: block;
  height: 500px;
}
.bannerSlide .slidesjs-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 27;
}
.bannerSlide .slidesjs-pagination li {
  float: left;
  width: 30px;
  height: 30px;
}
.bannerSlide .slidesjs-pagination li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 0;
  background: url(../../images/pc/bannerSlide.png) center no-repeat;
}
.bannerSlide .slidesjs-pagination li a.active {
  background: url(../../images/pc/bannerSlideOn.png) center no-repeat;
}
/*banner图下快链*/
.topQuickLInks {
  margin-top: 43px;
}
.topQuickLInks a {
  float: left;
  margin-left: 9px;
  border:solid 1px rgba(255,255,255,0);
}
.topQuickLInks a:hover{
  border:solid 1px #19aa4b;
}
.topQuickLInks a:first-child {
  margin-left: 0;
}
/*新品爆款推荐*/
.hotPushed {
  position: relative;
  margin-top: 80px;
}
.hotPushed .hotTitle {
  position: absolute;
  left: 50%;
  top: -27px;
    margin-left: -100px;
    background-color: #fff;
    font-size: 30px;
    padding: 0 30px;

}
.hotPushed .hotProList .hotProItem {
  float: left;
  width: 230px;
  height: 333px;
  margin-top: 40px;
  padding-left: 168px;

}
.hotPushed .hotProList .hotProItem .proMsgWrap{
  border:solid 1px rgba(255,255,255,0);
  padding:0 10px;
  width:200px;
}
.hotProItem  .hoverWrap:hover .proMsgWrap{
  border:solid 1px #19aa4b;
}
.hotPushed .hotProList .hotProItem .add-cart{
  position:relative;
  top:-20px;
  right:15px;
}
.hotPushed .hotProList .hotProItem .indexProName {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  margin: 5px 0;
  line-height: 20px;
  font-size:14px;
}
.hotPushed .hotProList .hotProItem:first-child {
  padding-left: 120px;
}
.hotPushed .hotProList p{
  width:130px;
  color:#19aa4b;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hotPushed .hotProList .proPricePart {
  padding: 5px 10px 0 0;
}
.hotPushed .hotProList .proPricePart .leftPrice {
  color: #e60019;
}
.hotPushed .hotProList .proPricePart .leftPrice span {
  font-size: 18px;
}
.hotPushed .hotProList .proPricePart .rightPrice {
  line-height: 28px;
  margin-right: -35px;
}
.hotPushed .hotProList .proPricePart .rightPrice span {
  color: #e60019;
}
.hotPushed .hotProList .hotProItem1 {
  background: url(../../images/pc/1.png) 50px 20px no-repeat;
}
.hotPushed .hotProList .hotProItem2 {
  background: url(../../images/pc/2.png) 80px 20px no-repeat;
}
.hotPushed .hotProList .hotProItem3 {
  background: url(../../images/pc/3.png) 80px 20px no-repeat;
}
/*限时抢购*/
.timeSale {
  margin-top: 74px;
}
.timeSale .timeSaleTitle {
  position: relative;
  width: 540px;
  height: 8px;
  background: url(../../images/pc/titleBg.png) left top repeat;
  margin: 0 auto;
}
.timeSale .timeSaleTitle span {
  position: absolute;
  display: block;
  background-color: #fff;
  font-size: 30px;
  padding: 0 30px;
  left: 50%;
  margin-left: -100px;
  top: -21px;
}
.timeProList {
  margin-top: 45px;
}
.timeProList .timeItem {
  float: left;
  width: 285px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  margin-left: 17px;
}
.timeProList .timeItem:first-child {
  margin-left: 0;
}
.timeProList .timeItem:hover {
  border-color: #19aa4b;
}
.timeProList .timeItem .timeProName{
    margin-top: 10px;
}
.timeProList .timeItem .timeProName h3 {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
    font-weight: normal;
    margin-bottom: 2px;
}
.timeProList .timeItem .timeProName a:hover {
  color: #19aa4b;
}
.timeProList .timeItem .timeProName p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
    color:#19aa4b;
}
.timeProList .timeItem .saleNumber {
  padding: 6px 10px 7px 10px;
}
.timeProList .timeItem .saleNumber .saleLeft {
  font-size: 16px;
  color: #e60019;
  font-weight: bold;
}
.timeProList .timeItem .saleNumber .saleLeft span {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin-left: 8px;
}
.timeProList .timeItem .saleNumber .saleNum {
  line-height: 25px;
}
.timeProList .timeItem .saleNumber .saleNum > span{
  color: #e60019;
}
.timeProList .timeItem .nowPrice {
  color: #e60019;
  line-height: 22px;
}
.timeProList .timeItem .oldPrice {
  line-height: 23px;
}
.oldPrice .add-cart{
  position: relative;
  top:-20px;
  right:10px;
}
.timeProList .timeItem .saleTime {
  background-color: #f0f0f0;
  width: 155px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  color: #333;
}
.timeProList .timeItem .saleTime > img {
  margin-right: 5px;
}
/*类型切换部分*/
.floor {
  margin-top: 50px;
}
.floor .tabBtn {
  font-size: 0;
  border-bottom: 1px solid #19aa4b;
}
.floor .tabBtn a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  width: 24.89%;
  *width: 24.85%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  border-left: none;
}
.floor .tabBtn a:first-child {
  border-left: 1px solid #e8e8e8;
}
.floor .tabBtn a:hover,
.floor .tabBtn a.on {
  border-top: 2px solid #19aa4b;
}
.floor1Pro {
  margin-top: 10px;
}
.floor1Pro .leftImg {
  position: relative;
}
.floor1Pro .leftImg span {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 20;
  bottom: 43px;
  left: 36px;
  border-bottom: 2px solid #fff;
  padding-bottom: 9px;
}
.floorRightPro {
  width: 918px;
}
.floorRightPro .floorItem {
  width: 222px;
    height: 344px;
  float: left;
    margin-left: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    border: #fff solid 1px;
}
.floorRightPro .floorItem:hover{
    border-color: #19aa4b;
}
.floorRightPro .floorItem .floorProBottom {
  padding-top: 7px;
  border-right: none;
}
.floorRightPro .floorItem .floorProBottom .florProName h3{
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
    margin-bottom: 3px;
}
.floorRightPro .floorItem .floorProBottom .florProName p{
    color:#19aa4b;
    height:16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.floorRightPro .floorItem .floorProBottom .florProName a:hover {
  color: #19aa4b;
}
.floorRightPro .floorItem .floorProBottom > p {
  color: #e60019;
  line-height: 23px;
  padding: 6px 10px 0 10px;
    margin-top: -2px;
}
.floorRightPro .floorItem .floorProBottom > p a{
  display: block;
  position:relative;
  top:-20px;
  left:0;
}
.floorRightPro .floorItem .floorProBottom > p span {
  font-size: 18px;
}
/*底部上边链接*/
.bottomLinks {
  margin-top: 45px;
  margin-bottom: 72px;
}
.bottomLinks a {
  float: left;
  margin-left: 12px;
  position: relative;
}
.bottomLinks a:first-child {
  margin-left: 0;
}
.bottomLinks a:hover p {
  display: block;
}
.bottomLinks a p {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../images/pc/footLinkBg.png) left top repeat;
  width: 96%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0 2%;
}

/*# sourceMappingURL=index.css.map */