/*全局样式*/
*{
	box-sizing: border-box;
	padding:0;
	margin: 0;
	list-style:none;
	text-decoration:none;
	outline: none;
}
.lf{float: left}
.rf{float: right}
.clear{clear: both;}
.hr10{width: 100%;clear: both;height: 10px;}
.hr44{
	width: 100%;
	height: 44px;
}
.hr60{
	clear: both;
	height: 60px;
	width: 100%;
}
.line1{
	clear: both;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.red{
	color: #DA251C;
}
/*顶部返回*/
.top{
    width:100%;
    height:44px;
    line-height: 44px;
    background: #ff9cc4;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 0 15px;
    position:fixed;
    top:0;
    z-index: 10;
}
.top .back{
    display: block;
    float: left;
    width:15px;
    height:44px;
    background: url(../images/back.png) no-repeat  center;
    background-size: 15px 20px;
}
.top span{
    position: relative;
    left: 5px;
}
.top .edit{
    float: right;
    display: block;
    color: #fff;
}
/*foot底部*/
/*.footer{
	position:fixed;
	z-index:888;
	bottom:0;
	left:0;
	width:100%;
	height:54px;
	overflow:hidden;
	margin:0 auto;
	background-color:#f8f8f8;
	border-top:1px solid #d1cbcb;
	box-sizing:border-box;
}

.footer ul{
	overflow:hidden;
}
.footer ul li{
	float:left;
	width:25%;
	height:50px;
}
.footer ul li p{
	text-align:center;
	color: #999;
}
.footer ul li p:first-child{
	margin-top:5px;
}
.footer ul li p:first-child ~ p{
	line-height:20px;
	font-size:12px;
}
.footer ul li.active p{
	color:#000;
}
.cart{
	position: relative;
}	
.cart span{
	display: inline-block;
	position: absolute;
	top: -4px;
	right: 28%;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background: #FF0000;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
}*/

#scrollUp {
    background: #F4A137 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 30px;
    color: #ffffff !important;
    height: 50px;
    line-height: 48px;
    right: 30px;
    text-align: center;
    width: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    font-size: 20px;
}
#scrollUp:hover{
	background: #FFC107;
}
/*分页*/
/*.pagination{
  background: #fdfdfd;
  margin: 30px auto;
  border-radius: 3px;
  text-align: center;
}

.pagination ul {
  width: 100%;
}
.pagination ul, .pagination li {
  list-style: none;
  display: inline-block;
  padding-left: 0px;
  height: 35px;
}
.pagination li:hover a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
.pagination li.active a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}
.pagination li a {
  border: solid 1px #d6d6d6;
  border-radius: 3px;
  color: #7d7d7d;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}*/