


body {
    font-size: 12px;
}

.index-page {
    background: url(../images/img_bg.png) no-repeat;
    background-position: center;
    width: 1010px;
    height: 610px;
    margin: 0 auto;
    position: relative;
    background-size: 100% 100%;
    /*background: url('../images/img_bg.png') center center no-repeat;
        width: 100%;
        height: 724px;
        margin: 0 auto;
        z-index: -80;
        position: absolute;
        left: 0;
        top: 0;*/
}

.login-space-info {
    position: absolute;
	/*background: red;*/
	right: 383px;
	bottom: 154px;
	z-index: 99;
	display: block;
	width: 200px;
	height: 110px;
}
