@charset "utf-8";

/*
 @名称: GoodsDetail2.0.css
 @功能: 商城详情页
 @作者：zuozuo
 @时间：2015-3-11
 */

body{
	background:#ebebeb;
}

.banner{
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 100%;
}
	.swiper-container {
		width: 100%;
		height: 100%;
	}
	.swiper-wrapper{
		width: 100%;
		height: 100%;
	}
	.swiper-slide .title img {
		width: 100%;
		min-height: 210px;
	}
	/*pagination*/
	.pagination {
		position: absolute;
		left: 0;
		text-align: center;
		bottom: 5px;
		width: 100%;
	}
	.swiper-pagination-switch {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #999;
		opacity: 0.5;
		margin: 0 3px;
		cursor: pointer;
	}
	.swiper-active-switch {
		background: #fff;
	}

h1{
	padding: 15px 10px;
	color: #262b2f;
	font-size: 15px;
	background: #fff;
}
	h1 strong{
		color: #ff6100;
	}
	h1 span{
		padding-left: 10px;
		font-size: 12px;
		color: #878787;
	}
	h1 span em{
		text-decoration: line-through;
	}
	h1 p{
		position: relative;
	}
	h1 p span:nth-of-type(2){
		position:absolute;
		right: 10px;
		top: 50%;
		margin-top: -9px;
	}
.shop-detail{
	background: #fff;
}
	.shop-detail h2{
		padding: 10px;
		border-bottom: #d9d9d9 1px solid;
		box-sizing: border-box;
	}
	.shop-detail h2 p:nth-of-type(1){
		color: #262b2f;
		font-size: 15px;
	}
	.shop-detail h2 p:nth-of-type(2){
		color: #989898;
	}
	.shop-detail .des{
		border-bottom: 1px solid #d9d9d9 ;
	}
	.shop-detail .des a{
		padding: 10px 0;
		font-size: 15px;
		color: #6c6c6c;
	}
	.shop-detail .des a:nth-of-type(1){
		border-right: #d9d9d9 1px solid;
		box-sizing: border-box;
	}
	.shop-detail .des a i{
		padding: 2px 8px;
		background: url(../../images/system/goods/icon_04.png) no-repeat;
		background-size: 18px auto;
	}
	.shop-detail .des a:nth-of-type(1) i{
		background-position: 0 -30px;
	}
	.shop-detail .des a:nth-of-type(2) i{
		background-position: 0 2px;
	}
.container{
	/*min-height: 200px;*/
	background: #fff;
}
	.container .text{
		padding: 10px;
	}
	.container .text img{
		max-width: 100%;
	}
.fixed-cont{
	position: relative;
}
	.buy-button{
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 55px;
		z-index: 9;
		background: #fff;
		-webkit-box-shadow:0px -2px 5px rgba(0,0,0,0.1);
	}
	.buy-button p{
		padding: 0 5%;
		box-sizing: border-box;
	}
	.buy-button p:nth-of-type(1) a{
		background: #828999;
	}
	.buy-button a{
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 18px;
		background: #ff6100;
		color: #fff;
		text-align: center;
		border-radius: 3px;
	}
/*.goods-box-cont*/
.goods-box-cont{
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background: rgba(0,0,0,0.5);
}
	.goods-box{
		padding: 20px 0;
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		background: #fff;
	}
	.goods-box h3{
		font-weight: bold;
		font-size: 18px;
		color: #878787;
		text-align: center;
	}
	.goods-box h3 span{
		color: #262b2f;
	}
	.goods-box .input{
		width: 200px;
		margin: 0 auto;
		padding: 20px 0;
	}
	.goods-box .input a{
		display: block;
		width: 60px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		background: #6ccc2a;
		font-size: 30px;
	}
	.goods-box .input a.gray{
		background: #c8c8c8;
	}
	.goods-box input{
		margin: 0 10px;
		text-align: center;
		border: #d9d9d9 1px solid;
		width: 58px;
		height: 48px;
		line-height: 48px;
		font-size: 24px;
		color: #666666;
	}
	.goods-box .enter-but{
		padding-top: 20px;
	}
	.goods-box .enter-but a{
		display: block;
		width: 200px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		background: #ff6100;
		font-size: 18px;
		color: #fff;

	}
	.goods-box .enter-but a.close{
		margin-left: 50px;
		margin-right: 10px;
		border: #e3e3e3 1px solid;
		background: #f0f0f0;
		color: #8f8f8f;
	}
	.goods-box .enter-but a.enter{
		margin-left: 10px;
		margin-right: 50px;
		border: #ff6100 1px solid;
	}

.entrance{
	padding: 15px 0 0;
}
	.entrance .goods-entrance{
		padding: 10px 0;
		border: #dadada 1px solid;
		border-left: none;
		border-right: none;
		text-align: center;
	}
	.entrance .goods-entrance a{
		padding: 0 10px;
		color: #6c6c6c;
	}
/*轮播*/
.more-list{
	border-top: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
}
	.more-list h4{
		padding: 5px 0;
		position: relative;
		color: #262b2f;
		font-size: 16px;
	}
	.more-list h4 span{
		padding: 0 5px 0 10px;
		position: relative;
		z-index: 2;
		background: #fff;
	}
	.more-list h4 em{
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		background: #e1e1e1;
		z-index: 1;
	}
	#more-list-id{
		padding: 10px 0;
	}
	.more-list .swiper-container{
		height: 100px;
		overflow: hidden;
	}
	.more-list .swiper-slide{
		width: auto;
	}
	.more-list .swiper-slide .pic{
		position: relative;
		width: 120px;
		height: 80px;
		overflow: hidden;
		margin: 0 10px;
	}
	.more-list .swiper-slide .pic img{
		width: 100%;
	}

	.more-list .swiper-slide .pic span{
		position: absolute;
		left: -26px;
		top: 14px;
		width: 100px;
		text-align: center;
		padding: 2px 0;
		color: #fff;
		background: #ffa210;
		-webkit-transform:rotate(-45deg);
	}
	.more-list .swiper-slide .pic p{
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		height: 25px;
		line-height: 25px;
		text-align: center;
		width: 100%;
		overflow: hidden;
		color: #fff;
	}
	.more-list .money{
		text-align: center;
		padding: 5px 0;
		color: #ff6100;
	}
footer{
	padding-bottom: 60px;
}
