html {}

body {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	margin: 0;
/*	background: #fff url(../../src/bg.jpg) 50% 0 no-repeat;*/
background-color: #F3F3F3;
}

.login {
	margin: 0 auto;
	width: 450px;
	height: 450px;
/*	border: 2px solid #FFFF00;*/
/*	border-bottom: none;*/
	position: relative;
}
.otherlogin{
	text-align: center;
	color: #B2B2B2;
}
.otherlogin img{
	display: initial;
	margin: 5px 10px 0px;
	width: 32px;
	cursor:pointer;
}
h1 {
	margin: 80px auto 50px auto;
	text-align: center;
	color: #0088CC;
	margin-left: -25px;
	font-size: 35px;
	font-weight: bold;
/*	text-shadow: 0px 1px 1px #555;*/
}

h1 sup {
	font-size: 18px;
	font-style: normal;
	position: absolute;
	margin-left: 10px;
}

.login {
	border: 0;
	padding: 5px 0;
	background: #fff;
	margin: 0 auto;
	/*-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);*/
}

.valcode {
	/*width: 156px;*/
	background: #ffffff;
	height: 42px;
	border-radius: 2px;
	border: none;
	border: 1px solid rgba(0, 0, 0, .2);
	font-size: 1.0625rem;
}

.canvas {
	/*width: 100px;*/
	height: 42px;
	float: right;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
}

.copyright {
	text-align: center;
	margin-top: 25px;
	color: #001F3F;
}

.jianyi {
	text-align: center;
	margin-top: 25px;
	color: #0099CC;
}

.button_blue {
	display: inline-block;
	float: left;
	height: 41px;
	border-radius: 4px;
	background: #2795dc;
	border: none;
	cursor: pointer;
	border-bottom: 3px solid #0078b3;
	*border-bottom: none;
	color: #fff;
	font-size: 16px;
	padding: 0 10px;
	*width: 140px;
	text-align: center;
	outline: none;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

