@charset "utf-8";
html,body{height: 100%;}
.view {
	position:absolute;
	z-index:1;
	left:0;
	bottom:1.4375rem;
	top:0;
	width:100%;
	display: block;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
.home {
	display:block;
	width:0.64rem;
	height:0.64rem;
	position:absolute;
	top:0;
	right:0;
	padding: 0.64rem 0.64rem 0 0;
	background:url(../images/icon_home.png)no-repeat;
	background-size:0.64rem;
	background-position: left bottom;
}
#view_content,.view_nav {
	background: #fff;
	padding:0 0.3125rem;
	box-sizing: border-box;
	margin-bottom: 0.15625rem;
}
#view_content {
	text-align: center;
}
#view_content .img {
	width: 6.25rem;
	height:6.45rem;
	display: block;
	padding: 0.2rem 0;
	margin: 0 auto;
	overflow:hidden;
}
#view_content img{width:100%;}
#view_content h3 {
	font-size: 0.46875rem;
	width: 90%;
	margin:0 auto 0.25rem;
}
#view_content h5 {
	font-size: 0.390625rem;
	color: #666;
	width: 90%;
	margin:0 auto;
}
.progress-bar-bg {
	margin:0.625rem auto 0.46875rem;
}
#view_content ul {
	padding-bottom: 0.5rem;
	overflow: hidden;
	width: 100%;
}
#view_content ul li {
	float: left;
	font-size: 0.34375rem;
	color: #999;
	width: 25%;
	text-align: center;
}
#view_content ul li:first-of-type {
	text-align: left;
}
#view_content ul li:last-of-type {
	text-align: right;
}
#view_content ul strong {
	color: #666;
	font-weight: normal;
}
#view_content ul span {
	padding-left: 0.0625rem;
	color: #33bbff;
}
/* view_content end*/
/* view_nav*/
.view_nav a {
	display: block;
	width: 100%;
	height: 1.328125rem;
	line-height: 1.328125rem;
	color: #666;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	font-size: 0.4375rem;
}
.view_nav .last{
	border-bottom: none;
	padding-bottom: 0.1875rem;
}
.view_nav a:after {
	content: "";
	display: block;
	background: url(../images/arrow_right.png);
	width: 0.203125rem;
	height: 0.390625rem;
	background-size: 100%;
	position: absolute;
	top: 0.46875rem;
	right: 0;
}
.view_nav .tip {
	font-size:0.25rem;
	color:#999;
}
.view_nav i{
	display: inline-block;
	width: 0.40625rem;
	height: 0.40625rem;
	vertical-align: middle;
	margin:-0.03125rem 0.15625rem 0 0;
	opacity: 0.7;
	background: url(../images/icon_product.png)no-repeat;
	background-size: 2.03125rem auto;

}
.view_nav .nav_what{background-position:right 0;}
.view_nav .nav_details {background-position:-0.8125rem 0;}
.view_nav .nav_code {background-position:-0.40625rem 0;}
.view_nav .nav_before {background-position:0 0.015625rem;}
.view_nav .nav_share {background-position:-1.21875rem 0.015625rem;}
/* view_nav end*/
/* view_record*/
.view_record {
	background: #fff;
}
.view_record h3 {
	width: 100%;
	padding-left: 0.3125rem;
	box-sizing: border-box;
	height: 1.3125rem;
	line-height: 1.3125rem;
	font-size: 0.4375rem;
	color: #222;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
}
.view_record h3 span {
	font-size: 0.34375rem;
	color: #b9b9b9;
	margin-left: 0.375rem;
}
.record_item {
	padding: 0.78125rem 0.3125rem 0;
	box-sizing: border-box;
	position: relative;
}
.record_item:before {
	display:block;
	content:"";
	width:0.03125rem;
	height:100%;
	position:absolute;
	top:0;
	left:1.34375rem;
	background-color:#ccc;
	z-index:2;
}
.record_item:first-of-type {
	padding-top: 0.5rem;
}
.record_item:first-of-type:before {
	height:50%;
	top:50%;
}
.record_item .item_img {
	float: left;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 0.625rem;
	overflow: hidden;
	margin:0 0.40625rem;
	position:relative;
	z-index:3;
}
.record_item .item_img img {
	width: 100%;
	height:100%;
}
.record_item .item_text {
	float: left;
	font-size: 0.34375rem;
	color: #666;
}
.item_text .line_one span {
	float: left;
	display: inline-block;
	line-height: 0.703125rem;
	height: 0.703125rem;
}
.item_text .username {
	width: 2.03125rem;
	color: #222;
}
.item_text .city {
	width: 1.5625rem;
	margin-right: 0.15625rem;
}
.item_text .num {
	color: #fa7145;
	font-weight:normal;
}
.item_text .time {
	margin-left: 0.15625rem;
}
.view_record .lookmore {
	color: #C2C2C2;
	text-align: center;
	line-height: 0.703125rem;
	font-size: 0.34375rem;
}
.drop_loading {
	background: url(../images/loading.gif) no-repeat center;
	width: 100%;
	height: 0.46875rem;
	display: block;
	background-size: 2rem 0.234375rem;
}
/* view_record end*/
/* bottom*/
.bottom {
	bottom: 0;
	left: 0;
	z-index:100;
	width:100%;
	font-size: 0.40625rem;
	position:absolute;
}
.bottom li {
	float: left;
	height: 1.4375rem;
	line-height: 1.4375rem;
	text-align: center;
}
.bottom a {
	color: #fff;
	display: block;
}
.bottom .addcard {
	width: 28%;
	background-color: #3f89ea;
}
.bottom .joinin {
	width: 44%;
	background-color: #fa7145;
}
.bottom .shoppingcart {
	position: relative;
	width: 28%;
	background:#f5f5f5 url(../images/icon_cart.png)no-repeat center;
	background-size: 0.96875rem;
}
.bottom .shoppingcart div {
	display:none;
	position: absolute;
	top:0.1875rem;
	left: 1.71875rem;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	background-color: #f00;
}
.shoppingcart a {
	height: 1.4375rem;
}
.shoppingcart span {
	text-align: center;
	display: block;
	font-size: 0.234375rem;
	line-height: 0.375rem;
	color: #fff;
}