body {
  background-color: #fff;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif";
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

:root {
  --color: #ff6600;
}

.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: var(--color);
}

.bg-f4 {
  background: #f4f4f4;
}

.bgf {
  background: #fff;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px;
}

.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: var(--color);
}

.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;
}

.wangTipsTitle,
.wangTipsBtn {
  line-height: 36px;
  text-align: center;
}

.wangTipsText {
  margin-top: 10px;
}

/*.wangTipsModal p,*/

/*.wangTipsModal1 p {*/

/*}*/

.wangTipsModal .wangTipsTitle,
.wangTipsModal1 .wangTipsTitle {
  background-color: var(--color);
  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: var(--color);
  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;
}

.fz0 {
  font-size: 0;
}

.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;
}

.flex1 {
  flex: 1;
}

.style-tb-cl {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.two-overflow {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.one-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

/*网页头部 S*/

/*头部上部分*/

.headerTop {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f4f4f4;
  font-size: 12px;
  color: #666;
}

.headerTop .headerTopContent {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.headerTop .toLogin {
  margin-left: 20px;
  cursor: pointer;
  color: var(--color);
}

.headerTop .toLogin:hover {
  color: #333;
  cursor: pointer;
}

.headerTop .toRegister {
  margin-left: 20px;
  color: var(--color);
  cursor: pointer;
}

.headerTop .toRegister:hover {
  color: #196341;
  cursor: pointer;
}

.headerTopRight .line {
  margin: 0 10px;
  color: #ddd;
}

.headerTopRight span:hover {
  color: #222;
  cursor: pointer;
}

.headerButton .address {
  display: none;
  opacity: 0;
}

/*头部下部分*/

.headerButton {
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
}

.headerButtonSearch {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.BigLOGO {
  max-width: 240px;
  cursor: pointer;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

.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: 70px;
  margin-right: 40px;
}

.headerSearchBox {
  display: flex;
  width: 550px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid var(--color);
}

.search-types {
  display: inline-block;
  width: 15px;
  position: relative;
}

.search-types .iconfont {
  display: inline-block;
  font-size: 15px;
  color: #999;
  vertical-align: middle;
}

.search-types p {
  position: relative;
  height: 100%;
  line-height: 38px;
  text-align: center;
}

.search-types p:after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 6px;
  background: rgba(71, 71, 71, 0.1);
}

.search-types p span {
  font-size: 12px;
  color: #222;
}

.search-types ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 30px;
  z-index: 2;
  background: #fff;
  width: 69px;
  text-align: center;
  padding: 10px 0;
}

.search-types ul li {
  padding: 6px 10px;
  font-size: 14px;
  color: #666;
}

.search-types ul li:hover {
  background: var(--color);
  color: #fff;
}

.searchShopProduct {
  flex: 1;
  height: 36px;
  border: 0;

  vertical-align: top;
}

.searchProductBtn,
.searchShopBtn {
  width: 96px;
  height: 100%;
  background-color: var(--color);
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.recommendBox {
  min-height: 16px;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 550px;
  display: inline-block;
}

.recommendBox a {
  display: inline-block;
  color: #999;
}

.recommendBox .line {
  margin: 0 10px;
  color: #ddd;
}

.recommendBox a:hover {
  color: var(--color);
  cursor: pointer;
}

.logo_new {
  margin-top: -7px;
}

.headerCartBox {
  border: 1px solid var(--color);
  color: var(--color);
  width: 120px;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
  text-align: center;
  border-radius: 4px;
}

.headerCartBoxs {
  border: 1px solid var(--color);
  color: #fff;
  background: var(--color);
  width: 120px;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
  text-align: center;
  border-radius: 4px;
}

.headerCartBox i {
  font-size: 16px;
  margin-right: 6px;
}

.headerButtonNav {
  height: 50px;
  width: 100%;
  background-color: #fff;
  line-height: 50px;
  margin-top: 12px;
}

ul.headerNav {
  width: 1200px;
  margin: 0 auto;
  padding-left: 250px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #eeee;
}

.headerButtonNav .headerNav li a {
  font-size: 16px;
  color: #333333;
  min-width: 75px;
  display: block;
}

.headerButtonNav .headerNav li:hover a {
  color: var(--color);
}

.headerNav li {
  margin-left: 16px;
  color: #666;
}

.headerNav li .nowSpan:hover {
  cursor: pointer;
  color: var(--color);
}

.headerNav .now {
  color: var(--color);
}

.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;
}

.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: 600px;
}

.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: 100%;
  line-height: 40px;
  margin-top: 15px;
  text-align: right;
}

.pagesList {
  position: relative;
  display: inline-block;
  height: 40px;
  text-align: center;
  color: #666;
}

.pagesList li {
  margin-left: 10px;
  padding: 0 4px;
  font-size: 14px;
}

.pagesList .pagesNumber {
  min-width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}

.pagesList .pagesNumber:hover {
  background-color: var(--color);
}

.pagesList .now {
  background-color: var(--color);
  color: #fff;
}

.pagesList input {
  width: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  vertical-align: top;
  background: #dcdcdc;
  box-sizing: border-box;
}

.prevPages,
.nextPages {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  color: #666;
  border-radius: 2px;
  height: 40px;
  font-size: 12px !important;
}

.pagesList .sureJump {
  width: 70px;
  height: 40px;
  background-color: var(--color);
  color: #fff;
  line-height: 40px;
}

/*分页 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: var(--color);
  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 {
  padding-top: 0 !important;
  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: 20px !important;
  text-align: center;
  color: #ff7119;
  font-size: 16px;
}

.addCartModal .addCartModalBtns {
  height: 44px !important;
  line-height: 44px !important;
  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: var(--color);
  color: #fff;
  border-radius: 0 0 4px 0px;
}

/*可复用模态框 E*/

/*头部分类 S*/

.catType {
  box-sizing: border-box;
  border-radius: 40px 0 0 0;
  width: 250px;
  height: 43px;
  padding: 0 15px;
  line-height: 43px;
  background-color: var(--color);
  color: #fff !important;
  left: -30px;
  bottom: 0;
  cursor: pointer;
}

.catType > span {
  text-indent: 2em;
  display: inline-block;
}

.catType .xiala {
  width: 928px;
  /*height: 547px;*/
  background-color: #fff;
  top: 43px;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
}

.catType .xiala .xialaLeft {
  border: 1px solid #ddd;
  width: 250px;
  box-sizing: border-box;
  height: 504px;
  overflow-y: hidden;
}

.catType .xiala .xialaLeft li {
  height: 72px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  line-height: 30px;
  text-indent: 1em;
}

.catType .xiala .xialaLeft .now,
.catType .xiala .xialaLeft li:hover {
  background-color: var(--rgba2);
  color: var(--color);
}

.catType .xiala .xialaLeft .xialaLeftTypes {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.xialaLeft .xialaLeftTips {
  margin-bottom: 0;
}

.catType .xiala .xialaLeft .xialaLeftTypes span {
  cursor: pointer;
}

.catType .xiala .xialaLeft .xialaLeftTypes span:hover {
  color: var(--color);
}

.catType .xiala .xialaLeft img {
  width: 17px;
  height: 17px;
  /*vertical-align: top;*/
  vertical-align: middle;
}

/*右侧*/

.catType .xiala .xialaRightListLeft {
  width: 120px;
  text-align: right;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(109, 107, 107);
}

.catType .xiala .xialaRightListLeft .iconfont {
  margin-left: 8px;
}

.catType .xiala .xialaRightListright {
  /* border-bottom: 1px solid #eee; */
  width: 530px;
  /* height: 45px; */
  font-size: 14px;
  line-height: 45px;
  /* margin-left: 132px; */
  display: -webkit-flex;
  flex-wrap: wrap;
}

.catType .xiala .xialaRightListright span {
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
}

.catType .xiala .xialaRightListright span:hover {
  color: var(--color);
}

.catType .xiala .xialaRight {
  box-shadow: 0 0 1px 2px #eaeaea;
  height: 500px;
  padding-top: 2px;
  margin-top: 2px;
}

/*头部分类 E*/

/*头部扫码下载app*/

.headerTopRight {
  position: relative;
}

.loadAppBox {
  width: 156px;
  height: 42px;
  box-shadow: 0 3px 18px rgba(0, 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;
}

.headerButtonSearch .fl a img {
  width: 200px;
  height: 64px;
}

/* 輪播 */

/* flexslider */

.flexslider {
  position: relative;
  height: 100%;
  overflow: hidden;
  /* background: url(images/loading.gif) 50% no-repeat; */
}

.slides {
  position: relative;
  z-index: 1;
  height: 100%;
}

.slides li {
  height: 100%;
}

.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 60px;
  overflow: hidden;
  background: url(/images/dot.png) right 0 no-repeat;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background-position: 2px 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 45%;
}

.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../../images/next.png) center center no-repeat;
}
/* 距离导航栏样式 */
