body{
	margin: 0;
	padding: 0;
}
.login{
	position: fixed;
	width: 100%;
    height:100%;
    background-image:url(../images/pc_bg.jpg);
    background-size: 100% 100%;
    padding: 2% 18%;
    box-sizing: border-box;
    overflow: inherit;
}

.login-platform{
    background-image:url(../images/pc_bg_platform.jpg);
}

.login-supplier{
    background-image:url(../images/pc_bg_supplier.jpg);
}

.inputS{
	position: relative;
}
.inputS img{
	position: absolute;
	right: 15px;
	top: 24px;
}
.login-logo{
	padding-bottom: 50px;
}
.title{
	font-family: "MicrosoftYaHe";
    font-size: 30px;
    color: #368ae3;
    margin: 0 0 40px 0;
}
.main{
	overflow: hidden;
	position: relative;
}
.login-left{
	width: 50%;
	float: left;
	position: relative;
	background: #26449b;
	min-height: 415px;
}
.login-left img{
	width: 100%;
}
.login-right{
	width: 50%;
	float: left;
	position: absolute;
	right: 0;
	height: 100%;
	background: rgba(255,255,255,0.8);
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 415px;
}
.right-smallDiv{
	padding: 10% 18% 0 18%;
    box-sizing: border-box;
    text-align: center;
}
input{
	height: 50px;
	width: 100%;
	padding: 0 45px 0 20px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #A9A9A9;
	margin: 10px 0;
	background: transparent;
}
.loginBtn{
	width: 100%;
	background: #66b1ff;
	color: #fff;
	font-size: 21px;
	padding: 11px 20px;
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	margin-top: 10px;
}
.authCode input{
}
.auth{
	width: calc(100% - 105px);
	float: left;
}
.code{
	width: 90px;
	float: right;
	font-size: 18px;
	text-align: center;
	padding: 0;
	cursor: pointer;
	outline: none;
}
