body {
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 14px;
	color: #0f0f0f;
	background-color: #f0f0f0;
}

input[type="submit"], input[type="reset"], input[type="button"], button
	{
	-webkit-appearance: none; /*鍘绘帀鑻规灉鐨勯粯璁I鏉ユ覆鏌撴寜閽�*/
}

div {
	background: #fff;
}

span {
	background: #fff;
}

form {
	margin: 0px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

ul, ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: #fff;
}

dl, dt, dd {
	background-color: #fff;
}

a {
	color: #111;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: #fff;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px
}

.redfont {
	color: red;
	font-weight: bold;
}

.title {
	font-weight: bold;
	font-size: 16px;
}

.right {
	text-align: right;
}

.p-right {
	position: absolute;
	right: 10px;
}

.p-top {
	position: absolute;
	top: 0px;
}

.p-left {
	position: absolute;
}

.p-bottom {
	position: absolute;
	bottom: 0px;
}

.breakword {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
}

.left {
	text-align: left;
}

.b-height {
	height: 40px;
	line-height: 40px;
	padding: 0px 5px;
}

.b-bold {
	font-wegiht: bold;
}

.bordertb {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-shadow: 2px 2px #ccc;
}

.bordert {
	border-top: 1px solid #ccc;
}

.borderb {
	border-bottom: 1px solid #ccc;
}

.main {
	margin-top: 45px;
	background: transparent;
	padding: 0px;
}

.main div {
	padding: 0px 5px;
}

.list {
	margin-top: 10px;
	clear: both;
}

.list span {
	height: 30px;
	line-height: 30px;
}

.list div {
	position: relative;
	height: 31px;
}

.a-btn {
	display: block;
	border: 1px solid #ccc;
	color: #999;
	text-align: center;
	padding: 0px 2px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	margin: 5px;
}
/*椤甸潰澶�*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1010;
	height: 41px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	background-color: #fff;
}

.header-left {
	left: 20px;
	position: absolute;
	top: 0;
	vertical-align: middle;
}

.header-center {
	margin: 0 30%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	z-index: 1010;
}

.header-right {
	right: 0px;
	position: absolute;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 50px;
}

.header-right-img {
	border: none;
	background-size: contain;
	width: 30px;
	margin-top: 5px;
}

.header-left-img {
	border: none;
	background-size: contain;
	width: 30px;
	margin-top: 5px;
}

/*搴曢儴瀵艰埅*/
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1010;
	height: 41px;
	background-color: white;
	border-top: 1px solid #ccc;
}

footer a {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	vertical-align: middle;
}

footer  img {
	margin-top: 2px;
	width: 35px;
}

.footer-jb {
	font-size: 12px;
	font-weigth: bold;
	position: absolute;
	top: 2px;
	border-radius: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #ff4c4c;
	margin-left: -10px;
	color: white;
	z-index: 99999;
	position: absolute;
	width: 20px;
	background: #ff4c4c;
}
/*
鐧婚檰 */
.login {
	margin-top: 80px;
	width: 100%;
	padding: 10px;
}

.register {
	margin-top: 40px;
	width: 100%;
	padding: 10px;
}

.register p {
	padding: 0px;
	margin: 0px;
	color: #ff4c4c;
	font-weight: bold;
	display: none;
}

.login-warning {
	color: #ff4c4c;
	font-weight: bold;
	display: none;
}

.register input {
	margin-top: 20px;
	width: 100%;
	height: 3rem;
	line-height: 2.5rem;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0.5rem;
	box-sizing: border-box;
}

.login input {
	margin-top: 20px;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 40px;
}

.login input[type='text'] {
	padding: 5px 5px 5px 10px;
}

.login input[type='password'] {
	padding: 5px 5px 5px 10px;
}

.login-func {
	text-align: right;
	padding: 10px;
	line-height: 3rem;
	height: 3rem;
	color: #666
}

.login-func a {
	color: #666;
}

.login-btn {
	width: 100%;
	background-color: #ff4c4c;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
/*鍟嗗搧鎼滅储鏍�*/
.search {
	width: 100%;
	margin-top: 40px;
	z-index: 10;
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}

.search-input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 15px;
}

.search-btn {
	border: 0;
	background: url(images/search32.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
}

/*鍒嗙被鎼滅储*/
.cate-search {
	width: 100%;
	position: absolute;
	margin-top: -1px;
}

.cate-list {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.cate-search .select {
	background-color: #ff8040;
	color: white;
}

.cate-search li {
	padding: 5px 10px;
	float: left;
	margin: 5px;
}

.cate-search li a {
	color: #999;
}
/*鍟嗗搧鍒楄〃*/
.prolists {
	
}

.prolists-title {
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
}

.prolist-warning {
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-top: 50px;
}

.prolist {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0px;
}

.prolist-title {
	word-break: normal;
}

.prolist-price {
	color: #ff4c4c;
	font-weight: bold;
	bottom: 20px;
	left: 10px;
	position: absolute;
	font-size: 17px;
}

.prolist-store {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 30px;
}

.prolist-boxnum {
	font-size: 10px;
	color: #999;
}

.prolist-step {
	position: absolute;
	bottom: 0px;
	left: 10px;
	color: #ff8000;
	right: 40px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}

.prolist-num {
	margin-top: 5px;
	color: #999;
	font-size: 13px;
	font-weight: bold;
}

.prolist-buy {
	width: 50px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #ff4c4c;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	bottom: 2px;
	right: 0;
}

.prolist dt {
	float: left;
	position: relative;
}

.prolist dt a img {
	border: 0px;
	width: 85px;
	margin-bottom: 2px;
	height: 85px;
}

.prolist dt a span {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center
}

.prolists dd {
	padding-left: 10px;
	height: 85px;
	position: relative;
	overflow: hidden
}

.prolists em {
	font-style: normal;
	font-size: 11px;
	color: #999;
	text-decoration: line-through;
	margin-left: 10px
}

.prolist-split {
	margin: .5rem;
	margin-top: -1px;
	height: 50px;
	width: 100%;
}
/*璐墿杞�*/
.carts {
	margin-top: 5px;
	width: 100%;
}

.cart-addbtn {
	font-size: 12px;
	line-height: 25px;
	padding-left: 5px;
	width: 35px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 0;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

.cart-add {
	background: #ff4c4c;
}

.cart-added {
	width: 45px;
	color: #999;
}

.carts dl {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	margin: 0px;
}

.cart-check {
	display: inline-block;
	width: 20px;
	height: 80px;
	width: 20px;
	background-size: 20px 20px;
}

.on {
	background: url(images/check_on.jpg) no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.off {
	background: url(images/check.jpg) no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}

.cart-price {
	position: absolute;
	left: 5px;
	padding-left: 5px;
	bottom: 5px;
	font-weight: bold;
	color: #ff4c4c;
	font-size: 14px;
}

.carts dd {
	padding-left: 10px;
	height: 80px;
	position: relative;
	overflow: hidden;
}

.carts dt {
	float: left;
	position: relative;
	margin-left: 5px;
}

.carts dt img {
	width: 80px;
	height: 80px;
}

.cart-buy {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #ff4c4c;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}

.cart-warning {
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-top: 50px;
}

.cart-sumtitle {
	position: absolute;
	right: 100px;
	margin-left: 20px;
}

.cart-sumprice {
	position: absolute;
	right: 0px;
	font-weight: bold;
	color: #ff4c4c;
	width: 100px;
	font-weight: bold;
	font-size: 18px;
}

.cart-sumnums {
	position: absolute;
	right: 160px;
}

.carts em {
	font-style: normal;
	font-size: 11px;
	color: #999;
	margin-left: 10px
}

.cart-del {
	background: url(images/del.png) no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: -3px;
}

.cart-title {
	position: absolute;
	left: 10px;
	margin-top: 5px;
	right: 35px;
	line-height: 1.5rem;
	word-break: normal;
	width: auto;
	display: block;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
}

.cart-store {
	position: absolute;
	padding: 0px;
	right: 135px;
	bottom: 6px;
	font-size: 12px;
}

.cart-func {
	position: absolute;
	padding: 0px;
	line-height: 2rem;
	right: 5px;
	bottom: 5px;
	display: block;
	border: 1px solid #ccc;
}

.cart-func span {
	line-height: 2rem;
	float: left;
	width: 25px;
	text-align: center;
	background-color: #fafafa;
}

.cart-nums {
	text-align: right;
	border: 0;
	width: 28px;
	height: 2rem;
	padding: 2px;
	line-height: 2rem;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc
}

.user-info {
	margin-top: 50px;
	height: 0px;
}

.add-detail {
	padding: 10px 0px;
	line-height: 1.5rem;
	word-break: normal;
	width: 100%;
	display: block;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
}

/*涓汉涓績*/
.user-main {
	width: 100%;
	background: transparent;
}

.user-btn {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #ff4c4c;
	font-weight: bold;
}

.user-menu {
	margin-top: 5px;
}

.user-menutitle {
	height: 40px;
	line-height: 40px;;
	padding-left: 12px;
	font-size: 17px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.user-menu ul {
	margin: 0px;
	padding: 0px;
	width: auto;
}

.user-menu div {
	background: #fff;
}

.user-menu .heng {
	float: left;
	width: 25%;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}

.user-menu .zong {
	width: 100%;
	text-align: left;
	padding-left: 2rem;
	height: 40px;
	line-height: 40px;;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 40px;
}

.user-menu img {
	width: 40px;
	height: 40px;
}
/*鏀惰揣鍦板潃*/
.address-main {
	
}

.address-main li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.address-main span {
	width: 25%;
}

.address-main input[type='text'] {
	border: 0;
	padding: 0 5px;
	width: 75%;
}

.address-add {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #ff4c4c;
	font-weight: bold;
}

.address-warning {
	color: #ff4c4c;
	font-weight: bold;
}

.address-list {
	background-color: #f0f0f0;
	margin: 10px 0px;
	box-shadow: 2px 2px #ccc;
}

.address-choose {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

.address-choose li {
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	background: #fff;
}

.address-list li {
	padding: 5px 10px;
	clear: both;
}

.address-default {
	width: 12px;
	height: 12px;
}

.address-del {
	width: 30px;
	height: 30px;
}

.orderp-lists {
	margin-top: 30px;
	background: transparent;
	padding: 5px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px #ccc;
}

.orderp-lists div {
	background: #fff;
}

.orderp-lists span {
	background: #fff;
}

.orderp-list {
	border: 1px 0px;
	border-color: #ccc;
	margin-top: 15px;
	box-shadow: 2px 2px 2px #ccc;
}

.orderp-title {
	border-bottom: 1px solid #ccc;
	height: 2.5rem;
	line-height: 2.5rem;
	padding-left: 10px;
	line-height: 2.5rem;
}

.orderp-btn {
	height: 2.5rem;
	line-height: 2.5rem;
	padding-right: 10px;
	text-align: right;
	line-height: 2.5rem;
}

.orderitemp-title {
	position: absolute;
	left: 90px;
	top: 5px;
	width: 200px;
}

.orderitemp-price {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #ff4c4c;
	font-weight: bold;
}

.orderitemp-nums {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.address-title {
	padding: 5px;
	border-top: 1px solid #ccc;
	height: 2.5rem;
}