html, 
body {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	margin: 0;
}

.header {
	position: absolute;
	height: 12%;
	width: 60%;
	left: 32%;
}

.down-box {
    width: 10%;
    height: 75%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
}

.borwser-down {
    cursor: pointer;
    line-height: 50px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
	padding-top: 15%;
}

.copyright {
    position: absolute;
    bottom: 3%;
	left: 65%;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
}


#logo {
    position: relative;   
    float: left;
	top: 18%;
}

#logo b{
    font-size: 28px;
    color: #000;
    position: absolute;
    top: 5%;
    left: 120%;
    width: 180%;
    text-align: left;
}
   
#particles-js {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /*position: absolute;
    top: 9%;
    left: 0%;
    */
	background-image:url(/jsp/tyjg/login/images/img/login/bg_new.png);
}
/*登入信息 start*/
.login-tab{
	font-size: 30px;
}
#login{
	position: absolute;
	right: 3%;
	width: 25%;
	height: 75%;
	top: 18%;
	border-radius: 15px;
}
.messageUser{
	margin-top: 10%;
	width: 85%;
	height: 72%;
	margin-left: 0%;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.messageCode{
	width: 85%;
	height: 72%;
	margin-left: 0%;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.authCode{
	width: 85%;
	height: 72%;
	margin-left: 0%;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.layui-input{
	border-radius:8px;
	height: 100%;
	font-size: 23px;
	padding-left: 16%;
}
a:hover{
	text-decoration: underline;
}
.login-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 21px;
    height: 28px;
    margin: 1px 10px;
    
}
#login-lable-user{
	background: url(/jsp/tyjg/login/images/img/login/login-user.png) no-repeat;
	background-size: 105% 105%;
	position: absolute;
	width: 14%;
	height: 100%;
}
#login-lable-code{
	background: url(/jsp/tyjg/login/images/img/login/login-code.png) no-repeat;
	background-size: 105% 105%;
	position: absolute;
	width: 14%;
	height: 100%;
}
.loginButton{
	position: absolute;
	top: 70%;
	right: 6.5%;
	width: 21.3%;
	height: 11%;	
}
.judgeMsg{
	position: absolute;
	top: 12%;
	right: 15%;
	height: 6%;
	width: 85%;
	display: none;
	border-radius: 8px;
	border: 1px solid #FFEBEB;
	background-color: #FFEBEB;	
}
.judgeIcon{
	position: absolute;
	top: 10%;
	left: 3%;
	font-size: 32px;
	color: #ee2f16;
}
.judge{
	position: absolute;
	top: 10%;
	left: 17%;
	font-size: 22px;
	color: red;
}
.sxewm{
   	display: block;
    height: 25px;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0f7b41;
    margin-bottom: 20px;
    font-size: 10px;
    color: #FFFFFF;
    cursor: pointer;
}

/*登入信息 end*/