.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container img {
	width: 100%;
}

.pic-slider {
	height: 16rem;
	background-color: white;
	position: relative;
}

.product-info-main {
	padding: 0.5rem 0.5rem 0.5rem 0.6rem;
	background-color: white;
	margin-bottom: 0.6rem;
}

.main {
	margin-bottom: 3rem;
}

.actionbar {
	position: fixed;
	bottom: 0;
	background-color: white;
	border-top: 1px solid #DFDFDF;
	left: 0;
	height: 2.5rem;
	width: 100%;
}

.fourth-cells {
	background-color: white;
}

.fourth-cells dl {
	padding: 0.3rem;
	font-size: 0.6rem;
	overflow: hidden;
}

.fourth-cells dl li {
	float: left;
	padding: 0.2rem 0.5rem;
	border: 1px solid #d7d7d7;
	margin: 0.2rem;
	border-radius: 0.2rem;
}

.cur {
	background-color: #C91623;
	color: white;
}

.shop-main {
	height: 4rem;
	background-color: white;
	margin-top: 0.5rem;
	overflow: hidden;
}

.shop-logo {
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid #DFDFDF;
	margin: 0.7rem;
	float: left;
}

.shop-logo img {
	height: 100%;
	width: 100%;
}

.shop-name {
	height: 2.6rem;
	margin: 0.7rem;
	float: left;
	font-size: 0.6rem;
	overflow: hidden;
}

.shop-name p {
	display: block;
	height: 1.35rem;
	line-height: 1.35rem;
}

.shop-name p img {
	margin-top: 0.225rem;
}

.shop-action {
	height: 2rem;
	width: 100%;
	border-top: 1px solid #DFDFDF;
	background-color: white;
}

.shop-action a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0.6rem;
	line-height: 2rem;
	text-align: center;
	text-decoration: none;
	color: black;
}

.pull-title {
	height: 1.1rem;
	background-color: white;
	margin-top: 0.5rem;
	padding: 0.5rem;
	font-size: 0.6rem;
}

.pull-title ul li {
	float: left;
	width: 25%;
	line-height: 1.14rem;
	text-align: center;
}

.pull-info img {
	width: 100%;
	vertical-align: bottom;
}

.t-cur {
	color: #C91623;
	border-bottom: 1px solid #C91623;
}

.product-title {
	overflow: hidden;
	font-size: 0.7rem;
}

.product-sub {
	color: red;
	width: 100%;
	font-size: 0.7rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-price em {
	font-size: 0.9rem;
	color: red;
	padding-right: 0.2rem;
}

.product-price del {
	font-size: 0.6rem;
	color: #999;
}

.actionbar ul li {
	float: left;
}
.actionbar ul li a{
	text-decoration: none;
	color: black;
}
.actionbar ul li:nth-child(1) {
	width: 3.45rem;
	height: 2.5rem;
	border-right: 1px solid #DFDFDF;
	background-color: white;
}

.actionbar ul li:nth-child(2) {
	width: 3.45rem;
	height: 2.5rem;
	background-color: white;
	border-right: 1px solid #DFDFDF;
}

.actionbar ul li:nth-child(3) {
	width: 3.45rem;
	height: 2.5rem;
	background-color: white;
	border-right: 1px solid #DFDFDF;
}

.actionbar ul li:nth-child(4) {
	width: 5.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: white;
	background-color: red;
	font-size: 0.75rem;
}

.actionbar dl {
	height: 2rem;
	margin-top: 0.175rem;
	text-align: center;
	font-size: 0.6rem;
}

.actionbar dl dt {
	height: 1.25rem;
}

.actionbar dl img {
	width: 1.25rem;
	height: 1.25rem;
}

.num-input {
	border: 1px solid #999;
	border-radius: 0.2rem;
	height: 1.2rem;
	text-align: center;
	float: right;
	margin-top: 0.15rem;
}

.num-input a {
	text-decoration: none;
	font-size: 0.6rem;
	display: block;
	height: 1.2rem;
	line-height: 1.2rem;
	width: 1.2rem;
	float: left;
	text-align: center;
}
.num-input input{
	width: 2rem;
	height: 100%;
	float: left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align: center;
}
.comment-item{
	background-color: #FFFFFF;
}
.comment-item-title{
	margin-top:0.5rem ;
	height: 1.1rem;
	padding: 0.5rem;
	font-size: 0.75rem;
	line-height: 1.1rem;
}
.comment-item-title span{
	float: left;
}
.comment-item-title em{
	float: left;
	color: red;
	font-size: 0.6rem;
}
.comment-item-title img{
	width: 1.1rem;
	height: 1.1rem;
	float: right;
}
.comment-info{
	height: 1rem;
	line-height: 1rem;
	padding: 0.2rem 0.5rem;
	border-top:1px solid #DFDFDF ;
	font-size: 0.6rem;
	color: #999;
}
.comment-info span{
	float: left;
}
.comment-info em{
	float: right;
}
.comment-info h1{
	float: left;
}
.comment-info h1 img{
	height: 0.5rem;
	margin: 0.25rem 0 0 0.5rem;
}
.comment-detail{
	border-top:1px solid #DFDFDF ;
	padding: 0.5rem;
	font-size: 0.6rem;
}
.comment-img-list{
	overflow: hidden;
}
.comment-img-list ul li{
	float: left;
	width: 3.5rem;
	height: 3.5rem;
	border: 1px dashed #DFDFDF;
	border-radius: 0.2rem;
	overflow: hidden;
	margin:0 0.2rem 0.5rem 0.2rem;
}
.look-all{
	height: 1.5rem;
	border-top: 1px solid #DFDFDF;
	font-size:0.6rem;
	line-height: 1.5rem;
	text-align: center;
}
.look-all a{
	text-decoration: none;
	color: black;
}
.comment-img-list ul li img{
	max-width: 100%;
	max-height: 100%;
}
