/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6,
	ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr,
	button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite,
	code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt,
	var, legend, fieldset {
	margin: 0;
	padding: 0;
}

.border-ok{
	border : 3px solid green;
}
.border-error{
	border : 3px solid red;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

.clf{
	clear: both;
}

.clwhite{
	color : #fff
}

.clred{
	color : #FF5454
}

.clgolden{
	color : #FEEE02
}

.clgreen{
	color : #00CC99
}

.clgreen-d{
	color : #336633
}

.clorange{
	color : #ff9900
}

.clgray-l{
	color : #999999
}

.clblue{
	color : #000066;
}

.clgray{
	color : #777777
}

.clgray-d{
	color : #555555
}

.cblack{
	color : #111111
}


.bclwhite{
	background-color : #fff
}

.bclred{
	background-color : #FF5454
}

.bclgolden{
	background-color : #FEEE02
}

.bclgreen{
	background-color : #00CC99
}

.bclorange{
	background-color : #ff9900
}

.bclgray-l{
	background-color : #999999
}

.bclblue{
	background-color : #000066;
}

.bclgray{
	background-color : #777777
}

.bclgray-d{
	background-color : #555555
}


.f-12{
	font-size: 12px;
}

.f-14{
	font-size: 14px;
}

.f-16{
	font-size: 16px;
}

.f-18{
	font-size: 18px;
}
.f-20{
	font-size: 20px;
}
.f-24{
	font-size: 24px;
}
.f-26{
	font-size: 26px;
}
.f-28{
	font-size: 28px;
}

.hidden {
	display: none;
}
.ccenter{
	text-align: center;
}

.f-bold{
	font-weight: bold;
}
.button{
	color: #fff;
    background-color: #333;
    border-color: #333;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
    width: 100%;
    margin: 0 0 0 0; 
    box-sizing:border-box;
    outline:none;
}

ul{
	list-style-type: none;
}


#container,.container {
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	width: 100%;
	min-height: 100%;
	height: auto;
	overflow-x:hidden;
	overflow-y:visible;
	box-sizing:border-box;
}

.m-hidden {
	display: none;
}

.m-visible {
	display: block;
}

.m-invisible {
	visibility: hidden;
}
.m-visible {
	visibility: visible;
}

.f-del {
	text-decoration: line-through;
}

/**导航栏 */
.m-admin-index {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 30%;
	background-color: #AAAAAA;
	border-radius: 5px;
	z-index: 9;
	text-align: center;
}

.m-admin-index .index-icon {
	width: 28px;
	height: 28px;
	background-color: #AAAAAA;
	border-radius: 11px;
	margin-top: 5px;
	margin-left: 6px;
}

/**我的信息 */
.m-admin-my {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 30%;
	background-color: #AAAAAA;
	border-radius: 5px;
	z-index: 9999999;
	text-align: center;
	overflow: hidden;
}

.m-admin-my .my-text {
	width: 100%;
	width: 100%;
	color : white;
	font-size : 25px;
	background-color: #AAAAAA; 
	border-radius: 11px;
	margin-top: 0px;
	margin-left: 0px;
	font-weight:bold;
}

/**购物车导航图标 */
.cart,.m-add {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 30%;
	background-color: #AAAAAA;
	border-radius: 25px;
	z-index: 9;
	text-align: center;
}

.cart-icon,.m-add-icon {
	width: 30px;
	height: 30px;
	background-color: #AAAAAA;
	border-radius: 15px;
	margin-top: 10px;
	margin-left: 10px;
}

.cart-icon img {
	object-fit: fit;
}

.cart .cartbadge {
	position: absolute;
	top: 0;
	right: 0;
}

/**购物车展开以后*/
.cart-items {
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	bottom: 45px;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index : 99;
} 

.cart-item {
	border-bottom: 1px solid #e5e5e5;
}

.cart-item:before {
	border-top: 0px;
}


.cart-popup__modal {
	position: absolute;
	z-index: 9999;
	min-height: 300px;
	background-color: #fff;
	overflow: visible;
}

.cart-header {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	right: 5px;
	background-color: #fff;
	border-radius: 25px;
}

.cart-close {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 5px;
	right: 10px;
	z-index: 998;
}

.cart-remark {
	
}

.cart-toConfirm, .weui-btn:after, .weui-btn {
	border-radius: 0px;
}

.cart-totalprice {
	color: white;
	background-color: #333;
	font-weight: normal;
	padding: 10px 0 0 0;
	width: 100px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: clip;
}

.weui-count__number {
	margin: 0px 5px;
}

.cart-buy {
	border-radius: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	box-sizing: border-box;
}

.gobuy-text {
	font-size: 12px;
	background-color: #00CC66;
}

/* 返回键 */
.m-back{
	position: fixed;
	width: 65px;
	height: 30px;
	left: 0px;
	bottom: 10%;
	background-color: #FF3333;
	border-radius: 25px;
	z-index: 9999999;
	text-align: center;
	cursor:potinter;
	-webkit-tap-highlight-color: transparent;
}
.m-back img{
	position: absolute;
	width: 16px;
	height: 16px;
	left: 6px;
	top: 6px;
}
.m-back span{
position: absolute;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	left: 22px;
	top: 3px;
}

.status-success{
	border: 1px solid #32CD32;
	background-color : #32CD32;
	border-radius: 1px;
}

.status-warning{
	border: 1px solid #ff9900;
	background-color : #ff9900;
	border-radius: 1px;
}
.status-error{
	border: 1px solid #FF5454;
	background-color : #FF5454;
	border-radius: 1px;
}


/**弹出框 */
.m-popup-container{
	overflow-y: scroll;
	position: relative;
}

.m-popup-container .toolbar{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 46px;
	border-bottom: 1px solid #eaebef;
	box-sizing: border-box;
}

.toolbar .toolbar-inner{
	height: 46px;
}

.m-popup-container .weui-popup__modal{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 650px;
	background-color: #eaebef;
	overflow: hidden;
	z-index: 9999;
}

/**tags */
.c-tags{
	box-sizing: border-box;
}

.mtags .active{
	border-bottom: 3px solid #04BE02;
	border-left : 1px solid #04BE02;
	border-right : 1px solid #04BE02;
	border-top : 1px solid #04BE02;
	background-color: #00CC99;
	color: #fff;
}

.mtag {
    margin: 5px 5px 5px 5px;
    padding: 0;
    background-color: #fff;
    height: 25px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius : 2px;
    color: #000;
}

.weui-actionsheet{
	max-height: 80%;
    overflow: scroll;
}



