﻿

body {
    /*width: 1024px;
    height: 1540px;
    margin: 0 auto;*/
    margin: 0px;
}

.main-img {
    width: 1240px;
    height: 2000px;
    margin: 0 auto;
    background: url(../images/20170301.jpg) no-repeat;
    background-position: center;
    position: relative;
}

    .main-img .zibo {
        width: 242px;
        height: 81px;
        position: absolute;
        top: 843px;
        right: 672px;
        display: block;
    }

    .main-img .zhibo1 {
        width: 367px;
        height: 81px;
        position: absolute;
        top: 329px;
        right: 716px;
        display: block;
    }


    .main-img .zhibo2 {
        width: 367px;
        height: 81px;
        position: absolute;
        top: 329px;
        right: 211px;
        display: block;
    }







/** iPhone **/
@media only screen and (min-width: 320px) and (max-width:767px) {
    body {
        margin: 0px;
        height: 925px;
    }

    .main-img {
        background: url(../images/Schedule1.png) fixed center center no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
        margin: 0 auto;
        /*background: url(../images/Schedule1.png) fixed center center no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;*/
    }

        .main-img a {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            right: 0px;
            display: block;
        }
}

/*@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:#713B91;
    color:#ffffff;

}
.login-space-info table td {
    padding:10px;
}
}*/
