﻿/**!
 * 南宁政务平台登录页
 * author: gaojing;
 * date: 2017-03-09
 */
.main .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.main .building {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 45%;
	z-index: -1;
}
.header {
	height: 124px;
	background: #fff;
}
.header .logo {
	margin-top: 42px;
	margin-left: 125px;
}
.header .code {
	margin-top: 22px;
	margin-right: 63px;
	font-size: 12px;
}
.code-box {
	width: 69px;
	text-align: center;
}
.ios {
	margin-right: 35px;
}
.code-box .icon {
	display: inline-block;
	height: 17px;
	line-height: 18px;
	color: #5196f9;
}
.ios-icon {
	padding: 0 20px;
	background: url("../imageslogin/ios-icon.png") no-repeat;
}
.android-icon {
	padding-left: 18px;
	background: url("../imageslogin/Android-icon.png") no-repeat;
}

/* 登录框 */
.login {
	margin-top: 82px;
	margin-left: 245px;
	width: 350px;
	height: 336px;
	background: url("../imageslogin/bg-login.png") no-repeat repeat;
}
.tab-list li {
	float: left;
	width: 175px;
	height: 54px;
	line-height: 46px;
	font-size: 16px;
	background: #edf5ff;
	border-top: 6px solid transparent;
	text-align: center;
	cursor: pointer;
}
.tab-list .cur {
	color: #5196f9;
	background: transparent;
	 
}
.user-login,
.usb-login {
	padding: 42px 36px;
}
.user-box,
.password-box {
	width: 274px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.user-box {
	margin-bottom: 30px;
}
.password-box {
	margin-bottom: 37px;
}
.content .icon {
	width: 45px;
	height: 40px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.user-icon {
	background: #5196f9 url("../imageslogin/user.png") no-repeat center;
}
.password-icon {
	background: #5196f9 url("../imageslogin/password.png") no-repeat center;
}
.input-box {
	margin-top: 11px;
	padding-left: 15px;
	color: #666;
	font-size: 16px;
	border: 0;
	outline: none;
}
/* 登录按钮 */
.login-box {
	position: relative;
	width: 274px;
	height: 45px;
	background: #cc8323;
	border-radius: 4px;
	cursor: pointer;
}
.login-btn {
	position: absolute;
	top: -3px;
	width: 274px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	background: #eba33f;
	border-radius: 4px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.input-box[placeholder]{
	color: #a9a9a9;
	font-family: "Microsoft YaHei";
}
.notice {
	font-size: 12px;
}
.usb-login .password-box {
	margin-top: 18px;
	margin-bottom: 10px;
}
.usb-login .login-box {
	margin-top: 60px;
}
