a {
    color:#000;
    text-decoration:none;
}
a:hover {
    text-decoration:none;
}
body {
	background-color:#000;
    color:#fff;
    font-size:12px;
}
img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}
.preLoad {
    display:none;
}
.wrap {
    position: absolute;
    width: 100%;
    height:100%;
    min-width: 1200px;
    min-height: 700px;
    overflow: hidden;
    animation: fadeIn 0.5s ease-out 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease-out 0s 1 normal;
}
#indexBg {
    background: url(../images/index_bg.jpg) no-repeat 0 0;
    background-size: cover;
}
#nav {
    position: absolute;
    right:30px;
    top:30px;
}
#nav li {
    position:relative;
    float: left;
    font-size: 0;
}
#nav .bar {
    width:13px;
    height: 35px;
    margin: 0 2px 0 2px;
    background:url(../images/nav_bar.png) no-repeat 0 0;
}
#nav #nav1 {
    width:59px;
    height: 35px;
    background:url(../images/nav1.png) no-repeat 0 0;
    cursor: pointer;
}
#nav #nav1:hover {
    background:url(../images/nav1.png) no-repeat 0 -37px;
}
#nav #nav2 {
    width:88px;
    height: 35px;
    background:url(../images/nav2.png) no-repeat 0 0;
    cursor: pointer;
}
#nav #nav2:hover {
    background:url(../images/nav2.png) no-repeat 0 -37px;
}
#nav #nav3 {
    width:176px;
    height: 35px;
    background:url(../images/nav3.png) no-repeat 0 0;
    cursor: pointer;
}
#nav #nav3:hover {
    background:url(../images/nav3.png) no-repeat 0 -37px;
}
#nav #nav4 {
    width:125px;
    height: 35px;
    background:url(../images/nav4.png) no-repeat 0 0;
    cursor: pointer;
}
#nav #nav4:hover {
    background:url(../images/nav4.png) no-repeat 0 -37px;
}
#nav #nav5 {
    width:30px;
    height: 35px;
    margin:0 0 0 5px;
    background:url(../images/nav5.png) no-repeat 0 0;
    cursor: pointer;
}
#nav #nav5:hover {
    background:url(../images/nav5.png) no-repeat 0 -38px;
}
#nav #nvidia {
    top:-10px;
    margin:0 0 0 20px;
    width:118px;
    height:55px;
    background:url(../images/nvidia.png) no-repeat 0 0;
}
#mainClip {
    position: absolute;
    top:50%;
    left:40%;
    margin:-266px 0 0 0;
    width: 675px;
    font-size: 0px;
}
#mainClip > li {
    position: relative;
    width: 100%;
}
#mainClip > #clip1 {
    height: 116px;
    background: url(../images/index_t1.png) no-repeat 0 0;
    animation: clip1 0.4s ease-out 0s 1 normal;
    -webkit-animation: clip1 0.4s ease-out 0s 1 normal;
}
#mainClip > #clip2 {
    height: 30px;
    background: url(../images/index_t2.png) no-repeat 0 0;
    animation: clip2 1s ease-out 0s 1 normal;
    -webkit-animation: clip2 1s ease-out 0s 1 normal;
}
#mainClip > #clip3 {
    height: 283px;
    background: url(../images/index_t3.png) no-repeat 0 0;
    animation: clip3 1s ease-out 0s 1 normal;
    -webkit-animation: clip3 1s ease-out 0s 1 normal;
}
#mainClip > #clip4 {
    height: 52px;
    background: url(../images/index_t4.png) no-repeat 0 0;
    animation: clip4 1.3s ease-out 0s 1 normal;
    -webkit-animation: clip4 1.3s ease-out 0s 1 normal;
}
#mainClip > #clip5 {
    height: 52px;
    background: url(../images/index_t5.png) no-repeat 0 0;
    animation: clip5 1.5s ease-out 0s 1 normal;
    -webkit-animation: clip5 1.5s ease-out 0s 1 normal;
}
#mainClip > #clip3 > #eventBtn {
    position: absolute;
    width: 257px;
    height:95px;
    top:170px;
    left:300px;
    background:url(../images/index_btn.png) no-repeat 0 0;
    cursor: pointer;
    
}
#mainClip > #clip3 > #eventBtn:hover {
    background:url(../images/index_btn.png) no-repeat 0 -97px;
}
#mainClip > #clip3 > #eventBtn > span {
    position: absolute;
    top:6px;
    left:6px;
    width:245px;
    height:85px;
    background: url(../images/index_btn_light.png) no-repeat -300px 0;
    animation: indexBtnLight 4s linear 0s infinite normal;
    -webkit-animation: indexBtnLight 4s linear 0s infinite normal;
}

#ruleBg {
    min-height: 1585px;
    background: url(../images/rule_bg.jpg) no-repeat 0 0;
    background-size: cover;
}
#ruleContent {
    position: absolute;
    width: 1014px;
    height: 1385px;
    top:100px;
    left:50%;
    margin:0 0 0 -507px;
    background: url(../images/rule_content.png) no-repeat 0 0;
}
#ruleContent > span {
    position: absolute;
    color:#ffcc33;
    font-size: 16px;
    line-height: 16px;
}
#ruleContent a {
    color:#ffcc33;
}
#ruleContent a:hover {
    color:#ffe083;
}
#ruleContent > #link1 {
    top:568px;
    left: 428px;
}
#ruleContent > #link2 {
    top:700px;
    left: 290px;
}
#ruleContent > #link3 {
    top:756px;
    left:84px;
}
#ruleContent > #link4 {
    top:815px;
    left:526px;
}
#ruleContent > #link5 {
    top:1300px;
    left:380px;
}
#ruleContent > #link6 {
    top:1300px;
    left:510px;
}

/*lightBox */
.lightBox_BG{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,0.70);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 )\9;
}
/*list*/
#datalist{
	width:823px;
	height:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-375px;
	margin-top:-300px;
}
.close{
	background: url(../images/close.gif) no-repeat;
	width: 50px;
	height: 42px;
	cursor: pointer;
	position:absolute;
	top:-21px;
	right:-60px;
	display:block;
}
.boxTitle{
	width: 185px;
	height: 35px;
	margin: 1px;
	float: left;
	color: #0cf;
	font-family:inherit;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
	background-color:hsla(0,0%,0%,0.85);
	line-height: 35px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#d9000000',GradientType=0 )\9;
}
.boxTitle2{
	width: 260px;
	height: 35px;
	margin: 1px;
	float: left;
	color: #0cf;
	font-family:inherit;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
	background-color:hsla(0,0%,0%,0.85);
	line-height: 35px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#d9000000',GradientType=0 )\9;
}
.boxlist {
	width: 823px;
	height: auto;
	position: relative;
}
.boxNum {
	width: 185px;
	height: 35px;
	margin: 1px;
	float: left;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background-color:hsla(0,0%,0%,0.70);
	line-height: 35px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 )\9;
}
.boxNum2 {
	width: 260px;
	height: 35px;
	margin: 1px;
	float: left;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background-color:hsla(0,0%,0%,0.70);
	line-height: 35px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 )\9;
}
.login_Btn {
	width: 111px;
	height: 32px;
	margin: 2px auto;
	cursor: pointer;
}
.login_Btn:hover {
	background-position:-121px 0;
}
.up_file {background: url(../images/btn6.png) no-repeat;}
.resent {background: url(../images/btn7.png) no-repeat;}
.alert{
	width:823px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color:#D30E12;
	line-height: 24px;
	clear:both;
	padding-top:2px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6cc0000', endColorstr='#e6cc0000',GradientType=0 )\9;
}

/*upload*/
#picboxContent {
	position: absolute;
	width: 502px;
	height: 372px;
	top: 50%;
	left: 50%;
	margin: -186px 0 0 -251px;
	background: url(../images/upload_bg.png) no-repeat;
}

.picRange {
	width: 261px;
	height: 196px;
	position: absolute;
	top: 134px;
	left: 48px;
	overflow: hidden;
}
.pic_Btn{width: 124px; height: 44px; cursor: pointer; position: absolute; text-indent:-9999px;}
.pic_Btn:hover{background-position:-134px 0;}
.upload{
	background: url(../images/btn2.png) no-repeat;
	top: 235px;
	right: 42px;
}
.reset {
	background: url(../images/btn3.png) no-repeat;
	top: 290px;
	right: 42px;
}
.sent {
	background: url(../images/btn4.png) no-repeat;
	top: 235px;
	right: 42px;
}
.cancel {
	background: url(../images/btn5.png) no-repeat;
	top: 290px;
	right: 42px;
}
.pic_goodsNumA {
	position: absolute;
	top: 46px;
	left: 130px;
	color: #FFF;
	font-size: 15px;
	text-align: left;
	width: 150px;
}

.pic_goodsNumB {
	position: absolute;
	top: 78px;
	left: 130px;
	color: #FFF;
	font-size: 15px;
	text-align: left;
	width: 150px;
}

.load_BG{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
	background:#000;
}
.load_t{
	width:181px;
	height:64px;
	background:url(../images/load_t.png) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin:-80px 0 0 -90px;
	text-indent:-9999px;
}
.load_b{
	width:181px;
	height:76px;
	background:url(../images/load_b.png) no-repeat;
	position:absolute;
	top:50%;
	left:50%;
	margin:20px 0 0 -90px;
	text-indent:-9999px;
}
.loadingBar{
	width:300px;
	height:3px;
	background-color:#333;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-1px;
	margin-left:-150px;
}
/*進度百分比*/
.load{width:80%; height:3px; max-width:300px; background-color:#f33; margin:0; position:relative;}
.load span{width:40px; height:30px; background:url(../images/load_spot.png) no-repeat; position:absolute; top:50%; right:0; margin:-15px -20px 0 0;}

#noteLightbox {
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	background: rgba(0, 0, 0, 0.6); 
}
#noteLightbox #noteContent {
	position:absolute;
	width:500px;
	height:150px;
	left:50%;
	top:50%;
	margin:-75px 0 0 -250px;
	background:#ff8838;
}
#noteLightbox #noteContent p {
	position:absolute;
	margin:25px 20px 0px 20px;
	color:#fff;
	font-size:15px;
	line-height:24px;
}
#noteLightbox #noteCloseBtn {
	position:absolute;
	width:50px;
	height:50px;
	left:50%;
	top:50%;
	margin:-125px 0 0 250px;
	background:url(../images/closebtn.png) no-repeat 0 0;
	cursor:pointer;
}