body{
  background-color: #F4F4F4;
  /*min-width: 1300px;*/
}
*{
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}
em{
	font-style:normal;
}
li {
  list-style: none;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.hides{
  display: none;
}
.cursor{cursor:pointer;}
.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:#FF0030;}
.bg-f4{background:#f4f4f4;}
.bgf{background:#fff;}
.mt10{margin-top:10px;}
.mt20{
	margin-top:20px;
}

.mt-0{margin-top:0 !important;}
.mt-20{margin-top:20px !important;}
.mb30{margin-bottom:30px;}
.pb10{padding-bottom:10px;}
.pl20{padding-left:20px;}
.priColor{color: #0080FF;}
.language-drap{
	position:absolute;
	right:0;
	top:35px;
	z-index:2;
	width:80px;
	background: #f0eeee;
	text-align: center;
	padding-bottom:10px;
}
.language-drap p{
	margin-top:10px;
	line-height:16px;
	font-size:14px;
	color:#333;
	cursor:pointer;
}
.language-drap p:last-child{
	border-bottom:0;
}
/*通用提示框，过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: #0080FF;
    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: #0080FF;
    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: #999999;
  text-decoration: none;
}
input,textarea{
  outline: none;
}
.fr {
  float: right;
}

.fl {
  float: left;
  cursor: pointer;
}
.fz12{
	font-size:12px;
}
.fz14{
	font-size:14px;
}
.hoverPointer{
  cursor: pointer;
}
.re {
  position: relative;
}

.ab {
  position: absolute;
}
.c33{
  color: #333;
}
.c-888{color: #888;}
.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: #0080FF;
  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;
    height: 10px;
}
/*头部下部分*/
.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: 36px;
  border:2px solid #0073FF;
  text-indent: 1em;
  margin-top: 1px;
}
.searchProductBtn,.searchShopBtn, .searchMyProductBtn{
  width: 96px;
  height: 40px;
  background-color: #0073FF;
  border: 1px solid #0073FF;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.recommendBox{
  font-size: 12px;
  margin-top: 5px;
}
.recommendBox li{
  margin-right: 15px;
  color: #666;
}
.recommendBox li:first-child{
  /*display: none;*/
}
.recommendBox .recommend:hover{
  color: #0073FF;
  cursor: pointer;
}
.logo_new {
  /* margin-top: -18px; */
}
.headerCartBox{
  border:1px solid #666;
  color: #666;
  background-color: #F7F7F7;
  width: 138px;
  height: 38px;
  border-radius: 2px;
  line-height: 38px;
  margin-left: 30px;
}
.headerCartBox i{
  font-size: 20px;
  margin-left: 10px;
  margin-right: 8px;
}
.upload_code{
	float: left;
	cursor: pointer;
	width: 73px;
	height: 73px;
	border-radius: 2px;
	/* line-height: 38px; */
	margin-left: 30px;
	text-align: center;
}
.upload_code img{
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.upload_code > span{
	font-size: 10px;
}
.headerButtonNav{
  height: 44px;
  width: 100%;
  background-color: #fff;
  line-height: 44px;
  background-color: #0080FF;
  margin-top: 20px;
}
.headerButtonNavKnow{
  height: 44px;
  width: 100%;
  background-color: #fff;
  line-height: 44px;
  background-color: #0080FF;
  margin-top: 20px;
}
.headerNav{
  width: 1000px;
  margin: 0 auto;
  padding-left: 200px;
  height: 100%;
  display: flex;
  /*border-bottom: 1px solid #000;*/
}
.headerNav li{
  /* margin-left: 40px; */
  flex: 1;
  color: #FFFFFF;
  text-align: center;
}
.headerNav li a {
  color: #FFFFFF;
}
.headerNav li .nowSpan:hover{
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
}
.headerNav .now{
  color: #0080FF;
}
.headerNav .headerNavLine{
  color: #ccc;
  display: none;
}
.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: 1000px;
}
.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: 800px;
}
.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: #0080FF;
  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: #0080FF;
  color: #fff;
  line-height: 30px;
  border-radius: 2px;
}
/*分页 E*/

/* 资格证书 */
.certiModal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.certiModal .certiModalMasker{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
 }
.certiModal .certiModalContainer{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.footerBottomUlLiLast .certi:hover{
  cursor: pointer;
}
/*提示登录模态框 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: red;
  color: #fff;
}
.tipsModal .tipsModalContainer .tipsModalContainerBTn .fl{
  background-color: #eaeaea;
}
/*提示登录模态框 E*/

/*联系商家模态框 S*/
.callShopModal{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.callShopModal .callShopModalMasker{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.callShopModal .callShopModalContainer{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  /*box-shadow: 0 0 2px 2px #f3f3f3;*/
  width: 300px;
}
.callShopModal .callShopModalContainer p{
  line-height: 25px;
  height: 30px;
  text-align: center;
}
.callShopModal .callShopModalContainer .callShopModalContainerText1{
  padding: 0 20px;
  margin-top: 10px;
}
.callShopModal .callShopModalContainer .callShopModalContainerText2{
  padding: 0 20px;
  margin-top: 10px;
}
.callShopModal .callShopModalContainer .callShopModalContainerText3{
  padding: 0 20px;
  margin-top: 10px;
}
.callShopModal .callShopModalContainer .callShopModalContainerBTn span{
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  list-style: 30px;
  cursor: pointer;
}
.callShopModal .callShopModalContainer .callShopModalContainerBTn .fr{
  background-color: red;
  color: #fff;
}
.callShopModal .callShopModalContainer .callShopModalContainerBTn .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: red;
  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: #0080FF;
  color: #fff!important;
  left: 0;
  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;
  color: #010101;
}
.catType .xiala .xialaLeft .now,.catType .xiala .xialaLeft li:hover{
  background-color: #0080FF1a;
  color: #0080FF;
}
.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: #0080FF;
}
.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;
    color: #010101;
    padding-left: 10px;
}
.catType .xiala .xialaRightListLeft .iconfont{
    margin-left: 8px;
}
.catType .xiala .xialaRightListright{
    border-bottom: 1px solid #eee;
    width: 800px;
    display: flex;
	flex-wrap: wrap;
}
.catType .xiala .xialaRightListright span{
    font-size: 12px;
    display: inline-block;
    color: #888;
    cursor: pointer;
    padding: 0 5px;
    margin-right: 8px;
}
.catType .xiala .xialaRightListright span:hover{
    color: #555;
}
.catType .xiala .xialaRight{
    box-shadow: 0 0 1px 2px #eaeaea;
}
/*头部分类 E*/


/*头部扫码下载app*/
.headerTopRight{
  position: relative;
}
.loadAppBox{
  width: 156px;
  height: 42px;
  box-shadow: 0 3px 18px rgba(0,0,0,.3);
  background-color: #fff;
  z-index: 333;
  left: 333px;
  padding-left: 5px;
  border-radius: 4px;
}
.loadAppTitle{
  text-align: center;
  color: #188707;
}
#loadAppEQ{
  width: 100px;
  height: 100px;
  border:1px solid #ddd;
  margin-left: 20px;
  border-top: none;
  padding: 4px;
  box-sizing:border-box;
}
#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;
}



  /* 文字只显示两行 */
  .twoHd {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* 文字只显示一行 */
  .oneHd {
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow:ellipsis;
  }
  .secondTitleDiv{
    height: 583px;
    overflow: hidden;
      clear: both;
      overflow-x: hidden;
      overflow-y: auto;
      white-space: nowrap;
      scroll-snap-type: mandatory;
  }
  .downLoad_zi{

    color: #0080FF;
   cursor: pointer;
   width: 50px;
  }
