@charset "UTF-8";
/* CSS Document */
html{ height:100%;}
body { height:100%; font-family:"microsoft yahei"; font-size:16px; color:#FFF; overflow:hidden; background:#080949 url(../images/upgradebg.jpg) no-repeat center; background-size:cover; -ms-behavior:url(css/backgroundsize.min.htc); behavior:url(css/backgroundsize.min.htc);}
* { margin:0; padding:0; border:0; list-style:none;}


@font-face {
	font-family: 'HYLXTJ';
	src: url('../font/HYLXTJ.eot');
	src: local('fontNew Regular'), 
	local('fontNew'), 
	url('../font/HYLXTJ.woff') format('woff'), 
	url('../font/HYLXTJ.ttf') format('truetype'), 
	url('../font/HYLXTJ.svg#fontNew') format('svg');
	}

.upgrade{
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-290px;
	}

.upgrade h1{
	 font-size:45px;
     font-family:HYLXTJ;
     text-align:center;
	 margin-bottom:30px;
	 letter-spacing:2px;
	}

.upgrade p{
	font-size:20px;
	text-align:center;
	}

.upgrade p label{
	color:#f8c24c;
	}

.upgrade img{
	width:450px;
	margin:0 auto;
	display:block;
	margin-top:100px;
	}

@media screen and (max-width:1450px){
	.upgrade{ margin-top:-220px;}
	.upgrade h1{ font-size:40px; margin-bottom:20px;}
	.upgrade p{ font-size:18px;}
	.upgrade img{ width:370px; margin-top:70px;}
	}

