@charset "utf-8";

.tools {
	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%;
}

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

.shangyi-log {
    width: 8.13333333rem;
    height: 8.13333333rem;
    background: url(/img/common/logo.jpg) no-repeat;
    background-size: contain;
    margin: 20px auto 0;
   	margin-bottom: 20px;
   	border-radius: 4rem;
}

.extra {
	margin-top: 15px;
    text-align: center;
}

.extra a {
	color: #d5444f;
	background-color: #fff;
	border-radius: 15px;
	border:1px solid #333;
	padding: 3px 5px 3px 5px;
}

.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 .icon-chk {
	position: absolute;
	top: 15px;
    left: 15px;
	display: block;
	width: 16px;
    height: 17px;
    background-image: url(/img/logon/icon-chk.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;
	border: none;
}

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

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

.forLeft {
	float: left;
}

.forRight {
	float: right;
}