/* 顶部start */
.mall {
  position: relative;
  top: 0px;
  bottom: 0;
  width: 100%;
  background: url('/images/bgimg.jpg') left top no-repeat;
  background-size: cover;
  background-color: #fff;
  font-size: 16px;
}
.mall li,
.mall a {
	font-size:16px;
	}
.mall .topNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  background-color: #222;
}
.mall .topNav li {
  width: 200px;
  height: 100%;
  line-height: 43px;
  text-align: center;
  color: #8492A6;
  cursor: pointer;
}
.mall .topNav li:hover {
  color: #fff;
}
.mall .topNav li.active {
  color: #fff;
}
.mall .navContainer {
  height: 76px;
  overflow: hidden;
}

.mallNav {
  position: relative;
  height: 76px;
  padding-right: 5%;
}
.mallNav .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -43px;
  width: 75px;
  height: 69px;
  background: url('/images/logo.png') center center no-repeat;
  background-size: 100% 100%;
}
.mallNav .myCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	  align-items: center;
  float: right;
  margin-right: 8px;
  height: 100%;
  cursor: pointer;
  color: #447ab2;
}
.mallNav .myCart:hover {
  color: #8492A6;
}
.mallNav .myCart:last-child {
  margin-right: 0;
}
.mallNav .weather {
  margin-left: 30px;
  float: right;
}
.mallNav .btnUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  padding-left: 5%;
  min-width:340px;
  height: 100%;
}
.mallNav .btnUl li {
  margin-right: 5px;
  cursor: pointer;
  color: #447ab2;
}
.mallNav .btnUl li a {
	color: #447ab2;
	}
.mallNav .btnUl li.black {
  color: #333;
  cursor: default;
}
.mallNav .btnUl li:hover {
  color: #8492A6;
}
.mallNav .btnUl li:hover.black {
  color: #333;
}



.mallHomeContainer {
  padding-bottom: 50px;
  background:#f3f2ee;
  color:white !important;
  }
.mallHomeContainer .mallHome {
  background: url('/images/bgimg.jpg') left top no-repeat;
  background-size: cover;
}
.mallHomeContainer .mallHome .categoryNameContainer {
  margin-top: 20px;
  font-size: 22px;
  color: #6a6056;
}

.itemContainer {
  /* margin-top: 10px; */
}
.itemContainer .cateList {
  padding: 0 10%;
  margin-top: 20px;
}
.itemContainer .itemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.itemContainer .itemBlock.orangeBg {
  background-color: #ee6e46;
}

.mallItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  height: 302px;
  border: 1px solid #D3DCE6;
  padding:	10px 4px 4px 4px;
  background-color: #fff;
}
.mallItem:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.mallItem.orangeBg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #FF6537;
}
.mallItem .topImg {
  width: 260px;
  height: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mallItem .bottomInfo {
  width: 100%;
}
.mallItem .bottomInfo .titleContainer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8492A6;
}
.mallItem .bottomInfo .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: red;
  font-weight: bold;
}
.mallItem .bottomInfo .price .small {
  font-size: 10px;
}
.mallItem .bottomInfo .price .smallPrice {
  font-size: 14px;
}
.mallItem .bottomInfo .title {
  margin: 16px 0;
}
.mallItem .bottomInfo .description {
  font-size: 13.333px;
}

/* 购买start */
.mallItemDetail {
  padding-bottom:30px;
  background:#f3f2ee;
}
.mallItemDetail .detailContainer {
  padding-top: 20px;
}
.mallItemDetail .detailContainer .bigImgContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    width: 400px;
    height: 400px;
    /* background-color: #fff; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mallItemDetail .detailContainer .bigImgContainer img {
    width: 100%;
    border: 8px solid #fff;
}
.mallItemDetail .detailContainer .thumbImgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  width: 400px;
  height: 80px;
  background-color: #fff;
}
.mallItemDetail .detailContainer .thumbImgContainer li {
  margin-right: 8px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.mallItemDetail .detailContainer .thumbImgContainer li:last-child {
  margin-right: 0;
}
.mallItemDetail .detailContainer .thumbImgContainer li:hover {
  border: 1px solid #D3DCE6;
}
.mallItemDetail .detailContainer .thumbImgContainer li img {
  width: 100%;
  height: 100%;
}
.mallItemDetail .detailContainer .infoContainer > div {
  margin-bottom: 20px;
}
.mallItemDetail .detailContainer .infoContainer > div:last-child {
  margin-bottom: 0;
}
.mallItemDetail .detailContainer .infoContainer .title {
  margin-bottom: 20px;
  font-size: 22px;
  color: #6a6056;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  color: #ee6e46;
  font-size: 45px;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer .small {
  font-size: 13.333px;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer .smallPrice {
  font-size: 16px;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer .label {
  margin-top: 18px;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer .label.smallLabel {
  margin-top: 0;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer .smallContainer {
  display: inherit;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer .oldPriceContainer {
  font-size: 18px;
}
.mallItemDetail .detailContainer .infoContainer .priceContainer .oldPriceContainer span {
  display: inline-block;
  margin-top: 18px;
  margin-right: 8px;
  color: #8492A6;
  text-decoration: line-through;
}
.mallItemDetail .detailContainer .infoContainer .label {
  color: #8492A6;
  font-size: 14px;
}
.mallItemDetail .detailContainer .infoContainer .btnContainer {
  padding-top: 50px;
}
.mallItemDetail .detailContainer .infoContainer .btnContainer .el-button {
  margin-right: 50px;
  width: 200px;
  height: 50px;
}
.mallItemDetail .detailContainer .infoContainer .btnContainer .el-button:last-child {
  margin-right: 0;
}
.fixedtool {
	/* display:none; */
	position:fixed;
	top:75px;
	right:10px;
	z-index:9999;
	padding:15px 0;
	width:80px;
	background:rgba(0,0,0,.5);
	text-align:center;
	line-height:30px;
	color:white !important;

	}
.fixedtool a {
	display:block;
	font-size:12px;
	transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	}
.fixedtool a:hover,
.fixedtool a.cur {
	padding-right:10px;
	font-weight:bold;
	}
.goods_show {
	padding-bottom:50px;
	background:#f3f2ee;
	}
.goods_show .title {
	padding-left:10px;
	font-weight:bold;
	font-size:20px;
	line-height:38px;
	color:#6a6056;
	border-bottom:1px solid #a59f83;
	}
.goods_content {
	padding:15px 10px 0;
	}
.goods_content img {
	margin-top:10px;
	margin-bottom:10px;
	max-width:100%;
	}
	
/* 确认订单start */
.shopCartDetailContainer {
  padding-top: 20px;
  padding-bottom: 130px;
  background:#f3f2ee;
}
.shopCartDetailContainer .title {
  font-size: 18px;
  color: #6a6056;
  margin-bottom: 20px;
}
.shopCartDetailContainer .itemImg {
  padding: 5px 0;
}
.shopCartDetailContainer .el-input-number {
  width: 130px;
}
.shopCartDetailContainer .empty {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}
.shopCartDetailContainer .btnConatiner {
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background-color: #fff;
}
.shopCartDetailContainer .btnConatiner .submitBtn {
  width: 100px;
  color: #fff;
  background-color: #ee6e46;
  border-color: #fff;
}
.shopCartDetailContainer .btnConatiner .price {
  color: #ee6e46;
}
.shopCartDetailContainer .contactContainer {
  margin-top: 20px;
}
.shopCartDetailContainer .contactContainer .iptWidth {
  width: 200px;
}
.shopCartDetailContainer .contactContainer .iptWidth.area {
  width: 80%;
}
.shopCartDetailContainer .contactContainer .iptWidth .el-textarea__inner {
  height: 100px;
}

/* 订单查询start */
.MallOrderSearch {
  padding: 15px 15px 150px 15px;
  font-size: 16px;
  border-radius: 4px;
  background:#f3f2ee;
}
.MallOrderSearch .rowContainer {
  margin-bottom: 20px;
}
.MallOrderSearch .rowContainer .searchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.MallOrderSearch .rowContainer .searchContainer .el-button {
  margin-left: 20px;
}
.MallOrderSearch .title {
  padding-bottom: 20px;
  font-weight: bold;
}
.MallOrderSearch .no-result {
  text-align: center;
}
