

body {
    font-size: 12px;
}

.index-page {
    background: url(../images/img_bg.png) no-repeat;
    width: 1024px;
    height: 768px;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.login-space-info {
      position: absolute;
     right: 12px; 
    bottom: 8px;
    z-index: 99;
    display: block;
    width: 100%;
    /* height: 260px; */
    text-align: center;
    /* background-color: white; */
}

.table1 tr {
    border-radius: 5px;
    border: none;
    width: 100%;
    display: block;
    /*height:35px;*/
    line-height: 35px;
    /*background-color: #CDC3D9;*/
    margin-bottom: 10px;
}

    .table1 tr th, td {
        width: 340px;
        padding: 0px;
        font-family: KaiTi;
        font-size: 18px;
        font-weight:bold;
        text-align:center;
    }

    .table1 tr th {
        font-family: KaiTi;
        font-size: 20px;
        color: #000000;
            text-align: center;
    }

.but {
    width: 100px;
    background-color: #39B9ED;
    color: #ffffff;
}


/** iPhone **/
@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
        /*margin: 0 auto;
        padding: 0px;
        font-size: 12px;
        width: 100%;
        height: 100%;*/
        max-height: 736px;
    }

    .table {
        margin-bottom: 0px;
    }

    .index-page {
        background: url(../images/img_bg2.png) fixed center center no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }


    .login-space-info {
        position: absolute;
        left: 0px;
        top: 46%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 26%;
        /*background-color: #CDC3D9;*/
    }

    .but {
        width: 100%;
        background-color: #39B9ED;
        color: #ffffff;
    }

    .login-space-info table td {
        padding: 10px;
    }
      .table tr th, td {
        width: 0px;
        padding: 0px;
        font-family: KaiTi;
        font-size: 16px;
        font-weight:bold;
    }
     .table tr th {
        font-family: KaiTi;
        font-size: 16px;
        color: #000000;
   
    }
    .table th{
        text-align:center;
    }
    

}

/*@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;
}
}*/
