html,body{
	width:100%;
	height:100%;
}

canvas{
  display:block;
  vertical-align:bottom;
}

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


#particles-js{
	width: 100%;
	height: 100%;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
    min-width: 870px;
}

.sk-rotating-plane {
	display: none;
    width: 80px;
    height: 80px;
    margin: auto;
    background-color: white;
    -webkit-animation: sk-rotating-plane 1.2s infinite ease-in-out;
    animation: sk-rotating-plane 1.2s infinite ease-in-out;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -80px;
}
.sk-rotating-plane.active{display: block;}

@keyframes sk-rotating-plane{
	0% {
	    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
	    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
	    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes login-small{
	0%{
		transform: scale(1);-moz-transform: scale(1);	/* Firefox 4 */-webkit-transform: scale(1);	/* Safari 和 Chrome */-o-transform: scale(1);	/* Opera */-ms-transform:scale(1); 	/* IE 9 */
	}
	100%{
		transform: scale(0.2);-moz-transform: scale(0.1);	/* Firefox 4 */-webkit-transform: scale(0.2);	/* Safari 和 Chrome */-o-transform: scale(0.1);	/* Opera */-ms-transform:scale(0.1); 	/* IE 9 */
	}
}

a {
    cursor: pointer;
}

span {
    cursor: default;
}

.login{
    /*margin-top: 5%;*/
    background-image: url("../img/backgroud.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*height: calc(100vh - 45.2vh);*/
    /*z-index: 2;
    position:absolute;
    width: 430px;
    height: 470px;
    background: white;
    top: 50%;
    !* 215 = .login宽度的一半 *!
    right: -moz-calc(25% - 215px);
    right: -webkit-calc(25% - 215px);
    right: calc(25% - 215px);
    !* 235 = .login高度的一半 *!
    margin-top: -235px;
    transition: all 1s;
    -moz-transition: all 1s;
    !* Firefox 4 *!
    -webkit-transition: all 1s;
    !* Safari 和 Chrome *!
    -o-transition: all 1s;
    !* Opera *!
    box-shadow: 0px 2px 16px 0px rgba(164, 204, 223, 0.45);
    border-radius: 2px;*/
}
.login-top{
    margin-top: 110px;
    box-sizing: border-box;
    color: #333333;
    margin-bottom: 22px;
    font-size: 30px;
}
.login-center{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    /*margin-bottom: 22px;*/
    margin-left: 71px;
    position: relative;
}
.login-center-input{
    /*width: 360px;
    height: 50px;
    position: relative;
    background-color: #EFF2F5;
    border-radius: 25px;*/
    width: 400px;
    height: 56px;
    background: #F5F7F8;
    border-radius: 4px;
}
.login-center-input input{
    transition: all 0.5s;
    color: #333333;
    height: 56px;
    border: 0;
    box-sizing: border-box;outline: none;
    position: relative;
    background-color: #F5F7F8;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 20px;
    width: 318px;
}
.login.active{-webkit-animation: login-small 0.8s ; animation: login-small 0.8s ;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}
.login-button{
    cursor: pointer;
    width: 400px;
    text-align: center;
    height: 56px;
    line-height: 40px;
    margin: 0 auto;
    background: #0084FF;
    border-radius: 4px;
    color: white;
    font-size: 22px;
    font-family: Source Han Sans CN;
}
.login-center-input-key{
    width: 70px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #9ca3a5;
    text-align: center;
    display: inline-block;
    height: 42px;
    vertical-align: bottom;
    line-height: 42px;
}
.login-center-input-captcha{
    width: 156px!important;
}
#captcha_img{
    cursor: pointer;
    width: 100px;
    height: 56px;
    position: absolute;
    top: 48.1px;
    left: 300px;
}
.login-top-line{
    width: 100%;
    height: 4px;
    background-color: #43a4f9;
    border-radius: 2px;
}
.login-top-welcome-chinese{
    font-size: 36px;
    color: #333333;
}
.login-top-welcome-english{
    font-size: 24px;
    color: #999999;
    margin-left: 10px;
}
.icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../img/account.png);
    width: 17px;
    height: 17px;
    z-index: 3;
    background-size: cover;
}
.icon_pwd {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../img/pwd.png);
    width: 17px;
    height: 17px;
    z-index: 3;
    background-size: cover;
}
.icon_yzm {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    background-image: url(../img/yzm.png);
    width: 17px;
    height: 17px;
    z-index: 3;
    background-size: cover;
}
.other-link{
    margin-top: 10px;
    margin-left: 45px;
}
.other-link-item{
    float: left;
    margin-left: 9px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #616161;
    line-height: 48px;
}
.other-link a{
    font-size: 14px;
    font-family: PingFangSC-Light;
    color: #999999;
}
.other-link a:hover, .other-link a:active{
    color: #43a4f9;
}
.copyright{
    font-size: 14px;
    color: #a2abb3;
    text-align: center;
    position: absolute;
    left: 50%;
    /* 182 = .copyright宽度的一半 */
    margin-left: -182px;
    bottom: -moz-calc(25% - 120px);
    bottom: -webkit-calc(25% - 120px);
    bottom: calc(25% - 120px);
}
.header{
    height: 58px;
    /* 430 = .login宽度 */
    width: -moz-calc(50% + 430px);
    width: -webkit-calc(50% + 430px);
    width: calc(50% + 430px);
    position: absolute;
    /* 470 = .login高度，29 = .header高度的一半 */
    top: -moz-calc((100% - 470px) / 4 - 29px);
    top: -webkit-calc((100% - 470px) / 4 - 29px);
    top: calc((100% - 470px) / 4 - 29px);
    /* 215 = .login宽度的一半 */
    left: -moz-calc(25% - 215px);
    left: -webkit-calc(25% - 215px);
    left: calc(25% - 215px);
}
.header-left{
    width: 623px;
    float: left;
}
.header-right{
    float: right;
    line-height: 58px;
}
.header-right-spliter,.header-right a{
    font-size: 16px;
    color: #7e8e9b;
}
.header-right a:active, .header-right a:hover{
    color: #43a4f9;
}

.changePwd_notice{
    padding: 0 30px;
    color: red;
}
