body{
  background-color: #F4F4F4;
  /*min-width: 1300px;*/
}
*{
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}
li {
  list-style: none;
}
.hides{
  display: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.wp100{width:100%;}
.hp100{height:100%;}
.tr{text-align:right;}
.tc{text-align:center;}
.tl{text-align:left;}
.block{display:block;}
.defaultColor{color:#BD002E;}
/*通用提示框，过2秒自动消失 S*/
  .wangTipsModal,.wangTipsModal1{
    width: 300px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    background-color: #fff;
    border:1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 1px 2px #eee;
  }
  .wangTipsModal p,.wangTipsModal1 p{
    line-height: 36px;
    text-align: center;
  }
  .wangTipsModal .wangTipsTitle,.wangTipsModal1 .wangTipsTitle{
    background-color: #BD002E;
    color: #fff;
    border-radius: 4px 4px 0 0;
  }
  .wangTipsModal .wangTipsBtn,.wangTipsModal1 .wangTipsBtn{
    border: 1px solid #ddd;
    width: 60%;
    margin:15px 20% 20px;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #eee;
    cursor: pointer;
  }
  .wangTipsModal .wangTipsText,.wangTipsModal1 .wangTipsText{
    box-sizing:border-box;
    padding: 0 5%;
    text-align: left;
    font-size: 14px;
  }
  .wangTipsModal .wangTipsBtn:hover,.wangTipsModal1 .wangTipsBtn:hover{
    background-color: #BD002E;
    color: #fff;
  }
  .wangTipsModal1 .wangTipsBtns{
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px;
  }
  .wangTipsModal1 .wangTipsBtns span{
    display: inline-block;
    height: 36px;
    width: 40px;
    border-radius: 2px;
    padding: 0 15px;
    cursor: pointer;
  }
  .wangTipsModal1 .wangTipsBtns .wangTipsCancel{
    color: #888;
    border:1px solid #ddd;
  }
  .wangTipsModal1 .wangTipsBtns .wangTipsCancel:hover{
    color: #666;
    border:1px solid #ccc;
  }
  .wangTipsModal1 .wangTipsBtns .wangTipsSure{
    color: #fff;
    border:1px solid #FF4101;
    background-color: #FF4101;
    margin-left: 25px;
  }
  .wangTipsModal1 .wangTipsBtns .wangTipsSure:hover{
    border:1px solid #f00;
    background-color: #f00;
  }
/*通用提示框，过2秒自动消失 E*/

.clearfix {
  zoom: 1;
}
#backTop {
  cursor: pointer;
}
i {
  font-style: normal;
}
a {
  color: #000;
  text-decoration: none;
}
input,textarea{
  outline: none;
}
.fr {
  float: right;
}

.fl {
  float: left;
  cursor: pointer;
}
.hoverPointer{
  cursor: pointer;
}
.re {
  position: relative;
}

.ab {
  position: absolute;
}
.c33{
  color: #333;
}
.hide{
  display: none;
}
.bold{
  font-weight: bold;
}


/*网页头部 S*/
/*头部上部分*/
.headerTop{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #F8F8F8;
  font-size: 12px;
  color: #878787;
}
.headerTop .headerTopContent{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.headerTop .toLogin{
  margin-left: 20px;
  cursor: pointer;
}
.headerTop .toLogin:hover{
  color: #333;
  cursor: pointer;
}
.headerTop .toRegister{
  margin-left: 20px;
  color: #BD002E;
  cursor: pointer;
}
.headerTop .toRegister:hover{
  color: #196341;
  cursor: pointer;
}
.headerTopRight .line{
  margin:0 10px;
  color: #ddd;
}
.headerTopRight span:hover{
  color: #333;
  cursor: pointer;
}
.headerButton .address{
    opacity: 0;
}
/*头部下部分*/
.headerButton{
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
}
.headerButtonSearch{
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
.BigLOGO{
  width: 216px;
  cursor: pointer;
}
.headerProvince,.headerCity{
  display: inline-block;
  text-indent: 1em;
  width: 78px;
  height: 30px;
  border:1px solid #888;
  border-radius: 2px;
  line-height: 30px;
  margin-left: 8px;
  color: #aaa;
}
.headerSearch{
  margin-left: -50px;
  margin-right: 40px;
}
.headerSearchBox{
  width: 600px;
}
.searchShopProduct{
  width: 390px!important;
  height: 40px;
  border:1px solid #BD002E;
  text-indent: 1em;
  margin-top: 1px;
}
.searchProductBtn,.searchShopBtn{
  width: 96px;
  height: 42px;
  background-color: #BD002E;
  border: 1px solid #BD002E;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.searchShopBtn {
  background-color: #FF7800;
  border: 1px solid #FF7800;
}
.recommendBox{
  font-size: 14px;
  margin-top: 10px;
  color: #909090;
  padding-left: 14px;
  box-sizing: border-box;
}
.recommendBox li{
  margin-right: 15px;
}
.recommendBox li:first-child{
  /*display: none;*/
}
.recommendBox .recommend:hover{
  color: #BD002E;
  cursor: pointer;
}
.recommendBox .liLine:last-child {
  display: none;
}
.logo_new {
  margin-top: -18px;
}
.headerCartBox{
  border:1px solid #E6E6E6;
  color: #BD002E;
  background-color: #FFFFFF;
  width: 138px;
  height: 38px;
  border-radius: 2px;
  line-height: 38px;
  margin-left: 30px;
}
.headerCartBox i{
  font-size: 20px;
  margin-left: 10px;
  margin-right: 8px;
  vertical-align: middle;
}


.headerButtonNav{
  height: 44px;
  width: 100%;
  background-color: #fff;
  line-height: 40px;
  margin-top: 28px;
  border-bottom: 2px solid #BD002E;
}
.headerNav{
  width: 1000px;
  margin: 0 auto;
  padding-left: 200px;
  height: 44px;
  /* line-height: 44px; */
  /*border-bottom: 1px solid #000;*/
}
.headerNav li{
  margin-left: 40px;
  color: #1A1A1A;
  font-size: 16px;
}
.headerNav li .nowSpan:hover{
  cursor: pointer;
  color: #BD002E;
}
.headerNav .now{
  color: #BD002E;
}
.headerNav .headerNavLine{
  color: #ccc;
}
.headerNav .reBgc{
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #F25555;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.headerNav .hide{
  display: none;
}
/*网页头部 E*/

/*网页低部 S*/
footer{
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.footer{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.footerTop{
  padding-bottom: 20px;
  border-bottom: 2px solid #DDD;
}
.footerTopUL{
  display: flex;
}
.footerTopUlLi{
  flex: 1;
}
.footerTopOL li{
  font-size: 12px;
  margin-top: 10px;
  color: #666;
  box-sizing:border-box;
  padding-right: 10px;
}
.footerTopOL li:first-child{
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  margin-top: 10px;
}


.footerBottom{
  font-size: 12px;
  color: #666;
  padding-bottom: 30px;
  margin-top: 25px;
}
.footerBottomUl{
  margin: 0 auto;
  height: 120px;
  width: 420px;
}
.footerBottomUlLi{
  margin-bottom: 15px;
}
.footerBottomOl{
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.footerBottomOlLi{
  flex: 1;
  text-align: center;
  border-left: 1px solid #666;
}
.footerBottomOlLi:first-child{
  border: none;
}
.footerBottomUlLiLine{
  margin: 0 8px;
  color: #888;
}
.footerBottomUlLiBeian{
  margin-left: 18px;
}
.footerBottomUlLiLast{
  text-align: center;
}
.footerHover:hover{
  color: #333;
  cursor: pointer;
}
/*网页低部 E*/
 

/*分页 S*/
.pagesContainer{
  height: 40px;
  width: 1200px;
  line-height: 40px;
  margin-top: 15px;
}
.pagesList{
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center;
  width: 750px;
}
.pagesList li{ 
  margin-left: 10px;
  font-size: 12px;
}
.pagesList .pagesNumber{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  margin-top: 5px;
  text-align: center;
}
.pagesList .pagesNumber:hover{
  background-color: #CCE1D8;
}
.pagesList .now{
  background-color: #BD002E;
  color: #fff;
}
.pagesList input{
  width: 50px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  border:1px solid #ccc;
  vertical-align: middle;
}
.pagesList .sureJump{
  width: 50px;
  height: 30px;
  margin-top: 5px;
  background-color: #BD002E;
  color: #fff;
  line-height: 30px;
  border-radius: 2px;
}
/*分页 E*/

/*提示登录模态框 S*/
.tipsModal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tipsModal .tipsModalMasker{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.tipsModal .tipsModalContainer{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  /*box-shadow: 0 0 2px 2px #f3f3f3;*/
}
.tipsModal .tipsModalContainer p{
  line-height: 25px;
  height: 30px;
}
.tipsModal .tipsModalContainer .tipsModalContainerText{
  padding: 0 20px;
  margin-top: 10px;
}
.tipsModal .tipsModalContainer .tipsModalContainerBTn span{
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
  list-style: 30px;
  cursor: pointer;
}
.tipsModal .tipsModalContainer .tipsModalContainerBTn .fr{
  background-color: #BD002E;
  color: #fff;
}
.tipsModal .tipsModalContainer .tipsModalContainerBTn .fl{
  background-color: #eaeaea;
}
/*提示登录模态框 E*/

/*可复用模态框 S*/
.addCartModal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.addCartModal .addCartModalMasker{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.addCartModal .addCartModalContent{
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 4px;
  width: 350px;
  overflow: hidden;
}
.addCartModal .addCartModalWarning{
  height: 36px;
  line-height: 36px;
  background-color: #f6f6f6;
  box-sizing:border-box;
  padding: 0 15px;
}
.addCartModal .addCartModalWarning .fr:hover{
  cursor: pointer;
  color: #FF0000;
}
.addCartModal .addCartModalText{
  padding: 0 20px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #FF7119;
  font-size: 16px;
}
.addCartModal .addCartModalBtns{
  height: 44px;
  line-height: 44px;
  display: flex;
  margin: 10px 0 0;
}
.addCartModal .addCartModalStop,.addCartModal .addCartModalToCart{
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.addCartModal .addCartModalStop{
  background-color: #eaeaea;
  border-radius: 0 0 0px 4px;
}
.addCartModal .addCartModalToCart{
  background-color: #BD002E;
  color: #fff;
  border-radius: 0 0 4px 0px;
}
/*可复用模态框 E*/



/*头部分类 S*/
.catType{
  box-sizing:border-box;
  width: 200px;
  height: 43px;
  padding: 0 15px;
  line-height: 43px;
  background-color: #BD002E;
  color: #fff!important;
  left: -40px;
  bottom: 0;
}
.catType .xiala{
  width: 1200px;
  /*height: 547px;*/
  background-color: #fff;
  top: 43px;
  left: 0;
  z-index: 999;
  box-sizing:border-box;
}
.catType .xiala .xialaLeft{
  border: 1px solid #ddd;
  width: 200px;
  box-sizing:border-box;
}
.catType .xiala .xialaLeft li{
  height: 72px;
  width: 100%;
  box-sizing:border-box;
  margin: 0;
  padding: 5px;
  line-height: 30px;
}
.catType .xiala .xialaLeft .now,.catType .xiala .xialaLeft li:hover{
  background-color: #BD002E1a;
  color: #BD002E;
}
.catType .xiala .xialaLeft .xialaLeftTypes{
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catType .xiala .xialaLeft .xialaLeftTypes span{
  cursor: pointer;
}
.catType .xiala .xialaLeft .xialaLeftTypes span:hover{
    color: #BD002E;
}
.catType .xiala .xialaLeft img{
    width: 17px;
    height: 17px;
    /*vertical-align: top;*/
    vertical-align: middle;
}
/*右侧*/
.catType .xiala .xialaRightListLeft{
    width: 120px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}
.catType .xiala .xialaRightListLeft .iconfont{
    margin-left: 8px;
}
.catType .xiala .xialaRightListright{
    border-bottom: 1px solid #eee;
    width: 800px;
}
.catType .xiala .xialaRightListright span{
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
}
.catType .xiala .xialaRightListright span:hover{
    color: #BD002E;
}
.catType .xiala .xialaRight{
    box-shadow: 0 0 1px 2px #eaeaea;
}
/*头部分类 E*/


/*头部扫码下载app*/
.headerTopRight{
  position: relative;
}
.loadAppBox{
  width: 156px;
  /* height: 156px; */
  box-shadow: 0 3px 18px rgba(0,0,0,.3);
  background-color: #fff;
  z-index: 333;
  left: 250px;
  border-radius: 4px;
  padding: 10px;
}
.loadAppTitle{
  text-align: center;
  line-height: 20px;
  /* color: #188707; */
}
#loadAppEQ{
  width: 100px;
  height: 100px;
  border:1px solid #ddd;
  /* margin-left: 20px; */
  border-top: none;
  padding: 4px;
  box-sizing:border-box;
  margin: 0 auto;
}
#loadAppEQ img{
  width: 100%;
  height: 100%;
}
#sanjiao{
  width: 0px;
  height: 0;
  border: 10px solid #eee;
  border-bottom: 10px solid #fff;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.headerTopRight .toCellphone{
  z-index: 666;
  position: relative;
  background-color: #F8F8F8;
}