@charset "utf-8";

html,
body {
	font-family: "Microsoft YaHei";
	background-color: #e4f0fc;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}

/* h100 */
.h100 {
	height: 100px;
}

/* 导航 */
.nav {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
}

.nav ul li {
	float: left;
	padding: 5px 20px 5px 30px;
}

.nav ul li a {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #fff !important;
}

.logo {
	width: 90%;
}

.logo img {
	width: 100%;
}

.logo-con {
	width: 90%;
	margin-top: 40px;
	border: 3px #fff dotted;
	border-radius: 10px;
	height: 240px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding-left: 15px;

}

.login {
	width: 90%;
	padding: 15px 0 0 20px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	height: 460px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	margin: 0px 0px 30px 20px;
}

.login h3 {
	color: #000;
	text-align: center;
	height: 40px;
}

.login h4 {
	color: #fff;
	text-align: center;
	height: 40px;
}

.nav-tabs {
	border-bottom: none;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 5px 36px;
}

.nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1.42857143;
	border: none;
	border-radius: 4px;
	background-color: transparent;
	color: #214792;
}

.nav-tabs>li>a:hover {
	margin-right: 0px;
	line-height: 1.42857143;
	border: none;
	border-radius: 4px;
	background-color: transparent;
	color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-color: #214792;
	border: none;
	border-bottom-color: transparent;
}

.nav-tabs-left-li {
	border: 2px solid #214792;
	border-right: none;
	border-radius: 6px 0 0 6px;
}

.nav-tabs-right-li {
	border: 2px solid #214792;
	border-left: none;
	border-radius: 0 6px 6px 0
}

/* 微信登录 */
.weixinlogin {
	height: 200px;
	width: 200px;
	margin: 20px auto;
	background-color: #fff;
	border-radius: 8px;
}

/* 账号登录 */
.accountlogin {
	height: 200px;
	width: 400px;
	margin: 20px auto;
}

.input-group {
	margin-bottom: 20px;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: rgb(255, 255, 255);
	text-align: center;
	background-color: #214792;
	border: 1px solid #214792;
	border-radius: 4px;
}

/* 底部footer */
.footer {
	height: auto;
	background-color: #214792;
	padding: 20px;
}

.footer p {
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

.footer a {
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.footer .qrcode {
	width: 128px;
	height: 128px;
	background-color: #fff;
}
