@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

body
 {
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
    box-sizing: border-box;
 }

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}

h3.title{height:50px;background:#F52626;color:#FFF;width:100%;line-height:50px;text-align:center;background-size: 20px auto;font-size:21px;border-bottom:1px solid #e25151;}
h3.title a.back {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 15px;
  top: 15px;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
h3.title a.right
 {
	background: url(../../i/icon.png) no-repeat;
  position: absolute;
  right: 10px;
  height: 32px;
  width: 32px;
  background-size: 31px auto;
  top: 9px;
 }
 
 /*h3.title a.cart
 {
	background: url(../../i/cart.png) no-repeat;
  position: absolute;
  right: 55px;
  height: 32px;
  width: 32px;
  background-size: 31px auto;
  top: 9px;
 }*/
 
 h3.title a.filter
 {
  background: url(../../i/filter.png) no-repeat;
  position: absolute;
  right: 15px;
  height: 32px;
  width: 32px;
  background-size: 31px auto;
  top: 9px;
 }
 
h3.title a.cart
  {
  background: url(../../i/index.png) -399px 0px no-repeat;
  height: 50px;
  display: inline-block;
  float: right;
  background-size: 485px auto;
  width: 40px;
    margin-right: 10px;
	margin-right: 15px;
  position: relative;
  }
  
  h3.title a.cart i {
  background: #FFF;
  border-radius: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -6px;
  top: 1px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #f30000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
  
   h3 .user
  {
  background: url(../../i/index.png) -338px 0px no-repeat;
  height: 50px;
  display: inline-block;
  float: right;
  background-size: 485px auto;
  width: 40px;
    margin-right: 10px;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


.clear{ *zoom:1; }
.clear:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

input::-webkit-input-placeholder{font:inherit;font-size:16px;font-family:微软雅黑;color:#919191;}
input{font-size:16px;}
a{text-decoration:none;}


/**暂无数据统一样式**/

 div.nocontent
   {
      background: #FFF;
  height: 800px;
  padding:80px 3% 0px 3%;
   }
  div.nocontent img
   {
  margin: 0 auto;
  width: 150px;
  height:150px;
  display:block;
   }
 div.nocontent p
  {
	  text-align: center;
  margin-top: 10px;
  color: #AFAFB0;  
  }
  div.nocontent a.nocontentbtn
   {
	display: block;
  border-radius: 2px;
  height: 50px;
  background-color: #f53333;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 50px;   
   }


/**暂无数据统一样式**/
/* loading块 start */
.loaddiv{
	height: 30px;
	display:none;
	float: none;
	width: 100%;
	margin-left: 0;
	text-align:center;
	line-height:30px;
	background:none;
}
.loaddiv span{
	display: inline-block;
	background:url(http://i0.beta.ule.com/ulewap/i/loading.gif) no-repeat;
	background-size: 30px;padding-left:35px;margin-top:10px;
	line-height:30px;
	height: 30px;
}
/* loading块 end */