﻿*{
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}
li {
  list-style: none;
} 

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

i {
  font-style: normal;
}
a {
  color: #000;
  text-decoration: none;
}
.fr {
  float: right;
}

.fl {
  float: left;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
}
.c33{
  color: #333;
}
.hide{
  display: none;
}
.bold{
  font-weight: bold;
}
.hoverBlue:hover{
  color: #2b82e1;
  cursor:pointer;
}
.hoverRed:hover{
  color: #ff0000;
  cursor:pointer;
}
.hoverGreen:hover{
  color: #1fc695;
  cursor:pointer;
}
.blue{
  color: #1160b8;
}
.red{
  color: #ff0000;
}
.green{
  color: #1fc695;
}
.yellow{
  color: #ec9d2d;
}
.reimg{
  position: relative;
  top: 3px;
}
/*顶部样式开始*/
body{
  background-color: #fafafa;
}
.aaa{
  height: 60px;
  width: 100%;
  background: url(../images/banner.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.headContainer{
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
}
.headTop{
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  color: #666;
  /*top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;*/
}
.logo{
  width: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headTop div{
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ebebeb;
}
.backShop{
  margin-left: 8px;
}
.backShop:hover{
  color: #1160b8;
}
.backImg{
  top: 3px;
  margin-left: 35px;
}
.line{
  margin-left: 40px;
}
.logout{
  margin-left: 20px;
}
.logout:hover{
  color: #1160b8;
}
.headContainer .username:hover{
  color: #1160b8;
}
.person{
  top: 3px;
  margin-right: 8px;
}
/*顶部样式结束*/
/*底部*/
footer{
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  margin-top: 100px;
}
.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: 46%;
}
.footerBottomOl li a {
    color: #666;
}
.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*/

.formModle .moRen{
  height: 300px;
}
.formModle .moRen img{
  width: 100%;
}

/*可复用模态框 S*/
.addCartModal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.addCartModal .addCartModalMasker{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.addCartModal .addCartModalContent{
  padding-top: 10px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 4px;
}
.addCartModal .addCartModalText{
  padding: 0 20px;
  text-align: center;
}
.addCartModal .addCartModalBtns{
  height: 30px;
  line-height: 30px;
  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*/
/*通用提示框，过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: #2C9C69;
    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: #2C9C69;
    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*/