
/*详情页面 弹窗背景*/
.PopupWindowBG
{
	display: none; 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index:1001; 
	-moz-opacity: 0.8; 
	opacity:.80; 
	filter: alpha(opacity=88); 
}

.PopupWindowBG2
{
	display: none; 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	z-index:1001; 
	-moz-opacity: 0.8; 
	opacity:.80; 
	filter: alpha(opacity=88); 
}

/*详情页面 弹窗内容*/
.PopupWindowContent
{
	display: none; 
	position: fixed; 
	top: 15%; 
	left: 15%; 
	width: 1100px; 
	height: 600px; 
	padding: 20px; 
	border: 10px solid orange; 
	background-color: white; 
	z-index:1002; 
	overflow: auto; 
	margin: 0 auto;
}
.PopupWindowContent2
{
	display: none; 
	position: fixed; 
	top: 15%; 
	left: 15%; 
	width: 1100px; 
	height: 600px; 
	padding: 0px; 
	border: 1px solid white;
	background-color: white;
	z-index:1002; 
	overflow: auto; 
	margin: 0 auto;
}
/*弹窗视频*/
.PopVideo
{
	width: 500px;
	height: 310px;
}
.PopVideo2
{
	width: 1097px;
	height: 590px;
}
/*弹窗按钮*/
.PopBtnBuy
{
	width:90px;
	height:35px;
	text-align: center;
	background: url(../images/myimgs/buy.png);
	border: none;  
	position: absolute;
	right: 40px;
	top: 300px;
	display: block;
}

/*弹窗下载按钮*/
.PopBtnJinjiaoyu1
{
	width:90px;
	height:35px;
	text-align: center;
	background: url(../images/myimgs/buy.png);
	border: none;  
	position: absolute;
	right: 40px;
	top: 300px;
	display: block;
}
.PopBtnJinjiaoyu2
{
	width:90px;
	height:35px;
	text-align: center;
	background: url(../images/myimgs/buy.png);
	border: none;  
	position: absolute;
	right: 140px;
	top: 300px;
	display: block;
}
.PopBtnJinjiaoyu0
{
	width:90px;
	height:35px;
	text-align: center;
	background: url(../images/myimgs/buy.png);
	border: none;  
	position: absolute;
	right: 240px;
	top: 300px;
	display: block;
}

/*弹窗左半部分*/
.PopupLeft
{
	width: 500px;
	height: 320px;
	background-color: black;
	float: left;
}
.PopupLeft2
{
	width: 1098px;
	height: 598px;
	background-color: black; 
	float: left;
}
/*弹窗右半部分*/
.PopupRight
{
	width: 500px;
	height: 320px;
	margin-left: 10px;
	
	float: left;
}
/*弹窗下半部分*/
.PopupDetails
{
	width: 100%;
	height: 800px;
}
/*详细介绍*/
.fontDetails
{
	background:blue; 
	font-size: 20px; 
	color: white;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*详细介绍内容*/
.PopupDetailContent
{

}
.PopupPriceBG
{
	background-color: gray;
	width: 500px;
	height: 100px;
	padding: 20px 0 10px 10px;
	display: none;
}

