*{
    margin: 0;
    border: 0;
    padding: 0;
	/* font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif; */
}
#h_page{
	margin: 0 auto;
    background: url("../img/bg.png");
	background-repeat:no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	width: 100%;
	height:100%;
    overflow: hidden;
}
.page{
	width:100%;
	height: 100%;
	/* background-color: red; */
}


/*标题图片*/
.img_title img {
    margin: 0 auto;
    padding-top: 3%;
    margin-left: 25%;
    width: 50%;
    height: 20%;
}

/*中间部分的基本样式*/
.login {
    display: flex;
    background: url("../img/bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.8%;
    /* background-color: red; */
    width: 400px;
    height: 390px;
}

.login_in {
    display: inline;
    width: 400px;
    height: 320px;
    margin: 0 auto;
    margin-top: 1%;
    /* margin-left: 6%; */
}



/* 大于或等于1366时，显示1366 */
@media screen and(nim-width: 1920px) {
	#h_page{
		width: 1020px;
		height: 645px;
	}
	.img_title img{
		width: 585px;
		height: 90px;
	}
	.login{
		width: 500px;
	    height: 500px;
	}

    .login_in {
        width: 400px;
        height: 320px;
    }

	.password,
    .username{
        width: 160px;
        height: 30px;
 }
}
/* 小于或等于1366时，显示1366 */
@media screen and(max-width: 1366px) {
	#h_page{
		width: 955px;
		height: 600px;
	}
	.img_title img{
		width: 416px;
		height: 63px;
	}
	.login{
		width: 400px; 
		height: 400px; 
	}
    .login_in {
        width: 400px;
        height: 320px;
    }
	.password,
    .username{
        width: 120px;
        height: 20px;
 }
}
@media (min-width: 100px) {
    .login {
        width: 350px;
        height: 400px;
    }

    .login_in {
        width: 350px;
        height: 400px;
    }
}
 

@media (min-width: 600px) {
    .login {
        width: 400px;
        height: 400px;
    }

    .login_in {
        width: 400px;
        height: 320px;
    }
}
 






/*登录框*/
.p_word,
.u_name{
    display: block;
    width: 200px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    /* background-color: red; */
	margin-top: 30px;
    border-bottom: 2px solid #eeeeee;
}
.u_name{
    margin-top: 20%;
}
.p_word img,
.u_name img{
	width: 15px;
    height: 16px;
	vertical-align: -2px;
	margin-top: 4%;
	/* background-color:green; */
}
.p_word img{
    /* margin-left: 2px; */
}

/*输入框*/
.password,
.username{
	outline: none;
	margin: 0 auto;
    width: 160px;
    height: 25px;
    font-size: 16px;
	font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 10px;
	/* background-color: red; */
 }
 input::-webkit-input-placeholder {
	font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ccc;
   
 }

/*按钮*/
.bt_login{
    width: 200px;
    height: 35px;
    background-color: #26c3fe;
	font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-top: 8%;
	margin-left: 25%;
    border-radius: 35px;
}

/*其他操作*/
.other{
    margin-top: 50px;
    margin-left: 27%;
	width: 300px;
	height: 20px;
}
.sign_in,
.forget,
.quit{
    text-decoration: none;
	font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #cccccc;
}

/* 页尾 */
.page_foot{
	/* display:float; */
	text-align:center;
	width: 300px;
	height: 14px;
	margin: 0 auto;
	font-family:"Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #cccccc;
	/* background-color:green; */
	padding-bottom: 5px;
}