﻿/*
 *
 * 		拼团接龙页面   共用此样式
 *  
 * */

.allNav{
	position: relative;
}
.allNav:hover .allNav-subBox{
	display: block;
}

.navSub .active,.navSub a:hover{
	color:#e3101e;
}
.navSub{
	overflow: hidden;
	height:45px;
}
.navSub a{
	display: block;
	padding:0 20px;
}

.allNav-subBox{
	width:212px;
	position: absolute;
	top:45px;
	left:0;
	display: none;
	z-index: 99;
}
.allNav-sub{
	background: #dd0c1d;
	height:45px;
	line-height: 45px;
	padding:0 20px 0 45px;
	cursor: pointer;
}
.allNav-sub:hover{
	background: #fdfdfd;
	color:#e02e3c;
}
.allNav-subBox:hover .subNavBox{
	display: block;
}
.subNavBox{
	display: none;
	width:710px;
	height:496px;
	position: absolute;
	top:0;
	left:212px;
	background: #fafafa;
	z-index: 9999;
	overflow: auto;
}

.subNavBox a{
	display: inline-block;
	margin:10px 20px;	
}
.subNavBox a:hover{
	color:#e02e3c;
}
.allNav-sub:not(first-child){
	border-top:1px solid #e02e3c;
}

.main{
	background: #f8f8f8;
	padding:15px 0;
}

.detaileBox{
	background: #fff;
	width:290px;
	margin:20px 4px;
}
.detaileImgBox{
	height:255px;
	width:230px;
	margin:10px auto;
	overflow: hidden;
}
.detaileImgBox .detaileImg{
	transition: all 1s ease;
}
.detaileImgBox img:hover{	
	transform: scale(1.2);
}

.msg{
	padding:0 30px;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
}

.temaiDetaileBox{
	width:100%;
	border:1px solid #e01222;
	margin-top:10px;
}

.price-times{
	margin:6px;
	width:180px;
}

.timeOverBox{
	margin-top:2px;
	height:20px;
	line-height: 20px;
}	

.times{
	padding: 0 4px;
	background: #313131;
	color:#fff;
	margin-left:6px;
	border-radius: 5px;
}

.buyBtn{
	display: block;
	background: #e01222;
	color:#fff;
	height:60px;
	line-height: 60px;
	padding:0 15px;
}

.times,.oldPrice{
	margin-left:5px;
}
