@charset "utf-8";

html, body {
    height: 100%;
    overflow: hidden;
}

body {
   padding:0;
	height: 100%;
	margin: 0;
	background: url("/iFinCar/login/images/img/bg.jpg") #f3f3f3 no-repeat center;
}

input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
    font-family: "Microsoft Yahei", monospace;
    border-radius: 5px;
}

tr {
    height: 60px;
    width: 100%;
}

table {
    width: 100%;
    height: 100%;
}

a, a:hover, a:active, a:link, a:visited {
    outline: none 0;
    border: none 0;
}

a {
    text-decoration: none;
}

.bg {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}

.bg img {
    display: block;
    outline: none;
    border: 0;
    height: 100%;
    width: 100%;
}

.btn-div a {
    display: block;
    width: 360px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    border: 0;
    background: url("../images/btn_bg.png");
    background-size: 100% 100%;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
    opacity: 0.85;
    filter: alpha(opacity=85);
    border-radius: 10px;
}

.btn-div a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*登录框总的大小为400x300*/
.divbga1t {
    background: url("../images/table_bg.png");
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    top: 45%;
    left: 75%;
    margin-left: -200px;
    margin-top: -120px;
    width: 400px;
    height: 300px;
}

/* by Lee*/
	.banner01{
	/*width: 100%;*/
	height: 100%;
	min-width: 1002px;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: url(../images/banner.png) no-repeat;
	background-size: cover;
	background-position-x: center;
}


.foot{
	background:#FFFFFF;
	text-align: center;
	font-size: 14px;
}
.foot>p{	
	line-height:40px;
}
.juzhong{
	display: table;
	margin: 0 auto;
}
.foot_p{
	height: 40px;
	width: 100%;
	min-width: 1002px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mid_box{
	width: 90%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.overflow_h{
	overflow: hidden;
}
.logo{
	display: block;
	float: left;
	margin-top: 5px;
}
.banner{ width: 100%; margin-left:-1px;}
