@charset "utf-8";

body {
	color: #666;
	font-size: 1.4rem;
}

.shangyi-log {
	width: 7.13333333rem;
    height: 7.13333333rem;
    background: url(/img/logon.jpg) no-repeat;
    background-size: contain;
    margin: 1.25333333rem auto 0;
    border-radius: 3.5rem;
}

.tip {
	padding: 10px 15px;
}

.line {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	box-shadow: 0 1px 3px #e3e3e3;
}

.line .icon {
	background-size: cover;
}

.line .icon-user {
	position: absolute;
	top: 17px;
	left: 15px;
    display: block;
    width: 17px;
    height: 15px;
    background-image: url(/img/logon/icon-user.png);
}

.line .icon-pwd {
	position: absolute;
	top: 15px;
    left: 15px;
	display: block;
	width: 16px;
    height: 17px;
    background-image: url(/img/logon/icon-pwd.png);
}

.line .inner {
	padding-left: 40px;
}

#username {
	padding: 5px 0;
	width: 90%;
    height: 30px;
    line-height: 30px;
	color: #333;
	font-size: 1.4rem;
	background-color: #fff;
}

#password {
	padding: 5px 0;
	width: 90%;
    height: 30px;
    line-height: 30px;
	color: #333;
	font-size: 1.4rem;
	background-color: #fff;
}

.choose {
	margin-top: 45px;
    text-align: center;
    margin-bottom: 45px;
    font-weight: bold;
}

#logonBtn {
	border-radius: 20px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	width: 40%;
	letter-spacing: 2px;
	background-color: #d5444f;
	float: left;
	margin-left: 5%;
}

#msgLogonBtn {
	border-radius: 20px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	width: 40%;
	color: #d5444f;
	font-size: 15px;
	float: right;
	letter-spacing: 2px;
	background-color: #fff;
	margin-right: 5%;
}

.extra {
	font-size: 15px;
	width: 100%;	
	margin-top: 50px;
    text-align: center;
}

.extra a {
	padding-top: 20px;
	color: #d5444f;
}