/*登录*/
body.html {
	overflow: hidden;
}

.container {
	width: 100%;
	height: 100%;
	background: url("../img/login/login-bg.png") no-repeat;
	background-size: 100%;
	position: absolute;
	overflow: hidden;
}

.login-body {
	width: 100%;
}

.login-main {
	margin: auto;
	height: 500px;
	width: 1200px;
	vertical-align: middle;
}

.login-right {
	float: left;
	margin-left: -1%;
	margin-right: 4%;
}


.login-footer {
	position: absolute;
	color: rgba(0, 0, 0, 0.98);
	font-size: 12px;
	bottom: 20px;
	width: 98%;
}

.login-left {
	padding-top: 10%;
}

.main-body {
	margin-top: 1%;
	margin-left: 55%;
	width: 445px;
	height: 397px;
	background: url("../img/login/body-bg.png") no-repeat;
	background-size: 100%;
	position: relative;
	padding-top: 2%;
}

.main-body .login-form-head {
	height: 40px;
}

.main-back {
	display: inline-block;
	vertical-align: middle;
	padding-top: 28px;
	margin-left: 42px;
}

.back-button {
	float: right;
	margin-left: 10px;
	padding-top: 0px;
	cursor: pointer;
	display: block;
}

.back-button:hover {
	color: blue;
	text-decoration: underline;
}

.to-regist {
	float: right;
	margin-right: 30px;
	vertical-align: middle;
	margin-top: 26px;

}

.to-regist-button {
	/*background: url("../img/login/regist-btn.png") no-repeat;*/
	width: 45px;
	height: 22px;
	margin-left: 8px;
	color: #2f2fbf;
	border: 1px solid #d2d2d2;
	background: #fff;
	border-radius: 5px;
}

.form-row {
	display: table;
	margin-bottom: 28px;
	width: 100%;
}

.form-row .form-row-cell {
	display: table-cell;
	line-height: 30px;
	vertical-align: middle;
}

.form-row-left {
	font-size: 16px;
	padding-right: 40px;
	text-align: right;
	width: 150px;
}

.form-row-ipunt {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	width: 216px;
	border: 1px solid #3498db;
	border-radius: 5px;
	padding-left: 10px;
	margin-left: -4%;
}

.login {
	/*background: url("../img/login/login-button.png") no-repeat;*/
	width: 180px;
	height: 30px;
	border: 1px solid #3498db;
	background: #3498db;
	border-radius: 9px;
	text-align: center;
	display: block;
	/*margin: 0 auto;*/
	font-size: 15px;
	font-family: 微软雅黑;
	color: #ffffff;
	line-height: 28px;
	cursor: pointer;
	letter-spacing: 5px;
	margin: -3% 0 0 34%;
}

#loginLeft .login-head .jyjcLogo {
	width: 55px;
	height: 55px;
}

#loginLeft .login-head .titleLogo {
	width: 40%
}

.login-head {
	display: flex;
	align-items: center;
}

.Head-Text {
	font-size: 24px;
	font-weight: 500;
	margin-left: 15px;
	color: #fff;
	text-shadow: 2px 2px #b6b5b5;
}

#loginLeft .form-row-left img:nth-of-type(1) {
	width: 18px;
}

#loginLeft .form-row-left img:nth-of-type(2) {
	width: 14px;
}

.rememberPassword {
	margin: 4px 0 0 9px;
	display: inline-block;
}

.LoginOr {
	display: flex;
	padding-left: 30px;
	font-size: 20px;
}

.QY,
.GR {
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}

.thisLi {
	color: #03A2E3;
	border-bottom: 3px solid #03A2E3;
}

.aaaaaa {
	width: 2px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #03A2E3;
	position: absolute;
	left: 40%;
}

.tws-rightContent input {
	margin-top: 20px;
	width: 90%;
	height: 90%;
	border: 1px solid #ccc;
	padding-left: 70px;
	border-radius: 30px;
	font: inherit;
	color: inherit;
	font-size: 16px;
}

.tws-rightContent input:focus {
	outline: none;
	border: 1px solid #00cccc;
}

.tws-userName,
.tws-loginPass {
	width: 400px;
	height: 50px;
	margin: 0px 40px;
	position: relative;
	margin-top: 15px;
}

.tws-userName i {
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	top: 24px;
	left: 15px;
}

.tws-loginPass i {
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	top: 24px;
	left: 15px;
}

.tws-loginLine {
	display: block;
	position: absolute;
	left: 55px;
	top: 28px;
	height: 70%;
	width: 1px;
	background: #ccc;
}

.tws-loginRes {
	font-size: 14px;
	width: 330px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tws-registContainer {
	color: #FF6600;
	text-decoration: underline;
	margin-right: 30px;
	cursor: pointer;
	font-size: 14px;
}

.tws-forget {
	font-size: 14px;
	color: #00cccc;
	text-decoration: underline;
	cursor: pointer;
}

.tws-loginBtn {
	width: 355px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-left: 40px;
	text-align: center;
	border-radius: 50px;
	background: #16ADEB;
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
}

input {
	background: #fff;
}

input::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
	color: #AEAEAE;
	font-size: 16px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #AEAEAE;
	font-size: 16px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #AEAEAE;
	font-size: 16px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #AEAEAE;
	font-size: 16px;
}

.MyLogin {
	display: none;
	text-align: center;
	padding-top: 20px;
}

.MyLogin #ImgLogin {
	width: 150px;
}


/* 登录成功 */
.mobelLogin {
	display: flex;
	padding-left: 18%;
	margin-top: 10%;
}

.mobelLogin .imgLeft {
	display: flex;
	align-items: center;
}

.mobelLogin .TextRight h3 {
	margin: 10px 15px;
	font-weight: 700;
}

.mobelLogin .TextRight p {
	margin: 15px 15px;
}

/* 图片遮罩层 */
.Occlusion {
	width: 150px;
	height: 150px;
	margin-left: 148px;
	background-color: #fff;
	padding-top: 38px;
}

/* 登陆失败蒙层 */
.imgError {
	position: absolute;
	border: 1px solid #ccc;
	top: 18%;
	left: 33%;
	width: 34%;
	height: 38.5%;
	background-color: #fff;
	opacity: .93;
	padding-top: 8%;
}

.imgError  img {
	width: 50px;
}