/* start editing from here */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--login form start here--*/ 
html{ height:100%}
body {
  max-height: 100%;
  padding: 0px 0px 0px 0px;
  font-family:'微软雅黑' ,'Arimo', sans-serif;
  font-size: 100%;
/*  background: #53d9ea;
  background:-webkit-gradient(linear, left top, left bottom, color-start(0.05, #53d9ea), color-stop(1, #bfa7a7));
  background:-moz-linear-gradient(top, #53d9ea 5%, #bfa7a7 100%);
  background:-o-linear-gradient(top, #53d9ea 5%, #bfa7a7 100%);
  background:-ms-linear-gradient(top, #53d9ea 5%, #bfa7a7 100%);
  background:linear-gradient(to bottom, #53d9ea 5%, #bfa7a7 100%);
  background:-webkit-linear-gradient(top, #53d9ea 5%, #bfa7a7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#53d9ea', endColorstr='#bfa7a7',GradientType=0);*/
  background: url(/images/login/bg.jpg) no-repeat;
 }
.login_animate {
  -webkit-animation: fade 3s ease both;
  animation: fade 3s ease both;
}
/* fade */
@-webkit-keyframes fade {
  from { opacity: 0.3;}
  to { opacity: 1; background-position: center;}
}
@keyframes fade {
  from { opacity: 0.3; }
  to { opacity: 1; background-position: center;}
}


h1 {
  font-weight: 100;
  color: #fff;
  padding:30px 0;
  text-align: center;
  border-bottom:1px solid #d1d1d1;
  background:url(/images/login/newlogo_en1.png) no-repeat 10% center;
}
.login {
  margin: 10% auto;
  width: 27%;
  margin-bottom:30px;
  background: rgb(0, 0, 0);    /*不支持rgba的浏览器*/
  background: rgba(0,0,0,.3);  /*支持rgba的浏览器*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);    /*IE8支持*/
}
.login-top {
  padding: 25px 25px;
  border-bottom: 1px solid #d1d1d1;
  text-align: right;
}
.login-top  h2 {
  text-align: left;
  font-size: 17px;
  font-weight: 200;
  color: #fff;
  margin: 0px;
}
.whit-close img {
  cursor: pointer;
}
.login-bottom {
  padding: 23px 27px;
  border-bottom: 1px solid #d1d1d1;
}
.login-bottom h3 {
  font-size: 17px;
  font-weight: 200;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
.login-bottom input[type="text"] {
  outline: none;
  font-size: 14px;
  font-weight: 100;
  color: #fff;
  padding: 12px 12px 12px 10px;
  border: 1px solid #000;
  border-style: outset;
  background: #3F3F3F;
  margin: 0px 0px 15px 0px;
  width: 93%;
  -webkit-appearance: none;
}
.login-bottom input[type="password"]{
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 12px 12px 12px 10px;
  border: 1px solid #000;
  border-style: outset;
  background: #3F3F3F;
  margin: 0px 0px 15px 0px;
  width: 93%;
  -webkit-appearance: none;
}
.login-bottom input[type="submit"] {
  color: #fff;
  font-size: 20px;
  padding: 10px 19px;
  width: 100%;
  margin: 25px 0px 5px 0px;
  border: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  background: cornflowerblue; 
  font-weight:bolder;
}
.login-bottom input[type="submit"]:hover {
	color: #fff;
	background: #2690EF;
	font-weight:bolder;
	transition: 0.5s all;
	-webkit-transform: scale(1.05);	
	-mos-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.login-bottom h4 {
  text-align: right;
  margin: 0px 0px 6px 0px;
}
.login-bottom h4 a {
  font-size: 15px;
  font-weight: 400;
  color: #F03;
}
.login-bottom h4 a:hover {
  color: #FFC401;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
label.checkbox {
  float: left;
}
.login-bottom input[type="checkbox"] {
  display: none;
}
.login-bottom.checkbox input {
	position: absolute;
	left: -9999px;
}
.login-bottom.checkbox i {
	border-color: #fff;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	
}
.login-bottom.checkbox i:hover {
	border-color:red;
	
}
.login-bottom i:before {
	background-color: #2da5da;	
}
.login-bottom  .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.login-bottom .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.login-bottom .checkbox input + i:after {
	content: url(/images/login/tick.png) no-repeat 7px 1px;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
}
.login-bottom .checkbox i.active{
  background: url(/images/login/tick.png) no-repeat center;
  background-color: #fff;
}
.login-bottom .checkbox {
	padding: 15px 0px 0px 22px;
	font-size: 15.3px;
  font-weight: 300;
	line-height: 5px;
	color:#fff;
	cursor: pointer;
	position: relative;
	display: block;
	float: right;
}
.login-bottom .checkbox:hover {
	text-decoration: none;
}
.login-bottom  .checkbox i {
  position: absolute;
  top: 11px;
  left: -1px;
  display: block;
  width: 14px;
  height: 14px;
  outline: none;
  border: 1px solid #000;
  background: #d1d1d1;
}
.login p{
	padding: 23px 15px 23px 28px;
}
.login p a{
  font-size: 15px;
  font-weight: 600;
  color: #FFC500;
}
.login p a:hover{
	color:#fff;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.copyright {
  text-align: center;
}
.copyright p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.copyright p a{
  font-size: 15px;
  font-weight: 400;
  color:  #fff;
}
.copyright p a:hover{
	color:#FFC500;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--meadia quiries start here--*/
@media(max-width:1440px){
body {
}
.login {
  width: 34%;
  margin: 5% auto;
}
}
@media(max-width:1366px){
body {
}
.login {
  width: 34%;
  margin: 5% auto;
}
}
@media(max-width:1280px){
.login {
  width: 34%;
  margin: 5% auto;
}
body {
}
}
@media(max-width:1024px){
.login {
  width: 40%;
}
body {
}
}
@media(max-width:768px){
.login {
  width: 50%;
}
.login-top {
  padding: 18px 25px;
}
body {
}
h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0px 0px 40px 0px;
}
}
@media(max-width:640px){
h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0px 0px 20px 0px;	
}
body {
}
.login {
  width: 57%;
}
}
@media(max-width:480px){
h1 {
  font-size: 26px;	
}
.login {
  width: 68%;
}
.login-top {
  padding: 15px 20px;
}
.login-bottom {
  padding: 15px 20px;
}
.login p {
  padding: 11px 0px 20px 20px;
}
}
@media(max-width:320px){
.login {
  width: 93%;
}
.copyright {
  padding: 35px 0px 0px 0px;	
}
h1 {
  font-size: 23px;
  margin: 0px 0px 15px 0px;
}
.login-top {
  padding: 11px 20px;
}
.login-bottom h3 {
  font-size: 12px;
  margin: 0px 0px 12px 0px;
}
.login-top h2 {
  font-size: 12px;
}
.login-bottom input[type="text"] {
  font-size: 10px;
  padding: 8px 5px 10px 5px;
  margin: 0px 0px 10px 0px;
}
.login-bottom input[type="password"] {
  font-size: 10px;
  padding: 8px 5px 10px 5px;
  margin: 0px 0px 7px 0px;
}
.login-bottom .checkbox {
  font-size: 12px;
}
.login-bottom h4 a {
  font-size: 12px;
}
.login-bottom input[type="submit"] {
  font-size: 11px;
  padding: 9px 19px;
}
.login-bottom input[type="submit"] {
  margin: 20px 0px 0px 0px;
}
.login p a {
  font-size: 12px;
}
.copyright p {
  font-size: 13px;
}
.copyright p a {
  font-size: 13px;
}
body {
  padding: 55px 0px 30px 0px;
}
}
/*--meadia quiries end here--*/