@charset "utf-8";
.fr{float:right;}
.pr10{padding-right:10px;}
.red{color:#F00;}
.mb10{margin-bottom:10px;}
header {
	min-width:320px;
	background:#d82e4b;
	font-size:17px;
	color:#fff;
	position:relative;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #d82e4b;
	text-align:center
}
header .back {
	color:#fff;
	border:1px solid #fff;
	display:inline-block;
	font-size:14px;
	border-radius:6px;
	width:42px;
	height:28px;
	line-height:24px;
	position:absolute;
	top:8px;
	left:10px;
	cursor:pointer;
}
.login {
	border:1px solid #ccc;
	border-radius:6px;
	margin:10px;
	background:#fff
}
.login li{
	padding-left:10px;
	line-height:44px;
	font-size:14px;
	position:relative
}
.login .bb {
	border-bottom:1px solid #ccc
}
.login input {
	border:0;
	width:75%;
	height:22px;
	line-height:22px;
	color:#666
}
a.btn, a.btn-collect, a.btn-cart {
	border-radius:6px;
	background:#d82e4b;
	font-size:16px;
	color:#fff;
	display:block;
	height:40px;
	line-height:38px;
	margin-left:12px;
	margin-right:12px;
	text-align:center;
	text-indent:0;
	margin-bottom:10px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
.list{ margin-top:20px}
.list a{display:block; position:relative; font-weight:bold;}
.list a:after{
	content:'';
	width:10px;
	height:10px;
	border-right:2px solid #999;
	border-top:2px solid #999;
	position:absolute;
	right:10px;
	top:15px;
	-webkit-transform:rotate(45deg);
}
