.logo-name {
	padding: 10px 30px;
	padding-top: 30px;
	text-align: center;
}

.logo-name .logo {
	width: 100px;

}

.logo-name .mingzi {
	font-size: 16px;
	margin-top: 10px;
	color: #333;
}

.login {
	width: 95%;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	border-radius: 10px 10px;

}

.login::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;

	/* border: 1px solid #3344b6; */
	/* background: linear-gradient(to top, #3344b6, #4159dd, #4d65fb); */


}

.login-groud {
	position: relative;

	width: 100%;

	padding-bottom: 1px;
	box-shadow: 0 0 6px #444 inset;
	background: #750506;
	border-radius: 8px;
}



.login-groud .login-lable {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;


}

.login-groud .imgIcon {
	width: 17px;
	height: 17px;
	margin-right: 10px;
}

.login-groud .form-control {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 15px;
	color: #FFAB0F;
	border: none;
	background: transparent;

}

.login-groud .form-control::-webkit-input-placeholder { /* Chrome, Opera, Safari */
  color: #D68700;
}
 
.login-groud .form-control:-moz-placeholder { /* Firefox 18- */
  color: #D68700;
  opacity: 1; /* 修复老版本Firefox的不透明度问题 */
}
 
.login-groud .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #D68700;
  opacity: 1; /* 修复Firefox的不透明度问题 */
}
 
.login-groud .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D68700;
}

.login-groud .frame {
	/*background:url(../images/line.png) no-repeat bottom;background-size: 100% auto;*/
}

.login-groud .btn-code {
	min-width: 80px;
	margin-left: 10px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 3px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.login-groud .btn-code img {
	width: 100%;
	height: 35px;
}

.login-groud .ereBox {
	width: 10%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.login-groud .ereBox img {
	width: 20px;
	margin-right: 10px;
	/* height: 12px; */

}

.login-groud1 {
	position: relative;

	width: 100%;

	padding-bottom: 1px;
}



.login-groud1 .login-lable {
	font-size: 16px;
	color: #FFAB0F;
	margin-bottom: 10px;


}

.login-groud1 .imgIcon {
	width: 17px;
	height: 17px;
	margin-right: 10px;
}

.login-groud1 .form-control {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 15px;
	color: #FFAB0F;
	border: none;
	
	box-shadow: 0 0 6px #444 inset;
	background: #750506;
	border-radius: 8px;

}

.login-groud1 .form-control::-webkit-input-placeholder { /* Chrome, Opera, Safari */
  color: #D68700;
}
 
.login-groud1 .form-control:-moz-placeholder { /* Firefox 18- */
  color: #D68700;
  opacity: 1; /* 修复老版本Firefox的不透明度问题 */
}
 
.login-groud1 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #D68700;
  opacity: 1; /* 修复Firefox的不透明度问题 */
}
 
.login-groud1 .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D68700;
}

.login-groud1 .frame {
	/*background:url(../images/line.png) no-repeat bottom;background-size: 100% auto;*/
}

.login-groud1 .btn-code {
	min-width: 80px;
	margin-left: 10px;
	line-height: 35px;
	font-size: 14px;
	border-radius: 3px;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}

.login-groud1 .btn-code img {
	width: 100%;
	height: 35px;
}

.login-groud1 .ereBox {
	width: 10%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}

.login-groud1 .ereBox img {
	width: 20px;
	margin-right: 10px;
	/* height: 12px; */

}

.remPassword {
	padding: 10px 0;
	/*text-align: center;*/
	font-size:12px;

}
.remPassword1 {
	padding: 10px 0;
	font-size:12px;
	color:#ddd;
}
.checkbox1 {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: solid 1px #ddd;
	font-size: 12px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
	border-radius: 50% 50%;
}
.checkbox1.check_t {
    background: #3192FF url(../images/icon/icon_check_white.png) no-repeat center;
        background-size: auto;
    background-size: 10px auto;
    border: 1px solid #3192FF;
    text-align: center;
}
.remPassword span {
	color: #999999;
	font-size: 14px;
}

.remPassword a {
	color: #fff;
	font-size: 14px;
}

.login-submit-btn {
	width: 100%;
  margin: 0 auto;
  height: 42px;
  border-radius: 30px;
  line-height: 42px;
  font-size: 15px;
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #FDA415;
  margin-top: 25px;
}



.goregister {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 10px 0;
	font-size: 16px;
}

.login-groud ::-webkit-input-placeholder {
	color: #999;

}

.login-groud ::-webkit-input-placeholder {
	color: #999;

}

.login-groud ::-moz-placeholder {
	color: #999;

}

.login-groud :-moz-placeholder {
	color: #999;

}
