
@media only screen and (max-width:1300px){
	
	
	.login {
	    width: 90%;
	    margin: 0 auto;
	    text-align: center;
	    height: 44%;
	    background: #CCC;
	    position: absolute;
	    z-index: 9999;
	    left: 5%;
	    top:33%;
	    border-radius: 4px;
	    background: ##f8f8f8;
	    background: -webkit-linear-gradient(#f8f8f8,#f8f8f8, #dcdcdc);
	    background: -o-linear-gradient(#f8f8f8,#f8f8f8, #dcdcdc);
	    background: -moz-linear-gradient(#f8f8f8,#f8f8f8, #dcdcdc);
	    background: linear-gradient(#f8f8f8, #dcdcdc);
	    border: 1px solid #d7d7d7;
	    -moz-box-shadow: 0px 2px 5px #c5c7c6;
	    -webkit-box-shadow: 0px 2px 5px #c5c7c6;
	    box-shadow: 0px 2px 5px #c5c7c6;
	}
	
	.bg-banner {
	    width: 100%;
	    position: absolute;
	    top: 50%;
	}
	
	
	.user {
	    width: 96%;
	    margin: 0 auto;
	    height: 80px;
	    background: #FFF;
	    border: 1px solid #cccccc;
	    margin-top: 14%;
	    overflow: hidden;
	    display: block;
	}
	
	.user laber {
	    float: left;
	    line-height: 106px;
	    padding-left: 10px;
	    margin-top: 10px;
	    width: 80px;
	    height: 80px;
	}
	
	.user laber>img{
	   width: 100%;
	}
    .user input {
	    float: left;
	    width: 76%;
	    height: 83px;
	    border: none;
	    font-size: 35px;
	    text-indent: 1em;
	    letter-spacing: 2px;
	    outline: none;
	}
	
	.passw {
	   width: 96%;
	    margin: 0 auto;
	    height: 80px;
	    background: #FFF;
	    border: 1px solid #cccccc;
	    margin-top: 14%;
	    overflow: hidden;
	    display: block;
	}
	.passw laber{
		 float: left;
	    line-height: 106px;
	    padding-left: 10px;
	    margin-top: 10px;
	    width: 80px;
	    height: 80px;
	}
	
	.passw laber>img{
	   width: 100%;
	}
    .passw input {
	    float: left;
	    width: 76%;
	    height: 83px;
	    border: none;
	    font-size: 35px;
	    text-indent: 1em;
	    letter-spacing: 2px;
	    outline: none;
	}
	.forget-left input {
	    float: left;
	    border: 1px solid #999;
	    margin-top: 2px;
	    width: 34px;
	    height: 34px;
	}
	
	
	.forget-left p {
	    float: left;
	    font-family: "宋体";
	    font-size: 32px;
	    color: #333;
	    padding-left: 6px;
	}
	.button {
	    width: 96%;
	    margin: 0 auto;
	    height: 80px;
	    background: #cc0001;
	    color: #FFF;
	    font-size: 40px;
	    border: none;
	    margin-top: 12%;
	    cursor: pointer;
	}
	
	.top {
	    text-align: center;
	    padding-top: 20%;
	}
	.top h1 {
	    padding-top: 14px;
	    letter-spacing: 2px;
	    font-family: "黑体";
	    font-size: 58px;
	}
	
}


























