﻿       
       
        *{
			margin:0;
			padding:0;
			font-family: "微软雅黑";
			}
		li{
			list-style-type:none;
			}
		input{                 
	   		border: 1px solid #1FD3DF;                  
			padding: 7px 0px;                                
			padding-left:5px; 
			line-height:20px;
			border-radius: 5px;
			font-size:12px;
        	}
		.log_body{
			width:100%;
			background-image:url(../Images/Login.jpg);
			background-repeat:no-repeat;
			background-size:100% ;
			}
		.log_bg{
			width:700px;
			height:320px;
			margin: -160px 0px 0px -350px;
			position:absolute;
			left:50%;
			top:50%;
        	}
		.log_top{
			width:456px;
			height:57px;
			background-image:url(../Images/log_top.gif);	
			margin:30px auto;
			}
		.log_left{
			width:300px;
			height:320px;
			background-image:url(../Images/log_left.png);
			background-size:100% 100%;
			background-repeat:no-repeat;
			float:left;	
			}
		.log_com{
			width:400px;
			height:320px;
			margin:0px auto;
			background-color:#FFF;
			float:left;
			}
	
		.title_1{
			margin-top:30px;
			text-align:center;
			font-size:20px;
			font-weight:bold;
			line-height:30px;
			color:#059ee5;
			}	

		.log_com_ul{
			width:100%;
			margin:30px 0;
			text-align:center;
			}
		.log_com_ul input{
			margin:10px auto;
			width:200px;
			background-size:100% 100%;
			}
		.log_name{
			margin-top:20px;
			padding-left:60px;
			background-image:url(../Images/loguser.png);
			
			}
		.log_psw{
			margin-top:20px;
			padding-left:60px;
			background-image:url(../Images/logpsw.png);
			}
		.log_err_com{
			/**display:none;**/
			margin:5px auto;
			width:232px;
   			min-height: 30px;
			padding-left:30px;
			background-image:url(../Images/log_err.png);
			background-repeat:no-repeat;
			color:#ff8900;
			}
		.log_sbm{
		
			width:262px;
			margin-top:20px;
			font-size:14px;
			font-weight:bold;
			color:#FFF;
			background-color:#059ee5;
			}	
			
				.log_qq
		{
		    display:none;
		    }
		    			.log_wx
		{
		    display:none;
		    }
	@media screen and (max-width:480px) {
		.log_body{
			background-image:  	url(../Images/mobile/login/Login.jpg);
			}
		.log_left{
			display:none;
			}
		.log_com{
			height:400px;
			margin:0px auto;
			float:	none;
			background-color: transparent;
			}
			.title_1{
				display:none;
			}	

		.log_com_ul
		{
			padding-top:107px;
			width:100%;
			height:800PX;
			margin:30px 0;
			text-align:center;
			}
		.log_com_ul input{
			margin:8px auto 1px;
			width:180px;
			outline:none;
			border:none;
			}
		.log_name{
			margin-top:20px;
			padding-left:30px;
			background-image:url(../Images/mobile/login/l_01.jpg);
			background-repeat:no-repeat;
			}
		.log_psw{
			margin-top:20px;
			padding-left:30px;
			background-image:url(../Images/mobile/login/l_02.jpg);
			background-repeat:no-repeat;
			}
		.log_sbm
		{
		    margin-top:12px!important;
		    width:210px!important;
			font-size:14px;
			font-weight:bold;
			color:#FFF;
			background-image:url(../Images/mobile/login/l_03.jpg);
			background-repeat:no-repeat;
			}	
				.log_qq
		{
		       margin:80px 20px 20px auto!important;
		    width:26px!important;
		    height:26px!important;
		
		    	background-image:url(../Images/mobile/login/l_04.jpg);
			background-repeat:no-repeat;
			
		    }
		    			.log_wx
		{
		       margin:80px 20px 20px auto!important;
		      
		        width:26px!important;
		    height:26px!important;
		    	background-image:url(../Images/mobile/login/l_05.jpg);
			background-repeat:no-repeat;
		    }
			}