.main{
	padding-top: 2rem;
	background: #efefef;
	padding-bottom:3rem;
}
.head-back{
	background: #fff;
	font-size: 0.67rem;
}
.head-back .back span{
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	width: 0.6rem;
	height: 0.6rem;
}
body{
	background: #e9e8e8;
}
.head-right {
    top: 0;
}
.head-right span {
    position: relative;
    bottom: 0.1rem;
}
.swiper-pagination-bullet-active{
		background: #ff0000;
}
.swiper-pagination-bullet{
		width: 0.4rem;
		height: 0.4rem;
}
.tcn {
    position: relative;
    margin: 0 auto;
    padding: 0.3rem 0.5rem 0.3rem;
    background: #fff;
}
.tcn p {
    line-height: 1rem;
	font-size: 0.75rem;
}
.tcn .name{
	font-size: 0.6rem;
	letter-spacing: 0.05rem;
}
.tcn .price{
	color:#f64014;
	font-size: 0.85rem;
	padding:0.22rem 0;
}
.tcn .price span{
	display: inline-block;
	color:#7c7c7c;
	font-size: 0.65rem;
	margin-left: 0.7rem;
}
.tcn .kjrs{
	padding:0 0 0.2rem ;
	font-size: 0.6rem;
	color:#999;
}
.tcn .kjrs b{
	font-weight: normal;
	color:#ff0000;
}
.tcn .kc{
	font-size: 0.6rem;
	color:#999;	
}
.tcn .kc b{
	font-weight: normal;
	color:#ff0000;	
}
.tcn button{
	border:2px solid #fe243d;
	width: 3.7rem;
	height: 1.5rem;
	border-radius: 0.2rem;
	font-size: 0.7rem;
	color:#fe243d;
	position: absolute;
	bottom:0.5rem;
	right: 0.5rem;
}

.lrwblock {
    position: relative;
    font-size: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 0.5rem;
    background: #fff;
    margin: 0.2rem 0;
}
.lrwblockl{
	position: absolute;
	top:0.5rem;
	left: 0.5rem;
	width: 2.5rem;
	height: 2.5rem;
}
.lrwblockr{
	position: relative;
	margin-left: 20%;
	height: 2.5rem;
	font-size: 0.67rem;
}
.lrwblockr p:nth-of-type(1){
	color:#000;
	font-size: 0.67rem;
}
.lrwblockr p{
	font-size: 0.6rem;
	color:#666;
	line-height: 0.85rem;
}
.lrwblockr button{
	background:none;
	border:none;
	width: 4.5rem;
	position: absolute;
	right: 0;
	top:0.3rem;
}
.tjblock{
	position:relative;
	background: #fff;
	padding:0  0.3rem 0.5rem;
}

.tjblock .tjt{
	height: 1.6rem;
	line-height: 1.6rem;
	border-bottom: 1px solid #dbdbdb;
	color:#000;
	padding:0 0.3rem;
}

.tjb{
	font-size: 0;
	padding-top: 0.5rem;
}

.tjb ul li{
	display:inline-block;
	width:33.3333333%;
	font-size: 0.6rem;
	box-sizing:border-box;
	padding:0 0.3rem;
}
.tjb ul li .sp{
	width: 100%;
}

.tjb ul li p{
	line-height: 0.8rem;
}
.tjb ul li p:nth-of-type(1){
	color:#666;
	height: 1.6rem;
}

.tjb ul li p:nth-of-type(2){
	color:#fe0000;
	font-size: 0.7rem;
	line-height: 0.9rem;
}


.foot ul li{
	width: 50%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color:#666;
	background: #fff;
	font-size: 0.8rem;
}
.foot ul li span{
	display: inline-block;
	width: 1rem;
	margin-right: 0.3rem;
	position: relative;
	bottom: 0.15rem;
	vertical-align: middle;
}
.foot ul li:nth-of-type(2){
	background: #fe243d;
	color:#fff;
}


