.login-content{
	background: url(../images/logincenter/login-bg.jpg) no-repeat top center;
	height:1380px;
}
.login-content .main1200{
	overflow: hidden;
}
.classfy {
	padding-top:58px;
	float:left;
	margin-left:50px;
	margin-right: 22px;
}
.classfy .title{
	width:318px;
	height:82px;
	background: url(../images/logincenter/loginc-tit-bg.png) no-repeat center top;
	-webkit-border-radius:8px;
	border-radius:8px;
	position: relative;
	line-height:60px;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	color:#000;
}

.block-login{
	display: block;
	width:316px;
	height:210px;
	padding-top:56px;
	margin-top:32px;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.block-login span{
	display: block;
	width:90px;
	height:90px;
	line-height:90px;
	color:#fff;
	font-size:24px;
	text-align: center;
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-left:auto;
	margin-right: auto;
}
.block-login span img{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.block-login strong{
	font-weight: normal;
	display: block;
	line-height:116px;
	text-align: center;
	color:#000;
	font-size:18px;
}
.block-login:hover ,.block-login:focus,.block-login:active {
	background: #fff;
}
.block-login:hover span img, .block-login:focus span img, .block-login:active span img{
   -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




.bg-e65540{
	background: #e65540;
}
.bg-ff9a48{
	background: #ff9a48;
}
.bg-ffa761{
	background: #ffa761;
}
.bg-45ac36{
	background: #45ac36;
}
.bg-52c341{
	background: #52c341;
}
.bg-69c65b{
	background: #69c65b;
}
.bg-7cd46f{
	background: #7cd46f;
}
.bg-52c341{
	background: #52c341;
}