html, body {
    width: 100%;
    height: 100%;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.main_div {
    width:100%;
    height: 380px;
    text-align:center;
    position: absolute;
    top: 50%;
    margin-top: -190px;
}

.logo_title {
    width: 100%;
    height: 70px;
    text-align: center;
    opacity: 1;
    /*margin: 0 0 0 -600px;*/
    z-index: 11;
    font-size: 48px;
    color: #fff;
    /*color:#2a4a8f;*/
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 9px;
    text-shadow: 4px 4px 4px #000;
    display: inline-block;
    /*text-shadow: #fff 3px 0 3px,#fff 0 3px 3px,#fff -3px 0 3px,#fff 0 -3px 3px;*/
    /*line-height:70px;*/
}

.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;
}

.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;
}


.login {
    z-index: 2;
    width: 350px;
    border-radius: 5px;
    height: 290px;
    background: white;
    box-shadow: 0px 0px 5px #333333;
    transition: all 1s;
    margin-top: 20px;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    display: inline-block;
}

.login-top {
    font-size: 24px;
    margin-top: 20px;
    padding-left: 40px;
    box-sizing: border-box;
    color: #333333;
    margin-bottom: 20px;
    text-align: left;
}

.login-center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 20px;
}

.login-center-img {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 2px;
}

.login-center-img > img {
    width: 100%;
}

.login-center-input {
    float: left;
    width: 230px;
    margin-left: 15px;
    height: 30px;
    position: relative;
}

.login-center-input input {
    z-index: 2;
    transition: all 0.5s;
    padding-left: 10px;
    color: #333333;
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    outline: none;
    position: relative;
}

.login-center-input input:focus {
    border: 1px solid #19878a;
}

.login-center-input-text {
    background: white;
    padding: 0 5px;
    position: absolute;
    z-index: 0;
    opacity: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    left: 5px;
    color: #19878a;
    line-height: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 鍜� Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.login-center-input input:focus ~ .login-center-input-text {
    top: 0;
    z-index: 3;
    opacity: 1;
    margin-top: -15px;
}

.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: 250px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	/*background-color: #0e7ed8;*/
    background-color: #19878a;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color: white;
    font-size: 16px;
}
.reset-button {
	cursor: pointer;
	width: 250px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #c3c3c3;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 10px;
	color: white;
}


.alertMessage, #alertMessage {
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom,
    color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
    color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    font-size: 13px;
    text-transform: capitalize;
    /*	font-weight:bold;*/
    border: 1px solid !important;
    color: #fff;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    margin-bottom: 10px;
}

#alertMessage {
    position: fixed;
    /*	display:none;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);*/
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -20px;
    text-transform: uppercase;
    z-index: 100001;
    cursor: pointer;
    border: 1px solid;
    display: none;
}

.alertMessage.info, #alertMessage.info {
    border-color: #3b8eb5 !important;
    background-color: #C2E3F0;
    color: #34667A !important;
    text-shadow: 1px 1px 1px #C8EBFB;
}

.alertMessage.error, #alertMessage.error {
    border-color: #c43d3d !important;
    background-color: #fc4a48;
    color: #5A0000 !important;
    text-shadow: 1px 1px 1px #E64040;
}

.alertMessage.warning, #alertMessage.warning {
    border-color: #d99a36 !important;
    background-color: #fcdb72;
    color: #987402 !important;
    text-shadow: 1px 1px 1px #e7b104;
}

.alertMessage.success, #alertMessage.success {
    background-color: #61b832;
    border-color: #55a12c !important;
    /*	color:#324e03 !important;*/
    text-shadow: 1px 1px 1px #5c9201;
}

.alertMessage h3 {
    margin: 0 !important;
    border: none;
    line-height: 25px !important;
    color: #FFF;
}

.message p {
    margin: 0;
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}

@-moz-keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -80px 0;
    }
}

.text_success {
    font-size: 14px;
    text-align: center;
    margin: 0px 0 35px 0;
    line-height: 25px;
    position: absolute;
    left: 50%;
    width: 200px;
    top: 50%;
    z-index: 50;
    margin-left: -100px;
    text-transform: uppercase;
    padding: 20px 0px;
    margin-top: -100px;
    display: none;
    background: rgba(60, 60, 60, 0.8);
}

.text_success img {
}

.text_success span {
    display: block;
    padding: 10px;
    color: #fff;
}

#overlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#111;
    opacity:0.1;
    filter:alpha(opacity=10);
    z-index:1001;
    display: none;
}

.preloader {
    display:inline-block;
    background-color: #ffffff;
    background-image: url(loader1.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#preloader {
    background: #000000 url(../images/preloader.gif) no-repeat 12px 10px;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 50%;
    width: 90px;
    z-index: 1209;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    text-shadow:none;
    display: none;
}
#pageload {
    background: #000000;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -55px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 120px;
    z-index: 1006;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    text-shadow:none;
    display: none;
}

#versionBar {
    /*background-color: #19878a;*/
    position: fixed;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
    z-index: 11;
}

.copyright {
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333333;
}

.copyright a {
    color: #333333;
    font-family: "微软雅黑";
    text-decoration: none
}

