

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: 560px;
    bottom: 48px;
    z-index: 99;
    display: block;
    width: 400px;
    height: 140px;
}

.but {
    width: 400px;
    background-color: #C5221E;
    color: #ffffff;
}

.login-space-info table td {
    padding: 10px;
}

/*手机端日程页面*/
.mobile {
    width: 100%;
}

.top {
    width: 100%;
}

.Navigation {
    width: 100%;
    height: 43px;
    background-color: #B7B7B7;
}

.Navigation_1 {
    width: 50%;
    height: 43px;
    float: left;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.Navigation_2 {
    background-color: #2A2D7A;
}

.neirong {
      width: 95%;
    margin: 0 auto;
    margin-top: 5px;
  
}

.left {
    width: 65%;
    float: left;
   
}
    .left label {
        display:block;
    }

.right {
    width: 30%;
    float:right;
    
  
    text-align:center;
   
    min-height:70px;
    line-height:70px;
}
.right_1 {
    display:inline-block;
     vertical-align:middle;

}

.bottom {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #808080;
    margin: 0 auto;
    clear: both;
}
.label1 {
    font-size:15px;
    color:#2A2D7B;
}
.label2 {
    font-size:13px;
    color:#666666;
}
.label3 {
    font-size:13px;
    color:#2A2D7B;
}


/** 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;
    }

    .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: 75%;
        z-index: 99;
        display: block;
        width: 100%;
        height: 20%;
    }

    .but {
        width: 100%;
        background-color: #C5221E;
        color: #ffffff;
    }

    .login-space-info table td {
        padding: 10px;
    }
}

/*@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;
}
}*/
