#web_bg{
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}


.bkgd{
	text-align: center;
	padding-top:38px;
}
.logo{
	margin:auto auto auto -125px;
}
#opacity{
	width: 100%;
	height: 260px;
	opacity: 0.7;
	background: rgba(210, 0, 40, 0.7);
	margin-top: 88px;
}
#hengfu{
	padding-top: 70px;
	padding-left: 155px;
	width: 750px;
}
#hengfu table{
	width: 100%;
}

/*登录与注册框 悬浮感*/
#login{
	display: inline-block;
	padding: 5px 10px 6px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	/*cursor: pointer; //鼠标放上面会变手*/ 
	margin: 40px auto auto 560px;
	position: absolute;
	top: 186px;
	left: 386px;
	background-color: white;
	width: 300px;
	height: 350px;
}

/*登录 &  新用户注册 选项卡*/
#tab{
	width: 106%;
	height: 49px;
	border-bottom: 2px solid #cfcfcf;
	margin-left: -9px;
	margin-top:-4px;
}
#tab-l,#tab-r{
	padding-top:13px;
	float: left;
	width: 50%;
}
#tab span{
	font-family: "微软雅黑";
	font-size: 16px;
	margin-top:5px;
	cursor: pointer;
}

/*input-table*/
#input-table{
	width:100%;
	height:50%;
	margin:15px auto auto 10px;
}

.check-inp{
	width: 90px;
	margin-left: -28px;
	margin-right: 25px;
}


/*input框 登录框焦点时候变色*/
.box{
	margin:28px auto auto -12px;
    width: 100%;
    position: relative;
}
.box .icon-search{
    background: url(../images/yonghu.png) no-repeat;
    width: 25px;
	height: 28px;
	position: absolute;
	top: 6px;
	left: 48px;
}
.box .username{
    padding-left: 65px;
	height: 38px;
	border-radius: 3px;  /*圆角量*/
	margin-left: 35px;
}
.inp{
	width: 200px;
	height:30px;
	border:1px solid #cfcfcf;
}
.inp:focus{
	outline: none;
	border:1px solid #DB214C;
}
/*密码框内小图标*/
.box .icon-pw{
    background: url(../images/mima.png) no-repeat;
    width: 25px;
	height: 35px;
	position: absolute;
	top: 3px;
	left: 48px;
}

/*验证码*/
.check-inp {
	margin:28px auto auto auto;
    width: 100%;
    position: relative;
}
.check-inp input{
	width:100px;
	border-radius: 3px;
	padding-left: 5px;
	margin-left: 22px;
}
.check-inp img{
	width:121px;
	height:30px;
	border: 0;
	position:absolute;
	left: 53%;
	top: 2%;
}


/*submit*/
#sbm{
	width: 100%;
	margin:20px auto auto 26px;
}
#sbm input{
	width:83%;
	height:35px;
	border-radius: 3px;  /*圆角量*/
	background-color: #d62921;
	border: 0;
	font-size:18px;
	color: white;
}

/*忘记密码*/
.findpwd{
	margin: 18px auto auto 26px;
}




/*登陆注册*/
.set-content {
	background: #f5f3f1;
	opacity: 0.95;
	width: 320px;
	position: absolute;
	top:24%;
    right: 12%;
    height: 360px;
    border-radius: 5px;
}
.set-title {
	height: 52px;
	line-height: 52px;
	text-align: center;
	
}
.set-title ul li {
	float: left;
	cursor: pointer;
	width: 50%;
}
.set-title ul .on{
	background: #d62921;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

