/******所有活动的公用css*********
 ***** @author joy**********
 ***** @since 2016-10-13*****
 ****************************/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
*{
    margin:0px;
    padding:0px;
}
body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    margin: 0 auto;
}
.must-tag,.no-data{
    color: #cc0000;
}
.no-data{
	text-align:center;
}
a,a:hover{
	text-decoration: none;
}
/******------------top------------*******/
.top{
    zoom: 1;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 1);
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    padding: 0 15px;
    width: 100%;
    max-width: 640px;
    z-index: 1;
}
.top a{
    display: inline-block;
    height: 100%;
    float: left;
    color: #fff;
    width: 10%;
    text-align: left;
    outline: none;
    text-decoration: none;
}
.top a.right-icon{
	text-align: right;
}
.top a.center{
	text-align: center;
 	width: 80%;
}
.top .logo {
	text-align: center;
    color: #FFFFFF;
    display: block;
}
.text-danger{
	padding: 10px;
}
#container{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    /*background-color: #ffffff;*/
    overflow: visible;
}
.container-fluid{
    padding:0;
}
.row{
    padding: 0;
    margin: 0;
}
#page-selection{
    height: 34px;
}
#page-selection:after{
    content: "";
    clear: both;
}
#page-selection ul.bootpag{
    float: left;
    margin:0;
}
#page-selection .text-desc-area{
    float: left;
    margin-left: 15px;
    height: 100%;
    line-height: 34px;
}
/******------------返回顶部------------*******/
#back-top{
	position: fixed;
	right: 10px;
	bottom: 15%;
	/*background: transparent;*/
	text-align: center;
	display: none;
	z-index: 3;
    width:40px;
    height:40px;
    border-radius:50%;
}
#back-top a{
	display: block;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#back-top a i{
	font-size: 20px;
	color: white;
}
/******------------没有更多了------------*******/
#no-more{
	width: 100%;
	background: #F7F7F7;
	text-align: center;
	color: #999999;
	padding: 15px 0px;
}
/******------------footer 页脚------------*******/
#footer{
    /*padding: 15px 0 55px;*/
    padding: 0px;
    text-align: center;
    background: #f5f5f5;
    /*background: #fafafa;*/
    color: #CCCCCC;
}
#footer .quick-action{
	margin-bottom: 10px;
}
#footer .quick-action a {
    text-decoration: none;
    cursor: pointer;
    margin: 0 4px;
    color: #AAAAAA;
}
#footer .copyright a{
    color: #CCCCCC;
}
/*******---------底部导航---------********/
#bottom-nav{
	width: 100%;
	max-width: 640px;
    position: fixed;
    bottom: 0;
    text-align: center;
    height: 50px;
    /*line-height: 50px;*/
    background: #FFFFFF;
    box-shadow: 0 -1px #F1F1F1;
    -moz-box-shadow: 0 -1px #F1F1F1;
    overflow: hidden;
    z-index: 10;
}
#bottom-nav .bottom-row{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 640px;
}
#bottom-nav .bottom-row a{
	display: block;
	width: 30%;
	height: 50px;
	color: #666666;
}
#bottom-nav .bottom-row a.current{
    color: #996C48;
}
#bottom-nav .bottom-row a .nav-icon i{
	font-size: 22px;
}
#bottom-nav .bottom-row a .nav-name{
	margin-top: -7px;
}

#bottom-nav .bottom-row .home .nav-icon i{
	font-size: 24px;
	margin-top: -2px;
}
#bottom-nav .bottom-row .home .nav-name{}
#bottom-nav .bottom-row .business .nav-icon i{
	font-size: 23px;
	margin-top: -2px;
}
#bottom-nav .bottom-row .business .nav-name{
	margin-top: -5.5px;
}
#bottom-nav .bottom-row .shop .nav-icon i{
	font-size: 21px;
	margin-top: 0px;
}
#bottom-nav .bottom-row .shop .nav-name{
	margin-top: -4.5px;
}
#bottom-nav .bottom-row .cart .nav-icon i{
	font-size: 28px;
	margin-top: -6.5px;
}
#bottom-nav .bottom-row .cart .nav-name{
	margin-top: -8.5px;
}
#bottom-nav .bottom-row .center .nav-icon i{
	font-size: 21px;
	margin-top: -1px;
}
#bottom-nav .bottom-row .center .nav-name{
	margin-top: -3px;
}
/*******---------底部购物车---------********/
#bottom-cart{
	width: 100%;
	max-width: 640px;
	position: fixed;
    bottom: 0;
    height: 55px;
    background: #FFFFFF;
    overflow: hidden;
    z-index: 5;
}
#bottom-cart .bottom-cart-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    width: 100%;
    max-width: 640px;
    border-top: 1px solid #EEEEEE;
}
#bottom-cart .bottom-cart-row a{
	align-self: center;
	display: block;
	line-height: 53px;
	text-align: center;
	font-size: 17px;
	color: #333333;
}
#bottom-cart .bottom-cart-row a.go-index{
	width: 15%;
	border-right: 1px solid #EEEEEE;
}
#bottom-cart .bottom-cart-row a.go-index i{
	font-size: 24px;
	color: #976C4A;
}
#bottom-cart .bottom-cart-row a.go-cart{
	width: 15%;
	border-right: 1px solid #EEEEEE;
}
#bottom-cart .bottom-cart-row a.go-cart i{
	font-size: 30px;
	color: #976C4A;
}
#bottom-cart .bottom-cart-row a.submit-order{
	width: 35%;
}
#bottom-cart .bottom-cart-row a.add-cart{
	width: 35%;
	background: #131313;
	color: #FFFFFF;
}
/*购物车数量*/
#bottom-cart .bottom-cart-row a.go-cart .nav-icon{
	position: relative;
}
#bottom-cart .bottom-cart-row a.go-cart .nav-icon .go-cart-num-p{
	position: absolute;
	top: 15%;
	left: 56%;
	width: 18px;
	height: 18px;
	line-height: 17px;
	border-radius: 50%;
	background: #976C4A;
	color: #FFFFFF;
	border: 1px solid #976C4A;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

/**排序条**/
#content .goods-sort-area{
	height: 36px;
	line-height: 36px;
	margin-bottom:10px;
}
#content .goods-sort-area span{
	text-align: center;
	font-size:16px;
	background: #EEEEEE;
	border: 1px solid #f7f7f7;
	margin: 0;
	cursor: pointer;
}
#content .sort-selected{
	color: #FF5C00;
}
/******------------底部导航------------*******/
   .bottomNav {
    max-width: 640px;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 50px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    z-index: 10;
}

.bottomNav a.nav {
    width: 33.333%;
}
.bottomNav a.opeartion-1 {
    background: #aaaaaa;
}

.bottomNav a.operation {
    font-size: 16px;
    padding: 0;
    color: #fff;
}

.bottomNav a {
    text-decoration: none;
    display: block;
    float: left;
    width: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    padding-left: 30px;
}
/******------------header 页头------------*******/
#header{
    height: 40px;
    background: #444;
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header a{
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}
#header .back{
    position: absolute;
    left: 0px;
    width: 30px;
}
#header a.weimall{
    font-size: 14px;
    width: 30%;
}

