@charset "utf-8";
*{padding: 0;margin: 0;}
html { overflow-x:hidden;cursor: default;}  
h1, h2, h3, h4, h5, h6,p, li, label, td, th {cursor: text;}  
a:link, a:visited, a:hover, a:active { cursor: pointer;}
body{overflow-x:hidden;width:640px;margin:0; padding:0; font-size:22px;font-family:"微软雅黑",Arial, Helvetica, sans-serif;background-color: #fff;color: #333;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;} 
img{ border:0;outline: none;}
ol,ul{list-style:none;}
a{ font-family:"微软雅黑",Arial, Helvetica, sans-serif;text-decoration:none;outline:none;}
a:hover{ text-decoration:none;}
.clearfix:after {content:"";display:block;height:0;clear:both;} 
.clearfix {zoom:1;}

.bg{
	width: 640px;
	position: relative;
}
.page1{
	width: 100%;
	height: 720px;
	margin: 0 auto;
	background: url(../img/bg01.jpg) no-repeat;
	position: relative;
}

.page2{
	width: 100%;
	height: 567px;
	margin: 0 auto;
	background: url(../img/bg02.jpg) no-repeat;
	position: relative;
}
.page3{
	width: 100%;
	height: 804px;
	margin: 0 auto;
	background: url(../img/bg03.jpg) no-repeat;
	position: relative;
}
.page4{
	width: 100%;
	height: 801px;
	margin: 0 auto;
	background: url(../img/bg04.jpg) no-repeat;
	position: relative;
}
.page5{
	width: 100%;
	height: 889px;
	margin: 0 auto;
	background: url(../img/bg05.jpg) no-repeat;
	position: relative;
}

footer {
    width: 640px;
    height: 80px;
    background: url(//www.csgo.com.cn/hd/1703/countDown/m/images/bottom.jpg) no-repeat 0 0;
    background-size: 100% auto;
}