.c-head {
	padding: 12px 0px;
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.c-head img {
	width: 12px;
}
.c-title{
	position: relative;
	width: 100%;
	height:100%;
	min-height: 400px;
	background:url(../images/login_bg.jpg) no-repeat;
	text-align: center;
	box-sizing: border-box;
	padding: 70px;
	overflow: hidden;
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	background-position: center 0;
}
.c-title .logo{
	width: 100px;
	height: 40px;
	background-color: white;
	margin: auto;
	border-radius: 20px;
}
.c-title .logo img{margin:5px 0 0 0;}
.c-title .name{
	font-size: 36px;
	color: white;
}
.c-title .name:before{
	content: '';
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.2);
	top:-85px;
	right: -85px;
}
.c-title .name:after{
	content: '';
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.2);
	top: -100px;
    right: -70px;
}
.c-title:before{
	content: '';
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	position: absolute;
	background-color: rgba(255,255,255,0.2);
	bottom: -55px;
    left: -70px;
}
/* 登录 */
.c-login{
	width: 600px;
	padding:30px 15px;
	position: relative;
	margin: auto;
	box-shadow: 0 0 6px #f1f1f1;
	border-radius: 12px;
	margin: -180px auto 50px auto;
	background: white;
}
.c-login h1{
	font-size: 18px;
	font-weight: bold;
	line-height:40px;
	margin-bottom:20px;
	text-align: center
}
.c-login .loginForm{
	text-align: center;
}
.c-login .loginForm input[type="text"],
.c-login .loginForm input[type="password"],
.c-login .loginForm input[type="button"]{
	display: block;
	border: none;
	border-bottom: 1px solid rgb(215,215,215);
	width: 400px;
	margin: 0px auto 20px auto;
	font-size: 14px;
	-webkit-appearance:none;
	border-radius:0;
}
.c-login .loginForm input[type="text"]{
	padding:20px 0px 20px 40px;
	background-image:url(../images/login-phone.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 5px 19px;
}
.c-login .loginForm .userLogo{
	background-image:url(../images/login-user.png)!important;
	background-size: 18px!important;
}
.c-login .loginForm .useremail{
	background-image:url(../images/login-email.png)!important;
	background-size: 18px!important;
}
.c-login .loginForm input[type="password"]{
	padding: 20px 0px 20px 40px;
	background-image:url(../images/login-password.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 5px 19px;
}
.c-login .loginForm .codeDiv{
	width: 230px;
	margin: 0px auto 20px auto;
	border-bottom: 1px solid rgb(215,215,215);
}
.c-login .loginForm .codeDiv input[type="text"]{
	margin: 0px;
	border: none;
}
.c-login .loginForm input[type="button"]{
	margin-bottom: 10px;
	margin-top: 35px;
	border-radius: 25px;
	width: 230px;
	height:50px;
	line-height:50px;
	color: white;
	background-color: #ffa83e;
	font-size: 18px;
}
.c-login .otherBtn{
	font-size: 14px;
	text-align: center;
}
.c-login .otherBtn em{
	margin-left: 80px;
}
.c-login .otherBtn .findPwd{
	color: rgb(153,153,153);
}
.c-otherLogin{
	width: 100%;
	margin-top: 100px;
	margin: 100px 0px 40px 0px;
	text-align: center;
}
.c-otherLogin h1{
	color: rgb(153,153,153);
	font-size: 15px;
	margin-bottom: 20px;
}
.c-otherLogin .otherLogin {
	width: 35px;
	height: 35px;
	border: 1px solid rgb(215,215,215);
	display: inline-block;
	margin-right: 40px;
	border-radius: 50%;
	position: relative;
}
.c-otherLogin .otherLogin:last-child{
	margin-right: 0px;
}
.c-otherLogin .otherLogin img{
	width: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -13px;
}
.c-login .loginForm .codeImg{
	width: 100px;
	height: 50px;
	vertical-align: middle;
}

.checkInputSuccessTip {
	width: 100%;
	position: fixed;
	display: none;
	top: 30%;
	text-align: center;
}

.checkInputSuccessTip span {
	display: inline-block;
	background-color: rgba(169, 251, 192, 0.5);
	font-size: 15px;
	color: green;
	padding: 6px 15px;
	border-radius: 10px;
}

.checkInputFallTip {
	width: 100%;
	position: fixed;
	display: none;
	top: 30%;
	text-align: center;
}

.checkInputFallTip span {
	display: inline-block;
	background-color: rgb(215, 215, 215);
	font-size: 12px;
	color: black;
	padding: 6px 15px;
	border-radius: 10px;
}

.checkInputTipFallHover {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}