﻿@charset "utf-8";

* {
	font-size: 9pt;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: '微软雅黑', "宋体";
	margin: 0 auto;
	min-width: 580px;
	background: #fcfcfc;
}

ul, li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

span {
	margin: 0;
	padding: 0;
	display: block;
}

a, a:focus {
	text-decoration: none;
	color: #000;
	outline: none;
	blr: expression(this.onFocus = this.blur ());
	cursor: pointer;
}

a:hover {
	color: #3792c7;
	text-decoration: none;
}

input {
	border-radius: 2px;
	font-family: '微软雅黑';
	text-indent: 5px;
}

/* 登录页面 */
.login_body {
	background-color: #1d7cb3;
	background-image: url(../images/index/light.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.login_switch {
	background: url(../images/index/loginbg4.png) no-repeat center center;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 337px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.systemlogo {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.loginbox0 {
	width: 648px;
	height: 297px;
	margin: 0px auto;
	border: 1px solid #F00;
}

.loginlink {
	height: 297px;
	margin-top: 50px;
	position: relative;
}

.loginlist {
	width: 648px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	position: relative;
}

.loginlist li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.loginlist li a {
	display: block;
	width: 196px;
	height: 252px;
	background: url(../images/index/lbg.png) no-repeat;
	text-align: center;
	padding-top: 25px;
	cursor: pointer;
}

.loginlist li a:hover {
	background: url(../images/index/lbg2.png) no-repeat;
}

.loginlist li a p {
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
}

/* 票付通仿真激活页面 */
.login-body {
	background-color: #1d7ab0;
	background-image: url(../images/index/light.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.logintop {
	position: absolute;
	top: 0;
	background: #13547a;
	z-index: 9999;
	width: 100%;
}

.logintop img {
	float: left;
}

.logintop span {
	float: left;
	line-height: 50px;
	text-indent: 20px;
	color: #afc5d2;
	font-size: 14px;
}

.logintop ul {
	float: right;
	padding-right: 30px;
}

.logintop ul li {
	float: left;
	margin-left: 20px;
	line-height: 50px;
}

.logintop ul li a {
	color: #afc5d2;
	font-size: 14px;
}

.logintop ul li a:hover {
	color: #fff;
}

.loginbody {
	background: url(../images/index/loginbg3.png) no-repeat center center;
	width: 100%;
	height: 585px;
	overflow: hidden;
	position: absolute;
	top: 47px;
}

.systemlogo2 {
	width: 100%;
	height: 40px;
	margin-top: 100px;
	text-align: center;
}

.loginbox {
	width: 692px;
	height: 336px;
	background: url(../images/index/logininfo1.png) no-repeat;
	margin-top: 30px;
}

.loginbox1 {
	width: 692px;
	height: 336px;
	background: url(../images/index/logininfo1.png) no-repeat;
	margin-top: 30px;
}

.loginbox3 {
	width: 692px;
	height: 336px;
	background: url(../images/index/logininfo3.png) no-repeat;
	margin-top: 30px;
}

.loginbox ul {
	margin-top: 80px;
	margin-left: 285px;
}

.loginbox ul li {
	margin-bottom: 25px;
}

.loginbox {
	width: 660px;
	height: 330px;
	margin-top: 10px;
}

.loginuser {
	width: 274px;
	height: 48px;
	background: url(../images/index/loginuser1.png) no-repeat;
	border: none;
	line-height: 48px;
	padding-left: 44px;
	font-size: 14px;
	color: #90a2bc;
}

.loginpwd {
	width: 274px;
	height: 48px;
	background: url(../images/index/loginpassword1.png) no-repeat;
	border: none;
	line-height: 48px;
	padding-left: 44px;
	font-size: 14px;
	color: #90a2bc;
}

.loginserial {
	width: 274px;
	height: 48px;
	background: url(../images/index/loginserial1.png) no-repeat;
	border: none;
	line-height: 48px;
	padding-left: 44px;
	font-size: 14px;
	color: #90a2bc;
}

.btn_position {
	margin-left: 40px;
}

.loginbtn {
	width: 112px;
	height: 35px;
	background: url(../images/index/buttonbg.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	line-height: 35px;
}

.loginbm {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url(../images/index/loginbg2.png) repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #0b3a58;
}

.loginbm a {
	font-weight: bold;
	color: #0b3a58;
}

.loginbm a:hover {
	color: #fff;
}