/*.login {
	background: radial-gradient(200% 100% at bottom center, #0070aa, #0b2570, #000035, #000);
	background: radial-gradient(220% 105% at top center, #000 10%, #000035 40%, #0b2570 65%, #0070aa);
}*/

:-ms-input-placeholder {
	font-size: 18px;
	color: #b2d5fd;
}

::-webkit-input-placeholder {
	font-size: 18px;
	color: #b2d5fd;
}

.login input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #0f245e inset;
	color: white!important;
	font-size: 18px
}

.login .toptitle {
	margin: 140px auto 65px;
/* 	width: 620px; */
	display: block;
}

.login .loginitems {
	width: 720px;
	height: 290px;
	background: url(../images/loginban.png) no-repeat center;
	background-size: 100% 100%;
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
	z-index: 999;
}

.login #loginin {
	margin: 70px auto 0;
	display: block;
	cursor: pointer;
	transition-duration: 0.3s
}

.login #loginin:hover {
	transform: translateY(7px) scale(1.03);
}

.login .loginitems .inputs {
	width: 450px;
	height: 130px;
	background: url(../images/inputbg.png) no-repeat center;
	margin: 0 auto;
	background-size: 100% 100%;
	position: relative;
}

.login input {
	position: absolute;
	outline: none;
	border: none;
	font-size: 18px;
	color: #fff;
	background-color: #0f245e;
	width: 345px;
	height: 50px;
}

.login .yhm {
	left: 75px;
	top: 7px;
}

.login .mm {
	left: 75px;
	top: 72px;
}


.login .yzm {
	width:450px;
	margin:5px auto 0;
	position:relative;
}

.login .yzm #vercode {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/inputbg2.png) no-repeat center;
	width: 270px;
	height: 65px;
	padding-left: 30px;
	background-size: 100% 100%;
}

.login .yzm #vercodeimg{
	position: absolute;
	right: 0;
	top: 6px;
}


@keyframes rotate {
	0% {
		transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
	}
	100% {
		transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
	}
}

.stars {
	transform: perspective(500px);
	transform-style: preserve-3d;
	position: absolute;
	bottom: 0;
	perspective-origin: 50% 100%;
	left: 50%;
	animation: rotate 90s infinite linear;
}

.star {
	width: 2px;
	height: 2px;
	background: #F7F7B6;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0 -300px;
	transform: translate3d(0, 0, -300px);
	backface-visibility: hidden;
}

.dizuo {
	margin: -220px auto 0;
	width: 600px;
	height: 600px;
	/*border: 1px solid #0096ff;*/
	border-radius: 100%;
	/*box-shadow: 0 0 30px 20px #0096ff inset;*/
	position: relative;
	/*overflow: hidden;*/
	border-radius: 300px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: perspective(600px) rotateX(80deg)
}

.idx30 {
	position: relative;
}

.smalldizuo {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: perspective(700px) rotateX(80deg);
	position: absolute;
	width: 580px;
	height: 580px;
	left: 0;
	top: -250px;
	/*overflow: hidden;*/
}

.login .light {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 365px;
}

.ripple {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	opacity: 1;
}

.rippleEffect1 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0);
	transform: scale(0);
	background: rgba(8, 85, 148, 0.4);
	box-shadow: 0 0 30px 15px #0096ff inset;
	-webkit-animation: rippleDrop 8s  infinite linear;
	animation: rippleDrop 8s  infinite linear;
}

@keyframes rippleDrop {
	0%{
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

.rippleEffect2 {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	background: url(../images/zhencircle.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: rippleDrop2 5s linear infinite;
	animation: rippleDrop2 5s linear infinite;
	animation-delay:1s;
}

@keyframes rippleDrop2 {
	0%{
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}


.rippleEffect3 {
	-webkit-transform: scale(0);
	transform: scale(0);
	background: url(../images/zhencircle.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: rippleDrop2 6s linear infinite;
	animation: rippleDrop2 6s linear infinite;
	animation-delay: 2s;
}

@keyframes rippleDrop3 {
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		/*opacity: 0;*/
	}
}

.idx33.a-bounceinR{
	animation-delay: 1s!important;
}

#pt-main.a-bounceinB{
	animation-delay: 1.5s!important;
}
