/* body .mflayer  */
body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
textarea,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: "微软雅黑";
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}
.loginmain{
	width: 100%;
	height: 100vh;
	background: url(../images/loginbgimg.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.loginmain1{
	width: 22.125rem;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
	position: absolute;
	right: 10%;
	top:10%;
	padding: 2rem 1rem;
}
.loginmain1 .text-center{
	font-size: 20px;
	color: #999999;
	margin-bottom: 30px;
}
.loginmain1 .text-center span{
	position: relative;
	font-weight: bold;
}
.loginmain1 .text-center span:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ffa500;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.loginmain1 .control-group{
	width: 100%;
	position: relative;
	background-color: #f0f0f0;
	border-radius: 5px;
	height: 2.5rem;
	margin-bottom: 0.7rem;
	overflow: hidden;
}
.loginmain1 .control-group input{
	height: 2.4rem;
	border: none;
	padding: 0 0.625rem;
	background-color: #f0f0f0;
}
.verify_img{
	position: absolute;
	right: 0;
	top: 0;
	height: 2.5rem;
}
.loginhref{
	font-size: 0.75rem;
	    color: #222222;
	    line-height: 1rem;
	    margin-bottom: 1.2rem;
	    display: block;
	    margin-top: -0.5rem;
}
.logins{
	width: 60%;
	margin-left: 20%;
	border-radius: 5px;
	background-color: #FFA500;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 2.5rem;
	transition: all 0.3s ease;
}
.logins:hover{
	background-color: #d28e11;
}
.loginmain .layui-icon-close{
	position: absolute;
	    right: 0.625rem;
	    top: 0.625rem;
	    font-weight: bold;
	    color: #000000;
	    width: 1.5rem;
	    height: 1.5rem;
	    color: #ffa500;
	    background: #ffffff;
	    line-height: 1.5rem;
	    text-align: center;
	    border-radius: 50%;
}
#codeBtn{
	width: 6rem;
	    height: 2.5rem;
	    position: absolute;
	    right: 0;
	    top: 0;
	    background: #ffa500;
	    font-size: 0.95rem;
	    color: #ffffff;
}
.loginmain1 .control-group1{
	margin-bottom: 1.25rem;
}

.mfnotlogin, .mflogined {
	display: none;
}


@media only screen and (max-width: 640px)  {

	.loginmain1{
	width: 94%;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    right: 3%;
    top: 16%;
    padding: 1.5rem 1rem;
}
.loginmain1 .control-group {
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    border-radius: 5px;
    height: 1.8rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.loginmain1 .control-group input {
    height: 1.8rem;
    border: none;
    padding: 0 0.625rem;
    background-color: #f0f0f0;
}
#codeBtn {
    width: 6rem;
    height: 1.8rem;
    position: absolute;
    right: 0;
    top: 0;
    background: #ffa500;
    font-size: 0.95rem;
    color: #ffffff;
}
.verify_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.8rem;
}
.loginhref {
    font-size: 0.75rem;
    color: #222222;
    line-height: 1rem;
    margin-bottom: 0.8rem;
    display: block;
    margin-top: 0;
}
.logins {
    line-height: 2rem;
}








}