﻿#alertbox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	display: none;
	width: 640px;
	height: 360px;
	margin-top: -180px;
	margin-left: -320px;
	background: url(../image/alertbox.png) center center no-repeat;
	line-height: 1.35;
	color: #fff;
	text-align: center
}

#alertbox .close {
	position: absolute;
	top: 36px;
	right: 36px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer
}

#alertbox .text1 {
	margin-top: 50px;
	font-size: 24px
}

#alertbox .text2 {
	margin-top: 5px;
	font-size: 45px;
	letter-spacing: 1px
}

#alertbox .text3 {
	font-size: 14px;
	opacity: .8
}

#alertbox .tel {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	letter-spacing: 2px
}

#alertbox .tel:after,#alertbox .tel:before {
	position: absolute;
	content: '';
	top: 50%;
	display: block;
	width: 36px;
	height: 1px;
	background: #fff;
	opacity: .5
}

#alertbox .tel:before {
	left: -36px
}

#alertbox .tel:after {
	right: -36px
}

#alertbox .qqlink {
	display: block;
	width: 200px;
	height: 45px;
	margin: 30px auto 20px;
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	background: #ff6a00;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,.15);
	box-shadow: 0 3px 10px rgba(0,0,0,.15)
}
@media screen and (max-width: 768px) {

	#alertbox {
		display:none !important;
	}
}