


.ggBox_tc{
	display: none;
	overflow: hidden;
	width: 546px;
	height: 427px;
	position: fixed;
	left: 50%;
	margin-left: -273px;
	top: 50%;
	margin-top: -213px;
	z-index: 3;
}
.ggBox_tc img {
	width: 546px;
	display: block;
	margin: 0 auto;
}
.ggBox_tc .a_link{
	display: block;
	width: 285px;
	height: 36px;
	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 !important;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	padding: 0;	
}
.ggBox_tc .a_close{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
	background: url(../images/close_btn.png) no-repeat center center;
    background-size: 20px 20px;
	cursor: pointer;
}



@media (max-width: 639px){
	.contact{
		padding: .3rem .3rem .8rem;
		margin: 0 auto;
	}
	.contact_left{
		width: 100%;
	}
	.contact_left h1{
	}
	.contact_left p{
		font-size: .24rem;
		line-height: .3rem;
		margin-bottom: .3rem
	}
	.contact_left form .input {
		height: .72rem;
		line-height: .72rem;
		font-size: .24rem;
		margin-bottom: .44rem;
	}
	.contact_left form .button {
		height: .72rem;
		line-height: .72rem;
		font-size: .24rem;
		margin-top: .14rem;
	}

	.contact_right{
		width: 100%;
		margin-top: .8rem;
	}
	.contact_right h1{
		font-size: .36rem;
		margin-top: .44rem;
		padding-left: .44rem;
	}
	.contact_right p{
		font-size: .24rem;
		background: url(../images/mail.png) no-repeat .44rem 0px;
		background-size: .3rem .3rem;
		margin-bottom: .56rem;
	}
	.contact_right .ico_box{
		height: .8rem;
		line-height: .8rem;

	}
	.contact_right .ico_box a{
		margin: 0 .3rem;
	}
	.contact_right .ico_box a img{
		width: .4rem;
	}

}

