div,span,input,i,svg,ul,li{
	margin: 0;
	padding: 0;
}
::-ms-clear, ::-ms-reveal{display: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #FFFFFF inset;
	border-radius: 50px;
	-webkit-text-fill-color: #333;
}
html,body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body {
	font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,SimSun,sans-serif;
	color: #fff;
	background: url(../img/bg-new@2x.jpg);
	background-size:contain;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: 550px;
	background-size: cover;
}

.contanier {
	position: absolute;
/*	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -250px;*/
	top: 13%;
	left: 8%; 
	width: auto;
	height: auto;
	/*min-width: 420px;
	min-height: 500px;*/
	border-radius: 10px;
	/*ie6-8*/
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#34000000,endColorStr=#34000000);
	transition: box-shadow .3s ease,
	background .8s ease,
	margin-top .3s ease;
}
.contanier.reg{
	margin-top: -302px;
	min-height: 590px;
	box-shadow: 0px 3px 28px  rgba(9, 46, 83, 0.25);
	background: rgba(255, 255, 255, .2);
}

:root .contanier {
	filter: none;
}

.contanier .login-logo{
	padding-top: 26px;
}
.contanier .login-logo .img{
	height: 100px;
	background: url(../img/NTLOGO@2x.png) no-repeat;
	background-size: contain;
}

#sucessTip{
	margin-top: 400px;
}

.login-text {
	margin-top: 20px;
	padding-left: 12px;
	letter-spacing: 0;
	font-size: 14px;
	color: #98A4B5;
	line-height: 19px;
}

.contanier .form-input{
	position: relative;
	border: 2px solid #EAECF3;
	border-radius: 50px;
	width: 372px;
	height: 50px;
	/* background: #F7F5FB; */
}
.contanier .form-input:hover{
	border-color: #147BD1;
}
.contanier .form-input:active{
	border-color: #147BD1;
}
.contanier .form-input:focus{
	border-color: #147BD1;
}
.contanier .form-text{
	display: inline-block;
	margin-left: 19px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0;
	margin-top: 28px;
	margin-bottom: 5px;
}

.contanier .form-input input{
	position: absolute;
	padding: 0 10px;
	border: none;
	width: 84%;
	height: 50px;
	line-height: 100%;
	background: none;
	font-size: 15px;
	outline: none;
	color: #52545E;
}
.contanier .validatePanel {
	position:static;
	width: 62%;
	margin-left: 19px;
}

.contanier .validatePanel .errorPanel{
	right: 135px;
}
.contanier .form-input .codePanel{
	position: absolute;
	right: 18px;
	margin-top: -1px;
	width: 100px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius:5px;
	font-size: 15px;
	color: #fff;
	border: 2px solid rgba(201,224,240,.8);
	cursor: pointer;
}
.contanier .form-input .codePanel:hover{
	border-color: #B8D8E8;
}
.contanier .form-input .codePanel:active{
	border-color: rgba(168, 210, 224, 1);
}
.contanier .form-input .codePanel img{
	margin-top: 12px;
}
#time span{
	padding: 0 3px;
}
.contanier .placeholder{
	position: absolute;
	margin-left: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #A2B0C5;
}
.contanier .errorPanel{
	display: inline-block;
	margin-left: 100px;
	line-height: 16px;
	font-size: 12px;
	color: #E72C6A;
}
.contanier .successPanel{
	position: absolute;
	top: 13px;
	right: 10px;
	width: 25px;
	height: 18px;
	background: url(../img/icon.png) -78px -40px no-repeat;
}
.contanier .error input{
	width: 45%;
}
.contanier .passwordPanel .errorPanel{
	right:50px;
}
.contanier .login-button{
	/*position: absolute;
	top:4px;
	right: 6px;
	width: 38px;
	height: 38px;
	background: url(../img/icon.png) -80px 0px no-repeat;*/
	margin-top: 36px;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	background-color: #147BD1;
	width: 208px;
	height: 50px;
	border-radius: 50px; 
	cursor: pointer;
}
.contanier .login-button:hover{
	background-color: #378ED7;
}
#pwsd,#reg_pwsd1,#reg_pwsd2{
	letter-spacing: 3px;
	width: 81%;
}

.contanier .active{
	border-color:#EAECF3;
}
.contanier .error{
	border-color:#f1433f;
}
.contanier .register-button{
	margin: 0 auto 25px auto;
	width: 88%;
	height: 40px;
	line-height: 40px;
	border:2px solid rgba(184, 216, 231, 0.65);
	border-radius: 3px;
	text-align: center;
	padding-left: 2px;
	letter-spacing: 2px;
	cursor: pointer;
	transition: background-color .4s;
}
.contanier .register-button:hover{
	background: rgba(255,255,255,.2);
}
.contanier .check-input{
	margin: 25px 0;
	text-align: center;
}
.contanier.reg .check-input{
	margin: 22px 0;
}
#reg_pswd2,#reg_pswd1,#pwsd{
	letter-spacing: 3px;
}
.contanier .split {
	position: relative;
	/* height: 70px; */
	margin-top: 45px;
}
.contanier .split:before {
	position: absolute;
	content: '';
	height: 47px;
	top: -19px;
	margin-left: -190px;
	left: 50%;
	width: 380px;
	display: block;
	background-image: url(../img/icon.png);
	background-position: 0px -106px;
	background-repeat: no-repeat;
	z-index:-999999;
}
.bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .3);
}

.bg .warning {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -200px;
	width: 754px;
	height : 430px;
	-webkit-animation: flipInX 1s .2s ease both;
	-moz-animation: flipInX 1s .2s ease both;
	color: #444;
	border-radius: 22px;
	background: #fff;
	index: 9999;
	height: 430px;
}
.bg .warning .bg-color{
	margin-top: 35px;
	width: 100%;
	height: 100%;
	background-image: url(../img/error-login.png);
	background-repeat: no-repeat;
}
.bg .warning .bg-color-move{
	margin-top: 35px;
	width: 100%;
	height: 100%;
	background-image: url(../img/data-move.png);
	background-repeat: no-repeat;
}
.bg .warning .bg-color-move .sorrytitle{
	margin: 32px 0 0 28px;
}
.bg .warning .bg-color-move .sorrytitle img{
	vertical-align: middle;
}
.bg .warning .bg-color-move .sorrytitle span{
	margin-left: 15px;
	color: #F89622;
	font: 20px "微软雅黑";
	font-weight:800;
}
.bg .warning .bg-color .sorrytitle{
	margin: 32px 0 0 28px;
}
.bg .warning .bg-color .sorrytitle img{
	vertical-align: middle;
}
.bg .warning .bg-color .sorrytitle span{
	margin-left: 15px;
	color: #F89622;
	font: 20px "微软雅黑";
	font-weight:800;
}
.bg .warning  .bg-color .closetitle{
	margin: 32px 0 0 28px;
	font: 16px "微软雅黑";
}
.bg .warning  .bg-color .closetitle span{
	color: #F89622;
	margin-right: 5px;
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}
@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
	40% {
		-moz-transform: perspective(400px) rotateX(-10deg)
	}
	70% {
		-moz-transform: perspective(400px) rotateX(10deg)
	}
	100% {
		-moz-transform: perspective(400px) rotateX(0deg);
		opacity: 1
	}
}
.icon-checkbox{
	cursor:pointer;
}
.readAndConfirm .icon-checkbox{
	cursor:default;
	display:inline-block;
}
.icon-checkbox:before{
	content: '';
	position: relative;
	display: inline-block;
	vertical-align:-5px;
	margin-right:8px;
	width:17px;
	height:17px;
	background: url(../img/icon.png) -101px -40px no-repeat;
}
.icon-checkbox.checked:before{
	content: '';
	background: url(../img/icon.png) -117px -40px no-repeat;
}
.readAndConfirm>a{
	color: #5294ba;
	cursor:pointer;
}
.readAndConfirm>a:hover{
	text-decoration: underline;
}
.forgetPanel,.regPanel,.goLoginPanel{
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	cursor: pointer;
	transition: color .3s ease
}
.forgetPanel:hover,.regPanel:hover{
	color:#fff;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.hidden {
	display: none;
}
.blur {
	position: absolute;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}
.footer{
	position: absolute;
	width: 100%;
	min-width: 350px;
	bottom: 30px;
	right:10px;
	letter-spacing: 1px;
}
.footer >div{
	position: absolute;
	right: 10px;
}
.footer >div div{
	display: inline-block;
	font-size: 13px;
	text-shadow: #3a1800 0px 3px 25px;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	transition: color 0.4s;
}
.footer .footer-link-separator{
	background-color: #e6eaed;
	background-color: rgba(230,234,237,0.3);
	display: inline-block;
	width: 1px;
	height: 10px;
	vertical-align: baseline;
	margin-left: 6px;
	margin-right: 0px;
}
.footer .chinese:hover,.footer .english:hover{
	color: #fff;
}
.footer .chinese{
	margin-right: 0px;
}
.footer .english{
	margin-left: 35px;
}
.footer .record{
	margin-left: 10px;
}
.footer .chinese:before{
	position: absolute;
	margin-left: -28px;
	margin-top:1px;
	content: '';
	width: 22px;
	height: 16px;
	background: url(../img/icon.png) -80px -68px no-repeat;
	box-shadow: rgba(58, 24, 0, 0.28) 0px 3px 25px;
}
.footer .english:before{
	position: absolute;
	margin-left: -28px;
	margin-top:1px;
	content: '';
	width: 22px;
	height: 16px;
	background: url(../img/icon.png) -103px -68px no-repeat;
	box-shadow: rgba(58, 24, 0, 0.28) 0px 3px 25px;
}
.bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: transparent;
}
.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	bottom: -168px;
	-webkit-animation: square 25s;
	animation: square 25s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
	left: 10%;
}
.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
	bottom: -80px;
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 22s;
	animation-duration: 22s;
	background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
	left: 70%;
}
.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
	background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}
@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-800px) rotate(600deg);
		transform: translateY(-800px) rotate(600deg);
	}
}
@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-1000px) rotate(600deg);
		transform: translateY(-1000px) rotate(600deg);
	}
}
.contanier1 {
	-webkit-animation: wobble .8s .2s ease both;
	-moz-animation: wobble .8s .2s ease both;
	-ms-animation: wobble .8s .2s ease both;
	animation: wobble .8s .2s ease both;
}
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%)
	}
	15% {
		-webkit-transform: translateX(-2%) rotate(-2deg)
	}
	30% {
		-webkit-transform: translateX(2%) rotate(2deg)
	}
	45% {
		-webkit-transform: translateX(-2%) rotate(-2deg)
	}
	60% {
		-webkit-transform: translateX(2%) rotate(2deg)
	}
	75% {
		-webkit-transform: translateX(-2%) rotate(-2deg)
	}
	100% {
		-webkit-transform: translateX(0%)
	}
}
@-moz-keyframes wobble {
	0% {
		-moz-transform: translateX(0%)
	}
	15% {
		-moz-transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-moz-transform: translateX(20%) rotate(3deg)
	}
	45% {
		-moz-transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-moz-transform: translateX(10%) rotate(2deg)
	}
	75% {
		-moz-transform: translateX(-5%) rotate(-1deg)
	}
	100% {
		-moz-transform: translateX(0%)
	}
}
@-ms-keyframes wobble {
	0% {
		-ms-transform: translateX(0%)
	}
	15% {
		-ms-transform: translateX(-25%) rotate(-5deg)
	}
	30% {
		-ms-transform: translateX(20%) rotate(3deg)
	}
	45% {
		-ms-transform: translateX(-15%) rotate(-3deg)
	}
	60% {
		-ms-transform: translateX(10%) rotate(2deg)
	}
	75% {
		-ms-transform: translateX(-5%) rotate(-1deg)
	}
	100% {
		-ms-transform: translateX(0%)
	}
}

.passwordPanel .load {
	position: absolute;
	width: 32px;
	top: 9px;
	right: 9px;
	height: 32px;
	z-index: 201;
	overflow: hidden;
	display:none;
}

.register-button .load {
	position: absolute;
	width: 32px;
	height: 32px;
	z-index: 201;
	overflow: hidden;
	left: 50%;
	margin-left: -16px;
	display:none;
	margin-top: 4px;
}

.load .loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 96px;
	animation: play .4s steps(1) infinite;
	-webkit-animation: play .4s steps(1) infinite;
}

@-webkit-keyframes play {
	0%, 6%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	8.5%, 14.5%{
		-webkit-transform: translateX(0px) translateY(-33.3%) rotate(0deg);
		transform: translateX(0px) translateY(-33.3%) rotate(0deg);
	}
	17%, 23%{
		-webkit-transform: translateX(0px) translateY(-66.6%) rotate(0deg);
		transform: translateX(0px) translateY(-66.6%) rotate(0deg);
	}
	25.5%, 31.5%{
		-webkit-transform: translateX(-100%) translateY(-33.3%) rotate(90deg);
		transform: translateX(-100%) translateY(-33.3%) rotate(90deg);
	}
	34%, 40%{
		-webkit-transform: translateX(0px) translateY(-33.3%) rotate(90deg);
		transform: translateX(0px) translateY(-33.3%) rotate(90deg);
	}
	42.5%, 48.5%{
		-webkit-transform: translateX(100%) translateY(-33.3%) rotate(90deg);
		transform: translateX(100%) translateY(-33.3%) rotate(90deg);
	}
	51%, 57%{
		-webkit-transform: translateX(0px) translateY(-66.6%) rotate(180deg);
		transform: translateX(0px) translateY(-66.6%) rotate(180deg);
	}
	59.5%, 65.5%{
		-webkit-transform: translateX(0px) translateY(-33.3%) rotate(180deg);
		transform: translateX(0px) translateY(-33.3%) rotate(180deg);
	}
	68%, 74%{
		-webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
		transform: translateX(0px) translateY(0px) rotate(180deg);
	}
	76.5%, 82.5%{
		-webkit-transform: translateX(100%) translateY(-33.3%) rotate(270deg);
		transform: translateX(100%) translateY(-33.3%) rotate(270deg);
	}
	85%, 91%{
		-webkit-transform: translateX(0px) translateY(-33.3%) rotate(270deg);
		transform: translateX(0px) translateY(-33.3%) rotate(270deg);
	}
	93.5%, 100%{
		-webkit-transform: translateX(-100%) translateY(-33.3%) rotate(270deg);
		transform: translateX(-100%) translateY(-33.3%) rotate(270deg);
	}
}

.moveX{
	animation: moveX .3s steps(1);
	-webkit-animation: moveX .3s steps(1);
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
}

@-webkit-keyframes moveX {
	0% {
		transform: translateX(-15px);
		-webkit-transform: translateX(-15px);
	}

	20% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	40% {
		transform: translateX(-10px);
		-webkit-transform: translateX(-10px);
	}

	60% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	80% {
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
	}

	100% {
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
}