@media screen and (min-width:751px) {
	.login{
		width: 100%;
		height: 100%;
	}
	.container{
		width: 66.5%;
		height: 100%;
		margin: 0 auto;
	}
	.title1{
		color: white;
		padding: 18px 0;
	}
	.language{
		cursor: pointer;
		position: relative;
	}
	.language .moreIcon{
		width: 10px;
		margin-left: 12px;
	}
	.language .langList{
		width: 150px;
		padding: 20px 0;
		border-radius: 10px;
		background: white;
		position: absolute;
		top:30px;
		left: -75px;
		z-index: 2;
		color: #7B7B7B;
	}
	.language .langList .langOne{
		margin-bottom: 16px;
	}
	.language .langList .langOne:last-child{
		margin: 0;
	}
	.language .langList .langIcon{
		width: 32px;
		height: 32px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.footer{
		width:66.5%;
		padding: 18px 0;
		text-align: center;
		color: white;
		font-size: 14px;
		position: fixed;
		bottom: 0;
		left: 18.75%;
	}
	.content{
		width:400px;
		height: 488px;
		box-shadow: 0px 6px 16px 1px rgba(255,255,255,0.16);
		border-radius: 20px 20px 20px 20px;
		margin: 15px auto;
		position: relative;
		overflow: hidden;
	}
	.bg{
		width: 100%;
		height: 100%;
		opacity: 0.5;
		position: absolute;
	}
	.showContent{
		width: 100%;
		height: 100%;
		position: absolute;
		padding: 20px 40px;
		box-sizing: border-box;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.logo{
		width: 120px;
	}
	.lineBox{
		width: 100%;
		margin-top: 20px;
	}
	.lineBox .line{
		padding: 14px 20px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #0175D3;
	}
	.lineBox .line input{
		color: white;
	}
	.lineBox .code{
		width: 100px;
		margin-left: 20px;
	}
	.opPwd{
		width: 100%;
		color: white;
		font-size: 14px;
		margin: 12px 0 28px;
	}
	.opPwd a{
		color: white;
	}
	.opPwd .status{
		width: 14px;
		margin-right: 5px;
	}
	.loginBtn{
		width: 100%;
		border-radius: 10px;
		text-align: center;
		color: white;
		background: #f50000;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.explain{
		color: #999999;
		font-size: 14px;
	}
	.explain a{
		color: white;	
	}
	.service{
		width: 100px;
		height: 100px;
		background: #0D0D0D;
		border-radius: 8px 8px 8px 8px;
		border: 1px solid #FFFFFF;
		position: fixed;
		right: 10px;
		top: 50%;
		color: white;
		font-size: 14px;
	}
	.service .servieIcon{
		width: 20px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:750px) {
	.login{
		width: 100%;
		height: 100%;
		background: url(../images/phonebg.png) no-repeat;
		background-size: 100% 100%;
	}
	.container{
		width: 94%;
		height: 100%;
		margin: 0 auto;
	}
	.title1{
		padding: 18px 0;
	}
	.language{
		cursor: pointer;
		position: relative;
	}
	.language .moreIcon{
		width: 10px;
		margin-left: 12px;
	}
	.language .langList{
		width: 130px;
		padding: 20px 0;
		border-radius: 10px;
		background: white;
		position: absolute;
		top:30px;
		left: -75px;
		color: #7B7B7B;
		z-index: 2;
	}
	.language .langList .langOne{
		margin-bottom: 16px;
	}
	.language .langList .langOne:last-child{
		margin: 0;
	}
	.language .langList .langIcon{
		width: 32px;
		height: 32px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.footer{
		width:100%;
		padding: 18px 0;
		text-align: center;
		color: white;
		font-size: 14px;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	.content{
		width:100%;
		height: 488px;
		box-shadow: 0px 6px 16px 1px rgba(255,255,255,0.16);
		border-radius: 20px 20px 20px 20px;
		margin: 15px auto;
		position: relative;
		overflow: hidden;
	}
	.bg{
		width: 100%;
		height: 100%;
		background: #000000;
		opacity: 0.5;
		position: absolute;
	}
	.showContent{
		width: 100%;
		height: 100%;
		position: absolute;
		padding: 20px 30px;
		box-sizing: border-box;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.logo{
		width: 120px;
	}
	.lineBox{
		width: 100%;
		margin-top: 20px;
	}
	.lineBox .line{
		padding: 10px 15px;
		flex: 1;
		border-radius: 8px;
		border: 1px solid #f50000;
	}
	.lineBox .line input{
		line-height: 40px;
	}
	.lineBox .code{
		width: 100px;
		margin-left: 20px;
	}
	.opPwd{
		width: 100%;
		font-size: 14px;
		margin: 12px 0 28px;
	}
	.opPwd a{
	}
	.opPwd .status{
		width: 14px;
		margin-right: 5px;
	}
	.loginBtn{
		width: 100%;
		border-radius: 10px;
		text-align: center;
		color: white;
		background: #f50000;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.explain{
		color: #999999;
		font-size: 14px;
	}
	.explain a{
		color: white;	
	}
	.service{
		display: none;
	}
}