﻿/*---------------------------------------------------------通用CSS开始----------------------------------------------- */

@charset "utf-8";

/* ------------------------------------全局定义---------------------------------------- */

/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
*{ margin:0;padding:0;}

html{
    background: #fff;
    display: block;
}
body{
  margin: auto;
  background-color: #e9e9e9;
}
p,span,label textarea{
    font-family:"微软雅黑";
}
img {
    max-width:100%;
}
textarea {
    resize: none;
}
a{
    text-decoration:none;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
/*头部定义*/
.top{
	width: 100%;
	height: 50px;
	background-color: #eb521b;
	overflow: hidden;
}
.shoping_tittle{
	width: 30%;
	height: 100%;
	margin: 15px 0 0 0;
	float: left;
}
.shoping_tittle img{
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 0 0 15px;
}
.shoping_tittle p{
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #ffffff;
	float: left;
	font-family: "微软雅黑"
}
/*start头部返回*/
.shoping_tittle_return{
    width: 30%;
	height: 50px;
	margin: 6px 0 0 0;
	float: left;
}
.shoping_tittle_return img{
	width: 40px;
	height: 40px;
	float: left;
}
.shoping_tittle_return a{
	margin: 11px 0 0 0;
	font-size: 15px;
	color: #ffffff;
	float: left;
	font-family: "微软雅黑"
}
/*end头部返回*/
.index_tittle{
	width: 40%;
	line-height: 50px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #ffffff;
	text-align: center;
	float: left;
}
.index_add{
	width: 30%;
	float: left;
	text-align: right;
	padding-top: 15px;
}
.index_add img{
	width: 20px;
	height: 20px;
	margin: 0 15px 0 0;
}


/*设置最大宽度为768px*/
/*@media (min-width:768px){body{width:768px}}*/


/*start按钮样式共用*/
.red_white{
    border:none;
    background-color:#eb512b;
    color:#ffffff;
    font-size:15px;
    font-family:"微软雅黑";
}
.white_red{
    background-color:#ffffff;
    color:#eb512b;
    border:1px solid #eb512b ;
    font-size:15px;
    font-family:"微软雅黑";
}
/*end按钮样式共用*/

/*start点击加载更多共用*/
.nextBlock{
    width:100%;
    height:40px;
    background-color:#ffffff;
    line-height:40px;
    font-family:"微软雅黑";
    font-size:14px;
    text-align:center;
    display:none;
}

.loading {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 130px;
}


/*end点击加载更多共用*/
