

.ggBox_tc{
	display: none;
	overflow: hidden;
	width: 486px;
	height: 490px;
	position: fixed;
	left: 50%;
	margin-left: -263px;
	top: 50%;
	margin-top: -275px;
	z-index: 5;
}
.ggBox_tc img {
	width: 486px;
	display: block;
	margin: 0 auto;
}
.ggBox_tc .a_link{
	display: block;
	width: 285px;
	height: 35px;
	position: absolute;
	left: 50%;
	margin-left: -143px;
	bottom: 44px;
	z-index: 3;
	background: linear-gradient(to bottom,#bf43e3,#963dd4);
	border: 1px solid #ecbef7;
	border-radius: 4px;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	padding: 0;
}
.ggBox_tc .a_close{
	display: block;
	width: .48rem;
	height: .48rem;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
	background: url(../images/close_haibao.png) no-repeat center center;
    background-size: .48rem .48rem;
	cursor: pointer;
}
.ggBox_tc .a_close:hover{
 cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
	transition: transform .3s ease;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*------------eidtor-windows.html  end----------------*/	
