@CHARSET "UTF-8";

@font-face {
	font-family: 'PingFang SC Medium';
}

* {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC Medium", "微软雅黑";
	font-size: 16px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	/*width: 99%;*/
/* 	background: url(../../../img/login/bg.jpg) no-repeat center 0;
	background-attachment: fixed;
	background-size: 100% 100%; */
}

#main {
	height: 100%;
	width: 100%;
	background-image: url("/partnercloud/img/login/spokesman0505.png");
	background-position: 50%,50%;
	background-size: 100% 100%,100% 100%;
	background-color: #fff;
	overflow: hidden;
}

.denglu {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
}

.denglu-wrap {
	margin: 0 auto;
	overflow: hidden;
}

.denglu-left {
	width: 600px;
}

.denglu-left p {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	color:#000;
	font-family: "微软雅黑";
	font-weight:bold;

}

.denglu-left a {
	display: block;
	width: 102px;
	height: 102px;
	margin-left: 50px;
}
.spokesman{
	display: block;
	height: 100%;
	width: 100%;
	background-size:100%;
}
.login_logo1{
	width:200px;
	margin:20px 0 20px 0;
}

.denglu-right {
	width: 339px;
	height: 288px;
	padding: 24px 24px 10px;
	background: hsla(0, 0%, 100%, 0.8);
	position: absolute;
	top: 35%;
	left: 65%;
}

.denglu-right .text-box{
	margin: 0 auto;
	width: 300px;
	padding-bottom: 20px;
}
.denglu-right .text-box h1{
	width: 100%;
	font-size: 26px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
}

.denglu-right .login_logo6{
	display: block;
	width: 290px;
	height: 144px;
	margin: 0 auto 16px;
	border-radius: 5px 5px 0px 0px;
}
.login_logo2{
	width:90%;
	margin:80px 0 50px 0;
}

.loginForm{
	border-radius: 0 0 5px 5px;
}

.login {
	border-bottom: 1px solid #fff;
	width: 80%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
/*
.login:before {
	content: '';
	position: absolute;
	width: 650px;
	height: 1px;
	bottom: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(.5, .5);
	transform: scale(.5, .5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.login img {
	float: left;
	margin-left: 66px;
}
 */
.login p {
	width: 100%;
	float: left;
	font-size: 20px;
	color:#000;
	font-family: "微软雅黑";
	font-weight:bold;
	line-height: 60px;
	display:inline-block;
}

.shuru {
	width: 95%;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #999;
	background: #ccc;
	border-radius: 5px;
}

.shuru:hover {
	border: 1px solid #469ce7;
}
.uName{
	margin-bottom:24px;
}
.uName_left{
	width: 19%;
	height: 100%;
	float: left;
	border-right: 1px solid #999;
}
.uName_left img {
	padding:10px 0 0 16px;
	width: 40%;
}
.uName_right{
	height: 100%;
	width: 80%;
	float: left;
}

.uName_right input {
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #fff;
	float: right;
	padding: 0 10px;
	outline: none;
}
.pwd_box{
	display: flex;
	/*border: 1px solid red;*/
}
.pWord_left{
	height: 100%;
	width: 19%;
	float: left;
	border-right: 1px solid #999;
}
.pWord_left img {
	padding:8px 0 0 18px;
	width: 35%;
}
.pWord_right{
	/*border: 1px solid blue;*/
	/*display: flex;*/
	width: 80%;
	height: 100%;
	/*float: left;*/
	position: relative;
}
.pWord_right input {
	width: 100%;
	height: 100%;
	border: 0;
	background-color: #fff;
	padding: 0 35px 0 10px;
	outline: none;
}
.pWord_right img{
	display: block;
	/*height: 42px;*/
	width: 22px;
	position: absolute;
	top: 13px;
	right: 5px;
	opacity: .5;
	cursor: pointer;
}

.signin {
	display: block;
	width: 95%;
	margin: 0px auto 30px auto;
	height: 40px;
	text-align: center;
	font-size: 18px;
	background-color: #D1111E;
	border-radius: 5px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-weight:bold;
	color:#fff;
}

.mima {
	width: 95%;
	height: 30px;
	margin: 12px auto 10px;
	line-height: 30px;
	text-align:right;
	color:#000;
	font-family: "微软雅黑";
}
.mima a{
	color:#000;
	font-family: "微软雅黑";
}

.error {
	width: 80%;
/* 	height: 30px; */
	color: #f00;
	margin: 0 auto;
	line-height: 30px;
	text-align: center; /*display: none;*/
}

.zhuce {
	width: inherit;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	overflow: hidden;
}

.zhuce a {
	display: block;
	width: 80px;
	height: 100%;
	float: left;
	font-size: 14px;
	text-align: center;
}

#footer {
	/*width: 90%;*/
	height: 60px;
	text-align: center;
	line-height: 22px;
	white-space: nowrap;
	margin-top:25px;
}

#footer p {
	font-size: 14px;
	color:#000;
	font-family: "微软雅黑";
}

#footer:after, #footer span, #main:after, #main span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

#footer:after, #main:after {
	content: '';
}

#footer p, .denglu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	white-space: normal;
}
