/*Created by sshu on 2018/5/23*/
.wel_bg {
	position: fixed;
	width: 100%;
	height: calc(100% - 189px);
	left: 0;
	z-index: -1;
	top: 126px;
}

.userpic {
	width: 91px;
	height: 91px;
	margin: auto;
	margin-top: 35px;
}

.userpic img {
	height: 100%;
	width: 100%;
	border-radius: 100%;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.denglu-body input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #F8FCFB inset !important;
}

.main_content {
	width: 1149px;
	margin: auto;
	position: relative;
	z-index: 9999;
	height: 290px;
}

.main-con {
	margin: auto;
	height: 291px;
	position: absolute;
	width: 1130px;
	z-index: 131;
	top: 50%;
	margin-top: -59px;
}

.content-right {
	float: right;
	height: 289px;
	background: #F8FCFB;
	width: 281px;
	border-radius: 6px;
}

.content-right-t {
	/* border-bottom: 1px solid #ddd; */
	height: 57px;
	margin-right: 23px;
}

.content-right-t span {
	font-size: 16px;
	margin-left: 21px;
	line-height: 60px;
	color: #525252;
}

.content-right-t span.zc {
	float: right;
	color: #08A9F0
}

.denglu-body {
	margin-left: 20px;
}

.denglu-body input {
	width: 191px;
	height: 34px;
	border: none;
	margin-top: 1px;
	line-height: 35px;
	padding-left: 12px;
	background: none;
}

.username {
	height: 35px;
	background: url(../images/user-icon.png) no-repeat 13px -28px;
	margin-top: 3px;
	padding-left: 35px;
	width: 203px;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
}

.username:hover {
	border: 1px solid #06A8F0;
	background-position: 13px 9px;
}

.password {
	height: 35px;
	background: url(../images/password-icon.png) no-repeat 14px 8px;
	margin-top: 24px;
	padding-left: 35px;
	width: 203px;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
}

.password:hover {
	border: 1px solid #06A8F0;
	background-position: 14px -28px;
}

.button {
	margin-top: 22px;
}

.button a {
	width: 242px;
	height: 40px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #08A9F0;
	font-size: 14px;
	border-radius: 3px;
}

.button a:hover {
	background: #0da0e2
}

.button a:hover {
	background-position: 0px bottom;
}

.button_group_wrap {
	position: fixed;
	bottom: 67px;
	width: 100%;
}

.button_group_wrap .button_group {
	text-align: center;
}

.button_group_wrap .button_group a {
	margin-left: 15px;
	background: url(../images/lunbo-sic.png) no-repeat;
	width: 8px;
	height: 8px;
	display: inline-block;
}

.button_group_wrap .button_group .current_button {
	background: url(../images/lunbo-sic-on.png) no-repeat;
	width: 8px;
	height: 8px;
	display: inline-block;
}
.wangji {
	margin-top: 26px;
	text-align: center;
	overflow: hidden;
	width: 245px;
}

.wangji a {
	float: left;
	line-height: 16px;
	height: 16px;
	font-size: 12px;
}

.wangji a:hover {
	text-decoration: underline;
}

.wangji a input {
	height: 13px;
	width: 13px;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 5px;
}

.wangji .zhaohui a {
	color: #FD8C12;
	border-bottom: 1px solid #FD8C12;
	float: none;
}

.content-right .backapp {
	text-align: center;
	margin-top: 55px;
}

.content-right .bot-right {
	color: #09A9F0;
	margin-top: 26px;
	float: right;
	margin-right: 18px;
	cursor: pointer;
}