* {
	margin: 0;
	padding: 0;
}

.header {
	width: 1168px;
	height: 90px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.header .nav {
	float: left;
}

.header .nav h3 {
	font: 24px "Microsoft YaHei";
	font-weight: normal;
	color: #333333;
	letter-spacing: 6px;
	margin-left: 401px;
	line-height: 90px;
}

.header .nav .a1 {
	height: 60px;
	margin-top: 15px;
	float: left;
	display: block;
}

.header .nav .a2 {
	display: none;
}


/*登录界面*/
.naw  {
	min-width: 1168px;
}

.naw .login {
	width: 100%;
	height: 600px;
	position: relative;
}

.naw .login .login-top {
	width: 1168px;
	margin: 0 auto;
}


/*登录右边用户*/

.naw .login .user {
	width: 406px;
	height: 600px;
	background-color: rgba(0, 0, 0, 0.3);
	float: right;
}

.naw .login .user2 {
	display: none;
}

.naw .login .layui-tab-title::after {
	display: block;
	content: "";
	clear: both;
}

.naw .login .layui-tab-title li {
	position: absolute;
	right: 0;
	width: 53px;
	height: 53px;
	/* width: 135px;
	height: 72px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	font-family: "Microsoft YaHei";
	float: left;
	line-height:102px;
	text-align: center; */
	cursor: pointer;
}

.naw .login .layui-tab-title .active {
	color: #148AF4;
}

.naw .login .layui-tab-title .activePc {
	color: #FFFFFF;
	background-color: #148AF4;
}


.naw .login .layui-tab .layui-tab-content {
	width: 326px;
	margin: 0 auto;
}

.naw .login .layui-tab .layui-tab-content .layui-tab-item {
	display: none;
}

.naw .login .layui-tab .layui-tab-content .layui-show {
	display: block;
}


/*密码登录*/

.naw .login .layui-tab .layui-tab-content .b1 input[name=username] {
	margin-top: 0px;
	width: 326px;
	height: 50px;
	border-radius: 6px;
	border: none;
	font-size: 18px;
	line-height: 56px;
	text-indent: 40px;
	background: url(../images/ghnew.png) no-repeat 10px center / 20px 20px;
	background-color: #fff;
	color: #666666;
}

.naw .login .layui-tab .layui-tab-content .b1 .mima {
	margin-top: 30px;
}

.naw .login .layui-tab .layui-tab-content .b1 .mima input[type=password] {
	margin-bottom: 15px;
	font-size: 18px;
	width: 70%;
	color: #666666;
	border: none;
	border-radius: 5px 0 0 5px;
	background: url(../images/passwnew.png) no-repeat 10px center / 20px 20px;
	background-color: #fff;
	height: 50px;
	line-height: 44px;
	text-indent: 40px;
	margin: auto;
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass {
	/* margin-top: 5px; */
	position: relative;
}
.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass  .veriyCodeImg {
	position: absolute;
	right: 10px;
	top: 15px;
}
.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass input[name=veriyCode] {
	margin: 15px 0px;
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border: none;
	font-size: 18px;
	line-height: 56px;
	text-indent: 40px;
	background: url(../images/yznew.png) no-repeat 10px center / 20px 20px;
	background-color: #fff;
	color: #666666;
}

.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass img{		
	width:100px;		
	height:50px;
}

.naw .login .layui-tab .layui-tab-content .b1 .mima a {
	width: 30%;
	text-align: center;
	color: #264463;
	border: none;
	border-radius: 0 5px 5px 0;
	background-color: #fff;
	height: 50px;
	line-height: 56px;
	text-indent: 1%;
	font-size: 14px;
	margin: auto;
	float: right;
	color: #1386ED;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}


/*手机号登录*/

.naw .login .layui-tab .layui-tab-content .b2 .phone {
	margin-top: 30px;
}

.naw .login .layui-tab .layui-tab-content .b2 input[name=phoneNumber] {
	margin-top: 0px;
	width: 326px;
	height: 50px;
	border-radius: 6px;
	border: none;
	font-size: 18px;
	line-height: 50px;
	text-indent: 40px;
	background: url(../images/phone@2x.png) no-repeat 10px center / 20px 20px;
	background-color: #fff;
	color: #666666;
}

.naw .login .layui-tab .layui-tab-content .b2 .phone input[name=validateCode] {
	font-size: 18px;
	width: 60%;
	color: #666666;
	border: none;
	border-radius: 5px 0 0 5px;
	background: url(../images/yz.png) no-repeat 10px center / 20px 20px;
	background-color: #fff;
	height: 50px;
	line-height: 44px;
	text-indent: 40px;
	margin: auto;
	float: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.naw .login .layui-tab .layui-tab-content .b2 .phone input[type=button] {
	width: 40%;
	color: #264463;
	border: none;
	border-radius: 0 5px 5px 0;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	text-indent: 1%;
	font-size: 14px;
	margin: auto;
	float: right;
	color: #1386ED;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
}


/*登录*/

.naw .login button{
	width: 326px;
	margin: 15px 41px 0 41px;
	background-color: #148AF4;
	border-radius: 6px;
	color: #fff;
	border: 0px;
	line-height: 56px;
	font-size: 18px;
}


/*其他登录方式*/

.naw .login .other {
	width: 326px;
	margin: 35px auto 0 auto;
}

.naw .login .other p {
	font: 18px "Microsoft YaHei";
	color: #FFFFFF;
}

.naw .login .other ul {
	margin-top: 25px;
}

.naw .login .other ul li {
	float: left;
	margin: 0 3.5%;
}

.naw .login .other ul .en {
	margin: auto;
}


/*下面文字*/

.naw .login-text {
	width: 1168px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.naw .login-text ul {
	margin-top: 50px;
}

.naw .login-text ul li {
	width: 389px;
	/*height: 64px;*/
	float: left;
	margin-bottom: 50px;
}

.naw .login-text ul li .con {
	width: 240px;
	margin-left: 92px;
}

.naw .login-text img {
	float: left;
}

.naw .login-text h3 {
	font-size: 18px;
	color: #333333;
	font-family: "Microsoft YaHei";
	font-weight: 600;
	line-height: 30px;
}

.naw .login-text p {
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: #999999;
	line-height: 22px;
	font-weight: 400;
}

.naw .login-text .title {
	margin-left: 28.5px;
}

.naw .login-text .tat {
	float: right;
}


/*底下文字*/

footer {
	clear: both;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 14px;
	background: rgba(255, 255, 255, 1);
	/*box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.1);*/
}

.errors{
	font-size: 14px;
		color:#FFF;
		/* height:50px;
		line-height:50px; */
	}

	.naw .login .user{
		position: relative;
		/* width: auto;
		overflow: auto; */
	}
	@media (max-width: 1171px) {
		.user{
			position: absolute;
			right: 0;
			top:0;
			}
	}
	@media (max-width: 1600px) and (min-width: 900px) and (max-height:900px){
		.header{
			height:80px;
		}
		.header .nav .a1{
			margin-top:10px;
		}
		.header .nav h3{
			line-height:80px
		}
		/* .naw .login .layui-tab-title li{
			line-height:80px;
			height:100%;
		} */
		/* #msg{
			min-height:80px;
			line-height:25px;
		} */
		.naw .login .user,.naw .login{
			height:550px;
		}

		.naw .login-text ul{
			margin-top:30px;
		}
		.naw .login-text ul li{
			margin-bottom:20px;
		}
	}
	@media (max-width: 1300px) and (min-width: 900px) and (max-height:700px){
		.header{
			height:60px;
		}
		.header .nav .a1{
			margin-top:0;
		}
		.header .nav h3{
			line-height:60px
		}
		/* .naw .login .layui-tab-title li{
			line-height:45px;
			height:100%;
		} */
		.naw .login .user,.naw .login{
			height:460px;
		}
		.naw .login .layui-tab .layui-tab-content .b1 input[name=username],
		.naw .login .layui-tab .layui-tab-content .b1 .mima input[type=password],
		.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass input[name=veriyCode],
		.naw .login .layui-tab .layui-tab-content .b1 .mima a,
		.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass img,
		.naw .login button{
			font-size:16px;
			height:45px;
			line-height:45px;
		}
	
		.naw .login button,
		.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass input[name=veriyCode],
		.naw .login .other,
		.naw .login .layui-tab .layui-tab-content .b1 .mima{
			margin-top:20px;
		}
	
		.naw .login-text ul{
			margin-top:10px;
		}
		.naw .login-text h3{
			font-size:16px;
		}
	
		.naw .login-text img{
			margin-top:7px;
			width:60px;
			height:60px;
		}
		.naw .login-text ul li{
			margin-bottom:10px;
		}
	}

/*移动端适应*/

@media only screen and (max-width: 767px) {
	html,
	body {
		width: 100%;
		height: 100%;
	}
	body {
		background: url(../images/Mobile.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-attachment: fixed;
		-webkit-background-attachment: fixed;
	}
	.smfs-title,.qrcode,.layui-tab-title,.other,.overlay {
		display: none;
	}
	#submitBtn,.b1,#msg  {
		display: block !important;
	}
	/*顶部*/
	.header {
		width: 100%;
		height: 178px;
		background: none;
	}
	.header .nav {
		width: 81%;
		margin: 0 10%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header .nav h3 {
		margin: 0;
		font-size: 24px;
		color: #FFFFFF;
	}
	.header .nav .a1 {
		display: none;
	}
	.header .nav .a2 {
		display: block;
		height: 40px;
		margin-top: 60px;
	}
	/*登录*/
	.naw {
		min-width: unset !important;
	}
	.naw .login {
		background: none;
		height: 100%;
	}
	.naw .login .login-top{
		width: 100%;
	}
	.naw .login .user {
		display: block;
		width: 80%;
		margin: 0 10%;
		background-color: #FFFFFF;
		border-radius: 6px;
		height: auto !important;
		padding: 20px 0px;
		box-sizing: border-box;
	}
	.naw .login .user button {
		margin: 15px 10% 0 10%;
		height: 45px;
		line-height: 35px;
		width: 80%;
	}
	.naw .login .user .other {
		width: 100%;
		margin: 65px auto 0 auto;
	}
	.naw .login .user .other p {
		font-size: 15px;
	}
	.naw .login .other ul {
		margin-top: 15px;
	}
	.naw .login .layui-tab-title::after {
		display: block;
		content: "";
		clear: both;
	}
	.naw .login .layui-tab-title{
		margin: 0 10%;
	}
	.naw .login .layui-tab-title li {
		width: 50%;
		height: 40px;
		color: #999999;
		font-size: 13px;
		font-weight: 500;
		font-family: "Microsoft YaHei";
		float: left;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
	}
	[lay-id="submitQrcode"]{
		display: none;
	}

	.naw .login .layui-tab-title .active {
	color: #148AF4;
	border-bottom: 1px solid #148AF4;
}
	.naw .login .layui-tab .layui-tab-content {
		width: 100%;
		min-height: 145px;
		margin: 0px auto 0 auto;
	}
	.naw .login .layui-tab .layui-tab-content .layui-tab-item {
		display: none;
		width: 80%;
		margin: 0 10%;
	}
	.naw .login .layui-tab .layui-tab-content .layui-show {
		display: block;
		width: 80%;
		margin: 0 10%;
	}
	/*密码登录*/
	.naw .login .layui-tab .layui-tab-content .b1 input[name=username] {
		/* margin-top: 0px;
		height: 30px;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
		font-size: 13px;
		line-height: 30px;
		color: #666666;
		border-radius: 0;
		background-color: rgba(0,0,0,0); */
		width: 100%;
		background-color: #F6F6F6;
	}
	.naw .login .layui-tab .layui-tab-content .b1 .mima {
		margin-top:30px;
		width: 100%;
	}
	.naw .login .layui-tab .layui-tab-content .b1 .mima input[type=password] {
		/* font-size: 13px;
		width: 60%;
		color: #666666;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
		height: 30px;
		line-height: 30px;
		margin: auto;
		float: left;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none; */
		background-color: #F6F6F6;
	}
	.naw .login .layui-tab .layui-tab-content .b1 .mima a {
		/* width: 40%;
		text-align:center;
		color: #264463;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
		height:30px;
		line-height: 29px;
		text-indent: 1%;
		font-size: 13px;
		margin: auto;
		float: right;
		color: #1386ED;
		background:none;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none; */
		background-color: #F6F6F6;
	}
	
	.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass {
		/* margin-top:5px; */
		width: 100%;
	}
	
	.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass input[name=veriyCode] {
		/* font-size: 13px;
		margin-top:5px;
		width: 70%;
		color: #666666;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
		height: 32px;
		line-height: 32px;
		margin: auto;
		float: left;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none; */
		width: 70%;
		background-color: #F6F6F6;
	}
	.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass .veriyCodeImg{		
		width: 25%;
		background-color: #F6F6F6;
		border-radius: 10px;
		overflow: hidden;
	}
	.naw .login .layui-tab .layui-tab-content .b1 .veriyCodeClass img{		
		width: 100%;
		height: 50px;
	}
	
	/*手机号登录*/
	.naw .login .layui-tab .layui-tab-content .b2 .phone {
		margin-top: 5px;
		width: 100%;
	}
	.naw .login .layui-tab .layui-tab-content .b2 input[name=phoneNumber] {
		margin-top: 0px;
		width: 100%;
		height: 30px;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
		font-size: 13px;
		line-height: 30px;
		/*text-indent: 40px;*/
		color: #BAC0C5;
		border-radius: 0;
		background-color: rgba(0,0,0,0);
	}
	.naw .login .layui-tab .layui-tab-content .b2 .phone input[name=validateCode] {
		font-size: 13px;
		width: 50%;
		color: #BAC0C5;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
		height: 30px;
		line-height: 30px;
		margin: auto;
		float: left;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none;
	}
	.naw .login .layui-tab .layui-tab-content .b2 .phone input[type=button] {
		width: 50%;
		color: #264463;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
		height: 31px;
		line-height: 31px;
		text-indent: 1%;
		font-size: 13px;
		margin: auto;
		float: right;
		color: #1386ED;
		background:none;
		border-radius: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		appearance: none;
	}
	
	.naw .login .other ul li{
		margin-right: 5%;
		
	}
	.naw .login .other ul li img{
		width: 41px;
		height: 41px;
	}
	.naw .login .other ul .d1{
		display: none;
	}
	
	/*清除样式*/
	.naw .login-text,
	footer {
		display: none;
	}
	.errors{
		color:red;
		/* height:25px;
		line-height:25px; */
		/* margin-top:5px; */
		width: 80%;
		margin: 0px 10% 0px 10%;
	}
}