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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
	background: transparent;
}
body {
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a{
	text-decoration: none;
	color: #ccc;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*主页字体选中色*/
  .footer ul .mine-active a,.footer ul .message-active a,.footer ul .service-active a,.footer ul .home-active a{
       color:#FF0000;
  }
  /*分类页线条选中色*/
  .sideBar-Left li .sideBar-active{
      background: #FF3B30;
  }
  /*分类页导航选中色*/
  .sideBar-Left .li-active{
      background: white;
  }
  /*分类左侧导航背景色*/
  .sideBar-Left ul{
      background: #F4F4F4;
  }
  /*消息查看详情字体颜色*/
  .labelType{
      color: #FF5252;
  }
/*商品页价格颜色*/
.wave .priceBox .price{
	    color: #FF3B30;
}
/*促销活动背景图*/
.wave .priceBox .price-right .tips{
	    background: url(../../images/product/common/price-tips.png) no-repeat center center;
    background-size: 21.33333333vw 4.26666667vw;
}
/*选择区域颜色*/
.address-box .address-city-left{
	    color: #FF3B30;
}
/*类型选中色*/
.xz-input .input-box .active,.time-input .input-box .active{
	    border-color: #FF3B30;
}
/*商品立即购买色*/
.footer ul .buy{
	    background: -webkit-gradient(linear, 0% 0%, 74% 0%, from(#F22522), to(#F65944));
}
/*加入购物车色*/
.footer ul .shopcar{
	    background: -webkit-gradient(linear, 0% 0%, 74% 0%, from(#F8A742), to(#FACF5B));
}
/*待支付服务中按钮色*/
.order .productBox .payment .btnsBox .payoff,
.serveOrder .productBox .payment .btnsBox .payoff {
  background: -webkit-gradient(linear, 0% 0%, 74% 0%, from(#F22522), to(#F65944));
}
/*服务中完善信息字体色*/
.serveOrder .perfect a{
	    color: #FF3B30;
}
/*完善信息里面的暂存按钮色*/
.storage, .storage a{
	    background: -webkit-gradient(linear, 0% 0%, 74% 0%, from(#F8A742), to(#FACF5B));
}
/*完善信息提交按钮色*/
.submit, .submit a{
	    background: -webkit-gradient(linear, 0% 0%, 74% 0%, from(#F22522), to(#F65944));
}
/*反馈选项选中颜色*/
.option .active{
	    background: -webkit-gradient(linear, 0% 0%, 69% 0%, from(#F22522), to(#F65944));
}
/*登录按钮颜色*/
#loginFrm .loginActive{
	    background: -webkit-gradient(linear, 0% 0%, 74% 0%, from(#3297FC), to(#3297FC));
}
/*我要反馈提交按钮颜色*/
#complaintProposal .btnActive,#IAgree .btnActive{
	    background: -webkit-gradient(linear, 0% 0%, 69% 0%, from(#F22522), to(#F65944));
}