/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
a {
	text-decoration:none;
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    display: block;
}

/* yui3 fonts */
body {
  font-size:12px;
  font-family:"Microsoft Yahei";
  color:#333;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}
table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

/*! grid system 24栅格 998px */
.container {
	width:998px;
	margin:0 auto;
}
.row {
	overflow:hidden;
}
.span24 {
	width: 998px;
	float:left;
}
.span23 {
	width: 956px;
	float:left;
}
.span22 {
	width: 914px;
	float:left;
}
.span21 {
	width: 872px;
	float:left;
}
.span20 {
	width: 830px;
	float:left;
}
.span19 {
	width: 788px;
	float:left;
}
.span18 {
	width: 746px;
	float:left;
}
.span17 {
	width: 704px;
	float:left;
}
.span16 {
	width: 662px;
	float:left;
}
.span15 {
	width: 620px;
	float:left;
}
.span14 {
	width: 578px;
	float:left;
}
.span13 {
	width: 536px;
	float:left;
}
.span12 {
	width: 494px;
	float:left;
}
.span11 {
	width: 452px;
	float:left;
}
.span10 {
	width: 410px;
	float:left;
}
.span9 {
	width: 368px;
	float:left;
}
.span8 {
	width: 326px;
	float:left;
}
.span7 {
	width: 284px;
	float:left;
}
.span6 {
	width: 242px;
	float:left;
}
.span5 {
	width: 200px;
	float:left;
}
.span4 {
	width: 158px;
	float:left;
}
.span3 {
	width: 116px;
	float:left;
}
.span2 {
	width: 74px;
	float:left;
}
.span1 {
	width: 32px;
	float:left;
}
.ml10 {
	margin-left:10px;
}
.mt10 {
	margin-top:10px;
}


/*placeholder*/
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
}
::-moz-placeholder {
    color:#999;
}
:-ms-input-placeholder {
    color:#999;
}
.placeholder {
    color:#999;
}


/*--------------分割线-----------------*/
/*!
 *省公共服务平台-登录页
 *author: kejun;
 *date: 2017-01-19;
 */

.mt16 {
	margin-top: 15px;
}
.inner-img {
	display: block;
	width: 100%;
	height: 100%;
}

/*top*/
.top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 89px;
	font-size: 0;
	padding: 25px 0 0 85px;
}
.top img {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

/*main*/
.main {
	position: absolute;
	left: 0;
	right: 0;
	top: 89px;
	bottom: 57px;
}

/*loginbg*/
.loginbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

/*container*/
.container {
	position: relative;
	width: 1310px;
	height: 100%;
}

/*main-inner*/
.main-inner {
	/* position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -217.5px;
	height: 435px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.main-left {
	/* margin-top: 8px; */
	width: 433px;
	height: 419px;
}
.main-right {
	width: 422px;
	/* height: 100%; */
	background: #fff;
	border-radius: 5px 0 0 5px;
}
.main-content {
    display: flex;
    height: 436px;
}

/*tab栏*/
.tabview-hd {
	margin: 0 22px;
	font-size: 22px;
	border-bottom: 1px solid #c8dff3;
}
.tabview-hd ul {
	margin-right: -44px;
}
.tab-item {
	position: relative;
	top: 1px;
	margin-right: 44px;
	padding: 30px 0 13px 0;
	float: left;
	cursor: pointer;
	width: 142px;
	text-align: center;
}
.tab-item.active {
	color: #3790e0;
	border-bottom: 3px solid #4d90df;
}
.tabview-body {
	padding: 38px 0 0 28px;
	margin-top:-20px;
}
.input-wrap input {
	padding-left: 70px;
	width: 350px;
	height: 58px;
	line-height: 58px;
	border: 1px solid #c9d4de;
	border-radius: 4px;
	font-size: 16px;
}
.input-wrap input:focus {
	border-color: #90ccf6;
	color: #1067b4;
	-moz-box-shadow:0px 0px 5px #daeefc; 
	-webkit-box-shadow:0px 0px 5px #daeefc; 
	box-shadow:0px 0px 5px #daeefc;
}
.input-wrap.user input {
	background: url("../images/loginoauth/user.png") 15px center no-repeat;
}
.input-wrap.pwd input {
	background: url("../images/loginoauth/pwd.png") 20px center no-repeat;
}
.input-wrap.verifyCode input {
	background: url("../images/loginoauth/pwd.png") 20px center no-repeat;
}
.agree {
	padding: 6px 0 10px 0;
}
.agree > input {
	position: absolute;
    margin-top:6px;
	margin-left:1px;
	opacity: 1;
	filter: alpha(opacity=1);
}
.agree > label {
	padding-left: 24px;
	font-size: 14px;
	color: #999;
	background: url("../images/loginoauth/unchecked.png") left 2.5px no-repeat;
}
.agree > label.checked {
	background-image: url("../images/loginoauth/checked.png");
}
.agree > label > a {
	position: relative;
	left: -3px;
	color: #999;
}
.loginbtn {
	display: block;
	width: 368px;
	height: 60px;
	background: #fcac3a;
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 5px;
	-moz-box-shadow:0px 0px 10px #fee7ae; 
	-webkit-box-shadow:0px 0px 10px #fee7ae; 
	box-shadow:0px 0px 10px #fee7ae;
}
.loginbtn:hover {
	background: #fba01f;
}

/*bottom*/
.bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 57px;
	color: #015499;
	text-align: center;
	line-height: 57px;
}

.qrloginimg,
.brain,
.keepOut,
.sweep,
.logintypetip {
    display: none;
}

.qrblock {
    width: 266px;
    border-radius: 0 5px 5px 0;
    background: #f1f9ff;
}

.qrblock .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}

.qrcode-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
}

.sweepcode {
    margin: 28.5px 0;
    padding-top: 0 !important;
}

.wxtps {
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}