#fullpage {
  font-family: '微软雅黑';
  font-size: 16px;
}
#fullpage .wrap {
  max-width: 1163px;
  margin: auto;
}
#fullpage .title {
  font-size: 30px;
  color: #00a2ff;
  text-align: center;
  font-weight: bold;
  background: url(../images/titlebg.png) no-repeat center bottom;
  padding-bottom: 20px;
}
#fullpage .s1 {
  background: url(../images/bg1.jpg);
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
}
#fullpage .s1 .logo {
  position: absolute;
  left: 88px;
  top: 60px;
}
#fullpage .s1 .main {
  width: 322px;
}
#fullpage .s1 .main .user,
#fullpage .s1 .main .pwd,
#fullpage .s1 .main .vft {
  border:1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  margin-bottom: 18px;
  border-radius: 3px;
}

#fullpage .s1 .main .vft{
	    width: 200px;
    margin-right: 4px;
    display:inline-block;
    float:left;
}
#fullpage .s1 .main .user img,
#fullpage .s1 .main .pwd img,
#fullpage .s1 .main .vft img{
  position: absolute;
  top: 8px;
  left: 12px;
}
#fullpage .s1 .main #loginname,
#fullpage .s1 .main #password,
#fullpage .s1 .main #verifyCode,
#fullpage .s1 .main #oldPwd,
#fullpage .s1 .main #newPwd,
#fullpage .s1 .main #newPwd2{
  outline: none;
  width: 100%;
  display: block;
  height: 38px;
  background: rgba(4,21,39,0.8);
  border: none;
  padding-left: 48px;
  border-radius: 3px;
}
#fullpage .s1 .main #captcha_img{
	width:98px;
	height: 40px;
}
#fullpage .s1 .main #RemLabel {
  display: inline-block;
  font-weight: normal;
  background: url(../images/unchecked.png) 0 4px no-repeat;
  padding-left: 22px;
  margin-bottom: 26px;
  cursor: pointer;
}
#fullpage .s1 .main #RemLabel.ischecked {
  background-image: url(../images/checked.png);
}
#fullpage .s1 .main .sub .text {
 background:rgba(10,170,186,1);
 border:1px solid rgba(37, 140, 250, 0.25);
  line-height: 36px;
  color: #fff;
  text-align: center;
  height: 36px;
  z-index: 2;
  cursor:pointer;
}
#fullpage .s1 .main .download {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
#fullpage .s1 .main .download:before,
#fullpage .s1 .main .download:after {
  content: '';
  display: block;
  width: 95px;
  position: absolute;
  border-top: 1px #3b3a3a solid;
  top: 10px;
}
#fullpage .s1 .main .download:before {
  left: 0;
}
#fullpage .s1 .main .download:after {
  right: 0;
}
#fullpage .s1 .main .download .qrcodewrap {
  position: relative;
  margin-top: 20px;
}
#fullpage .s1 .main .download .qrcodewrap .wx {
  cursor: pointer;
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url(../images/wx.png) center;
}
#fullpage .s1 .main .download .qrcodewrap .qrcode {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  display: none;
}
#fullpage .s1 .main .download .qrcodewrap .wx:hover {
  background: url(../images/wx2.png);
}
#fullpage .s1 .main .download .qrcodewrap .wx:hover ~ .qrcode {
  display: block;
}

#fp-nav>ul>li>a>span{
  background:#00a2ff;
  opacity:0.6;
}
#fp-nav>ul>li>a.active>span{
  opacity:0.8;
}
	 /*�������������*/
		
		#ie-alert-overlay {
			width:100%;
			height:100%;
			background-image:url(../images/bg.png);
			position: fixed; 
			top: 0; 
			left: 0;
			z-index:9999;
			display:none;
		
		}
		
		* html #ie-alert-overlay {   /* fixed position hack for IE6 */
			position: absolute;
			z-index:9999;
			
		}
		#ie-alert-panel {
			width:596px;
			height:413px;
			position:fixed;
			background: url(../images/iealertsprite.png) no-repeat;
			background-position: -1px -109px ;
			top:50%;
			left:50%;
			margin:-246px 0 0 -298px;
			position:absolute;  /* fixed position hack for IE6 */
		    top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  /* top:300px hack for IE6 */	    
		    /* font settings */
		    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
			font-weight:bold;
			color:#333;
			line-height:1.5em;
			z-index:10000;
			display:none;
		}
		
		#ie-alert-panel p {
			font-size:14px;
			width:486px;
			text-align:justify;
			margin-top:30px;
			margin-left:72px;
		}
		#ie-alert-panel>a{
			margin-left:72px;
		}
		#ie-alert-panel img {
			border:0;
		}
		#ie-alert-panel>span {
			font-size:18px;
			margin: 80px 0 20px 72px;
			display:block;
			padding:0;
			
		}
		
		#ie-alert-panel ul {
			list-style: none;
			margin:0;
			padding:0;	
		}
		
		#ie-alert-panel li {
			float:left;
			margin:0 22px 0 0;
				
		}
		
		#ie-alert-panel li.last {
			margin-right:0;
		}
		
		
		#ie-alert-panel a {
			display:inline-block;
				
		}
		
		.browser {
			position: absolute;
			bottom:85px;	
			left:65px;
		}
		
		.chrome, .firefox, .ie11, .se, .safari {
			background: url(../images/iealertsprite.png) no-repeat;
		}
		
		.chrome {
			background-position: 0 0;
			width: 73px;
			height: 96px;
			margin:0 4px 0 0;
		}
		
		.firefox {
			background-position: -292px 0;
			width: 73px;
			height: 98px;
		}
		
		.ie11{
			background-position: -179px 0;
			width: 95px;
			height: 98px;
		}
		
		.se {
			background-position: -90px 0;
			width: 73px;
			height: 98px;
		}
		
		.safari {
			background-position: -387px 0;
			width: 73px;
			height: 98px;
			margin:0 4px 0 0;
		}
		.close-button{
			display:inline-block;
			position:absolute;
			top: 48px;
		    right: 15px;
		    cursor: pointer;
		    width: 30px;
		    height: 30px;
		}
		.qrcodewrap .qrcode{
                width:80px;
                height:80px;
        }

/*������������� END*/
.form-signin{
	width:403px;
	height:545px;
	background:rgba(4,21,39,0.8);
	box-shadow:0px 2px 18px 6px rgba(7,7,26,0.18);
	opacity:0.82;
	border-radius:4px;
	position:absolute;
	top:180px;
	right: 12%;
	z-index:9999;
	color:#fff;
	padding:0 50px;
	
}
.form-signin .user-login{
	text-align:center;
	height:104px;
	line-height:104px;
	display:inline-block;
	width:100%;
	font-size:22px;
}
canvas{
	height:40% !important;
	position:absolute;
	z-index:999;
	bottom:0;
}
.footer{
	position:absolute;
	left:50%;
	bottom:16px;
	transform:translateX(-50%);
	z-index:9999;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:27px;
	opacity:0.52;
	text-align: center;
}