*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
	padding:0;
	margin:0;
	list-style:none;
	box-sizing: border-box;
}

body,html{
	height:100%;
	overflow:hidden;
}
body{
	background: -webkit-radial-gradient(bottom, #aac1c7, #f7fbfb 80%) no-repeat center center fixed;
	background: radial-gradient(to top, #aac1c7, #f7fbfb 80%) no-repeat center center fixed;
}
a{
	color:#46be68;
	text-decoration:none;
	cursor:pointer;
}
.login{
	margin:150px auto 0 auto;
	min-height: 420px;
	max-width: 350px;
	padding: 40px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	overflow-x: hidden;
	box-sizing: border-box;
    box-shadow: 0 2rem 4rem #aac1c7;
    position: relative;
}
h1 {
    font-size: 30px;
    display: block;
    padding-bottom: 10px;
    text-align: left;
	color: #46be68;;
}
.msg{
    padding-bottom: 30px;
    font-size: 20px;
    color: #999;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: none;
    border-bottom: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 0px;
    height: 50px;
    padding: 0px 16px;
    font-size: 16px;
    color: #555555;
	outline:none;
	width:100%;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border-color:#46be68;
}


input[type=submit],
input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #46be68;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
	outline:none;
	width:100%;
}

input[type=submit]:disabled,
input[type=button]:disabled{	
	background: #999;
}

.code{
	width:100%;
}
.code input{
	width:50%;
}
.code .img{
	width:50%;
	padding-left:20px;
	box-sizing:border-box;
	float:right;
}
hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

a.wechat{
    background: url(../images/login_white_small.png) no-repeat center;
    background-size: 150px 30px;
    width: 150px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
a.wechat:hover{
    background: url(../images/login_blue_small.png) no-repeat center;
    background-size: 150px 30px;
}

.qrcode{
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,.08);
    border-radius: 5px;
    display: none;
}

.qrcode h1{
    font-size: 16px;
    line-height: 1;
    padding:15px 0;
    text-align: center;
    color: #666;
    border-radius: 5px 5px 0 0;
    background-color: #f5f7fa;
    font-weight: normal;
}
.qrcode .build{
    padding: 15px;
    background: #fff;
}
.qrcode img{
    width: 100%;
    vertical-align: top;
}

.qrcode .fd{
    border-top: 1px solid #eee;
    padding: 15px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.qrcode .fd p{
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}

.copyright {
    position: absolute;
    bottom: 60px;
    right: 60px;
    color: #999;
    font-size: 12px;
}

