

body {
    font-size: 12px;
}

.index-page {
    background: url(../images/img_bg.jpg) no-repeat;
    width: 1024px;
    height: 768px;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.login-space-info {
    position: absolute;
    right: 322px;
    bottom: 127px;
    z-index: 99;
    display: block;
    width: 371px;
    height: 201px;
    text-align: center;
}

.label_1 {
    color: #0C6F39;
    font-size: 30px;
    font-weight: bold;
}

table {
    margin: 0 auto;
}

.but {
    width: 240px;
    background-color: #0c6f39;
    color: #ffffff;
}

.login-space-info table td {
    padding: 2px;
}
/** iPhone **/
@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
        margin: 0px;
        padding: 0px;
        /*margin: 0 auto;
        padding: 0px;
        font-size: 12px;
        width: 100%;
        height: 100%;*/
        /*max-height: 736px;*/
    }

    .index-page {
        background: url(../images/img_bg2.jpg) fixed center center no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: 100% 100%;
    }


    .login-space-info {
        position: absolute;
        left: 0px;
        top: 44%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 31%;
        right: 0px;
        bottom: 0px;
    }

    .label_1 {
        color: #0C6F39;
        font-size: 25px;
        font-weight: bold;
    }

    table {
        margin: 0 auto;
    }

    .but {
        width: 100%;
        background-color: #0c6f39;
        color: #ffffff;
    }

    .login-space-info table td {
        padding: 2px;
    }

    table {
        margin: 0 auto;
    }
}

/*@media only screen and (min-width: 100px) and (min-width: 319px){
       body {
        margin:0 auto;
        padding:0px;
        font-size: 12px;
     
    }
     .index-page {
        background: url(../images/img_bg2.png) no-repeat;
      
        width: 100%;
        height: 100%;
        margin:0 auto;
    }

       .login-space-info {
        position: absolute;
      
         left:0px;
        bottom: 1%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 20%;
    }
.but {
    width:100%;
    background-color:#C5221E;
    color:#ffffff;

}
.login-space-info table td {
    padding:10px;
}
}*/
